HomeSort by relevance Sort by last modified time
    Searched refs:xCoords (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
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...]
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]);
HermiteInterpolator.java 48 * @param xCoords the array of x-coordinates. Valid data are in left-open interval
55 public void reset(final int[] xCoords, final int[] yCoords, final int minPos,
57 mXCoords = xCoords;
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp     [all...]
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp     [all...]

Completed in 355 milliseconds