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