Home | History | Annotate | Download | only in res

Lines Matching refs:UI_MODE_TYPE_UNDEFINED

315     public static final int UI_MODE_TYPE_UNDEFINED = 0x00;
361 * device. They may be one of {@link #UI_MODE_TYPE_UNDEFINED},
521 case UI_MODE_TYPE_UNDEFINED: sb.append(" ?uimode"); break;
600 uiMode = UI_MODE_TYPE_UNDEFINED;
687 if (delta.uiMode != (UI_MODE_TYPE_UNDEFINED|UI_MODE_NIGHT_UNDEFINED)
690 if ((delta.uiMode&UI_MODE_TYPE_MASK) != UI_MODE_TYPE_UNDEFINED) {
805 if (delta.uiMode != (UI_MODE_TYPE_UNDEFINED|UI_MODE_NIGHT_UNDEFINED)