summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/drawable/VectorDrawable.java
Commit message (Expand)AuthorAgeFilesLines
* Fix drawing of VectorDrawables that are rotated by 90 or 270 degrees.Danny Baumann2016-01-111-6/+6
* Scaling (Animated)VectorDrawable inside ImageViewztenghui2015-07-171-29/+54
* Resize the VectorDrawable according to the virtual Dpiztenghui2015-06-241-11/+75
* Implement getColorFilter() on VectorDrawableAlan Viverette2015-06-051-0/+5
* Replace PNG-based seekbar thumb animation with AVDAlan Viverette2015-05-291-0/+19
* Merge "Fix path clipping in VectorDrawable"Chris Craik2015-04-061-1/+1
|\
| * Fix path clipping in VectorDrawableChris Craik2015-04-061-1/+1
* | Merge "Add group scaling factor into stroke width."ztenghui2015-04-031-2/+39
|\ \
| * | Add group scaling factor into stroke width.ztenghui2015-04-021-2/+39
| |/
* | Fix issues with theming of preloaded ColorStateListsAlan Viverette2015-04-011-3/+4
|/
* Merge "Polish the documentation for VectorDrawable and AnimatedVectorDrawable"ztenghui2015-03-261-7/+7
|\
| * Polish the documentation for VectorDrawable and AnimatedVectorDrawableztenghui2015-03-261-7/+7
* | Don't draw when bounds are negativeztenghui2015-03-251-2/+2
|/
* am 5e968ad1: am dde72862: am 7db6ebe0: Merge "Frameworks/base: Don\'t allocat...Andreas Gampe2015-03-241-2/+1
|\
| * Merge "Frameworks/base: Don't allocate another identity matrix"Andreas Gampe2015-03-241-2/+1
| |\
| | * Frameworks/base: Don't allocate another identity matrixAndreas Gampe2015-03-151-2/+1
* | | am 8e176d39: am 007e207b: Merge "Frameworks/base: Fix null-pointer check"Andreas Gampe2015-03-161-1/+1
|\ \ \ | |/ /
| * | Frameworks/base: Fix null-pointer checkAndreas Gampe2015-03-151-1/+1
| |/
* | Merge "Update the javadoc for the clip path fix."ztenghui2015-01-201-1/+2
|\ \
| * | Update the javadoc for the clip path fix.ztenghui2015-01-141-1/+2
| |/
* | Merge "Limit the scope of clip path to the group, not global"ztenghui2015-01-091-1/+3
|\ \
| * | Limit the scope of clip path to the group, not globalztenghui2015-01-091-1/+3
| |/
* | Allow use of theme attributes in color state listsAlan Viverette2015-01-051-4/+17
|/
* Add theme and config change support to more Drawable typesAlan Viverette2014-10-291-3/+3
* am a724d1ab: am 877ce2c4: Merge "Make sure the bitmap from VD\'s cache is dra...ztenghui2014-10-201-0/+1
|\
| * Make sure the bitmap from VD's cache is drawn using bi-linear filter.ztenghui2014-10-161-0/+1
* | Update preload list, clean up drawable themingAlan Viverette2014-10-141-16/+5
* | Mutate and apply theme if needed before caching themed drawablesAlan Viverette2014-10-071-0/+8
|/
* Correct the documentation for VectorDrawableztenghui2014-09-301-0/+6
* Fixed mutate() for RippleDrawable, ASLD, AVD, fix applyTheme in VDAlan Viverette2014-09-261-9/+22
* Fix animation on the some propertiesztenghui2014-09-231-8/+8
* Set cache dirty when re-create the cache bitmapztenghui2014-09-151-0/+1
* Apply VectorDrawable color filter at draw timeAlan Viverette2014-09-121-75/+40
* Merge "Add root alpha and animation to (Animated)VectorDrawable" into lmp-devztenghui2014-09-121-19/+90
|\
| * Add root alpha and animation to (Animated)VectorDrawableztenghui2014-09-121-19/+90
* | Update icons to vectors, fix preload theming & vector tintingAlan Viverette2014-09-121-25/+61
|/
* Bring back the fillAlpha and strokeAlpha.ztenghui2014-09-101-28/+42
* Use constant state in AnimatedVectorDrawableChet Haase2014-09-101-2/+15
* Use intrinsic size for path animation in AnimatedVectorDrawableGeorge Mount2014-09-091-0/+23
* VD: Update the fillColor default as transparentztenghui2014-08-251-5/+5
* Minor doc fixes from API council recommendations.Chet Haase2014-08-151-1/+1
* VD: Fix Canvas save leakztenghui2014-08-121-2/+1
* Don't double count the left/top when using bitmap cache in VectorDrawable.ztenghui2014-08-111-1/+2
* Removing fill and stroke opacityztenghui2014-08-071-45/+3
* Separate tint and tintMode propertiesAlan Viverette2014-08-061-5/+14
* MiterLimit represent a ratio itself, no need to scaleztenghui2014-08-061-1/+1
* Fix one typo and add linear progress bar in the test.ztenghui2014-08-041-1/+1
* Fix the create() for the attrs positionztenghui2014-07-311-5/+11
* Correct the tag's name in the exceptionsztenghui2014-07-311-4/+4
* API REVIEW: VectorDrawableztenghui2014-07-251-321/+434