Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java715 final int viewRootDisplayId = viewRootImpl.getDisplayId(); in getFallbackInputMethodManagerIfNecessary() local
716 if (viewRootDisplayId == mDisplayId) { in getFallbackInputMethodManagerIfNecessary()
726 if (fallbackImm.mDisplayId != viewRootDisplayId) { in getFallbackInputMethodManagerIfNecessary()
728 + viewRootDisplayId + " actual IMM#displayId=" + fallbackImm.mDisplayId in getFallbackInputMethodManagerIfNecessary()
733 + " ViewRootImpl displayId=" + viewRootDisplayId in getFallbackInputMethodManagerIfNecessary()