Home | History | Annotate | Download | only in res

Lines Matching refs:UI_MODE_NIGHT_YES

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