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.java525 final InputMethodManager fallbackImm = in getFallbackInputMethodManagerIfNecessary() local
527 if (fallbackImm == null) { in getFallbackInputMethodManagerIfNecessary()
531 if (fallbackImm.mDisplayId != viewRootDisplayId) { in getFallbackInputMethodManagerIfNecessary()
533 + viewRootDisplayId + " actual IMM#displayId=" + fallbackImm.mDisplayId in getFallbackInputMethodManagerIfNecessary()
542 return fallbackImm; in getFallbackInputMethodManagerIfNecessary()
1178 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in isActive() local
1179 if (fallbackImm != null) { in isActive()
1180 return fallbackImm.isActive(view); in isActive()
1268 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in displayCompletions() local
1269 if (fallbackImm != null) { in displayCompletions()
[all …]