OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
188
// If !isComposingWord, #
commitTyped
() is a no-op, but still, it's better to avoid
195
commitTyped
(settingsValues, LastComposedWord.NOT_A_SEPARATOR);
522
commitTyped
(settingsValues, LastComposedWord.NOT_A_SEPARATOR);
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
[
all
...]
Completed in 187 milliseconds