Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java532 final int viewRootDisplayId = viewRootImpl.getDisplayId(); in getFallbackInputMethodManagerIfNecessary() local
533 if (viewRootDisplayId == mDisplayId) { in getFallbackInputMethodManagerIfNecessary()
543 if (fallbackImm.mDisplayId != viewRootDisplayId) { in getFallbackInputMethodManagerIfNecessary()
545 + viewRootDisplayId + " actual IMM#displayId=" + fallbackImm.mDisplayId in getFallbackInputMethodManagerIfNecessary()
550 + " ViewRootImpl displayId=" + viewRootDisplayId in getFallbackInputMethodManagerIfNecessary()