Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DMockWindow.java197 public boolean superDispatchGenericMotionEvent(MotionEvent motionEvent) { in superDispatchGenericMotionEvent() method in MockWindow
/frameworks/base/core/java/android/service/dreams/
DDreamService.java269 return mWindow.superDispatchGenericMotionEvent(event); in dispatchGenericMotionEvent()
/frameworks/base/core/java/android/view/
DWindow.java1693 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); in superDispatchGenericMotionEvent() method in Window
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java806 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/frameworks/base/core/java/android/app/
DDialog.java897 if (mWindow.superDispatchGenericMotionEvent(ev)) { in dispatchGenericMotionEvent()
DActivity.java4047 if (getWindow().superDispatchGenericMotionEvent(ev)) { in dispatchGenericMotionEvent()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1858 public boolean superDispatchGenericMotionEvent(MotionEvent event) { in superDispatchGenericMotionEvent() method in PhoneWindow
1859 return mDecor.superDispatchGenericMotionEvent(event); in superDispatchGenericMotionEvent()
DDecorView.java472 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34542 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);
/frameworks/base/non-updatable-api/
Dcurrent.txt53000 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);
/frameworks/base/api/
Dcurrent.txt53144 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);