Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowView.java453 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/aosp14/frameworks/base/core/java/android/app/
H A DDialog.java965 if (mWindow.superDispatchGenericMotionEvent(ev)) { in dispatchGenericMotionEvent()
H A DActivity.java4443 if (getWindow().superDispatchGenericMotionEvent(ev)) { in dispatchGenericMotionEvent()
/aosp14/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java321 return mWindow.superDispatchGenericMotionEvent(event); in dispatchGenericMotionEvent()
/aosp14/frameworks/base/core/java/android/view/
H A DWindow.java1933 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); in superDispatchGenericMotionEvent() method in Window
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1913 public boolean superDispatchGenericMotionEvent(MotionEvent event) { in superDispatchGenericMotionEvent() method in PhoneWindow
1914 return mDecor.superDispatchGenericMotionEvent(event); in superDispatchGenericMotionEvent()
H A DDecorView.java497 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53664 method public abstract boolean superDispatchGenericMotionEvent(android.view.MotionEvent);