Home
last modified time | relevance | path

Searched refs:AdaptiveIconShapeDrawable (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
H A DAdaptiveIconShapeDrawable.java36 public class AdaptiveIconShapeDrawable extends ShapeDrawable { class
37 public AdaptiveIconShapeDrawable() { in AdaptiveIconShapeDrawable() method in AdaptiveIconShapeDrawable
41 public AdaptiveIconShapeDrawable(Resources resources) { in AdaptiveIconShapeDrawable() method in AdaptiveIconShapeDrawable
H A DAdaptiveOutlineDrawable.java65 super(new AdaptiveIconShapeDrawable(resources)); in AdaptiveOutlineDrawable()
72 super(new AdaptiveIconShapeDrawable(resources)); in AdaptiveOutlineDrawable()
H A DAdaptiveIcon.java53 new AdaptiveIconShapeDrawable(context.getResources()), in AdaptiveIcon()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DAdaptiveIconTest.java71 assertThat(icon.getDrawable(0)).isInstanceOf(AdaptiveIconShapeDrawable.class); in createIcon_shouldSetBackgroundAndInset()