summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Update drawable container constant state following cloneAlan Viverette2014-11-264-8/+28
* Ensure calling mutate() on DrawableContainer creates a new stateAlan Viverette2014-11-255-37/+81
* Merge "Revert "Ensure calling mutate() on DrawableContainer creates a new sta...John Reck2014-11-255-75/+35
|\
| * Revert "Ensure calling mutate() on DrawableContainer creates a new state"John Reck2014-11-255-75/+35
* | Merge "Cannot set Pivot X,Y values from setPivotX, setPivotY API" into lmp-mr...Alan Viverette2014-11-251-4/+4
|\ \ | |/ |/|
| * Cannot set Pivot X,Y values from setPivotX, setPivotY APIjungheang.lee2014-11-211-4/+4
* | Ensure calling mutate() on DrawableContainer creates a new stateAlan Viverette2014-11-245-35/+75
* | Merge "Revert "Add a way to override Xfermode DO NOT MERGE"" into lmp-mr1-devChris Craik2014-11-211-9/+0
|\ \
| * | Revert "Add a way to override Xfermode DO NOT MERGE"Chris Craik2014-11-211-9/+0
* | | Merge "ASLD: ASLD's XML reversible flag can turn off the reverse behavior now...ztenghui2014-11-202-19/+59
|\ \ \
| * | | ASLD: ASLD's XML reversible flag can turn off the reverse behavior now.ztenghui2014-11-202-19/+59
* | | | Merge "Improve ColorMatrix docs" into lmp-mr1-devChris Craik2014-11-201-33/+61
|\ \ \ \ | |_|_|/ |/| | |
| * | | Improve ColorMatrix docsChris Craik2014-11-201-33/+61
* | | | Merge "Check bounds on CharSequence drawText methods" into lmp-mr1-devRaph Levien2014-11-141-0/+3
|\ \ \ \
| * | | | Check bounds on CharSequence drawText methodsRaph Levien2014-11-121-0/+3
| |/ / /
* | | | Merge "Set current degrees when updating RotateDrawable from typed array" int...Alan Viverette2014-11-141-0/+1
|\ \ \ \
| * | | | Set current degrees when updating RotateDrawable from typed arrayAlan Viverette2014-11-131-0/+1
* | | | | Merge "Add offset method to Outline" into lmp-mr1-devChris Craik2014-11-132-2/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add offset method to OutlineChris Craik2014-11-122-2/+13
| |/ / /
* | | | Merge "Add details and performance warnings to save flag docs" into lmp-mr1-devChris Craik2014-11-131-31/+88
|\ \ \ \ | |_|/ / |/| | |
| * | | Add details and performance warnings to save flag docsChris Craik2014-11-111-31/+88
| |/ /
* | | Merge "Don't propagate AnimatedStateListDrawable state change to super()" int...Alan Viverette2014-11-122-11/+14
|\ \ \
| * | | Don't propagate AnimatedStateListDrawable state change to super()Alan Viverette2014-11-112-11/+14
| |/ /
* | | Merge "Add a way to override Xfermode DO NOT MERGE" into lmp-mr1-devRob Tsuk2014-11-121-0/+9
|\ \ \ | | |/ | |/|
| * | Add a way to override Xfermode DO NOT MERGERob Tsuk2014-11-121-0/+9
| |/
* | Merge "AVD: Requires all animator has stopped before start again." into lmp-m...ztenghui2014-11-121-3/+6
|\ \
| * | AVD: Requires all animator has stopped before start again.ztenghui2014-11-101-3/+6
* | | Fix default attributes in ScaleDrawableAlan Viverette2014-11-121-4/+7
* | | Merge "Reduce number of saveLayer calls in RippleDrawable" into lmp-mr1-devAlan Viverette2014-11-123-175/+113
|\ \ \ | |_|/ |/| |
| * | Reduce number of saveLayer calls in RippleDrawableAlan Viverette2014-11-073-175/+113
| |/
* | Support theme attributes in StateListDrawable <item> elementAlan Viverette2014-11-062-80/+73
|/
* Default gradient radius to %p when no intrinsic width or height setAlan Viverette2014-11-031-4/+8
* Crash apps that print malformed or password protected PDFs.Svet Ganov2014-11-012-0/+8
* Merge "Save to a PDF file should look like print preview." into lmp-mr1-devSvetoslav2014-10-311-0/+155
|\
| * Save to a PDF file should look like print preview.Svetoslav2014-10-311-0/+155
* | Ensure we don't pass null values in to Theme.resolveAttributesAlan Viverette2014-10-304-11/+14
* | Merge "Add theme and config change support to more Drawable types" into lmp-m...Alan Viverette2014-10-3014-425/+677
|\ \
| * | Add theme and config change support to more Drawable typesAlan Viverette2014-10-2914-425/+677
| |/
* | Clean up GradientDrawable styled attributes, fix useLevelForShapeAlan Viverette2014-10-241-8/+9
|/
* Added a generic configuration and theme based cacheYigit Boyar2014-10-231-47/+65
* Merge "Fix gradient drawable radius when specified as float, dimension" into ...Alan Viverette2014-10-211-1/+4
|\
| * Fix gradient drawable radius when specified as float, dimensionAlan Viverette2014-10-211-1/+4
* | Merge "Propagate state changes even when we don't change drawable index" into...Alan Viverette2014-10-211-21/+9
|\ \
| * | Propagate state changes even when we don't change drawable indexAlan Viverette2014-10-201-21/+9
| |/
* | 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
* | Merge "Avoid saveLayer in RippleDrawable if the background won't draw" into l...Alan Viverette2014-10-151-3/+5
|\ \
| * | Avoid saveLayer in RippleDrawable if the background won't drawAlan Viverette2014-10-131-3/+5
* | | Merge "Update preload list, clean up drawable theming" into lmp-mr1-devAlan Viverette2014-10-1418-251/+266
|\ \ \
| * | | Update preload list, clean up drawable themingAlan Viverette2014-10-1418-251/+266
| |/ /