Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DInputPointersTests.java181 final int srcPointerId = 10; in testAppend() local
189 srcPointerIds.add(srcPointerId); in testAppend()
194 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend()
206 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend()
247 final int srcPointerId = 1; in testAppendResizableIntArray() local
249 Arrays.fill(srcPointerIds, srcPointerId); in testAppendResizableIntArray()
263 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, 0); in testAppendResizableIntArray()
274 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, srcLength); in testAppendResizableIntArray()