Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java35 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1); in testPickSuggestionThenBackspace()
49 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1); in testPickAutoCorrectionThenBackspace()
64 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1); in testPickTypedWordOverAutoCorrectionThenBackspace()
80 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1); in testPickDifferentSuggestionThenBackspace()
99 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1); in testDeleteSelection()
102 mLatinIME.onUpdateSelection(typedLength, typedLength, in testDeleteSelection()
119 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1); in testDeleteSelectionTwice()
122 mLatinIME.onUpdateSelection(typedLength, typedLength, in testDeleteSelectionTwice()
147 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1); in testAutoCorrectWithPeriodThenRevert()
157 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1); in testAutoCorrectWithSpaceThenRevert()
[all …]
DBlueUnderlineTests.java96 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1); in testBlueUnderlineDisappearsWhenCursorMoved()
102 mLatinIME.onUpdateSelection(typedLength, typedLength, in testBlueUnderlineDisappearsWhenCursorMoved()
115 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1); in testComposingStopsOnSpace()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnEN.java362 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, in onUpdateSelection() method in OpenWnnEN
DOpenWnnJAJP.java608 …@Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSe… in onUpdateSelection() method in OpenWnnJAJP
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java866 public void onUpdateSelection(final int oldSelStart, final int oldSelEnd, in onUpdateSelection() method in LatinIME
869 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection()