Package 

Interface DeferredDrawable

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class DeferredDrawable.Constant

      A wrapper for a constant Drawable value.

      public final class DeferredDrawable.Resource

      A wrapper for a Drawable. Optionally mutates each resolved Drawable. Optionally provide transformations (such as Drawable.setTint) to apply each time the Drawable is resolved.

      If transformations are supplied, mutate should be true.

      public final class DeferredDrawable.Attribute

      A wrapper for a Drawable. Optionally mutates each resolved Drawable. Optionally provide transformations (such as Drawable.setTint) to apply each time the Drawable is resolved.

      If transformations are supplied, mutate should be true.

    • Method Summary

      Modifier and Type Method Description
      abstract Drawable resolve(Context context) Resolve the Drawable.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait