History log of /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/DrawableTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
22d17eb1febbe07fdb6785467273e48c0ab1ed4f 30-Aug-2012 John Stuppy <jstuppy@google.com> Added ShadowDrawable support for createFromResourceStream

Added ShadowDrawable support for createFromResourceStream
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/DrawableTest.java
be2bfccace90099e150bae69ddfef42f501e997c 21-Apr-2012 Aaron VonderHaar & Chris Perry <pair+avonderhaar+cperry@pivotallabs.com> Added ShadowDrawable.invalidateSelf().
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/DrawableTest.java
e429b89e0edf6b77099f40e7e3af40b0cc1e7fc4 09-Mar-2012 Amrit Thakur & Ryan Richard <pair+amrit+rrichard@pivotallabs.com> ShadowDrawable can create new drawables from resource ids
Got rid of int fields in CompoundDrawable in favor of the existing Drawables (which can now store their own resource ids)
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/DrawableTest.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/test/java/com/xtremelabs/robolectric/shadows/DrawableTest.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/test/java/com/xtremelabs/robolectric/shadows/DrawableTest.java
877e4c834fc5505b6f6cbd8411cdc2f7c6e5c4dd 21-Sep-2011 Joe Moore and Tyler Schultz <tylerschultz@gmail.com> Merge branch 'master' of https://github.com/allevato/robolectric into allevato-master
255260f69e0844322b3a24a47a33bb06c5a49d0c 20-Sep-2011 Tony Allevato <allevato@vt.edu> Added tests for Rect and Drawable additions.
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/DrawableTest.java
1258bd4f817130a401a5a234354b95fe3bf7e4ee 27-Jul-2011 David Farber & Ryan Richard <pair+dfarber+rrichard@pivotallabs.com> wrote test for setView() and findViewById() on AlertDialog
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/DrawableTest.java
be87a589a85b713d1755c36b2eca8462177f91f3 08-Jul-2011 David Farber & Joe Moore <pair+dfarber+joe@pivotallabs.com> Simulate corrupt drawable sources.
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/DrawableTest.java