Searched refs:UI_MODE_NIGHT_NO (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
H A DUiModeManager.java104 public static final int MODE_NIGHT_NO = Configuration.UI_MODE_NIGHT_NO >> 4;
/frameworks/base/services/java/com/android/server/
H A DUiModeManagerService.java465 : Configuration.UI_MODE_NIGHT_NO;
471 uiMode = (uiMode & ~Configuration.UI_MODE_NIGHT_MASK) | Configuration.UI_MODE_NIGHT_NO;
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java234 public static final int UI_MODE_NIGHT_NO = 0x10; field in class:Configuration
246 * {@link #UI_MODE_NIGHT_NO} or {@link #UI_MODE_NIGHT_YES}.
398 case UI_MODE_NIGHT_NO: /* not-night is not interesting to print */ break;
/frameworks/base/include/utils/
H A DResourceTypes.h963 UI_MODE_NIGHT_NO = ACONFIGURATION_UI_MODE_NIGHT_NO << SHIFT_UI_MODE_NIGHT, enumerator in enum:android::ResTable_config::__anon215
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1043 | ResTable_config::UI_MODE_NIGHT_NO;

Completed in 1171 milliseconds