Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBarTransitions.java60 private final BarBackgroundDrawable mBarBackground;
68 mBarBackground = new BarBackgroundDrawable(mView.getContext(), gradientResourceId); in BarTransitions()
138 private static class BarBackgroundDrawable extends Drawable { class in BarTransitions
159 public BarBackgroundDrawable(Context context, int gradientResourceId) { in BarBackgroundDrawable() method in BarTransitions.BarBackgroundDrawable