Home
last modified time | relevance | path

Searched refs:UI_MODE_NIGHT_UNDEFINED (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DPaintActivity.java129 private int nightMode = Configuration.UI_MODE_NIGHT_UNDEFINED;
290 if (nightMode != Configuration.UI_MODE_NIGHT_UNDEFINED) { in refreshNightMode()
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java763 public static final int UI_MODE_NIGHT_UNDEFINED = 0x00; field in Configuration
1207 case UI_MODE_NIGHT_UNDEFINED: sb.append(" ?night"); break; in toString()
1719 if (delta.uiMode != (UI_MODE_TYPE_UNDEFINED|UI_MODE_NIGHT_UNDEFINED) in updateFrom()
1726 if ((delta.uiMode&UI_MODE_NIGHT_MASK) != UI_MODE_NIGHT_UNDEFINED) { in updateFrom()
1965 if ((compareUndefined || delta.uiMode != (UI_MODE_TYPE_UNDEFINED|UI_MODE_NIGHT_UNDEFINED)) in diff()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityTaskManagerServiceTests.java748 .setNightMode(Configuration.UI_MODE_NIGHT_UNDEFINED).commit(); in testPackageConfigUpdate_LocalesEmptyAndNightModeUndefined_configShouldNotApply()
837 packageConfigUpdater.setNightMode(Configuration.UI_MODE_NIGHT_UNDEFINED).commit(); in testPackageConfigUpdate_resetNightMode_doesNotOverrideNightModeInWpc()
960 .setNightMode(Configuration.UI_MODE_NIGHT_UNDEFINED).commit()); in testPackageConfigUpdate_commitConfig_configSuccessfullyApplied()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DPackageConfigPersister.java366 return mNightMode == Configuration.UI_MODE_NIGHT_UNDEFINED; in isResetNightMode()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java898 configNightMode = Configuration.UI_MODE_NIGHT_UNDEFINED;
/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.txt13374 field public static final int UI_MODE_NIGHT_UNDEFINED = 0; // 0x0