Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkAnimation
Method · 0.95
animate
Method · 0.95
setComponentValue
Method · 0.95
scaledViewDelegatesAnimationFlag
Method · 0.95
testCachedImage
Method · 0.95
testIsAnimationDefaultsFalse
Method · 0.95
checkAnimation
Method · 0.45
animate
Method · 0.45
checkAnimation
Method · 0.45
animate
Method · 0.45
Image
Method · 0.45
invoke8
Method · 0.45
Calls
no outgoing calls
Tested by
3
scaledViewDelegatesAnimationFlag
Method · 0.76
testCachedImage
Method · 0.76
testIsAnimationDefaultsFalse
Method · 0.76