Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
H A DResizableIntArrayTests.java133 final int smallerLength = DEFAULT_CAPACITY / 2; in testReset() local
134 src.reset(smallerLength); in testReset()
144 if (i == smallerLength) { in testReset()
147 if (i < smallerLength) { in testReset()
149 } else if (i < smallerLength * 2) { in testReset()
180 final int smallerLength = DEFAULT_CAPACITY / 2; in testSetLength() local
181 src.setLength(smallerLength); in testSetLength()
183 assertEquals("length after smaller setLength", smallerLength, src.getLength()); in testSetLength()
186 for (int i = 0; i < smallerLength; i++) { in testSetLength()
224 final int smallerLength = DEFAULT_CAPACITY / 2; in testCopy() local
[all …]