Home
last modified time | relevance | path

Searched refs:LIGHT_THEME_COLORS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryDrawableState.kt145 @JvmField val LIGHT_THEME_COLORS = LightThemeColors constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatteryMeterView.java104 private BatteryColors mUnifiedBatteryColors = BatteryColors.LIGHT_THEME_COLORS;
711 mUnifiedBatteryColors = BatteryColors.LIGHT_THEME_COLORS; in onDarkChanged()