Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java111 final int SELECTION_END = 19; in testDeleteSelection() local
120 mInputConnection.setSelection(SELECTION_START, SELECTION_END); in testDeleteSelection()
123 SELECTION_START, SELECTION_END, -1, -1); in testDeleteSelection()
132 final int SELECTION_END = 19; in testDeleteSelectionTwice() local
141 mInputConnection.setSelection(SELECTION_START, SELECTION_END); in testDeleteSelectionTwice()
144 SELECTION_START, SELECTION_END, -1, -1); in testDeleteSelectionTwice()