Searched defs:GradientDrawable (Results 1 – 2 of 2) sorted by relevance
154 assertTrue(layerDrawable.getDrawable(0) instanceof GradientDrawable); in testCreateViewHolderWithExistingBackground() local
99 public class GradientDrawable extends Drawable { class209 public GradientDrawable() { in GradientDrawable() method in GradientDrawable217 public GradientDrawable(Orientation orientation, @ColorInt int[] colors) { in GradientDrawable() method in GradientDrawable2359 private GradientDrawable(@NonNull GradientState state, @Nullable Resources res) { in GradientDrawable() method in GradientDrawable