Searched defs:superDispatchKeyShortcutEvent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindow.java179 * {@link android.view.Window#superDispatchKeyShortcutEvent} to do the
1107 public abstract boolean superDispatchKeyShortcutEvent(KeyEvent event); method in class:Window
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1399 public boolean superDispatchKeyShortcutEvent(KeyEvent event) { method in class:PhoneWindow
1400 return mDecor.superDispatchKeyShortcutEvent(event);
1948 public boolean superDispatchKeyShortcutEvent(KeyEvent event) { method in class:PhoneWindow.DecorView

Completed in 231 milliseconds