Searched refs:fallbackImm (Results 1 – 1 of 1) sorted by relevance
770 final InputMethodManager fallbackImm = in getFallbackInputMethodManagerIfNecessary() local772 if (fallbackImm == null) { in getFallbackInputMethodManagerIfNecessary()776 if (fallbackImm.mDisplayId != viewRootDisplayId) { in getFallbackInputMethodManagerIfNecessary()778 + viewRootDisplayId + " actual IMM#displayId=" + fallbackImm.mDisplayId in getFallbackInputMethodManagerIfNecessary()787 return fallbackImm; in getFallbackInputMethodManagerIfNecessary()1966 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in isActive() local1967 if (fallbackImm != null) { in isActive()1968 return fallbackImm.isActive(view); in isActive()2151 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in displayCompletions() local2152 if (fallbackImm != null) { in displayCompletions()[all …]