Home
last modified time | relevance | path

Searched refs:UI_MODE_NIGHT_MASK (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt46 uiMode = currentConfig.uiMode and Configuration.UI_MODE_NIGHT_MASK
67 val uiMode = newConfig.uiMode and Configuration.UI_MODE_NIGHT_MASK in onConfigurationChanged()
/frameworks/base/core/java/android/content/res/
DConfiguration.java677 public static final int UI_MODE_NIGHT_MASK = 0x30; field in Configuration
1037 switch ((uiMode&UI_MODE_NIGHT_MASK)) { in toString()
1041 default: sb.append(" night="); sb.append(uiMode&UI_MODE_NIGHT_MASK); break; in toString()
1525 if ((delta.uiMode&UI_MODE_NIGHT_MASK) != UI_MODE_NIGHT_UNDEFINED) { in updateFrom()
1526 uiMode = (uiMode&~UI_MODE_NIGHT_MASK) in updateFrom()
1527 | (delta.uiMode&UI_MODE_NIGHT_MASK); in updateFrom()
2303 switch (config.uiMode & Configuration.UI_MODE_NIGHT_MASK) { in resourceQualifierString()
2524 if ((base.uiMode & UI_MODE_NIGHT_MASK) != (change.uiMode & UI_MODE_NIGHT_MASK)) { in generateDelta()
2525 delta.uiMode |= change.uiMode & UI_MODE_NIGHT_MASK; in generateDelta()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUiModeNightTile.java91 & Configuration.UI_MODE_NIGHT_MASK) == Configuration.UI_MODE_NIGHT_YES; in handleUpdateState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java108 boolean nightMode = (configuration.uiMode & Configuration.UI_MODE_NIGHT_MASK) in needsInversion()
/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DPaintActivity.java288 (config.uiMode & Configuration.UI_MODE_NIGHT_MASK); in refreshNightMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java180 mNightMode = (configuration.uiMode & Configuration.UI_MODE_NIGHT_MASK) in StatusBarIconView()
246 boolean nightMode = (newConfig.uiMode & Configuration.UI_MODE_NIGHT_MASK) in onConfigurationChanged()
DNotificationHeaderUtil.java83 boolean inNightMode = (config.uiMode & Configuration.UI_MODE_NIGHT_MASK)
/frameworks/base/core/java/com/android/internal/colorextraction/types/
DTonal.java259 & android.content.res.Configuration.UI_MODE_NIGHT_MASK) in applyFallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java757 if ((r.getConfiguration().uiMode & Configuration.UI_MODE_NIGHT_MASK) in createScreenshotDropInAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1304 boolean nightMode = (currentConfig.uiMode & Configuration.UI_MODE_NIGHT_MASK)
/frameworks/base/core/java/android/app/
DNotification.java3455 mInNightMode = (currentConfig.uiMode & Configuration.UI_MODE_NIGHT_MASK) in Builder()
8175 boolean inNightMode = (currentConfig.uiMode & Configuration.UI_MODE_NIGHT_MASK) in bindMediaActionButton()
/frameworks/base/core/java/android/view/
DViewRootImpl.java1183 return mContext.getResources().getConfiguration().uiMode & Configuration.UI_MODE_NIGHT_MASK; in getNightMode()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9153 field public static final int UI_MODE_NIGHT_MASK = 48; // 0x30
/frameworks/base/api/
Dcurrent.txt12260 field public static final int UI_MODE_NIGHT_MASK = 48; // 0x30