HomeSort by relevance Sort by last modified time
    Searched refs:mLightModeBackgroundColor (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 76 private int mLightModeBackgroundColor;
123 mLightModeBackgroundColor = Utils.getColorAttr(dualToneLightTheme, R.attr.backgroundColor);
267 int background = getColorForDarkIntensity(intensity, mLightModeBackgroundColor,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SignalDrawable.java 115 private final int mLightModeBackgroundColor;
139 mLightModeBackgroundColor =
224 darkIntensity, mLightModeBackgroundColor, mDarkModeBackgroundColor);

Completed in 1589 milliseconds