Searched refs:onGenericMotionEvent (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/core/java/android/text/method/
H A DMovementMethod.java50 public boolean onGenericMotionEvent(TextView widget, Spannable text, MotionEvent event); method in interface:MovementMethod
H A DBaseMovementMethod.java93 public boolean onGenericMotionEvent(TextView widget, Spannable text, MotionEvent event) { method in class:BaseMovementMethod
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DBasicGLSurfaceView.java62 public boolean onGenericMotionEvent(MotionEvent event) { method in class:BasicGLSurfaceView
63 Log.v(TAG,"onGenericMotionEvent ");
72 return super.onGenericMotionEvent(event);
/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java168 boolean handled = onGenericMotionEvent(event);
229 * @see android.view.View#onGenericMotionEvent(MotionEvent)
231 public boolean onGenericMotionEvent(MotionEvent event) { method in class:AbstractInputMethodService
H A DInputMethodService.java2299 public boolean onGenericMotionEvent(MotionEvent event) { method in class:InputMethodService
2300 if (DEBUG) Log.v(TAG, "onGenericMotionEvent(): event " + event);
/frameworks/base/core/java/android/app/
H A DActivityView.java270 public boolean onGenericMotionEvent(MotionEvent event) { method in class:ActivityView
276 return super.onGenericMotionEvent(event);
H A DDialog.java755 * See {@link View#onGenericMotionEvent(MotionEvent)} for an example of how to
764 public boolean onGenericMotionEvent(@NonNull MotionEvent event) { method in class:Dialog
886 return onGenericMotionEvent(ev);
H A DActivity.java3184 * See {@link View#onGenericMotionEvent(MotionEvent)} for an example of how to
3193 public boolean onGenericMotionEvent(MotionEvent event) { method in class:Activity
3439 return onGenericMotionEvent(ev);
/frameworks/base/core/java/android/view/
H A DGestureDetector.java36 * you must call {@link #onGenericMotionEvent(MotionEvent)}
37 * in {@link View#onGenericMotionEvent(MotionEvent)}.
156 * context click ensure that you call {@link #onGenericMotionEvent(MotionEvent)} in
157 * {@link View#onGenericMotionEvent(MotionEvent)}.
696 public boolean onGenericMotionEvent(MotionEvent ev) { method in class:GestureDetector
698 mInputEventConsistencyVerifier.onGenericMotionEvent(ev, 0);
H A DInputEventConsistencyVerifier.java183 onGenericMotionEvent(motionEvent, nestingLevel);
463 public void onGenericMotionEvent(MotionEvent event, int nestingLevel) { method in class:InputEventConsistencyVerifier
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java405 public boolean onGenericMotionEvent(MotionEvent event); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2545 return WebView.super.onGenericMotionEvent(event);
2792 public boolean onGenericMotionEvent(MotionEvent event) { method in class:WebView
2793 return mProvider.getViewDelegate().onGenericMotionEvent(event);
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DTouchUtils.java164 v.onGenericMotionEvent(e);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java414 public boolean onGenericMotionEvent(MotionEvent ev) { method in class:TaskStackViewTouchHandler
H A DTaskStackView.java1136 public boolean onGenericMotionEvent(MotionEvent ev) { method in class:TaskStackView
1137 return mTouchHandler.onGenericMotionEvent(ev);
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java729 public boolean onGenericMotionEvent(MotionEvent event) { method in class:HorizontalScrollView
764 return super.onGenericMotionEvent(event);
H A DScrollView.java789 public boolean onGenericMotionEvent(MotionEvent event) { method in class:ScrollView
819 return super.onGenericMotionEvent(event);
H A DStackView.java583 public boolean onGenericMotionEvent(MotionEvent event) { method in class:StackView
598 return super.onGenericMotionEvent(event);
H A DAbsListView.java4219 public boolean onGenericMotionEvent(MotionEvent event) { method in class:AbsListView
4253 return super.onGenericMotionEvent(event);
H A DTextView.java10129 public boolean onGenericMotionEvent(MotionEvent event) { method in class:TextView
10132 if (mMovement.onGenericMotionEvent(this, mSpannable, event)) {
10136 // onGenericMotionEvent was added to the MovementMethod interface in API 12.
10141 return super.onGenericMotionEvent(event);
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1121 * @see View#onGenericMotionEvent
1123 public boolean onGenericMotionEvent(MotionEvent event) { method in class:TvInputService.Session
1415 if (onGenericMotionEvent(motionEvent)) {
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java670 public boolean onGenericMotionEvent(MotionEvent event) { method in class:PointerLocationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java897 public boolean onGenericMotionEvent (MotionEvent ev) { method in class:MLand
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java971 public boolean onGenericMotionEvent(MotionEvent event) { method in class:NestedScrollView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1560 public boolean onGenericMotionEvent(MotionEvent event) { method in class:NotificationStackScrollLayout
1589 return super.onGenericMotionEvent(event);

Completed in 501 milliseconds

12