HomeSort by relevance Sort by last modified time
    Searched refs:commitTyped (Results 1 - 3 of 3) sorted by null

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 442 private void commitTyped(InputConnection inputConnection) {
511 commitTyped(getCurrentInputConnection());
546 commitTyped(ic);
637 commitTyped(getCurrentInputConnection());
694 commitTyped(getCurrentInputConnection());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 189 // If !isComposingWord, #commitTyped() is a no-op, but still, it's better to avoid
196 commitTyped(settingsValues, LastComposedWord.NOT_A_SEPARATOR);
521 commitTyped(settingsValues, LastComposedWord.NOT_A_SEPARATOR);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 292 milliseconds