Searched defs:superDispatchGenericMotionEvent (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java335 public boolean superDispatchGenericMotionEvent(MotionEvent motionEvent) { method in class:SystemBarHelperTest.TestWindow
/frameworks/base/core/java/android/view/
H A DWindow.java267 * {@link android.view.Window#superDispatchGenericMotionEvent} to do the
1283 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); method in class:Window
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1746 public boolean superDispatchGenericMotionEvent(MotionEvent event) { method in class:PhoneWindow
1747 return mDecor.superDispatchGenericMotionEvent(event);
2410 public boolean superDispatchGenericMotionEvent(MotionEvent event) { method in class:PhoneWindow.DecorView

Completed in 187 milliseconds