HomeSort by relevance Sort by last modified time
    Searched full:strokeid (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrail.java 125 final int strokeId = stroke.getGestureStrokeId();
133 final int lastInterpolatedIndex = (strokeId == mCurrentStrokeId)
137 if (strokeId != mCurrentStrokeId) {
147 mCurrentStrokeId = strokeId;

Completed in 2633 milliseconds