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

Method isAnimation

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

Source from the content-addressed store, hash-verified

1966 ///
1967 /// true if this image represents an animation
1968 public boolean isAnimation() {
1969 return animated;
1970 }
1971
1972 /// Advances this image's animation state, if it is animated.
1973 ///

Callers 15

checkAnimationMethod · 0.95
animateMethod · 0.95
setComponentValueMethod · 0.95
testCachedImageMethod · 0.95
checkAnimationMethod · 0.45
animateMethod · 0.45
checkAnimationMethod · 0.45
animateMethod · 0.45
ImageMethod · 0.45
invoke8Method · 0.45

Calls

no outgoing calls

Tested by 3

testCachedImageMethod · 0.76