Searched refs:TopLevelIconShapeDrawable (Results 1 – 3 of 3) sorted by relevance
37 public class TopLevelIconShapeDrawable extends GradientDrawable { class38 public TopLevelIconShapeDrawable() { in TopLevelIconShapeDrawable() method in TopLevelIconShapeDrawable42 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()