Searched refs:mCurRootView (Results 1 – 1 of 1) sorted by relevance
321 return mCurRootView != null ? mCurRootView.getOnBackInvokedDispatcher() : null;584 ViewRootImpl mCurRootView; field in InputMethodManager860 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 …]