Searched refs:getCurrentInputConnection (Results 1 – 4 of 4) sorted by relevance
194 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 …]
247 if (getCurrentInputConnection() != null) { in updateCapitalization()249 getCurrentInputConnection().getCursorCapsMode(mEditorInfo.inputType) != 0; in updateCapitalization()269 InputConnection inputConnection = getCurrentInputConnection();406 InputConnection inputConnection = getCurrentInputConnection();
135 InputConnection ic = getCurrentInputConnection(); in onStartInputView()263 InputConnection ic = getCurrentInputConnection(); in handleTextEntry()
158 public InputConnection getCurrentInputConnection() { in getCurrentInputConnection() method in RichInputConnectionAndTextRangeTests.MockInputMethodService