Searched refs:TopLevelIconShapeDrawable (Results 1 – 3 of 3) sorted by relevance
36 public class TopLevelIconShapeDrawable extends GradientDrawable { class37 public TopLevelIconShapeDrawable() { in TopLevelIconShapeDrawable() method in TopLevelIconShapeDrawable41 public TopLevelIconShapeDrawable(Resources resources) { in TopLevelIconShapeDrawable() method in TopLevelIconShapeDrawable
59 new TopLevelIconShapeDrawable(context.getResources()), in TopLevelIcon()
54 assertThat(icon.getDrawable(0)).isInstanceOf(TopLevelIconShapeDrawable.class); in createIcon_shouldSetBackgroundAndInset()