Home
last modified time | relevance | path

Searched refs:superDispatchGenericMotionEvent (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/service/dreams/
DDreamService.java228 return mWindow.superDispatchGenericMotionEvent(event); in dispatchGenericMotionEvent()
/frameworks/base/core/java/android/view/
DWindow.java1144 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); in superDispatchGenericMotionEvent() method in Window
/frameworks/base/core/java/android/app/
DDialog.java780 if (mWindow.superDispatchGenericMotionEvent(ev)) { in dispatchGenericMotionEvent()
DActivity.java2494 if (getWindow().superDispatchGenericMotionEvent(ev)) { in dispatchGenericMotionEvent()
/frameworks/base/docs/html/sdk/api_diff/12/
DmissingSinces.txt84 NO DOC BLOCK: android.view.Window Method superDispatchGenericMotionEvent(android.view.MotionEvent)
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java1524 public boolean superDispatchGenericMotionEvent(MotionEvent event) { in superDispatchGenericMotionEvent() method in PhoneWindow
1525 return mDecor.superDispatchGenericMotionEvent(event); in superDispatchGenericMotionEvent()
2075 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/frameworks/base/api/
Dcurrent.txt28621 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);