Searched defs:GradientDrawable (Results 1 – 3 of 3) sorted by relevance
103 public class GradientDrawable extends Drawable { class243 public GradientDrawable() { in GradientDrawable() method in GradientDrawable251 public GradientDrawable(Orientation orientation, @ColorInt int[] colors) { in GradientDrawable() method in GradientDrawable
154 assertTrue(layerDrawable.getDrawable(0) instanceof GradientDrawable); in testCreateViewHolderWithExistingBackground() local
487 private fun GradientDrawable.setBackgroundColors(colors: ColorsModel, context: Context) { in setBackgroundColors() method