Home
last modified time | relevance | path

Searched refs:night (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/tests/
H A DTheme_test.cpp260 ResTable_config night{}; in TEST_F() local
261 night.uiMode = ResTable_config::UI_MODE_NIGHT_YES; in TEST_F()
262 night.version = 8u; in TEST_F()
263 am_night.SetConfiguration(night); in TEST_F()
/aosp14/frameworks/base/tools/aapt2/
H A DConfiguration.proto182 // Whether the device is in night mode.
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java5249 @ColorInt int night) {
5256 night));
5287 @Nullable ColorStateList night) {
5294 night));
5589 @Nullable Icon night) {
5596 night));
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto1854 // Tuner: Open/close night mode.
1857 // Tuner: Change night mode.
1860 // Tuner: Change night mode auto.
1863 // Tuner: Change night mode adjust dark theme.
1866 // Tuner: Change night mode adjust tint.
1869 // Tuner: Change night mode adjust brightness.
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17840 field @Deprecated public static final String SCENE_MODE_NIGHT = "night";
17841 field @Deprecated public static final String SCENE_MODE_NIGHT_PORTRAIT = "night-portrait";