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

Method isTouchMenus

CodenameOne/src/com/codename1/ui/MenuBar.java:1759–1763  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1757 }
1758
1759 private boolean isTouchMenus() {
1760 int t = getCommandBehavior();
1761 return t == Display.COMMAND_BEHAVIOR_TOUCH_MENU ||
1762 (t == Display.COMMAND_BEHAVIOR_DEFAULT && Display.getInstance().isTouchScreenDevice());
1763 }
1764
1765 private static class MenuDisposerActionListener implements ActionListener {
1766 private final Dialog d;

Callers 3

showMenuMethod · 0.95
showMenuDialogMethod · 0.45

Calls 3

getCommandBehaviorMethod · 0.95
getInstanceMethod · 0.95
isTouchScreenDeviceMethod · 0.80

Tested by

no test coverage detected