Searched refs:FALLBACK_DISPLAY_ID (Results 1 – 1 of 1) sorted by relevance
658 private static final int FALLBACK_DISPLAY_ID = DEFAULT_DISPLAY; field in InputMethodManagerService2573 return FALLBACK_DISPLAY_ID; in computeImeDisplayIdForTarget()2578 return checker.displayCanShowIme(displayId) ? displayId : FALLBACK_DISPLAY_ID; in computeImeDisplayIdForTarget()2885 && mCurTokenDisplayId != FALLBACK_DISPLAY_ID) { in setImeWindowStatus()