Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTestsLanguageWithoutSpaces.java77 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS); in testStartComposingInsideText()
102 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS); in testMovingCursorInsideWordAndType()
DInputLogicTests.java121 mInputConnection.setSelection(SELECTION_START, SELECTION_END); in testDeleteSelection()
142 mInputConnection.setSelection(SELECTION_START, SELECTION_END); in testDeleteSelectionTwice()
340 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testBackspaceAtStartAfterAutocorrect()
354 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testAutoCorrectThenMoveCursorThenBackspace()
576 mInputConnection.setSelection(indexForManualCursor, indexForManualCursor); in testPredictionsAfterRecorrection()
DInputTestsBase.java80 protected InputConnection mInputConnection; field in InputTestsBase
228 mInputConnection = ic; in setUp()
435 mInputConnection.setSelection(position, position); in sendUpdateForCursorMoveTo()
DBlueUnderlineTests.java105 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testBlueUnderlineDisappearsWhenCursorMoved()