Home | History | Annotate | Download | only in res

Lines Matching refs:UI_MODE_NIGHT_YES

451     public static final int UI_MODE_NIGHT_YES = 0x20;
463 * {@link #UI_MODE_NIGHT_NO} or {@link #UI_MODE_NIGHT_YES}.
668 case UI_MODE_NIGHT_YES: sb.append(" night"); break;