HomeSort by relevance Sort by last modified time
    Searched refs:lastInterpolatedIndex (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeWithPreviewPoints.java 146 * @param lastInterpolatedIndex the start index of the last interpolated segment of
153 public int interpolateStrokeAndReturnStartIndexOfLastSegment(final int lastInterpolatedIndex,
163 int lastInterpolatedDrawIndex = lastInterpolatedIndex;
164 int d1 = lastInterpolatedIndex;
GestureTrail.java 133 final int lastInterpolatedIndex = (strokeId == mCurrentStrokeId)
136 lastInterpolatedIndex, mEventTimes, mXCoordinates, mYCoordinates, mPointTypes);

Completed in 33 milliseconds