Searched refs:mNumLastTouchPoints (Results 1 – 1 of 1) sorted by relevance
77 private int mNumLastTouchPoints; field in MotionEventInjector298 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()411 lastTouchPoints, mNumLastTouchPoints)); in appendMoveEventIfNeeded()426 int action = (mNumLastTouchPoints == 1) ? MotionEvent.ACTION_UP in appendUpEvents()430 lastTouchPoints, mNumLastTouchPoints)); in appendUpEvents()435 mNumLastTouchPoints--; in appendUpEvents()436 if (mNumLastTouchPoints == 0) { in appendUpEvents()[all …]