History log of /frameworks/opt/bitmap/src/com/android/bitmap/ResourceRequestKey.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ad6ca3f895022ded1a11f3eedc50d70ea90cd4da 07-Jan-2014 Mark Wei <markwei@google.com> Export some useful custom classes that I wrote back into the bitmap library.

Added:
- CircularBitmapDrawable: Use this if you want to display circular images with
an optional border stroke. This class uses BitmapShaders, the preferred way of
masking a bitmap, instead of using a non-rectangular clip region or overlaying
views.
- StyledCornersBitmapDrawable: Use this if you want the corners of your images
to be stylized. You can choose from rounded or flap corners, with an optional
border stroke and optional flap color. This class uses a non-rectangular clip
region. In the future, this may change to use a BitmapShader.
- ResourceRequestKey: Use this if you want a simple RequestKey implementation
that loads images from a resource asset.

Change-Id: If64440f3389f56f8a5b799a32a2660f3f9a19385
/frameworks/opt/bitmap/src/com/android/bitmap/ResourceRequestKey.java