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

/frameworks/base/core/java/android/view/
H A DWindow.java214 * {@link android.view.Window#superDispatchGenericMotionEvent} to do the
1144 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); method in class:Window
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1524 public boolean superDispatchGenericMotionEvent(MotionEvent event) { method in class:PhoneWindow
1525 return mDecor.superDispatchGenericMotionEvent(event);
2075 public boolean superDispatchGenericMotionEvent(MotionEvent event) { method in class:PhoneWindow.DecorView

Completed in 133 milliseconds