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 129 final ResizableIntArray xCoords, final ResizableIntArray yCoords) {
135 xCoords.append(mPreviewXCoordinates, mLastPreviewSize, length);
147 * <code>eventTimes</code>, <code>xCoords</code>, and <code>yCoords</code>.
149 * @param xCoords the x-coordinates array of gesture trail to be drawn.
154 final ResizableIntArray eventTimes, final ResizableIntArray xCoords,
190 xCoords.add(d1, (int)mInterpolator.mInterpolatedX);
198 xCoords.add(d1, px[p2]);
GestureTrail.java 143 final int[] xCoords = mXCoordinates.getPrimitiveArray();
145 xCoords[downIndex] = markAsDownEvent(xCoords[downIndex]);
213 final int[] xCoords = mXCoordinates.getPrimitiveArray();
231 int p1x = getXCoordValue(xCoords[startIndex]);
237 final int p2x = getXCoordValue(xCoords[i]);
241 if (!isDownEventXCoord(xCoords[i])) {
282 System.arraycopy(xCoords, startIndex, xCoords, 0, newSize);

Completed in 107 milliseconds