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

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

Completed in 2324 milliseconds