Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DDecoder.java27 Decoder(InputConnection inputConnection) { in Decoder() argument
28 this.mInputConnection = inputConnection; in Decoder()
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java482 private void commitTyped(InputConnection inputConnection) { in commitTyped() argument
484 inputConnection.commitText(mComposing, mComposing.length()); in commitTyped()