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

Method animate

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

Source from the content-addressed store, hash-verified

1899
1900 /// {@inheritDoc}
1901 @Override
1902 public boolean animate() {
1903 isTimedOut();
1904 return false;
1905 }
1906
1907 private boolean isTimedOut() {
1908 if (time != 0 && System.currentTimeMillis() >= time) {

Calls 1

isTimedOutMethod · 0.95

Tested by 1