[go: nahoru, domu]

Searched refs:superDispatchGenericMotionEvent (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java179 public boolean superDispatchGenericMotionEvent(MotionEvent motionEvent) { method in class:MockWindow
/frameworks/base/core/java/android/app/
H A DDialog.java829 if (mWindow.superDispatchGenericMotionEvent(ev)) {
H A DActivity.java3097 if (getWindow().superDispatchGenericMotionEvent(ev)) {
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java266 return mWindow.superDispatchGenericMotionEvent(event);
/frameworks/base/core/java/android/view/
H A DWindow.java365 * {@link android.view.Window#superDispatchGenericMotionEvent} to do the
1541 public abstract boolean superDispatchGenericMotionEvent(MotionEvent event); method in class:Window
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java585 public boolean superDispatchGenericMotionEvent(MotionEvent event) {
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1819 public boolean superDispatchGenericMotionEvent(MotionEvent event) { method in class:PhoneWindow
1820 return mDecor.superDispatchGenericMotionEvent(event);
H A DDecorView.java418 public boolean superDispatchGenericMotionEvent(MotionEvent event) { method in class:DecorView

Completed in 116 milliseconds