Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java194 mIC = mParent.getCurrentInputConnection(); in beginBatchEdit()
255 mIC = mParent.getCurrentInputConnection(); in reloadTextCache()
364 mIC = mParent.getCurrentInputConnection(); in getCursorCapsMode()
434 mIC = mParent.getCurrentInputConnection(); in getTextBeforeCursorAndDetectLaggyConnection()
453 mIC = mParent.getCurrentInputConnection(); in getTextAfterCursorAndDetectLaggyConnection()
504 mIC = mParent.getCurrentInputConnection(); in performEditorAction()
659 mIC = mParent.getCurrentInputConnection(); in getNgramContextFromNthPreviousWord()
704 mIC = mParent.getCurrentInputConnection(); in getWordRangeAtCursor()
925 mIC = mParent.getCurrentInputConnection(); in tryFixLyingCursorPosition()
966 mIC = mParent.getCurrentInputConnection(); in performPrivateCommand()
[all …]
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java247 if (getCurrentInputConnection() != null) { in updateCapitalization()
249 getCurrentInputConnection().getCursorCapsMode(mEditorInfo.inputType) != 0; in updateCapitalization()
269 InputConnection inputConnection = getCurrentInputConnection();
406 InputConnection inputConnection = getCurrentInputConnection();
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java135 InputConnection ic = getCurrentInputConnection(); in onStartInputView()
263 InputConnection ic = getCurrentInputConnection(); in handleTextEntry()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java158 public InputConnection getCurrentInputConnection() { in getCurrentInputConnection() method in RichInputConnectionAndTextRangeTests.MockInputMethodService