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

Method animate

CodenameOne/src/com/codename1/ui/Image.java:1977–1984  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1975 ///
1976 /// `true` if the animation state changed.
1977 public boolean animate() {
1978 if (imageTime == -1) {
1979 imageTime = AnimationTime.now();
1980 }
1981 boolean val = Display.impl.animateImage(image, imageTime);
1982 imageTime = AnimationTime.now();
1983 return val;
1984 }
1985
1986 /// Indicates whether this image is opaque or not
1987 ///

Callers 4

animateMethod · 0.95
animateMethod · 0.95
testCachedImageMethod · 0.95

Calls 2

nowMethod · 0.95
animateImageMethod · 0.45

Tested by 2

testCachedImageMethod · 0.76