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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java58 private final BarBackgroundDrawable mBarBackground;
66 mBarBackground = new BarBackgroundDrawable(mView.getContext(), gradientResourceId);
136 private static class BarBackgroundDrawable extends Drawable { class in class:BarTransitions
157 public BarBackgroundDrawable(Context context, int gradientResourceId) { method in class:BarTransitions.BarBackgroundDrawable

Completed in 378 milliseconds