Searched refs:srcTimes (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
H A D | InputPointersTests.java | 179 final ResizableIntArray srcTimes = new ResizableIntArray(DEFAULT_CAPACITY); in testAppend() local 190 srcTimes.add(time); in testAppend() 194 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend() 206 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend() 229 srcTimes.getPrimitiveArray(), startPos, dst.getTimes(), dstLength, srcLength); in testAppend() 250 final ResizableIntArray srcTimes = new ResizableIntArray(DEFAULT_CAPACITY); in testAppendResizableIntArray() local 258 srcTimes.add(time); in testAppendResizableIntArray() 263 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, 0); in testAppendResizableIntArray() 274 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, srcLength); in testAppendResizableIntArray() 293 srcTimes.getPrimitiveArray(), 0, dst.getTimes(), dstLength, srcLength); in testAppendResizableIntArray()
|