Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java120 mInputConnection.setSelection(SELECTION_START, SELECTION_END); in testDeleteSelection()
141 mInputConnection.setSelection(SELECTION_START, SELECTION_END); in testDeleteSelectionTwice()
339 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testBackspaceAtStartAfterAutocorrect()
353 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testAutoCorrectThenMoveCursorThenBackspace()
575 mInputConnection.setSelection(indexForManualCursor, indexForManualCursor); in testPredictionsAfterRecorrection()
DInputLogicTestsLanguageWithoutSpaces.java76 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS); in testStartComposingInsideText()
101 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS); in testMovingCursorInsideWordAndType()
DInputTestsBase.java80 protected InputConnection mInputConnection; field in InputTestsBase
228 mInputConnection = ic; in setUp()
435 mInputConnection.setSelection(position, position); in sendUpdateForCursorMoveTo()
DBlueUnderlineTests.java104 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testBlueUnderlineDisappearsWhenCursorMoved()
/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/ime/
DInputTestFragment.java46 private InputConnection mInputConnection; field in InputTestFragment