Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java314 return mCurRootView != null ? mCurRootView.getOnBackInvokedDispatcher() : null;
495 ViewRootImpl mCurRootView; field in InputMethodManager
747 if (mCurRootView == null) { in getFallbackContextFromServedView()
912 mCurRootView = rootView; in setCurrentRootViewLocked()
936 return mCurRootView != null in hasActiveInputConnection()
1195 mCurRootView != null ? mCurRootView.getView() : null; in handleMessage()
2219 if (mCurRootView == null || mCurRootView.getView() == null) { in showSoftInputUnchecked()
2990 if (mCurRootView == null) { in checkFocus()
3077 if (mCurRootView == null || mCurRootView.getView() == null) { in closeCurrentInput()
3855 if (mCurRootView != null) { in showInputMethodAndSubtypeEnabler()
[all …]