Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareBgDrawable.java36 public HardwareBgDrawable(boolean roundTop, boolean roundEnd, Context context) { in HardwareBgDrawable() argument
37 this(roundTop, getLayers(context, roundTop, roundEnd)); in HardwareBgDrawable()
49 private static Drawable[] getLayers(Context context, boolean roundTop, boolean roundEnd) { in getLayers() argument
50 int drawable = roundEnd ? R.drawable.rounded_bg_full : R.drawable.rounded_bg; in getLayers()
60 context.getDrawable(roundEnd ? R.drawable.rounded_full_bg_bottom in getLayers()