Searched refs:roundTop (Results 1 – 1 of 1) sorted by relevance
37 public HardwareBgDrawable(boolean roundTop, boolean roundEnd, Context context) { in HardwareBgDrawable() argument38 this(roundTop, getLayers(context, roundTop, roundEnd)); in HardwareBgDrawable()41 public HardwareBgDrawable(boolean roundTop, Drawable[] layers) { in HardwareBgDrawable() argument46 mRoundTop = roundTop; in HardwareBgDrawable()50 private static Drawable[] getLayers(Context context, boolean roundTop, boolean roundEnd) { in getLayers() argument53 if (roundTop) { in getLayers()