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.java520 final int viewRootDisplayId = viewRootImpl.getDisplayId(); in getFallbackInputMethodManagerIfNecessary() local
521 if (viewRootDisplayId == mDisplayId) { in getFallbackInputMethodManagerIfNecessary()
531 if (fallbackImm.mDisplayId != viewRootDisplayId) { in getFallbackInputMethodManagerIfNecessary()
533 + viewRootDisplayId + " actual IMM#displayId=" + fallbackImm.mDisplayId in getFallbackInputMethodManagerIfNecessary()
538 + " ViewRootImpl displayId=" + viewRootDisplayId in getFallbackInputMethodManagerIfNecessary()