Home
last modified time | relevance | path

Searched refs:srcXCoords (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DInputPointersTests.java158 final ResizableIntArray srcXCoords = new ResizableIntArray(DEFAULT_CAPACITY); in testAppend() local
169 srcXCoords.add(x); in testAppend()
176 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend()
188 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend()
202 srcXCoords.getPrimitiveArray(), startPos, dst.getXCoordinates(), in testAppend()
232 final ResizableIntArray srcXCoords = new ResizableIntArray(DEFAULT_CAPACITY); in testAppendResizableIntArray() local
240 srcXCoords.add(x); in testAppendResizableIntArray()
244 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, 0); in testAppendResizableIntArray()
255 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, srcLength); in testAppendResizableIntArray()
268 srcXCoords.getPrimitiveArray(), 0, dst.getXCoordinates(), dstLength, srcLength); in testAppendResizableIntArray()