Searched refs:isShortcutKey (Results 1 – 8 of 8) sorted by relevance
439 boolean isShortcutKey(int keyCode, KeyEvent event); in isShortcutKey() method
2071 public abstract boolean isShortcutKey(int keyCode, KeyEvent event); in isShortcutKey() method in Window
185 public boolean isShortcutKey(int keyCode, KeyEvent event) { in isShortcutKey() method in ActionMenu
712 public boolean isShortcutKey(int keyCode, KeyEvent event) { in isShortcutKey() method in MenuBuilder
489 public boolean isShortcutKey(int keyCode, KeyEvent event) {
3008 public boolean isShortcutKey(int keyCode, KeyEvent event) {3010 return st != null && st.menu != null && st.menu.isShortcutKey(keyCode, event);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
51188 method public boolean isShortcutKey(int, android.view.KeyEvent);53582 method public abstract boolean isShortcutKey(int, android.view.KeyEvent);