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/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowView.java477 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/frameworks/base/core/java/android/app/
DDialog.java971 if (mWindow.superDispatchGenericMotionEvent(ev)) { in dispatchGenericMotionEvent()
DActivity.java4573 if (getWindow().superDispatchGenericMotionEvent(ev)) { in dispatchGenericMotionEvent()
/frameworks/base/core/java/android/view/
DWindow.java2066 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); in superDispatchGenericMotionEvent() method in Window
/frameworks/base/core/java/android/service/dreams/
DDreamService.java523 return mWindow.superDispatchGenericMotionEvent(event); in dispatchGenericMotionEvent()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1990 public boolean superDispatchGenericMotionEvent(MotionEvent event) { in superDispatchGenericMotionEvent() method in PhoneWindow
1991 return mDecor.superDispatchGenericMotionEvent(event); in superDispatchGenericMotionEvent()
DDecorView.java465 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34542 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);
/frameworks/base/core/api/
Dcurrent.txt54204 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);