Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DInputPointersTests.java46 assertNotNull("new instance times", src.getTimes()); in testNewInstance()
62 assertNotSame("times after reset", times, src.getTimes()); in testReset()
85 assertEquals("times at " + i, time, src.getTimes()[i]); in testAdd()
109 assertEquals("times at " + i, time, src.getTimes()[i]); in testAddAt()
130 assertSame("times after set", dst.getTimes(), src.getTimes()); in testSet()
150 assertNotSame("times after copy", dst.getTimes(), src.getTimes()); in testCopy()
159 dst.getTimes(), 0, src.getTimes(), 0, size); in testCopy()
204 dstCopy.getTimes(), startPos, dst.getTimes(), startPos, dstLength); in testAppend()
218 dstCopy.getTimes(), startPos, dst.getTimes(), startPos, dstLength); in testAppend()
229 srcTimes.getPrimitiveArray(), startPos, dst.getTimes(), dstLength, srcLength); in testAppend()
[all …]
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DInputPointers.java157 public int[] getTimes() { in getTimes() method in InputPointers
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionary.java308 inputPointers.getYCoordinates(), inputPointers.getTimes(), in getSuggestions()