Searched defs:mDarkModeBackgroundColor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java69 private int mDarkModeBackgroundColor; field in class:BatteryMeterView
115 mDarkModeBackgroundColor = Utils.getColorAttr(dualToneDarkTheme, R.attr.backgroundColor);
246 mDarkModeBackgroundColor);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSignalDrawable.java93 private final int mDarkModeBackgroundColor; field in class:SignalDrawable
115 mDarkModeBackgroundColor =
196 darkIntensity, mLightModeBackgroundColor, mDarkModeBackgroundColor);

Completed in 81 milliseconds