Searched defs:yCoords (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureStrokeDrawingPoints.java89 * @param yCoords the y-coordinates array of gesture trail to be drawn.
94 final ResizableIntArray xCoords, final ResizableIntArray yCoords,
102 yCoords.append(mPreviewYCoordinates, mLastPreviewSize, length);
116 * <code>eventTimes</code>, <code>xCoords</code>, and <code>yCoords</code>.
119 * @param yCoords the y-coordinates array of gesture trail to be drawn.
126 final ResizableIntArray yCoords, final ResizableIntArray types) {
162 yCoords.addAt(d1, (int)mInterpolator.mInterpolatedY);
170 yCoords.addAt(d1, py[p2]);
93 appendPreviewStroke(final ResizableIntArray eventTimes, final ResizableIntArray xCoords, final ResizableIntArray yCoords, final ResizableIntArray types) argument
124 interpolateStrokeAndReturnStartIndexOfLastSegment(final int lastInterpolatedIndex, final ResizableIntArray eventTimes, final ResizableIntArray xCoords, final ResizableIntArray yCoords, final ResizableIntArray types) argument
H A DHermiteInterpolator.java50 * @param yCoords the array of y-coordinates. Valid data are in left-open interval
55 public void reset(final int[] xCoords, final int[] yCoords, final int minPos, argument
58 mYCoords = yCoords;

Completed in 74 milliseconds