Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DInputPointersTests.java161 final ResizableIntArray srcTimes = new ResizableIntArray(DEFAULT_CAPACITY); in testAppend() local
172 srcTimes.add(time); in testAppend()
176 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend()
188 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend()
211 srcTimes.getPrimitiveArray(), startPos, dst.getTimes(), dstLength, srcLength); in testAppend()
231 final ResizableIntArray srcTimes = new ResizableIntArray(DEFAULT_CAPACITY); in testAppendResizableIntArray() local
239 srcTimes.add(time); in testAppendResizableIntArray()
244 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, 0); in testAppendResizableIntArray()
255 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, srcLength); in testAppendResizableIntArray()
274 srcTimes.getPrimitiveArray(), 0, dst.getTimes(), dstLength, srcLength); in testAppendResizableIntArray()