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.java537 final InputMethodManager fallbackImm = in getFallbackInputMethodManagerIfNecessary() local
539 if (fallbackImm == null) { in getFallbackInputMethodManagerIfNecessary()
543 if (fallbackImm.mDisplayId != viewRootDisplayId) { in getFallbackInputMethodManagerIfNecessary()
545 + viewRootDisplayId + " actual IMM#displayId=" + fallbackImm.mDisplayId in getFallbackInputMethodManagerIfNecessary()
554 return fallbackImm; in getFallbackInputMethodManagerIfNecessary()
1375 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in isActive() local
1376 if (fallbackImm != null) { in isActive()
1377 return fallbackImm.isActive(view); in isActive()
1485 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in displayCompletions() local
1486 if (fallbackImm != null) { in displayCompletions()
[all …]