Searched refs:fallbackImm (Results 1 – 1 of 1) sorted by relevance
537 final InputMethodManager fallbackImm = in getFallbackInputMethodManagerIfNecessary() local539 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() local1376 if (fallbackImm != null) { in isActive()1377 return fallbackImm.isActive(view); in isActive()1485 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in displayCompletions() local1486 if (fallbackImm != null) { in displayCompletions()[all …]