D | AdaptiveIconDrawable.java | 75 public class AdaptiveIconDrawable extends Drawable implements Drawable.Callback { class 143 AdaptiveIconDrawable() { in AdaptiveIconDrawable() method in AdaptiveIconDrawable 151 AdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res) { in AdaptiveIconDrawable() method in AdaptiveIconDrawable 184 public AdaptiveIconDrawable(Drawable backgroundDrawable, in AdaptiveIconDrawable() method in AdaptiveIconDrawable 895 ChildDrawable(@NonNull ChildDrawable orig, @NonNull AdaptiveIconDrawable owner, in ChildDrawable() 959 LayerState(@Nullable LayerState orig, @NonNull AdaptiveIconDrawable owner, in LayerState() 1013 return new AdaptiveIconDrawable(this, null); in newDrawable() 1018 return new AdaptiveIconDrawable(this, res); in newDrawable()
|