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 132 * @param xCoords the x-coordinates array of gesture trail to be drawn.
138 final ResizableIntArray xCoords, final ResizableIntArray yCoords,
145 xCoords.append(mPreviewXCoordinates, mLastPreviewSize, length);
160 * <code>eventTimes</code>, <code>xCoords</code>, and <code>yCoords</code>.
162 * @param xCoords the x-coordinates array of gesture trail to be drawn.
169 final ResizableIntArray eventTimes, final ResizableIntArray xCoords,
205 xCoords.add(d1, (int)mInterpolator.mInterpolatedX);
213 xCoords.add(d1, px[p2]);
GestureTrail.java 146 final int[] xCoords = mXCoordinates.getPrimitiveArray();
148 xCoords[downIndex] = markAsDownEvent(xCoords[downIndex]);
216 final int[] xCoords = mXCoordinates.getPrimitiveArray();
234 int p1x = getXCoordValue(xCoords[startIndex]);
240 final int p2x = getXCoordValue(xCoords[i]);
244 if (!isDownEventXCoord(xCoords[i])) {
277 System.arraycopy(xCoords, startIndex, xCoords, 0, newSize);
299 final int[] xCoords = mXCoordinates.getPrimitiveArray()
    [all...]

Completed in 38 milliseconds