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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputPointersTests.java36 assertNotNull("new instance times", src.getTimes());
51 assertNotSame("times after reset", times, src.getTimes());
73 assertEquals("times at " + i, time, src.getTimes()[i]);
96 assertEquals("times at " + i, time, src.getTimes()[i]);
116 assertSame("times after set", dst.getTimes(), src.getTimes());
135 assertNotSame("times after copy", dst.getTimes(), src.getTimes());
144 dst.getTimes(), 0, src.getTimes(),
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DInputPointers.java148 public int[] getTimes() { method in class:InputPointers
H A DBinaryDictionary.java298 inputPointers.getYCoordinates(), inputPointers.getTimes(),

Completed in 69 milliseconds