Searched refs:dispatchKeyShortcutEvent (Results 1 – 2 of 2) sorted by relevance
261 public boolean dispatchKeyShortcutEvent(KeyEvent event) { in dispatchKeyShortcutEvent() method in BrowserActivity262 return mController.dispatchKeyShortcutEvent(event) in dispatchKeyShortcutEvent()263 || super.dispatchKeyShortcutEvent(event); in dispatchKeyShortcutEvent()
2763 public boolean dispatchKeyShortcutEvent(KeyEvent event) { in dispatchKeyShortcutEvent() method in Controller