Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java442 private void commitTyped(InputConnection inputConnection) { in commitTyped() argument
444 inputConnection.commitText(mComposing, mComposing.length()); in commitTyped()