Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java687 private void typeWordAndPutCursorInside(final String word, final int startPos) { in typeWordAndPutCursorInside() method in InputLogicTests
703 typeWordAndPutCursorInside(WORD_TO_TYPE, 0 /* startPos */); in testTypeWithinComposing()
712 typeWordAndPutCursorInside(WORD_TO_TYPE, cursorPos + 1 /* startPos */); in testTypeWithinComposing()
728 typeWordAndPutCursorInside(WORD_TO_TYPE, cursorPos + 1 /* startPos */); in testTypeWithinGestureComposing()