Lines Matching refs:MotionClassification
1936 MotionClassification::NONE)); in abortTouches()
1991 MotionClassification::NONE)); in dispatchTouches()
2030 MotionClassification::NONE)); in dispatchTouches()
2047 MotionClassification::NONE)); in dispatchTouches()
2067 mOrientedYPrecision, mDownTime, MotionClassification::NONE)); in dispatchTouches()
2088 MotionClassification::NONE)); in dispatchHoverExit()
2109 MotionClassification::NONE)); in dispatchHoverEnterAndMove()
2121 MotionClassification::NONE)); in dispatchHoverEnterAndMove()
2143 MotionClassification::NONE)); in dispatchButtonRelease()
2165 MotionClassification::NONE)); in dispatchButtonPress()
2189 mPointerGesture.downTime, MotionClassification::NONE)); in dispatchGestureButtonRelease()
2212 mPointerGesture.downTime, MotionClassification::NONE)); in dispatchGestureButtonPress()
2496 const MotionClassification classification = in dispatchPointerGestures()
2498 ? MotionClassification::TWO_FINGER_SWIPE in dispatchPointerGestures()
2499 : MotionClassification::NONE; in dispatchPointerGestures()
2625 mPointerGesture.downTime, MotionClassification::NONE)); in dispatchPointerGestures()
2642 buttonState, MotionClassification::NONE, in dispatchPointerGestures()
2668 const MotionClassification classification = in abortPointerGestures()
2670 ? MotionClassification::TWO_FINGER_SWIPE in abortPointerGestures()
2671 : MotionClassification::NONE; in abortPointerGestures()
3501 MotionClassification::NONE, AMOTION_EVENT_EDGE_FLAG_NONE, 1, in dispatchPointerSimple()
3516 metaState, mLastRawState.buttonState, MotionClassification::NONE, in dispatchPointerSimple()
3533 mCurrentRawState.buttonState, MotionClassification::NONE, in dispatchPointerSimple()
3545 MotionClassification::NONE, AMOTION_EVENT_EDGE_FLAG_NONE, 1, in dispatchPointerSimple()
3560 mCurrentRawState.buttonState, MotionClassification::NONE, in dispatchPointerSimple()
3573 MotionClassification::NONE, AMOTION_EVENT_EDGE_FLAG_NONE, 1, in dispatchPointerSimple()
3593 MotionClassification::NONE, AMOTION_EVENT_EDGE_FLAG_NONE, 1, in dispatchPointerSimple()
3623 MotionClassification::NONE, AMOTION_EVENT_EDGE_FLAG_NONE, 1, in abortPointerSimple()
3639 float yPrecision, nsecs_t downTime, MotionClassification classification) { in dispatchMotion()