History log of /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowBitmapDrawable.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fde330c24db2b7905368ac9d790787f250f7ecc7 01-Sep-2012 Jon Boekenoogen <jboekeno@google.com> ShadowBitmapFactory/ShadowBitmapDrawable: Support the non-deprecated BitmapDrawable(Resources, Bitmap) constructor and use it be default.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowBitmapDrawable.java
01c59a01c55d6cfd4b3da34a5036ba9a1c314dc2 06-Mar-2012 Aaron VonderHaar & Ryan Richard <pair+avonderhaar+rrichard@pivotallabs.com> add getLoadedFromResourceId() to ShadowDrawable and use it for LayerDrawables which are loaded by an ImageView
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowBitmapDrawable.java
3eeaacd94b8bf41d08dfc7d93cbebb5936842020 28-Feb-2012 Chris Perry <chrisp@containerstore.com> Added ability to test createFromPath with Drawable and addState with StateListDrawable.

Added ability to test createFromPath.

Added ability to test addState with drawable.

Added ability to handle StateSet.WILD_CARD which is defined as null in ShadowStateListDrawable.addState(int[], drawable)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowBitmapDrawable.java
1ce4df3adb4f8ca5ae910430ee281eb920c98030 23-Feb-2012 Phil Goodwin & Ryan Richard <pair+phil+rrichard@pivotallabs.com> add setTileModeXY and set/getTileModeY on ShadowBitmapDrawable
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowBitmapDrawable.java
734f91bed6d3ea00c4d0dba4de2f1d081a8f404c 22-Feb-2012 Phil Goodwin & Ryan Richard <pair+phil+rrichard@pivotallabs.com> add getter and setter for tileModeX on ShadowBitmapDrawable
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowBitmapDrawable.java
97ffcf00dfda4a2c5c67264df1ce9ee64c925823 11-May-2011 Ryan Richard <pair+rrichard@pivotallabs.com> create a way to track which source a Drawable was created from when creating drawables with Drawable.createFromStream()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowBitmapDrawable.java
f58c6545761402d3ad215566a49b0add7f6192d3 11-Jan-2011 Christian Williams & Phil Goodwin <pair+xian+phil@pivotallabs.com> Removed dependencies on android.test
Fixed falsely passing BitmapDrawable.equals_shouldTestBounds() test -- assertNotEqual() (and all assertions in android-test's JUnit) was always passing.
Fixed ShadowDrawable.equals()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowBitmapDrawable.java
4ac725f9b4cebbf46805fc5e9b2f0eaf3fdd9b29 22-Dec-2010 Christian Williams <pair+xian@pivotallabs.com> Rearrange source tree to follow maven conventions.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ShadowBitmapDrawable.java