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
1131 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); method in class:Window
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1414 public boolean superDispatchGenericMotionEvent(MotionEvent event) { method in class:PhoneWindow
1415 return mDecor.superDispatchGenericMotionEvent(event);
1960 public boolean superDispatchGenericMotionEvent(MotionEvent event) { method in class:PhoneWindow.DecorView

Completed in 13 milliseconds