Searched refs:mStrokeId (Results 1 – 4 of 4) sorted by relevance
148 touchPoints[numPointsFound].mStrokeId = strokeDescription.getId(); in getPointsForTime()432 public int mStrokeId; field in GestureDescription.TouchPoint447 mStrokeId = parcel.readInt(); in TouchPoint()457 mStrokeId = other.mStrokeId; in copyFrom()468 + "mStrokeId=" + mStrokeId in toString()484 dest.writeInt(mStrokeId); in writeToParcel()
260 mStrokeIdToPointerId.put(touchPoint.mStrokeId, continuedPointerId); in prepareToContinueOldGesture()278 mLastTouchPoints[lastPointIndex].mStrokeId = touchPoint.mStrokeId; in prepareToContinueOldGesture()385 currentTouchPoints[i].mStrokeId); in appendMoveEventIfNeeded()406 currentTouchPoints[i].mStrokeId); in appendUpEvents()462 int pointerId = mStrokeIdToPointerId.get(touchPoints[i].mStrokeId, -1); in obtainMotionEvent()465 mStrokeIdToPointerId.put(touchPoints[i].mStrokeId, pointerId); in obtainMotionEvent()484 if (touchPoints[i].mStrokeId == strokeId) { in findPointByStrokeId()
368 if (gestureStep.touchPoints[i].mStrokeId == strokeId) {
732 touchPoints[0].mStrokeId = strokeId; in createSimpleGestureFromPoints()