Searched refs:FALLBACK_DISPLAY_ID (Results 1 – 2 of 2) sorted by relevance
37 import static com.android.server.inputmethod.InputMethodManagerService.FALLBACK_DISPLAY_ID;229 assertThat(state.getImeDisplayId()).isEqualTo(FALLBACK_DISPLAY_ID); in testComputeImeDisplayId()
617 static final int FALLBACK_DISPLAY_ID = DEFAULT_DISPLAY; field in InputMethodManagerService2400 return FALLBACK_DISPLAY_ID; in computeImeDisplayIdForTarget()2411 return FALLBACK_DISPLAY_ID; in computeImeDisplayIdForTarget()2809 if (tokenDisplayId != topFocusedDisplayId && tokenDisplayId != FALLBACK_DISPLAY_ID) { in setImeWindowStatus()