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.java1931 final Handler icHandler; in startInputInner() local
1973 icHandler = null; in startInputInner()
1975 icHandler = ic.getHandler(); in startInputInner()
1978 icHandler != null ? icHandler.getLooper() : vh.getLooper(), ic, this, view); in startInputInner()
1982 icHandler = null; in startInputInner()
2033 + ", ic=" + ic + ", tba=" + tba + ", handler=" + icHandler); in startInputInner()
2035 view.onInputConnectionOpenedInternal(ic, tba, icHandler); in startInputInner()