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

Method run

CodenameOne/src/com/codename1/ui/Sheet.java:854–857  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

852 if (f.getAnimationManager().isAnimating()) {
853 f.getAnimationManager().flushAnimation(new Runnable() {
854 @Override
855 public void run() {
856 show(duration);
857 }
858 });
859 return;
860 }

Callers

nothing calls this directly

Calls 8

showMethod · 0.95
revalidateLaterMethod · 0.95
repaintMethod · 0.95
fireCloseEventMethod · 0.95
stopTrackingBoundsMethod · 0.95
getParentMethod · 0.65
removeMethod · 0.65
getComponentFormMethod · 0.45

Tested by

no test coverage detected