summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/drawable/AnimatedStateListDrawable.java
Commit message (Expand)AuthorAgeFilesLines
* Update local state when creating LayerDrawable from constant stateAlan Viverette2015-06-241-1/+1
* Propagate original Resources to DrawableContainer if no override setAlan Viverette2015-02-261-1/+1
* Update drawable container constant state following cloneAlan Viverette2014-11-261-0/+1
* Ensure calling mutate() on DrawableContainer creates a new stateAlan Viverette2014-11-251-8/+21
* Revert "Ensure calling mutate() on DrawableContainer creates a new state"John Reck2014-11-251-18/+7
* Ensure calling mutate() on DrawableContainer creates a new stateAlan Viverette2014-11-241-7/+18
* ASLD: ASLD's XML reversible flag can turn off the reverse behavior now.ztenghui2014-11-201-13/+50
* Don't propagate AnimatedStateListDrawable state change to super()Alan Viverette2014-11-111-4/+10
* Support theme attributes in StateListDrawable <item> elementAlan Viverette2014-11-061-57/+31
* Ensure we don't pass null values in to Theme.resolveAttributesAlan Viverette2014-10-301-1/+1
* Add theme and config change support to more Drawable typesAlan Viverette2014-10-291-14/+58
* Propagate state changes even when we don't change drawable indexAlan Viverette2014-10-201-21/+9
* Mutate and apply theme if needed before caching themed drawablesAlan Viverette2014-10-071-0/+8
* Fix theme propagation to contained android:drawable elementsAlan Viverette2014-10-021-1/+2
* Add callback to track and thumb drawables, propagate state in ASLDAlan Viverette2014-09-261-2/+7
* Fixed mutate() for RippleDrawable, ASLD, AVD, fix applyTheme in VDAlan Viverette2014-09-261-1/+1
* Minor doc fixes from API council recommendations.Chet Haase2014-08-151-3/+3
* Make sure we're obtaining themed drawables correctlyAlan Viverette2014-08-141-2/+2
* Fix state list drawable transitionsAlan Viverette2014-07-161-25/+15
* Add more reverse support to AnimatedVDztenghui2014-07-161-3/+10
* DO NOT MERGE Add support for AVD reverse() to ASLD, clean up transition handlingAlan Viverette2014-07-161-58/+147
* Update AnimatedStateListDrawable to work with Animatable drawablesAlan Viverette2014-07-031-45/+77
* Only start AnimationDrawable on visibility change when animatingAlan Viverette2014-06-131-1/+0
* Clean up drawable theming APIsAlan Viverette2014-06-021-2/+2
* Update switch, checkbox, radio button, button, and toggle buttonAlan Viverette2014-05-221-0/+16
* Animated state transition drawableAlan Viverette2014-05-091-0/+524