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 72 private int mLightModeBackgroundColor;
117 mLightModeBackgroundColor = Utils.getColorAttr(dualToneLightTheme, R.attr.backgroundColor);
245 int background = getColorForDarkIntensity(intensity, mLightModeBackgroundColor,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SignalDrawable.java 95 private final int mLightModeBackgroundColor;
119 mLightModeBackgroundColor =
196 darkIntensity, mLightModeBackgroundColor, mDarkModeBackgroundColor);

Completed in 719 milliseconds