summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Fix nine patch crashChris Craik2014-08-062-3/+6
* Add Bitmap.compress to TRACE_TAG_RESOURCESJohn Reck2014-08-051-1/+5
* Make outline alpha APIs publicChris Craik2014-08-041-6/+2
* Fix one typo and add linear progress bar in the test.ztenghui2014-08-041-1/+1
* Add fontFeatureSettings to TextView and attrsBehdad Esfahbod2014-08-011-2/+5
* Merge "Add outline alpha" into lmp-devChris Craik2014-07-318-31/+21
|\
| * Add outline alphaChris Craik2014-07-318-31/+21
* | Fix the create() for the attrs positionztenghui2014-07-311-5/+11
* | Correct the tag's name in the exceptionsztenghui2014-07-311-4/+4
* | Support FontFeatureSettings in PaintBehdad Esfahbod2014-07-301-0/+33
* | Update switch assets, fix SearchView asset 9-patch areasAlan Viverette2014-07-301-3/+22
|/
* Revert "Update switch assets, fix SearchView asset 9-patch areas"Alan Viverette2014-07-301-22/+3
* Update switch assets, fix SearchView asset 9-patch areasAlan Viverette2014-07-301-3/+22
* Don't double-cancel the active rippleAlan Viverette2014-07-291-10/+15
* ImageFormat: update raw10 spec to allow row paddingZhijun He2014-07-281-21/+24
* API REVIEW: VectorDrawableztenghui2014-07-252-329/+440
* Move ClipBounds to nativeChris Craik2014-07-251-0/+3
* Don't crash when drawing zero pixels.Dan Sandler2014-07-251-0/+6
* Separate background from ripple for better focus/press UXAlan Viverette2014-07-243-208/+779
* Add letter-spacing to Paint and TextViewBehdad Esfahbod2014-07-241-0/+27
* Merge "Remove the max ripple count exceeded warning" into lmp-devAlan Viverette2014-07-241-1/+0
|\
| * Remove the max ripple count exceeded warningAlan Viverette2014-07-241-1/+0
* | Document BlurMaskFilter.Blur.Leon Scroggins III2014-07-241-4/+19
* | Make updateLocalMatrix replace the current Matrix.Leon Scroggins III2014-07-247-21/+38
* | Add negative sign separation support in the pathDataztenghui2014-07-231-3/+1
* | Ensure ripple mask gets updated in public constructorAlan Viverette2014-07-231-0/+1
|/
* Merge "Make setter methods on Outline call setEmpty() based on params" into l...Chris Craik2014-07-221-0/+16
|\
| * Make setter methods on Outline call setEmpty() based on paramsChris Craik2014-07-221-0/+16
* | Clean up view tinting APIs, tileModeX/Y attribute docsAlan Viverette2014-07-221-0/+2
|/
* Separate Canvas JNI code from the implementation.Derek Sollenberger2014-07-211-29/+46
* Tweaks to outline APIChris Craik2014-07-1913-53/+38
* Fix FIT_XY scaleType issue on VectorDrawableztenghui2014-07-181-4/+6
* Fix caching in VectorDrawable to pass the CTS testztenghui2014-07-181-2/+8
* Add the RTL support to VectorDrawable.ztenghui2014-07-171-0/+31
* Revert "Separate Canvas JNI code from the implementation."John Reck2014-07-171-46/+29
* Merge "Add accessibility text contrast setting" into lmp-devChris Craik2014-07-161-0/+3
|\
| * Add accessibility text contrast settingChris Craik2014-07-161-0/+3
* | Fix state list drawable transitionsAlan Viverette2014-07-161-25/+15
* | Add more reverse support to AnimatedVDztenghui2014-07-162-6/+31
* | DO NOT MERGE Add support for AVD reverse() to ASLD, clean up transition handlingAlan Viverette2014-07-162-58/+164
* | Fix hotspot movement on focus changeAlan Viverette2014-07-165-0/+57
* | Separate Canvas JNI code from the implementation. DO NOT MERGEDerek Sollenberger2014-07-151-29/+46
* | Merge "Implement outline support for nine patches" into lmp-devChris Craik2014-07-144-13/+83
|\ \
| * | Implement outline support for nine patchesChris Craik2014-07-144-13/+83
| |/
* | Merge "Enable the bitmap cache for the VectorDrawable" into lmp-devztenghui2014-07-142-1/+55
|\ \ | |/ |/|
| * Enable the bitmap cache for the VectorDrawableztenghui2014-07-142-1/+55
* | Deprecate android.hardware.CameraEino-Ville Talvala2014-07-132-33/+46
|/
* Remove old RippleDrawable constructor, fix new constructorAlan Viverette2014-07-111-20/+1
* Merge "Simplify Shader.setLocalMatrix."Leon Scroggins III2014-07-102-3/+12
|\
| * Simplify Shader.setLocalMatrix.Leon Scroggins III2014-07-102-3/+12