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

/frameworks/base/core/java/android/app/
H A DUiModeManager.java115 public static final int MODE_NIGHT_NO = Configuration.UI_MODE_NIGHT_NO >> 4;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV14.java197 : Configuration.UI_MODE_NIGHT_NO;
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java653 public static final int UI_MODE_NIGHT_NO = 0x10; field in class:Configuration
671 * {@link #UI_MODE_NIGHT_NO} or {@link #UI_MODE_NIGHT_YES}.
1006 case UI_MODE_NIGHT_NO: /* not-night is not interesting to print */ break;
2030 case Configuration.UI_MODE_NIGHT_NO:
/frameworks/base/libs/androidfw/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::__anon1200
/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java451 : Configuration.UI_MODE_NIGHT_NO;
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp565 | ResTable_config::UI_MODE_NIGHT_NO;
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp328 ResTable_config::UI_MODE_NIGHT_NO;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3078 case ResTable_config::UI_MODE_NIGHT_NO:

Completed in 237 milliseconds