Searched refs:mNumLastTouchPoints (Results 1 – 1 of 1) sorted by relevance
77 private int mNumLastTouchPoints; field in MotionEventInjector259 if (gestureSteps.isEmpty() || (mLastTouchPoints == null) || (mNumLastTouchPoints == 0)) { in prepareToContinueOldGesture()277 mLastTouchPoints, mNumLastTouchPoints, touchPoint.mContinuedStrokeId); in prepareToContinueOldGesture()298 for (int i = 0; i < mNumLastTouchPoints; i++) { in prepareToContinueOldGesture()341 } else if (mNumLastTouchPoints != 0) { in cancelAnyPendingInjectedEvents()345 mNumLastTouchPoints = 0; in cancelAnyPendingInjectedEvents()368 mNumLastTouchPoints = 0; in getMotionEventsFromGestureSteps()400 int lastPointsIndex = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendMoveEventIfNeeded()411 lastTouchPoints, mNumLastTouchPoints)); in appendMoveEventIfNeeded()421 int indexOfUpEvent = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints, in appendUpEvents()[all …]