Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A 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 …]
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
H A DCarLatinIME.java247 if (getCurrentInputConnection() != null) { in updateCapitalization()
249 getCurrentInputConnection().getCursorCapsMode(mEditorInfo.inputType) != 0; in updateCapitalization()
269 InputConnection inputConnection = getCurrentInputConnection();
406 InputConnection inputConnection = getCurrentInputConnection();
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1464 doStartInput(getCurrentInputConnection(), in resetStateForNewConfiguration()
1588 public InputConnection getCurrentInputConnection() { in getCurrentInputConnection() method in InputMethodService
2107 InputConnection ic = getCurrentInputConnection(); in onFinishInputView()
2152 InputConnection ic = getCurrentInputConnection(); in onFinishCandidatesView()
2473 InputConnection ic = getCurrentInputConnection(); in onFinishInput()
2867 InputConnection ic = getCurrentInputConnection(); in sendDownUpKeyEvents()
2956 InputConnection conn = getCurrentInputConnection(); in onExtractedSelectionChanged()
2967 InputConnection conn = getCurrentInputConnection(); in onExtractedDeleteText()
2980 InputConnection conn = getCurrentInputConnection(); in onExtractedReplaceText()
2992 InputConnection conn = getCurrentInputConnection(); in onExtractedSetSpan()
[all …]
/aosp12/packages/apps/Car/tests/RotaryIME/src/com/android/car/rotaryime/
H A DRotaryIme.java156 getCurrentInputConnection().sendKeyEvent(downEvent); in sendDownUpKeyEvents()
157 getCurrentInputConnection().sendKeyEvent(upEvent); in sendDownUpKeyEvents()
/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
H A DLeanbackImeService.java135 InputConnection ic = getCurrentInputConnection(); in onStartInputView()
263 InputConnection ic = getCurrentInputConnection(); in handleTextEntry()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DRichInputConnectionAndTextRangeTests.java158 public InputConnection getCurrentInputConnection() { in getCurrentInputConnection() method in RichInputConnectionAndTextRangeTests.MockInputMethodService
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt19266 method public android.view.inputmethod.InputConnection getCurrentInputConnection();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt13441 method public android.view.inputmethod.InputConnection getCurrentInputConnection();