Searched refs:mStrokeIdToPointerId (Results 1 – 1 of 1) sorted by relevance
80 private SparseIntArray mStrokeIdToPointerId = new SparseIntArray(5); field in MotionEventInjector268 int continuedPointerId = mStrokeIdToPointerId in prepareToContinueOldGesture()275 mStrokeIdToPointerId.put(touchPoint.mStrokeId, continuedPointerId); in prepareToContinueOldGesture()346 mStrokeIdToPointerId.clear(); in cancelAnyPendingInjectedEvents()437 mStrokeIdToPointerId.clear(); in appendUpEvents()478 int pointerId = mStrokeIdToPointerId.get(touchPoints[i].mStrokeId, -1); in obtainMotionEvent()481 mStrokeIdToPointerId.put(touchPoints[i].mStrokeId, pointerId); in obtainMotionEvent()509 while (mStrokeIdToPointerId.indexOfValue(pointerId) >= 0) { in getUnusedPointerId()