OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastInterpolatedIndex
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeWithPreviewPoints.java
159
* @param
lastInterpolatedIndex
the start index of the last interpolated segment of
168
public int interpolateStrokeAndReturnStartIndexOfLastSegment(final int
lastInterpolatedIndex
,
178
int lastInterpolatedDrawIndex =
lastInterpolatedIndex
;
179
int d1 =
lastInterpolatedIndex
;
GestureTrail.java
136
final int
lastInterpolatedIndex
= (strokeId == mCurrentStrokeId)
139
lastInterpolatedIndex
, mEventTimes, mXCoordinates, mYCoordinates, mPointTypes);
Completed in 199 milliseconds