Searched refs:DynamicAdaptiveIconDrawable (Results 1 – 3 of 3) sorted by relevance
/packages/apps/ThemePicker/src/com/android/customization/widget/ |
D | DynamicAdaptiveIconDrawable.java | 40 public class DynamicAdaptiveIconDrawable extends Drawable implements Drawable.Callback { class 97 DynamicAdaptiveIconDrawable() { in DynamicAdaptiveIconDrawable() method in DynamicAdaptiveIconDrawable 105 private DynamicAdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res, in DynamicAdaptiveIconDrawable() method in DynamicAdaptiveIconDrawable 137 public DynamicAdaptiveIconDrawable(Drawable backgroundDrawable, in DynamicAdaptiveIconDrawable() method in DynamicAdaptiveIconDrawable 727 ChildDrawable(@NonNull ChildDrawable orig, @NonNull DynamicAdaptiveIconDrawable owner, in ChildDrawable() 765 private final DynamicAdaptiveIconDrawable mOwner; 791 LayerState(@Nullable LayerState orig, @NonNull DynamicAdaptiveIconDrawable owner, in LayerState() 845 return new DynamicAdaptiveIconDrawable(mOwner.getBackground(), mOwner.getForeground(), in newDrawable()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/ |
D | ShapeOptionsProvider.java | 45 import com.android.customization.widget.DynamicAdaptiveIconDrawable; 115 icon = new DynamicAdaptiveIconDrawable(adaptiveIcon.getBackground(), in getShapedAppIcons()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | ThemeBundle.java | 48 import com.android.customization.widget.DynamicAdaptiveIconDrawable; 349 new DynamicAdaptiveIconDrawable(adaptiveIcon.getBackground(), in createPreviewInfo() 352 } else if (drawable instanceof DynamicAdaptiveIconDrawable) { in createPreviewInfo()
|