Searched refs:UI_MODE_NIGHT_NO (Results 1 – 8 of 8) sorted by relevance
104 public static final int MODE_NIGHT_NO = Configuration.UI_MODE_NIGHT_NO >> 4;
361 : Configuration.UI_MODE_NIGHT_NO; in updateConfigurationLocked()367 uiMode = (uiMode & ~Configuration.UI_MODE_NIGHT_MASK) | Configuration.UI_MODE_NIGHT_NO; in updateConfigurationLocked()
467 public static final int UI_MODE_NIGHT_NO = 0x10; field in Configuration734 case UI_MODE_NIGHT_NO: /* not-night is not interesting to print */ break; in toString()1464 case Configuration.UI_MODE_NIGHT_NO: in resourceQualifierString()
469 | ResTable_config::UI_MODE_NIGHT_NO; in parseUiModeNight()
1084 UI_MODE_NIGHT_NO = ACONFIGURATION_UI_MODE_NIGHT_NO << SHIFT_UI_MODE_NIGHT, enumerator
449 NO DOC BLOCK: android.content.res.Configuration Field UI_MODE_NIGHT_NO
2682 case ResTable_config::UI_MODE_NIGHT_NO: in toString()
9111 field public static final int UI_MODE_NIGHT_NO = 16; // 0x10