Home
last modified time | relevance | path

Searched defs:InsetDrawable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java58 public class InsetDrawable extends DrawableWrapper { class
68 InsetDrawable() { in InsetDrawable() method in InsetDrawable
78 public InsetDrawable(@Nullable Drawable drawable, int inset) { in InsetDrawable() method in InsetDrawable
88 public InsetDrawable(@Nullable Drawable drawable, float inset) { in InsetDrawable() method in InsetDrawable
101 public InsetDrawable(@Nullable Drawable drawable, int insetLeft, int insetTop, in InsetDrawable() method in InsetDrawable
122 public InsetDrawable(@Nullable Drawable drawable, float insetLeftFraction, in InsetDrawable() method in InsetDrawable
419 private InsetDrawable(@NonNull InsetState state, @Nullable Resources res) { in InsetDrawable() method in InsetDrawable