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()1179 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in isActive() local1180 if (fallbackImm != null) { in isActive()1181 return fallbackImm.isActive(view); in isActive()1269 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in displayCompletions() local1270 if (fallbackImm != null) { in displayCompletions()[all …]