Searched refs:srcYCoords (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
H A D | InputPointersTests.java | 177 final ResizableIntArray srcYCoords = new ResizableIntArray(DEFAULT_CAPACITY); in testAppend() local 188 srcYCoords.add(y); in testAppend() 194 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend() 206 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend() 223 srcYCoords.getPrimitiveArray(), startPos, dst.getYCoordinates(), in testAppend() 252 final ResizableIntArray srcYCoords= new ResizableIntArray(DEFAULT_CAPACITY); in testAppendResizableIntArray() local 260 srcYCoords.add(y); in testAppendResizableIntArray() 263 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, 0); in testAppendResizableIntArray() 274 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, srcLength); in testAppendResizableIntArray() 289 srcYCoords.getPrimitiveArray(), 0, dst.getYCoordinates(), dstLength, srcLength); in testAppendResizableIntArray()
|