D | AdaptiveIconDrawable.java | 77 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 188 public AdaptiveIconDrawable(Drawable backgroundDrawable, in AdaptiveIconDrawable() method in AdaptiveIconDrawable 890 ChildDrawable(@NonNull ChildDrawable orig, @NonNull AdaptiveIconDrawable owner, in ChildDrawable() 954 LayerState(@Nullable LayerState orig, @NonNull AdaptiveIconDrawable owner, in LayerState() 1008 return new AdaptiveIconDrawable(this, null); in newDrawable() 1013 return new AdaptiveIconDrawable(this, res); in newDrawable()
|