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

Method deregisterAnimated

CodenameOne/src/com/codename1/ui/Form.java:2236–2240  ·  view source on GitHub ↗
(Animation cmp)

Source from the content-addressed store, hash-verified

2234 ///
2235 /// - `cmp`: component that would no longer receive animation events
2236 public void deregisterAnimated(Animation cmp) {
2237 if (animatableComponents != null) {
2238 animatableComponents.remove(cmp);
2239 }
2240 }
2241
2242 /// {@inheritDoc}
2243 @Override

Callers 15

animateMethod · 0.95
deinitializeMethod · 0.95
animateMethod · 0.95
deinitializeImplMethod · 0.95
deinitializeMethod · 0.95
animateMethod · 0.95
deinitializeImplMethod · 0.95
animateMethod · 0.95
cleanupMethod · 0.95
cleanupMethod · 0.95
deinitializeMethod · 0.45
deinitializeMethod · 0.45

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected