Home
last modified time | relevance | path

Searched refs:strokeId (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureTrailDrawingPoints.java85 final int strokeId = stroke.getGestureStrokeId(); in addStrokeLocked() local
94 final int lastInterpolatedIndex = (strokeId == mCurrentStrokeId) in addStrokeLocked()
98 if (strokeId != mCurrentStrokeId) { in addStrokeLocked()
108 mCurrentStrokeId = strokeId; in addStrokeLocked()