Searched refs:CURSOR_POS (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | InputLogicTestsLanguageWithoutSpaces.java | 72 final int CURSOR_POS = 4; in testStartComposingInsideText() local 76 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS); in testStartComposingInsideText() 78 CURSOR_POS, CURSOR_POS, -1, -1); in testStartComposingInsideText() 95 final int CURSOR_POS = 4; in testMovingCursorInsideWordAndType() local 101 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS); in testMovingCursorInsideWordAndType() 103 CURSOR_POS, CURSOR_POS, 0, typedLength); in testMovingCursorInsideWordAndType() 114 assertEquals("start typing while cursor inside composition", CURSOR_POS, in testMovingCursorInsideWordAndType() 116 assertEquals("start typing while cursor inside composition", CURSOR_POS + 1, in testMovingCursorInsideWordAndType()
|