Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
H A DInputPointersTests.java52 final int[] xCoordinates = src.getXCoordinates(); in testReset()
53 final int[] yCoordinates = src.getXCoordinates(); in testReset()
54 final int[] pointerIds = src.getXCoordinates(); in testReset()
55 final int[] times = src.getXCoordinates(); in testReset()
127 assertSame("xCoordinates after set", dst.getXCoordinates(), src.getXCoordinates()); in testSet()
147 assertNotSame("xCoordinates after copy", dst.getXCoordinates(), src.getXCoordinates()); in testCopy()
153 dst.getXCoordinates(), 0, src.getXCoordinates(), 0, size); in testCopy()
198 dstCopy.getXCoordinates(), startPos, dst.getXCoordinates(), startPos, dstLength); in testAppend()
212 dstCopy.getXCoordinates(), startPos, dst.getXCoordinates(), startPos, dstLength); in testAppend()
266 dstCopy.getXCoordinates(), 0, dst.getXCoordinates(), 0, dstLength); in testAppendResizableIntArray()
[all …]
/aosp12/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DInputPointers.java136 public int[] getXCoordinates() { in getXCoordinates() method in InputPointers
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java307 getTraverseSession(sessionId).getSession(), inputPointers.getXCoordinates(), in getSuggestions()