Home
last modified time | relevance | path

Searched refs:superDispatchKeyShortcutEvent (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DMockWindow.java182 public boolean superDispatchKeyShortcutEvent(KeyEvent keyEvent) { in superDispatchKeyShortcutEvent() method in MockWindow
/frameworks/base/core/java/android/service/dreams/
DDreamService.java234 return mWindow.superDispatchKeyShortcutEvent(event); in dispatchKeyShortcutEvent()
/frameworks/base/core/java/android/view/
DWindow.java1669 public abstract boolean superDispatchKeyShortcutEvent(KeyEvent event); in superDispatchKeyShortcutEvent() method in Window
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java791 public boolean superDispatchKeyShortcutEvent(KeyEvent event) {
/frameworks/base/core/java/android/app/
DDialog.java843 if (mWindow.superDispatchKeyShortcutEvent(event)) { in dispatchKeyShortcutEvent()
DActivity.java3991 if (getWindow().superDispatchKeyShortcutEvent(event)) { in dispatchKeyShortcutEvent()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1843 public boolean superDispatchKeyShortcutEvent(KeyEvent event) { in superDispatchKeyShortcutEvent() method in PhoneWindow
1844 return mDecor.superDispatchKeyShortcutEvent(event); in superDispatchKeyShortcutEvent()
DDecorView.java460 public boolean superDispatchKeyShortcutEvent(KeyEvent event) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34544 method public abstract boolean superDispatchKeyShortcutEvent(android.view.KeyEvent);
/frameworks/base/non-updatable-api/
Dcurrent.txt53002 method public abstract boolean superDispatchKeyShortcutEvent(android.view.KeyEvent);
/frameworks/base/api/
Dcurrent.txt53146 method public abstract boolean superDispatchKeyShortcutEvent(android.view.KeyEvent);