Interface | Description |
---|---|
Parallaxable |
Drawable s that support a parallax effect when drawing should
implement this interface to receive the current parallax fraction to use when
drawing. |
Class | Description |
---|---|
BasicBitmapDrawable |
This class encapsulates the basic functionality needed to display a single image bitmap,
including request creation/cancelling, and data unbinding and re-binding.
|
CircularBitmapDrawable |
Custom BasicBitmapDrawable implementation for circular images.
|
ExtendedBitmapDrawable |
This class encapsulates all functionality needed to display a single image bitmap,
including request creation/cancelling, data unbinding and re-binding, and fancy animations
to draw upon state changes.
|
ExtendedBitmapDrawable.ExtendedOptions |
This class contains the features a client can specify, and arguments to those features.
|
StyledCornersBitmapDrawable |
A custom ExtendedBitmapDrawable that styles the corners in configurable ways.
|
TileDrawable |
A drawable that wraps another drawable and places it in the center of this space.
|