Searched refs:AdaptiveIconShapeDrawable (Results 1 – 4 of 4) sorted by relevance
36 public class AdaptiveIconShapeDrawable extends ShapeDrawable { class37 public AdaptiveIconShapeDrawable() { in AdaptiveIconShapeDrawable() method in AdaptiveIconShapeDrawable41 public AdaptiveIconShapeDrawable(Resources resources) { in AdaptiveIconShapeDrawable() method in AdaptiveIconShapeDrawable
65 super(new AdaptiveIconShapeDrawable(resources)); in AdaptiveOutlineDrawable()72 super(new AdaptiveIconShapeDrawable(resources)); in AdaptiveOutlineDrawable()
53 new AdaptiveIconShapeDrawable(context.getResources()), in AdaptiveIcon()
71 assertThat(icon.getDrawable(0)).isInstanceOf(AdaptiveIconShapeDrawable.class); in createIcon_shouldSetBackgroundAndInset()