Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java3212 final Handler icHandler; in startInputInner() local
3271 icHandler = handler; in startInputInner()
3272 mServedInputConnectionHandler = icHandler; in startInputInner()
3274 icHandler != null ? icHandler.getLooper() : vh.getLooper(), ic, this, view); in startInputInner()
3277 icHandler = null; in startInputInner()
3341 + icHandler + ", startInputSeq=" + seqId); in startInputInner()
3343 reportInputConnectionOpened(ic, editorInfo, icHandler, view); in startInputInner()
3405 + ", ic=" + ic + ", editorInfo=" + editorInfo + ", handler=" + icHandler); in startInputInner()
3407 reportInputConnectionOpened(ic, editorInfo, icHandler, view); in startInputInner()
3432 InputConnection ic, EditorInfo editorInfo, Handler icHandler, View view) { in reportInputConnectionOpened() argument
[all …]