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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java472 public static final int UI_MODE_NIGHT_YES = 0x20; field in class:Configuration
484 * {@link #UI_MODE_NIGHT_NO} or {@link #UI_MODE_NIGHT_YES}.
735 case UI_MODE_NIGHT_YES: sb.append(" night"); break;
1461 case Configuration.UI_MODE_NIGHT_YES:
/frameworks/base/include/androidfw/
H A DResourceTypes.h1105 UI_MODE_NIGHT_YES = ACONFIGURATION_UI_MODE_NIGHT_YES << SHIFT_UI_MODE_NIGHT, enumerator in enum:android::ResTable_config::__anon925

Completed in 321 milliseconds