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

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java164 public boolean superDispatchKeyShortcutEvent(KeyEvent keyEvent) { method in class:MockWindow
/frameworks/base/core/java/android/view/
H A DWindow.java330 * {@link android.view.Window#superDispatchKeyShortcutEvent} to do the
1517 public abstract boolean superDispatchKeyShortcutEvent(KeyEvent event); method in class:Window
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java406 public boolean superDispatchKeyShortcutEvent(KeyEvent event) { method in class:DecorView
H A DPhoneWindow.java1804 public boolean superDispatchKeyShortcutEvent(KeyEvent event) { method in class:PhoneWindow
1805 return mDecor.superDispatchKeyShortcutEvent(event);

Completed in 4773 milliseconds