Searched refs:mInputConnection (Results 1 – 5 of 5) sorted by relevance
120 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()
76 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS); in testStartComposingInsideText()101 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS); in testMovingCursorInsideWordAndType()
80 protected InputConnection mInputConnection; field in InputTestsBase228 mInputConnection = ic; in setUp()435 mInputConnection.setSelection(position, position); in sendUpdateForCursorMoveTo()
104 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testBlueUnderlineDisappearsWhenCursorMoved()
46 private InputConnection mInputConnection; field in InputTestFragment