Home
last modified time | relevance | path

Searched refs:inputMethodManagerInternal (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DRemoteInlineSuggestionViewConnector.java118 final InputMethodManagerInternal inputMethodManagerInternal = in onTransferTouchFocusToImeWindow() local
120 if (!inputMethodManagerInternal.transferTouchFocusToImeWindow(sourceInputToken, in onTransferTouchFocusToImeWindow()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSessionController.java65 AutofillInlineSessionController(InputMethodManagerInternal inputMethodManagerInternal, in AutofillInlineSessionController() argument
68 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSessionController()
DAutofillInlineSuggestionsRequestSession.java113 @NonNull InputMethodManagerInternal inputMethodManagerInternal, int userId, in AutofillInlineSuggestionsRequestSession()
118 mInputMethodManagerInternal = inputMethodManagerInternal; in AutofillInlineSuggestionsRequestSession()
DSession.java1483 @NonNull InputMethodManagerInternal inputMethodManagerInternal, in Session() argument
1555 mInlineSessionController = new AutofillInlineSessionController(inputMethodManagerInternal, in Session()
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java439 final InputMethodManagerInternal inputMethodManagerInternal = in updateInputFocusRequest() local
441 if (inputMethodManagerInternal != null) { in updateInputFocusRequest()
443 inputMethodManagerInternal.hideAllInputMethods( in updateInputFocusRequest()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java408 final InputMethodManagerInternal inputMethodManagerInternal = in setInputMethodEnabled() local
420 if (inputMethodManagerInternal.setInputMethodEnabled(imeId, in setInputMethodEnabled()
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java1062 InputMethodManagerInternal inputMethodManagerInternal = InputMethodManagerInternal.get(); in getImeInfoListForLayoutMapping() local
1066 inputMethodManagerInternal.getEnabledInputMethodListAsUser( in getImeInfoListForLayoutMapping()