MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isTimedOut

Method isTimedOut

CodenameOne/src/com/codename1/ui/Dialog.java:1907–1915  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1905 }
1906
1907 private boolean isTimedOut() {
1908 if (time != 0 && System.currentTimeMillis() >= time) {
1909 time = 0;
1910 dispose();
1911 deregisterAnimatedInternal(this);
1912 return true;
1913 }
1914 return false;
1915 }
1916
1917 /// Indicates that this is a menu preventing getCurrent() from ever returning this class
1918 @Override

Callers 2

animateMethod · 0.95
isDisposedMethod · 0.95

Calls 3

currentTimeMillisMethod · 0.95
disposeMethod · 0.95

Tested by

no test coverage detected