Home | History | Annotate | Download | only in res

Lines Matching refs:UI_MODE_NIGHT_UNDEFINED

346     public static final int UI_MODE_NIGHT_UNDEFINED = 0x00;
367 * is in a special mode. They may be one of {@link #UI_MODE_NIGHT_UNDEFINED},
530 case UI_MODE_NIGHT_UNDEFINED: sb.append(" ?night"); break;
687 if (delta.uiMode != (UI_MODE_TYPE_UNDEFINED|UI_MODE_NIGHT_UNDEFINED)
694 if ((delta.uiMode&UI_MODE_NIGHT_MASK) != UI_MODE_NIGHT_UNDEFINED) {
805 if (delta.uiMode != (UI_MODE_TYPE_UNDEFINED|UI_MODE_NIGHT_UNDEFINED)