Home | History | Annotate | Download | only in view

Lines Matching refs:onGenericMotionEvent

7441             mInputEventConsistencyVerifier.onGenericMotionEvent(event, 0);
7479 if (onGenericMotionEvent(event)) {
7553 * other events to {@link #onGenericMotionEvent(MotionEvent)}. This separation of concerns
8105 * <pre> public boolean onGenericMotionEvent(MotionEvent event) {
8122 * return super.onGenericMotionEvent(event);
8128 public boolean onGenericMotionEvent(MotionEvent event) {
8205 // Dispatch the event to onGenericMotionEvent before returning true.
8207 // handled HOVER_MOVE events in onGenericMotionEvent and that would
8210 // Note that onGenericMotionEvent will be called by default when