Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DInputPointersTests.java44 assertNotNull("new instance yCoordinates", src.getYCoordinates()); in testNewInstance()
60 assertNotSame("yCoordinates after reset", yCoordinates, src.getYCoordinates()); in testReset()
83 assertEquals("yCoordinates at " + i, y, src.getYCoordinates()[i]); in testAdd()
107 assertEquals("yCoordinates at " + i, y, src.getYCoordinates()[i]); in testAddAt()
128 assertSame("yCoordinates after set", dst.getYCoordinates(), src.getYCoordinates()); in testSet()
148 assertNotSame("yCoordinates after copy", dst.getYCoordinates(), src.getYCoordinates()); in testCopy()
155 dst.getYCoordinates(), 0, src.getYCoordinates(), 0, size); in testCopy()
200 dstCopy.getYCoordinates(), startPos, dst.getYCoordinates(), startPos, dstLength); in testAppend()
214 dstCopy.getYCoordinates(), startPos, dst.getYCoordinates(), startPos, dstLength); in testAppend()
223 srcYCoords.getPrimitiveArray(), startPos, dst.getYCoordinates(), in testAppend()
[all …]
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DInputPointers.java141 public int[] getYCoordinates() { in getYCoordinates() method in InputPointers
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionary.java308 inputPointers.getYCoordinates(), inputPointers.getTimes(), in getSuggestions()