summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/drawable/GradientDrawable.java
Commit message (Expand)AuthorAgeFilesLines
* Remove isDither(), deprecate setDither()Alan Viverette2015-06-231-5/+0
* Refactor Drawable.getDither() to isDither()Alan Viverette2015-06-171-1/+1
* Replace PNG-based seekbar thumb animation with AVDAlan Viverette2015-05-291-0/+19
* Revert "Fix build - Revert "Revert "Use default constructor to get anti-alias...Chris Craik2015-05-121-3/+3
* Fix build - Revert "Revert "Use default constructor to get anti-aliasing""Chris Craik2015-05-121-3/+3
* Revert "Use default constructor to get anti-aliasing"Chris Craik2015-05-121-3/+3
* Use default constructor to get anti-aliasingChris Craik2015-04-281-3/+3
* Fix issues with theming of preloaded ColorStateListsAlan Viverette2015-04-011-77/+81
* Annotate ARGB integer parameters with @ColorIntTor Norbye2015-03-051-5/+6
* Improve docs for drawable tint and color filtersChris Craik2015-03-021-3/+3
* Add getDither, getFilterBitmap to Drawable for CTS testingAlan Viverette2015-01-061-0/+5
* Allow use of theme attributes in color state listsAlan Viverette2015-01-051-20/+37
* am daec5943: Fix buildAlan Viverette2014-12-111-1/+1
|\
| * Fix buildAlan Viverette2014-12-101-1/+1
* | am 4e137437: Merge "Update tint filter after setting gradient drawable state"...Alan Viverette2014-12-111-0/+2
|\ \ | |/
| * Update tint filter after setting gradient drawable stateAlan Viverette2014-12-101-0/+2
* | am a04a5e82: am 6e85abd4: Merge "Default gradient radius to %p when no intrin...Alan Viverette2014-11-051-4/+8
|\ \ | |/
| * Default gradient radius to %p when no intrinsic width or height setAlan Viverette2014-11-031-4/+8
* | am 07a08010: am 425b1dc8: Merge "Add theme and config change support to more ...Alan Viverette2014-10-311-2/+2
|\ \ | |/
| * Merge "Add theme and config change support to more Drawable types" into lmp-m...Alan Viverette2014-10-301-2/+2
| |\
| | * Add theme and config change support to more Drawable typesAlan Viverette2014-10-291-2/+2
* | | am eba0a750: Merge "Clean up GradientDrawable styled attributes, fix useLevel...Alan Viverette2014-10-241-8/+9
|\ \ \ | |/ /
| * | Clean up GradientDrawable styled attributes, fix useLevelForShapeAlan Viverette2014-10-241-8/+9
| |/
* | am ed89e452: am 7c133e19: Merge "Fix gradient drawable radius when specified ...Alan Viverette2014-10-211-1/+4
|\ \ | |/
| * Fix gradient drawable radius when specified as float, dimensionAlan Viverette2014-10-211-1/+4
* | am eecfb52a: am 9a00cbcc: Merge "Update preload list, clean up drawable themi...Alan Viverette2014-10-151-29/+18
|\ \ | |/
| * Merge "Update preload list, clean up drawable theming" into lmp-mr1-devAlan Viverette2014-10-141-29/+18
| |\
| | * Update preload list, clean up drawable themingAlan Viverette2014-10-141-29/+18
* | | am d9a2b99d: am 42e96769: Merge "Add support for tint and tintMode to Gradien...Alan Viverette2014-10-141-8/+50
|\ \ \ | |/ /
| * | Add support for tint and tintMode to GradientDrawableAlan Viverette2014-10-131-8/+50
| |/
* | am 0b6b0fa1: am 0660042a: Merge "Mutate and apply theme if needed before cach...Alan Viverette2014-10-071-0/+8
|\ \ | |/
| * Mutate and apply theme if needed before caching themed drawablesAlan Viverette2014-10-071-0/+8
* | am 2b4de8b4: am f559f89c: Merge "Report button opacity for current state, fix...Alan Viverette2014-09-131-19/+19
|\ \ | |/
| * Report button opacity for current state, fix button shadowsAlan Viverette2014-09-121-19/+19
* | am 7768b45e: am f23dcf73: Merge "Unfilled shapes should not report themselves...Chet Haase2014-09-121-0/+5
|\ \ | |/
| * Merge "Unfilled shapes should not report themselves as opaque" into lmp-devChet Haase2014-09-121-0/+5
| |\
| | * Unfilled shapes should not report themselves as opaqueChet Haase2014-09-111-0/+5
* | | am 5d1f9528: am 2a94c34d: Merge "Copy opaque over shape in GradientDrawable c...Alan Viverette2014-09-111-0/+1
|\ \ \ | |/ /
| * | Copy opaque over shape in GradientDrawable copy constructorAlan Viverette2014-09-101-0/+1
| |/
* | resolved conflicts for merge of 2008cff7 to lmp-dev-plus-aospElliott Hughes2014-09-081-2/+2
|\ \ | |/ |/|
| * Small documentation fixes across many files.Mark Doliner2014-09-051-3/+3
* | Implement GradientDrawable getColorFilter.John Spurlock2014-08-211-0/+5
* | Don't cast shadows from gradients with transparent partsChris Craik2014-08-191-17/+15
* | Add outline alphaChris Craik2014-07-311-0/+1
* | Tweaks to outline APIChris Craik2014-07-191-7/+6
* | Handle configuration changes in drawable attributesAlan Viverette2014-07-071-1/+26
* | Avoid resetting gradient state when not actually rebuilding itChet Haase2014-06-211-16/+17
* | Put dither in GradientDrawable constant stateAlan Viverette2014-06-191-8/+10
* | Update drawables to fix CTS test failuresAlan Viverette2014-06-061-1/+4
* | Fix default stroke width and NPE for line with no stroke widthAlan Viverette2014-06-051-5/+11