Searched refs:srcPointerId (Results 1 – 1 of 1) sorted by relevance
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
| D | InputPointersTests.java | 163 final int srcPointerId = 10; in testAppend() local 171 srcPointerIds.add(srcPointerId); in testAppend() 176 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend() 188 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, in testAppend() 228 final int srcPointerId = 1; in testAppendResizableIntArray() local 230 Arrays.fill(srcPointerIds, srcPointerId); in testAppendResizableIntArray() 244 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, 0); in testAppendResizableIntArray() 255 dst.append(srcPointerId, srcTimes, srcXCoords, srcYCoords, 0, srcLength); in testAppendResizableIntArray()
|