Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1201 final ViewRootImpl currentViewRootImpl = mCurRootView; in handleMessage() local
1204 if (mCurRootView != currentViewRootImpl) { in handleMessage()
1208 final View focusedView = currentViewRootImpl.getView().findFocus(); in handleMessage()