Searched refs:lastInterpolatedIndex (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureStrokeWithPreviewPoints.java159 * @param lastInterpolatedIndex the start index of the last interpolated segment of
168 public int interpolateStrokeAndReturnStartIndexOfLastSegment(final int lastInterpolatedIndex, argument
178 int lastInterpolatedDrawIndex = lastInterpolatedIndex;
179 int d1 = lastInterpolatedIndex;
H A DGestureTrail.java136 final int lastInterpolatedIndex = (strokeId == mCurrentStrokeId)
139 lastInterpolatedIndex, mEventTimes, mXCoordinates, mYCoordinates, mPointTypes);

Completed in 28 milliseconds