Searched refs:mPreviewYCoordinates (Results 1 – 1 of 1) sorted by relevance
29 private final ResizableIntArray mPreviewYCoordinates = new ResizableIntArray(PREVIEW_CAPACITY); field in GestureStrokeDrawingPoints52 mPreviewYCoordinates.setLength(0); in reset()80 mPreviewYCoordinates.add(y); in onMoveEvent()102 yCoords.append(mPreviewYCoordinates, mLastPreviewSize, length); in appendPreviewStroke()130 final int[] py = mPreviewYCoordinates.getPrimitiveArray(); in interpolateStrokeAndReturnStartIndexOfLastSegment()