Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java770 final InputMethodManager fallbackImm = in getFallbackInputMethodManagerIfNecessary() local
772 if (fallbackImm == null) { in getFallbackInputMethodManagerIfNecessary()
776 if (fallbackImm.mDisplayId != viewRootDisplayId) { in getFallbackInputMethodManagerIfNecessary()
778 + viewRootDisplayId + " actual IMM#displayId=" + fallbackImm.mDisplayId in getFallbackInputMethodManagerIfNecessary()
787 return fallbackImm; in getFallbackInputMethodManagerIfNecessary()
1966 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in isActive() local
1967 if (fallbackImm != null) { in isActive()
1968 return fallbackImm.isActive(view); in isActive()
2151 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in displayCompletions() local
2152 if (fallbackImm != null) { in displayCompletions()
[all …]