Searched refs:superDispatchGenericMotionEvent (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java197 public boolean superDispatchGenericMotionEvent(MotionEvent motionEvent) { method in class:MockWindow
/frameworks/base/core/java/android/app/
H A DDialog.java883 if (mWindow.superDispatchGenericMotionEvent(ev)) {
H A DActivity.java3436 if (getWindow().superDispatchGenericMotionEvent(ev)) {
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java267 return mWindow.superDispatchGenericMotionEvent(event);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java679 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/frameworks/base/core/java/android/view/
H A DWindow.java367 * {@link android.view.Window#superDispatchGenericMotionEvent} to do the
1651 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); method in class:Window
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1839 public boolean superDispatchGenericMotionEvent(MotionEvent event) { method in class:PhoneWindow
1840 return mDecor.superDispatchGenericMotionEvent(event);
H A DDecorView.java447 public boolean superDispatchGenericMotionEvent(MotionEvent event) { method in class:DecorView
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 120 milliseconds