Home
last modified time | relevance | path

Searched refs:superDispatchGenericMotionEvent (Results 1 – 13 of 13) 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.java267 return mWindow.superDispatchGenericMotionEvent(event); in dispatchGenericMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java660 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/frameworks/base/core/java/android/app/
DDialog.java851 if (mWindow.superDispatchGenericMotionEvent(ev)) { in dispatchGenericMotionEvent()
DActivity.java3343 if (getWindow().superDispatchGenericMotionEvent(ev)) { in dispatchGenericMotionEvent()
/frameworks/base/core/java/android/view/
DWindow.java1638 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); in superDispatchGenericMotionEvent() method in Window
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1838 public boolean superDispatchGenericMotionEvent(MotionEvent event) { in superDispatchGenericMotionEvent() method in PhoneWindow
1839 return mDecor.superDispatchGenericMotionEvent(event); in superDispatchGenericMotionEvent()
DDecorView.java455 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34542 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);
/frameworks/base/api/
Dcurrent.txt46851 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);
Dtest-current.txt47311 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);
Dsystem-current.txt50439 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);
/frameworks/base/config/
Dboot-image-profile.txt34315 HSPLandroid/view/Window;->superDispatchGenericMotionEvent(Landroid/view/MotionEvent;)Z