Searched refs:mContinuedStrokeId (Results 1 – 5 of 5) sorted by relevance
149 touchPoints[numPointsFound].mContinuedStrokeId = in getPointsForTime()250 int mContinuedStrokeId = INVALID_STROKE_ID; field in GestureDescription.StrokeDescription376 strokeDescription.mContinuedStrokeId = mId; in continueStroke()396 return mContinuedStrokeId; in getContinuedStrokeId()433 public int mContinuedStrokeId; field in GestureDescription.TouchPoint448 mContinuedStrokeId = parcel.readInt(); in TouchPoint()458 mContinuedStrokeId = other.mContinuedStrokeId; in copyFrom()469 + ", mContinuedStrokeId=" + mContinuedStrokeId in toString()485 dest.writeInt(mContinuedStrokeId); in writeToParcel()
269 .get(touchPoint.mContinuedStrokeId, -1); in prepareToContinueOldGesture()277 mLastTouchPoints, mNumLastTouchPoints, touchPoint.mContinuedStrokeId); in prepareToContinueOldGesture()
387 if (gestureStep.touchPoints[i].mContinuedStrokeId == strokeId) {
750 touchPoints[0].mContinuedStrokeId = continuedStrokeId; in createSimpleGestureFromPoints()
152 Landroid/accessibilityservice/GestureDescription$StrokeDescription;->mContinuedStrokeId:I168 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mContinuedStrokeId:I