Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java321 return mCurRootView != null ? mCurRootView.getOnBackInvokedDispatcher() : null;
584 ViewRootImpl mCurRootView; field in InputMethodManager
860 if (mCurRootView == null) { in getFallbackContextFromServedView()
936 if (mCurRootView == null) { in onPostWindowGainedFocus()
944 checkFocusResult = checkFocusInternalLocked(forceFocus, mCurRootView); in onPostWindowGainedFocus()
966 mCurRootView.getView()); in onPostWindowGainedFocus()
976 mCurRootView.mContext.getApplicationInfo().targetSdkVersion, in onPostWindowGainedFocus()
985 if (mCurRootView == viewRootImpl) { in onWindowLostFocus()
1012 if (mCurRootView != view.getViewRootImpl()) { in onViewDetachedFromWindow()
1027 if (mCurRootView != viewRootImpl) { in onWindowDismissed()
[all …]