Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java315 InputConnection ic = getCurrentInputConnection(); in onUpdateSelection() local
316 if (ic != null) { in onUpdateSelection()
317 ic.finishComposingText(); in onUpdateSelection()
355 InputConnection ic = getCurrentInputConnection(); in translateKeyDown() local
356 if (c == 0 || ic == null) { in translateKeyDown()
424 InputConnection ic = getCurrentInputConnection(); in onKeyDown() local
425 if (ic != null) { in onKeyDown()
428 ic.clearMetaKeyStates(KeyEvent.META_ALT_ON); in onKeyDown()
571 InputConnection ic = getCurrentInputConnection(); in onText() local
572 if (ic == null) return; in onText()
[all …]
/development/samples/browseable/CommitContentSampleApp/src/com.example.android.commitcontent.app/
DMainActivity.java208 final InputConnection ic = super.onCreateInputConnection(editorInfo); in createEditTextWithContentMimeTypes()
219 return InputConnectionCompat.createWrapper(ic, editorInfo, callback); in createEditTextWithContentMimeTypes()
/development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
DImageKeyboard.java70 final InputConnection ic = getCurrentInputConnection(); in isCommitContentSupported() local
71 if (ic == null) { in isCommitContentSupported()