HomeSort by relevance Sort by last modified time
    Searched defs:xCoords (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) {
90 xCoords.append(mPreviewXCoordinates, mLastPreviewSize, length);
GesturePreviewTrail.java 97 final int[] xCoords = mXCoordinates.getPrimitiveArray();
99 xCoords[downIndex] = markAsDownEvent(xCoords[downIndex]);
230 final int[] xCoords = mXCoordinates.getPrimitiveArray();
248 w.p1x = getXCoordValue(xCoords[startIndex]);
257 w.p2x = getXCoordValue(xCoords[i]);
260 if (!isDownEventXCoord(xCoords[i])) {
288 System.arraycopy(xCoords, startIndex, xCoords, 0, newSize);

Completed in 33 milliseconds