Home
last modified time | relevance | path

Searched defs:dstCopy (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
H A DInputPointersTests.java173 final InputPointers dstCopy = new InputPointers(DEFAULT_CAPACITY); in testAppend() local
243 final InputPointers dstCopy = new InputPointers(DEFAULT_CAPACITY); in testAppendResizableIntArray() local
H A DResizableIntArrayTests.java251 final ResizableIntArray dstCopy = new ResizableIntArray(dst.getLength()); in testAppend() local