Searched refs:DynamicAdaptiveIconDrawable (Results 1 – 3 of 3) sorted by relevance
/packages/apps/ThemePicker/src/com/android/customization/widget/ |
D | DynamicAdaptiveIconDrawable.java | 43 public class DynamicAdaptiveIconDrawable extends Drawable implements Drawable.Callback { class 100 DynamicAdaptiveIconDrawable() { in DynamicAdaptiveIconDrawable() method in DynamicAdaptiveIconDrawable 108 private DynamicAdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res, in DynamicAdaptiveIconDrawable() method in DynamicAdaptiveIconDrawable 140 public DynamicAdaptiveIconDrawable(Drawable backgroundDrawable, in DynamicAdaptiveIconDrawable() method in DynamicAdaptiveIconDrawable 730 ChildDrawable(@NonNull ChildDrawable orig, @NonNull DynamicAdaptiveIconDrawable owner, in ChildDrawable() 792 LayerState(@Nullable LayerState orig, @NonNull DynamicAdaptiveIconDrawable owner, in LayerState() 845 return new DynamicAdaptiveIconDrawable(this, null, null); in newDrawable() 850 return new DynamicAdaptiveIconDrawable(this, res, null); in newDrawable()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
D | ShapeOptionsProvider.java | 43 import com.android.customization.widget.DynamicAdaptiveIconDrawable; 112 icons.add(new DynamicAdaptiveIconDrawable(adaptiveIcon.getBackground(), in getShapedIcons()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | ThemeBundle.java | 50 import com.android.customization.widget.DynamicAdaptiveIconDrawable; 352 shapeIcons.add(new DynamicAdaptiveIconDrawable(adaptiveIcon.getBackground(), in createPreviewInfo() 354 } else if (icon instanceof DynamicAdaptiveIconDrawable) { in createPreviewInfo()
|