summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Merge "Clean up on VectorDrawable."ztenghui2014-04-031-2/+2
|\
| * Clean up on VectorDrawable.ztenghui2014-04-021-2/+2
* | Fix dialog style, selectable item bg pinning, and pressed stateAlan Viverette2014-04-021-14/+0
|/
* Getting the version information into the VectorDrawableztenghui2014-04-021-2/+14
* Clean up LayerDrawable, ensure cached values are cleared on changesAlan Viverette2014-03-311-59/+62
* Allow a null tint in TouchFeedbackDrawableAlan Viverette2014-03-271-10/+7
* Uses VMRuntime.newUnpaddedArray for ideal array sizesAdam Lesinski2014-03-271-1/+1
* Merge "Separate ripple animation logic, remove RevealDrawable"Alan Viverette2014-03-275-620/+267
|\
| * Separate ripple animation logic, remove RevealDrawableAlan Viverette2014-03-265-620/+267
* | add Dynamic Drawable (vector graphics for Icons)John Hoford2014-03-262-0/+1957
|/
* Merge "Fix doc build"Chris Craik2014-03-251-0/+2
|\
| * Fix doc buildChris Craik2014-03-251-0/+2
* | Fix NPE when inflating GradientDrawables.Tim Kilbourn2014-03-251-2/+2
* | Unhide touch feedback drawable and wrapperAlan Viverette2014-03-242-3/+3
|/
* Implement APIs for obtaining, caching themed DrawablesAlan Viverette2014-03-2419-565/+1642
* Merge "Rework Outline API, remove isolatedZVolume remnants"Chris Craik2014-03-243-6/+172
|\
| * Rework Outline API, remove isolatedZVolume remnantsChris Craik2014-03-243-6/+172
* | am 02e99e27: am ae316643: am aff40e25: am fc603ca6: am abf701e6: Merge "Elimi...John Reck2014-03-241-15/+3
|\ \ | |/ |/|
| * am aff40e25: am fc603ca6: am abf701e6: Merge "Eliminate mHasAlpha" into klp-devJohn Reck2014-03-211-15/+3
| |\
| | * am fc603ca6: am abf701e6: Merge "Eliminate mHasAlpha" into klp-devJohn Reck2014-03-211-15/+3
| | |\
| | | * am abf701e6: Merge "Eliminate mHasAlpha" into klp-devJohn Reck2014-03-211-15/+3
| | | |\
| | | | * Eliminate mHasAlphaJohn Reck2014-03-211-15/+3
* | | | | Merge "Remove deprecated BufferQueue constructor"Dan Stoza2014-03-181-1/+1
|\ \ \ \ \
| * | | | | Remove deprecated BufferQueue constructorDan Stoza2014-03-121-1/+1
* | | | | | am e9529bc4: am d292aac5: am 889a1ddd: Fix JavaDocBen Murdoch2014-03-171-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | am 889a1ddd: Fix JavaDocBen Murdoch2014-03-171-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fix JavaDocBen Murdoch2014-03-171-1/+1
* | | | | | resolved conflicts for merge of a1ca303a to masterDoug Zongker2014-03-171-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | am 01252217: Merge "Fix javadoc." into klp-modular-devTorne (Richard Coles)2014-03-171-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix javadoc.Torne (Richard Coles)2014-03-171-1/+1
| * | | | am f8d8777d: Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-172-12/+45
| |\ \ \ \ | | |/ / /
| | * | | Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-172-12/+45
| | * | | Force merge of remaining KLP changes to fix build.Jason Sams2014-03-131-3/+19
| | * | | Fix build issues from bad mergeJason Sams2014-03-131-7/+8
| | * | | resolved conflicts for merge of 780d57b8 to klp-modular-devJason Sams2014-03-132-4/+15
| | |\ \ \ | | | |/ /
| | | * | am cf8573c1: Fix destruction issues relating to AllocationAdapter.Jason Sams2014-03-112-2/+2
| | | |\ \ | | | | |/
| | | | * Fix destruction issues relating to AllocationAdapter.Jason Sams2014-03-102-2/+2
| | * | | am e14d5e90: am 5757bf89: Add hidden minor version ID for support lib workaro...Jason Sams2014-03-131-0/+14
| | |\ \ \ | | | |/ /
| | | * | am 5757bf89: Add hidden minor version ID for support lib workarounds.Jason Sams2014-03-111-0/+14
| | | |\ \ | | | | |/
| | | | * Add hidden minor version ID for support lib workarounds.Jason Sams2014-03-101-0/+14
| | | * | am ff7256e7: Fix destruction issues relating to AllocationAdapter.Jason Sams2014-03-112-13/+41
| | | |\ \ | | | | |/
| | | | * Fix destruction issues relating to AllocationAdapter.Jason Sams2014-03-102-13/+41
| | | * | am 92a32832: DO NOT MERGE - Fix Javadoc build break.Leon Scroggins III2014-03-061-1/+1
| | | |\ \ | | | | |/
| | | | * DO NOT MERGE - Fix Javadoc build break.Leon Scroggins III2014-03-061-1/+1
| | | * | am ee008d42: Merge "Update framework to use M33 Skia. DO NOT MERGE" into klp-devLeon Scroggins III2014-03-062-12/+45
| | | |\ \ | | | | |/
| | | | * Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-062-12/+45
* | | | | Unify touch feedback drawable and reveal drawableAlan Viverette2014-03-102-83/+516
* | | | | Add Path.isConvex, and force View outlines to be convexChris Craik2014-03-031-5/+21
* | | | | Restore getTintMode() method on BitmapDrawableAlan Viverette2014-02-261-0/+10
* | | | | Clean up tint APIAlan Viverette2014-02-263-145/+162