D | AdaptiveIconDrawable.java | 78 public class AdaptiveIconDrawable extends Drawable implements Drawable.Callback { class 145 AdaptiveIconDrawable() { in AdaptiveIconDrawable() method in AdaptiveIconDrawable 153 AdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res) { in AdaptiveIconDrawable() method in AdaptiveIconDrawable 189 public AdaptiveIconDrawable(Drawable backgroundDrawable, in AdaptiveIconDrawable() method in AdaptiveIconDrawable 902 ChildDrawable(@NonNull ChildDrawable orig, @NonNull AdaptiveIconDrawable owner, in ChildDrawable() 968 LayerState(@Nullable LayerState orig, @NonNull AdaptiveIconDrawable owner, in LayerState() 1023 return new AdaptiveIconDrawable(this, null); in newDrawable() 1028 return new AdaptiveIconDrawable(this, res); in newDrawable()
|