Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputPointersTests.java133 final InputPointers dstCopy = new InputPointers(DEFAULT_CAPACITY); in testAppend() local
134 dstCopy.copy(dst); in testAppend()
139 dstCopy.getXCoordinates(), 0, dst.getXCoordinates(), 0, dstLen); in testAppend()
141 dstCopy.getYCoordinates(), 0, dst.getYCoordinates(), 0, dstLen); in testAppend()
143 dstCopy.getPointerIds(), 0, dst.getPointerIds(), 0, dstLen); in testAppend()
145 dstCopy.getTimes(), 0, dst.getTimes(), 0, dstLen); in testAppend()
152 dstCopy.getXCoordinates(), 0, dst.getXCoordinates(), 0, dstLen); in testAppend()
154 dstCopy.getYCoordinates(), 0, dst.getYCoordinates(), 0, dstLen); in testAppend()
156 dstCopy.getPointerIds(), 0, dst.getPointerIds(), 0, dstLen); in testAppend()
158 dstCopy.getTimes(), 0, dst.getTimes(), 0, dstLen); in testAppend()
[all …]
DResizableIntArrayTests.java217 final ResizableIntArray dstCopy = new ResizableIntArray(dst.getLength()); in testAppend() local
218 dstCopy.copy(dst); in testAppend()
224 dstCopy.getPrimitiveArray(), 0, dst.getPrimitiveArray(), 0, dstLen); in testAppend()
232 dstCopy.getPrimitiveArray(), 0, dst.getPrimitiveArray(), 0, dstLen); in testAppend()
242 dstCopy.getPrimitiveArray(), 0, dst.getPrimitiveArray(), 0, dstLen); in testAppend()