Home
last modified time | relevance | path

Searched refs:TopLevelIconShapeDrawable (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/common/
DTopLevelIconShapeDrawable.java36 public class TopLevelIconShapeDrawable extends GradientDrawable { class
37 public TopLevelIconShapeDrawable() { in TopLevelIconShapeDrawable() method in TopLevelIconShapeDrawable
41 public TopLevelIconShapeDrawable(Resources resources) { in TopLevelIconShapeDrawable() method in TopLevelIconShapeDrawable
DTopLevelIcon.java59 new TopLevelIconShapeDrawable(context.getResources()), in TopLevelIcon()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
DTopLevelIconTest.java54 assertThat(icon.getDrawable(0)).isInstanceOf(TopLevelIconShapeDrawable.class); in createIcon_shouldSetBackgroundAndInset()