Searched refs:srcXCoords (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
H A D | InputPointersTests.java | 176 final ResizableIntArray srcXCoords = new ResizableIntArray(DEFAULT_CAPACITY); in testAppend() local 187 srcXCoords.add(x); in testAppend() 194 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend() 206 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend() 220 srcXCoords.getPrimitiveArray(), startPos, dst.getXCoordinates(), in testAppend() 251 final ResizableIntArray srcXCoords = new ResizableIntArray(DEFAULT_CAPACITY); in testAppendResizableIntArray() local 259 srcXCoords.add(x); in testAppendResizableIntArray() 263 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, 0); in testAppendResizableIntArray() 274 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, srcLength); in testAppendResizableIntArray() 287 srcXCoords.getPrimitiveArray(), 0, dst.getXCoordinates(), dstLength, srcLength); in testAppendResizableIntArray()
|