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

Method run

CodenameOne/src/com/codename1/ui/spinner/Picker.java:639–643  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

637 // content-pane geometry, not the picker's transient layout.
638 dlg.disposeToTheBottom(new Runnable() {
639 @Override
640 public void run() {
641 nextToEdit.requestFocus();
642 nextToEdit.startEditingAsync();
643 }
644 });
645 } else {
646 dlg.disposeToTheBottom();

Callers

nothing calls this directly

Calls 15

padContentPaneMethod · 0.95
getMarginUnitMethod · 0.95
arraycopyMethod · 0.95
getMarginBottomMethod · 0.95
setMarginUnitMethod · 0.95
setMarginBottomMethod · 0.95
maxMethod · 0.95
runMethod · 0.95
startEditingAsyncMethod · 0.65
showMethod · 0.65

Tested by

no test coverage detected