Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBarTransitions.java60 public BarTransitions(View view, int gradientResourceId) { in BarTransitions() argument
63 mBarBackground = new BarBackgroundDrawable(mView.getContext(), gradientResourceId); in BarTransitions()
140 public BarBackgroundDrawable(Context context, int gradientResourceId) { in BarBackgroundDrawable() argument
153 mGradient = context.getDrawable(gradientResourceId); in BarBackgroundDrawable()