Searched refs:mNumLastTouchPoints (Results 1 – 1 of 1) sorted by relevance
75 private int mNumLastTouchPoints; field in MotionEventInjector242 if (gestureSteps.isEmpty() || (mLastTouchPoints == null) || (mNumLastTouchPoints == 0)) { in prepareToContinueOldGesture()260 mLastTouchPoints, mNumLastTouchPoints, touchPoint.mContinuedStrokeId); in prepareToContinueOldGesture()281 for (int i = 0; i < mNumLastTouchPoints; i++) { in prepareToContinueOldGesture()323 } else if (mNumLastTouchPoints != 0) { in cancelAnyPendingInjectedEvents()327 mNumLastTouchPoints = 0; in cancelAnyPendingInjectedEvents()350 mNumLastTouchPoints = 0; in getMotionEventsFromGestureSteps()382 int lastPointsIndex = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendMoveEventIfNeeded()393 lastTouchPoints, mNumLastTouchPoints)); in appendMoveEventIfNeeded()403 int indexOfUpEvent = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendUpEvents()[all …]