Searched refs:mLastTouchPoints (Results 1 – 1 of 1) sorted by relevance
76 private TouchPoint[] mLastTouchPoints; field in MotionEventInjector281 + Arrays.asList(mLastTouchPoints)); in prepareToContinueOldGesture()284 if (mLastTouchPoints[lastPointIndex].mIsEndOfPath in prepareToContinueOldGesture()285 || (mLastTouchPoints[lastPointIndex].mX != touchPoint.mX) in prepareToContinueOldGesture()293 mLastTouchPoints[lastPointIndex].mStrokeId = touchPoint.mStrokeId; in prepareToContinueOldGesture()299 if (!mLastTouchPoints[i].mIsEndOfPath) { in prepareToContinueOldGesture()384 if (mLastTouchPoints == null) { in getLastTouchPoints()386 mLastTouchPoints = new TouchPoint[capacity]; in getLastTouchPoints()388 mLastTouchPoints[i] = new GestureDescription.TouchPoint(); in getLastTouchPoints()391 return mLastTouchPoints; in getLastTouchPoints()[all …]