D | AdaptiveIconDrawable.java | 76 public class AdaptiveIconDrawable extends Drawable implements Drawable.Callback { class 144 AdaptiveIconDrawable() { in AdaptiveIconDrawable() method in AdaptiveIconDrawable 152 AdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res) { in AdaptiveIconDrawable() method in AdaptiveIconDrawable 185 public AdaptiveIconDrawable(Drawable backgroundDrawable, in AdaptiveIconDrawable() method in AdaptiveIconDrawable 893 ChildDrawable(@NonNull ChildDrawable orig, @NonNull AdaptiveIconDrawable owner, in ChildDrawable() 957 LayerState(@Nullable LayerState orig, @NonNull AdaptiveIconDrawable owner, in LayerState() 1011 return new AdaptiveIconDrawable(this, null); in newDrawable() 1016 return new AdaptiveIconDrawable(this, res); in newDrawable()
|