Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2730 final Handler icHandler; in startInputInner() local
2789 icHandler = handler; in startInputInner()
2790 mServedInputConnectionHandler = icHandler; in startInputInner()
2792 icHandler != null ? icHandler.getLooper() : vh.getLooper(), ic, this, view); in startInputInner()
2795 icHandler = null; in startInputInner()
2881 + ", ic=" + ic + ", editorInfo=" + editorInfo + ", handler=" + icHandler); in startInputInner()
2883 reportInputConnectionOpened(ic, editorInfo, icHandler, view); in startInputInner()
2908 InputConnection ic, EditorInfo editorInfo, Handler icHandler, View view) { in reportInputConnectionOpened() argument
2909 view.onInputConnectionOpenedInternal(ic, editorInfo, icHandler); in reportInputConnectionOpened()