Searched refs:mNightMode (Results 1 – 4 of 4) sorted by relevance
92 private int mNightMode = UiModeManager.MODE_NIGHT_NO; field in UiModeManagerService95 private int mNightModeOverride = mNightMode;219 if (mNightMode == UiModeManager.MODE_NIGHT_AUTO) {282 mNightMode, 0); in updateSystemProperties()412 int oldNightMode = mNightMode; in updateNightModeFromSettings()414 mNightMode = Secure.getIntForUser(context.getContentResolver(), in updateNightModeFromSettings()419 mNightMode = defaultNightMode; in updateNightModeFromSettings()423 return oldNightMode != mNightMode; in updateNightModeFromSettings()562 if (mNightMode != mode) {563 if (mNightMode == UiModeManager.MODE_NIGHT_AUTO) {[all …]
208 private boolean mNightMode; field in BrightnessChangeEvent.Builder266 mNightMode = nightMode; in setNightMode()307 mPowerBrightnessFactor, mNightMode, mColorTemperature, mLastBrightness, in build()
128 private boolean mNightMode; field in StatusBarIconView181 mNightMode = (configuration.uiMode & Configuration.UI_MODE_NIGHT_MASK) in StatusBarIconView()247 if (nightMode != mNightMode) { in onConfigurationChanged()248 mNightMode = nightMode; in onConfigurationChanged()579 setDecorColor(getContext().getColor(mNightMode in initializeDecorColor()
22582 Landroid/hardware/display/BrightnessChangeEvent$Builder;->mNightMode:Z