Searched refs:UI_MODE_NIGHT_YES (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
H A DUiModeManager.java109 public static final int MODE_NIGHT_YES = Configuration.UI_MODE_NIGHT_YES >> 4;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java75 == Configuration.UI_MODE_NIGHT_YES;
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java235 public static final int UI_MODE_NIGHT_YES = 0x20; field in class:Configuration
246 * {@link #UI_MODE_NIGHT_NO} or {@link #UI_MODE_NIGHT_YES}.
399 case UI_MODE_NIGHT_YES: sb.append(" night"); break;
/frameworks/base/services/java/com/android/server/
H A DUiModeManagerService.java464 uiMode |= mComputedNightMode ? Configuration.UI_MODE_NIGHT_YES
/frameworks/base/include/utils/
H A DResourceTypes.h964 UI_MODE_NIGHT_YES = ACONFIGURATION_UI_MODE_NIGHT_YES << SHIFT_UI_MODE_NIGHT, enumerator in enum:android::ResTable_config::__anon215
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1038 | ResTable_config::UI_MODE_NIGHT_YES;

Completed in 190 milliseconds