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

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java177 public boolean superDispatchKeyEvent(KeyEvent keyEvent) { method in class:MockWindow
/frameworks/base/core/java/android/view/
H A DWindow.java320 * {@link android.view.Window#superDispatchKeyEvent} to do the
1577 public abstract boolean superDispatchKeyEvent(KeyEvent event); method in class:Window
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java424 public boolean superDispatchKeyEvent(KeyEvent event) { method in class:DecorView
H A DPhoneWindow.java1817 public boolean superDispatchKeyEvent(KeyEvent event) { method in class:PhoneWindow
1818 return mDecor.superDispatchKeyEvent(event);

Completed in 452 milliseconds