HomeSort by relevance Sort by last modified time
    Searched defs:yCoords (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeWithPreviewPoints.java 84 final ResizableIntArray xCoords, final ResizableIntArray yCoords) {
91 yCoords.append(mPreviewYCoordinates, mLastPreviewSize, length);
GesturePreviewTrail.java 231 final int[] yCoords = mYCoordinates.getPrimitiveArray();
249 w.p1y = yCoords[startIndex];
258 w.p2y = yCoords[i];
289 System.arraycopy(yCoords, startIndex, yCoords, 0, newSize);

Completed in 49 milliseconds