summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java
Commit message (Expand)AuthorAgeFilesLines
* Resize the VectorDrawable according to the virtual Dpiztenghui2015-06-241-1/+1
* Add reset to AVDztenghui2015-06-051-0/+9
* Setup the animation callback for AnimatedVectorDrawableztenghui2015-06-041-33/+80
* Merge "Replace PNG-based seekbar thumb animation with AVD" into mnc-devAlan Viverette2015-05-291-0/+7
|\
| * Replace PNG-based seekbar thumb animation with AVDAlan Viverette2015-05-291-0/+7
* | Merge "Postpone AnimatedVectorDrawable animator inflation until applyTheme()"...Alan Viverette2015-05-281-65/+208
|\ \ | |/ |/|
| * Postpone AnimatedVectorDrawable animator inflation until applyTheme()Alan Viverette2015-05-181-65/+208
* | API Review: DrawableAlan Viverette2015-05-271-1/+2
|/
* Revert "Postpone AnimatedVectorDrawable animator inflation until applyTheme()"Alan Viverette2015-05-191-106/+13
* Postpone AnimatedVectorDrawable animator inflation until applyTheme()Alan Viverette2015-05-151-13/+106
* Fix issues with theming of preloaded ColorStateListsAlan Viverette2015-04-011-1/+1
* Polish the documentation for VectorDrawable and AnimatedVectorDrawableztenghui2015-03-261-5/+5
* Add listener support in AVDztenghui2015-03-241-60/+71
* Unify wrapper-type drawablesAlan Viverette2015-02-201-6/+5
* AVD: Deep copy the animator target setup when mutate.ztenghui2014-12-041-1/+2
* ASLD: ASLD's XML reversible flag can turn off the reverse behavior now.ztenghui2014-11-201-6/+9
* AVD: Requires all animator has stopped before start again.ztenghui2014-11-101-3/+6
* Add theme and config change support to more Drawable typesAlan Viverette2014-10-291-3/+8
* Update preload list, clean up drawable themingAlan Viverette2014-10-141-19/+38
* Mutate and apply theme if needed before caching themed drawablesAlan Viverette2014-10-071-0/+9
* Fixed mutate() for RippleDrawable, ASLD, AVD, fix applyTheme in VDAlan Viverette2014-09-261-1/+1
* Fix AVD for CTS failure.ztenghui2014-09-231-2/+9
* Use constant state in AnimatedVectorDrawableChet Haase2014-09-101-7/+40
* Use intrinsic size for path animation in AnimatedVectorDrawableGeorge Mount2014-09-091-3/+7
* Merge "Fixing AVD animation with startOffset" into lmp-devztenghui2014-08-221-2/+14
|\
| * Fixing AVD animation with startOffsetztenghui2014-08-221-2/+14
* | Forward additional drawable methods in AVDAlan Viverette2014-08-201-1/+56
|/
* End the animator when stop() is calledztenghui2014-08-061-4/+2
* API REVIEW: VectorDrawableztenghui2014-07-251-8/+6
* Add more reverse support to AnimatedVDztenghui2014-07-161-3/+21
* DO NOT MERGE Add support for AVD reverse() to ASLD, clean up transition handlingAlan Viverette2014-07-161-0/+17
* Enable the bitmap cache for the VectorDrawableztenghui2014-07-141-0/+2
* Add constant state support back to VectorDrawableztenghui2014-07-091-1/+1
* Use AnimatedVectorDrawable for progress bar.ztenghui2014-06-301-2/+3
* Make AnimatedVectorDrawable public.ztenghui2014-06-231-3/+84
* Add AnimatedVectorDrawableztenghui2014-06-121-0/+250