Searched refs:fallbackImm (Results 1 – 1 of 1) sorted by relevance
525 final InputMethodManager fallbackImm = in getFallbackInputMethodManagerIfNecessary() local527 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() local1179 if (fallbackImm != null) { in isActive()1180 return fallbackImm.isActive(view); in isActive()1268 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in displayCompletions() local1269 if (fallbackImm != null) { in displayCompletions()[all …]