Home
last modified time | relevance | path

Searched refs:superDispatchGenericMotionEvent (Results 1 – 10 of 10) 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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowView.java528 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/frameworks/base/core/java/android/service/dreams/
DDreamService.java273 return mWindow.superDispatchGenericMotionEvent(event); in dispatchGenericMotionEvent()
/frameworks/base/core/java/android/app/
DDialog.java900 if (mWindow.superDispatchGenericMotionEvent(ev)) { in dispatchGenericMotionEvent()
DActivity.java4232 if (getWindow().superDispatchGenericMotionEvent(ev)) { in dispatchGenericMotionEvent()
/frameworks/base/core/java/android/view/
DWindow.java1853 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); in superDispatchGenericMotionEvent() method in Window
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1899 public boolean superDispatchGenericMotionEvent(MotionEvent event) { in superDispatchGenericMotionEvent() method in PhoneWindow
1900 return mDecor.superDispatchGenericMotionEvent(event); in superDispatchGenericMotionEvent()
DDecorView.java509 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/frameworks/base/core/api/
Dcurrent.txt50153 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34542 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);