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

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java179 public boolean superDispatchGenericMotionEvent(MotionEvent motionEvent) { method in class:MockWindow
/frameworks/base/core/java/android/app/
H A DDialog.java835 if (mWindow.superDispatchGenericMotionEvent(ev)) {
H A DActivity.java3097 if (getWindow().superDispatchGenericMotionEvent(ev)) {
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java267 return mWindow.superDispatchGenericMotionEvent(event);
/frameworks/base/core/java/android/view/
H A DWindow.java365 * {@link android.view.Window#superDispatchGenericMotionEvent} to do the
1541 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); method in class:Window
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java593 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1817 public boolean superDispatchGenericMotionEvent(MotionEvent event) { method in class:PhoneWindow
1818 return mDecor.superDispatchGenericMotionEvent(event);
H A DDecorView.java420 public boolean superDispatchGenericMotionEvent(MotionEvent event) { method in class:DecorView

Completed in 108 milliseconds