Searched refs:fallbackImm (Results 1 – 1 of 1) sorted by relevance
519 final InputMethodManager fallbackImm = in getFallbackInputMethodManagerIfNecessary() local521 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() local1426 if (fallbackImm != null) { in isActive()1427 return fallbackImm.isActive(view); in isActive()1515 final InputMethodManager fallbackImm = getFallbackInputMethodManagerIfNecessary(view); in displayCompletions() local1516 if (fallbackImm != null) { in displayCompletions()[all …]