Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStrokeDrawingPoints.java124 public int interpolateStrokeAndReturnStartIndexOfLastSegment(final int lastInterpolatedIndex, in interpolateStrokeAndReturnStartIndexOfLastSegment() argument
134 int lastInterpolatedDrawIndex = lastInterpolatedIndex; in interpolateStrokeAndReturnStartIndexOfLastSegment()
135 int d1 = lastInterpolatedIndex; in interpolateStrokeAndReturnStartIndexOfLastSegment()
DGestureTrailDrawingPoints.java94 final int lastInterpolatedIndex = (strokeId == mCurrentStrokeId) in addStrokeLocked() local
97 lastInterpolatedIndex, mEventTimes, mXCoordinates, mYCoordinates, mPointTypes); in addStrokeLocked()