Home
last modified time | relevance | path

Searched refs:mCustomHandler (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DIInputMethodSessionInvoker.java56 private final Handler mCustomHandler; field in IInputMethodSessionInvoker
67 mCustomHandler = customHandler; in IInputMethodSessionInvoker()
102 if (mCustomHandler == null) { in finishInput()
120 if (mCustomHandler == null) { in updateCursorAnchorInfo()
138 if (mCustomHandler == null) { in displayCompletions()
156 if (mCustomHandler == null) { in updateExtractedText()
174 if (mCustomHandler == null) { in appPrivateCommand()
192 if (mCustomHandler == null) { in viewClicked()
210 if (mCustomHandler == null) { in updateCursor()
229 if (mCustomHandler == null) { in updateSelection()
[all …]
H A DIAccessibilityInputMethodSessionInvoker.java48 private final Handler mCustomHandler; field in IAccessibilityInputMethodSessionInvoker
60 mCustomHandler = customHandler; in IAccessibilityInputMethodSessionInvoker()
94 if (mCustomHandler == null) { in finishInput()
97 mCustomHandler.post(this::finishInputInternal); in finishInput()
113 if (mCustomHandler == null) { in updateSelection()
117 mCustomHandler.post(() -> updateSelectionInternal( in updateSelection()
136 if (mCustomHandler == null) { in invalidateInput()
139 mCustomHandler.post(() -> invalidateInputInternal(editorInfo, connection, sessionId)); in invalidateInput()