Home | History | Annotate | Download | only in view

Lines Matching defs:dispatchKeyShortcutEvent

1908     public boolean dispatchKeyShortcutEvent(KeyEvent event) {
1911 return super.dispatchKeyShortcutEvent(event);
1914 return mFocused.dispatchKeyShortcutEvent(event);