Searched refs:mStrokeIdToPointerId (Results 1 – 1 of 1) sorted by relevance
78 private SparseIntArray mStrokeIdToPointerId = new SparseIntArray(5); field in MotionEventInjector251 int continuedPointerId = mStrokeIdToPointerId in prepareToContinueOldGesture()258 mStrokeIdToPointerId.put(touchPoint.mStrokeId, continuedPointerId); in prepareToContinueOldGesture()328 mStrokeIdToPointerId.clear(); in cancelAnyPendingInjectedEvents()419 mStrokeIdToPointerId.clear(); in appendUpEvents()460 int pointerId = mStrokeIdToPointerId.get(touchPoints[i].mStrokeId, -1); in obtainMotionEvent()463 mStrokeIdToPointerId.put(touchPoints[i].mStrokeId, pointerId); in obtainMotionEvent()491 while (mStrokeIdToPointerId.indexOfValue(pointerId) >= 0) { in getUnusedPointerId()