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.java519 final InputMethodManager fallbackImm = in getFallbackInputMethodManagerIfNecessary() local
521 if (fallbackImm == null) { in getFallbackInputMethodManagerIfNecessary()
525 if (fallbackImm.mDisplayId != viewRootDisplayId) { in getFallbackInputMethodManagerIfNecessary()
527 + viewRootDisplayId + " actual IMM#displayId=" + fallbackImm.mDisplayId in getFallbackInputMethodManagerIfNecessary()
536 return fallbackImm; in getFallbackInputMethodManagerIfNecessary()
1425 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in isActive() local
1426 if (fallbackImm != null) { in isActive()
1427 return fallbackImm.isActive(view); in isActive()
1515 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in displayCompletions() local
1516 if (fallbackImm != null) { in displayCompletions()
[all …]