HomeSort by relevance Sort by last modified time
    Searched refs:dstCopy (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputPointersTests.java 131 final InputPointers dstCopy = new InputPointers(DEFAULT_CAPACITY);
132 dstCopy.copy(dst);
137 dstCopy.getXCoordinates(), 0, dst.getXCoordinates(), 0, dstLen);
139 dstCopy.getYCoordinates(), 0, dst.getYCoordinates(), 0, dstLen);
141 dstCopy.getPointerIds(), 0, dst.getPointerIds(), 0, dstLen);
143 dstCopy.getTimes(), 0, dst.getTimes(), 0, dstLen);
150 dstCopy.getXCoordinates(), 0, dst.getXCoordinates(), 0, dstLen);
152 dstCopy.getYCoordinates(), 0, dst.getYCoordinates(), 0, dstLen);
154 dstCopy.getPointerIds(), 0, dst.getPointerIds(), 0, dstLen);
156 dstCopy.getTimes(), 0, dst.getTimes(), 0, dstLen)
    [all...]
ResizableIntArrayTests.java 215 final ResizableIntArray dstCopy = new ResizableIntArray(dst.getLength());
216 dstCopy.copy(dst);
222 dstCopy.getPrimitiveArray(), 0, dst.getPrimitiveArray(), 0, dstLen);
230 dstCopy.getPrimitiveArray(), 0, dst.getPrimitiveArray(), 0, dstLen);
240 dstCopy.getPrimitiveArray(), 0, dst.getPrimitiveArray(), 0, dstLen);

Completed in 42 milliseconds