HomeSort by relevance Sort by last modified time
    Searched defs:commitTyped (Results 1 - 2 of 2) 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...]

Completed in 48 milliseconds