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/
GestureStrokeDrawingPoints.java
115
* @param
lastInterpolatedIndex
the start index of the last interpolated segment of
124
public int interpolateStrokeAndReturnStartIndexOfLastSegment(final int
lastInterpolatedIndex
,
134
int lastInterpolatedDrawIndex =
lastInterpolatedIndex
;
135
int d1 =
lastInterpolatedIndex
;
GestureTrailDrawingPoints.java
94
final int
lastInterpolatedIndex
= (strokeId == mCurrentStrokeId)
97
lastInterpolatedIndex
, mEventTimes, mXCoordinates, mYCoordinates, mPointTypes);
Completed in 81 milliseconds