Searched refs:getYCoordinates (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | InputPointersTests.java | 32 assertNotNull("new instance yCoordinates", src.getYCoordinates()); in testNewInstance() 47 assertNotSame("yCoordinates after reset", yCoordinates, src.getYCoordinates()); in testReset() 61 assertEquals("yCoordinates at " + i, i * 2, src.getYCoordinates()[i]); in testAdd() 76 assertEquals("yCoordinates at " + i, i * 2, src.getYCoordinates()[i]); in testAddAt() 92 assertSame("yCoordinates after set", dst.getYCoordinates(), src.getYCoordinates()); in testSet() 107 assertNotSame("yCoordinates after copy", dst.getYCoordinates(), src.getYCoordinates()); in testCopy() 114 dst.getYCoordinates(), 0, src.getYCoordinates(), 0, size); in testCopy() 141 dstCopy.getYCoordinates(), 0, dst.getYCoordinates(), 0, dstLen); in testAppend() 154 dstCopy.getYCoordinates(), 0, dst.getYCoordinates(), 0, dstLen); in testAppend() 162 src.getYCoordinates(), 0, dst.getYCoordinates(), dstLen, srcLen); in testAppend() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | InputPointers.java | 123 public int[] getYCoordinates() { in getYCoordinates() method in InputPointers
|
D | BinaryDictionary.java | 141 ips.getYCoordinates(), ips.getTimes(), ips.getPointerIds(), mInputCodePoints, in getSuggestionsWithSessionId()
|
D | ExpandableDictionary.java | 291 final int[] yCoordinates = ips.getYCoordinates(); in getWordsInner()
|