Searched defs:AdaptiveIconDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAdaptiveIconDrawable.java76 public class AdaptiveIconDrawable extends Drawable implements Drawable.Callback { class in inherits:Drawable,Drawable.Callback
144 AdaptiveIconDrawable() { method in class:AdaptiveIconDrawable
152 AdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res) { method in class:AdaptiveIconDrawable
185 public AdaptiveIconDrawable(Drawable backgroundDrawable, method in class:AdaptiveIconDrawable
893 ChildDrawable(@NonNull ChildDrawable orig, @NonNull AdaptiveIconDrawable owner,
957 LayerState(@Nullable LayerState orig, @NonNull AdaptiveIconDrawable owner,
1011 return new AdaptiveIconDrawable(this, null);
1016 return new AdaptiveIconDrawable(this, res);

Completed in 64 milliseconds