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

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

Completed in 5649 milliseconds