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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureTrail.java51 private final ResizableIntArray mPointTypes = new ResizableIntArray( field in class:GestureTrail
123 stroke.appendPreviewStroke(mEventTimes, mXCoordinates, mYCoordinates, mPointTypes);
139 lastInterpolatedIndex, mEventTimes, mXCoordinates, mYCoordinates, mPointTypes);
218 final int[] pointTypes = mPointTypes.getPrimitiveArray();
287 mPointTypes.setLength(newSize);
301 final int[] pointTypes = mPointTypes.getPrimitiveArray();

Completed in 7 milliseconds