Searched defs:UI_MODE_NIGHT_NO (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java565 public static final int UI_MODE_NIGHT_NO = 0x10; field in class:Configuration
582 * {@link #UI_MODE_NIGHT_NO} or {@link #UI_MODE_NIGHT_YES}.
864 case UI_MODE_NIGHT_NO: /* not-night is not interesting to print */ break;
1694 case Configuration.UI_MODE_NIGHT_NO:
/frameworks/base/include/androidfw/
H A DResourceTypes.h1111 UI_MODE_NIGHT_NO = ACONFIGURATION_UI_MODE_NIGHT_NO << SHIFT_UI_MODE_NIGHT, enumerator in enum:android::ResTable_config::__anon1001

Completed in 197 milliseconds