Searched refs:strokeDescription (Results 1 – 1 of 1) sorted by relevance
127 StrokeDescription strokeDescription = mStrokes.get(i); in getPointsForTime() local128 if (strokeDescription.hasPointForTime(time)) { in getPointsForTime()129 touchPoints[numPointsFound].mStrokeId = strokeDescription.getId(); in getPointsForTime()131 strokeDescription.getContinuedStrokeId(); in getPointsForTime()133 (strokeDescription.getContinuedStrokeId() < 0) in getPointsForTime()134 && (time == strokeDescription.mStartTime); in getPointsForTime()135 touchPoints[numPointsFound].mIsEndOfPath = !strokeDescription.willContinue() in getPointsForTime()136 && (time == strokeDescription.mEndTime); in getPointsForTime()137 strokeDescription.getPosForTime(time, mTempPos); in getPointsForTime()174 public Builder addStroke(@NonNull StrokeDescription strokeDescription) { in addStroke() argument[all …]