Searched refs:gradientResourceId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java63 public BarTransitions(View view, int gradientResourceId) { argument
66 mBarBackground = new BarBackgroundDrawable(mView.getContext(), gradientResourceId);
157 public BarBackgroundDrawable(Context context, int gradientResourceId) { argument
171 mGradient = context.getDrawable(gradientResourceId);

Completed in 63 milliseconds