Searched defs:shortcutKey (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/core/tests/coretests/src/android/util/
H A DKeyUtils.java56 * @param shortcutKey The shortcut key to tap while chording the menu key.
58 public static void chordMenuKey(ActivityInstrumentationTestCase test, char shortcutKey) { argument
63 final KeyEvent shortcutKeyEvent = keyCharMap.getEvents(new char[] { shortcutKey })[0];
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java178 public void setShortcut(boolean showShortcut, char shortcutKey) { argument
H A DIconMenuItemView.java297 public void setShortcut(boolean showShortcut, char shortcutKey) { argument
H A DListMenuItemView.java184 public void setShortcut(boolean showShortcut, char shortcutKey) { argument
H A DMenuView.java95 * shortcutKey should be ignored).
96 * @param shortcutKey The shortcut key that should be shown on the ItemView.
98 public void setShortcut(boolean showShortcut, char shortcutKey); argument

Completed in 62 milliseconds