Searched defs:GradientDrawable (Results 1 – 2 of 2) sorted by relevance
99 public class GradientDrawable extends Drawable { class220 public GradientDrawable() { in GradientDrawable() method in GradientDrawable228 public GradientDrawable(Orientation orientation, @ColorInt int[] colors) { in GradientDrawable() method in GradientDrawable
154 assertTrue(layerDrawable.getDrawable(0) instanceof GradientDrawable); in testCreateViewHolderWithExistingBackground() local