Searched refs:mContinuedStrokeId (Results 1 – 5 of 5) sorted by relevance
130 touchPoints[numPointsFound].mContinuedStrokeId = in getPointsForTime()215 int mContinuedStrokeId = INVALID_STROKE_ID; field in GestureDescription.StrokeDescription341 strokeDescription.mContinuedStrokeId = mId; in continueStroke()361 return mContinuedStrokeId; in getContinuedStrokeId()398 public int mContinuedStrokeId; field in GestureDescription.TouchPoint413 mContinuedStrokeId = parcel.readInt(); in TouchPoint()423 mContinuedStrokeId = other.mContinuedStrokeId; in copyFrom()434 + ", mContinuedStrokeId=" + mContinuedStrokeId in toString()450 dest.writeInt(mContinuedStrokeId); in writeToParcel()
252 .get(touchPoint.mContinuedStrokeId, -1); in prepareToContinueOldGesture()260 mLastTouchPoints, mNumLastTouchPoints, touchPoint.mContinuedStrokeId); in prepareToContinueOldGesture()
387 if (gestureStep.touchPoints[i].mContinuedStrokeId == strokeId) {
727 touchPoints[0].mContinuedStrokeId = continuedStrokeId; in createSimpleGestureFromPoints()
152 Landroid/accessibilityservice/GestureDescription$StrokeDescription;->mContinuedStrokeId:I168 Landroid/accessibilityservice/GestureDescription$TouchPoint;->mContinuedStrokeId:I