Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DMockWindow.java197 public boolean superDispatchGenericMotionEvent(MotionEvent motionEvent) { in superDispatchGenericMotionEvent() method in MockWindow
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java1858 public boolean superDispatchGenericMotionEvent(MotionEvent event) { in superDispatchGenericMotionEvent() method in PhoneWindow
/frameworks/base/core/java/android/view/
DWindow.java1693 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); in superDispatchGenericMotionEvent() method in Window