summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Remove isDither(), deprecate setDither()Alan Viverette2015-06-237-49/+4
* Merge "Clean up drawable filter/dither docs" into mnc-devChris Craik2015-06-231-7/+16
|\
| * Clean up drawable filter/dither docsChris Craik2015-06-191-7/+16
* | Merge "Enable Picture w/ HW Accelerated Canvas." into mnc-devDerek Sollenberger2015-06-221-4/+4
|\ \ | |/ |/|
| * Enable Picture w/ HW Accelerated Canvas.Derek Sollenberger2015-06-221-4/+4
* | Invalidate the cached ripple drawable mask if mask layer changesAlan Viverette2015-06-191-0/+1
* | Fix a typo in Drawable's javadocDoris Liu2015-06-181-1/+1
* | Merge "Patch up certain kinds of broken notifications." into mnc-devDan Sandler2015-06-181-9/+21
|\ \
| * | Patch up certain kinds of broken notifications.Dan Sandler2015-06-181-9/+21
* | | Merge "Resolve start/end insets in LayerDrawable.getIntrinsicWidth()" into mn...Alan Viverette2015-06-171-1/+16
|\ \ \
| * | | Resolve start/end insets in LayerDrawable.getIntrinsicWidth()Alan Viverette2015-06-171-1/+16
| |/ /
* | | Refactor Drawable.getDither() to isDither()Alan Viverette2015-06-177-9/+9
|/ /
* | Ensure first load for bitmap and nine-patch gets correct densityAlan Viverette2015-06-163-9/+12
* | Merge "Add isFilterBitmap() overrides where appropriate" into mnc-devChet Haase2015-06-152-0/+13
|\ \ | |/ |/|
| * Add isFilterBitmap() overrides where appropriateChet Haase2015-06-152-0/+13
* | Clarify Drawable.getOpacity() docsChet Haase2015-06-121-0/+8
|/
* Merge "Improve boundary check for for Paint#DrawTextRun." into mnc-devKeisuke Kuroyanagi2015-06-111-8/+10
|\
| * Improve boundary check for for Paint#DrawTextRun.Keisuke Kuroyanagi2015-06-111-8/+10
* | Merge "Workaround shader crash" into mnc-devChris Craik2015-06-111-1/+3
|\ \ | |/ |/|
| * Workaround shader crashChris Craik2015-06-101-1/+3
* | Account for hotspot bounds in RippleDrawable projection checkAlan Viverette2015-06-081-7/+19
|/
* Merge "Implement getColorFilter() on VectorDrawable" into mnc-devAlan Viverette2015-06-061-0/+5
|\
| * Implement getColorFilter() on VectorDrawableAlan Viverette2015-06-051-0/+5
* | Add reset to AVDztenghui2015-06-051-0/+9
|/
* Merge "Setup the animation callback for AnimatedVectorDrawable" into mnc-devztenghui2015-06-052-33/+141
|\
| * Setup the animation callback for AnimatedVectorDrawableztenghui2015-06-042-33/+141
* | Manually jump ripples when preemptively aborting RT animationAlan Viverette2015-06-041-0/+4
|/
* ImageFormat: Update definition of depth formats for confidence.Eino-Ville Talvala2015-06-031-9/+41
* Merge "Reduce amount of unnecessary RippleDrawable mask redraw" into mnc-devAlan Viverette2015-05-302-7/+14
|\
| * Reduce amount of unnecessary RippleDrawable mask redrawAlan Viverette2015-05-292-7/+14
* | Merge "Replace PNG-based seekbar thumb animation with AVD" into mnc-devAlan Viverette2015-05-293-0/+45
|\ \
| * | Replace PNG-based seekbar thumb animation with AVDAlan Viverette2015-05-293-0/+45
| |/
* | Merge "Postpone AnimatedVectorDrawable animator inflation until applyTheme()"...Alan Viverette2015-05-281-65/+208
|\ \
| * | Postpone AnimatedVectorDrawable animator inflation until applyTheme()Alan Viverette2015-05-181-65/+208
* | | Fix drawable CTS breakagesAlan Viverette2015-05-282-8/+22
| |/ |/|
* | API Review: DrawableAlan Viverette2015-05-275-8/+10
* | Merge "Fix Bitmap#sameAs NPE" into mnc-devJohn Reck2015-05-201-2/+3
|\ \ | |/ |/|
| * Fix Bitmap#sameAs NPEJohn Reck2015-05-191-2/+3
* | Merge "Revert "Postpone AnimatedVectorDrawable animator inflation until apply...Alan Viverette2015-05-191-106/+13
|\ \
| * | Revert "Postpone AnimatedVectorDrawable animator inflation until applyTheme()"Alan Viverette2015-05-191-106/+13
* | | Merge "Update ripple drawable target radius on bounds change" into mnc-devAlan Viverette2015-05-182-4/+22
|\ \ \
| * | | Update ripple drawable target radius on bounds changeAlan Viverette2015-05-152-4/+22
* | | | Merge "Postpone AnimatedVectorDrawable animator inflation until applyTheme()"...Alan Viverette2015-05-181-13/+106
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Postpone AnimatedVectorDrawable animator inflation until applyTheme()Alan Viverette2015-05-151-13/+106
| |/
* | Add internal bitmap api for creating immutable ashmem backed bitmaps.Riley Andrews2015-05-181-0/+17
* | Allow getChangingConfigurations() on DrawableWrapper with null drawableAlan Viverette2015-05-151-1/+2
|/
* Icon support comes to Notification.Dan Sandler2015-05-151-16/+68
* Merge "Use Context instead of Resources in Icon.createWithResource." into mnc...Dan Sandler2015-05-152-5/+15
|\
| * Use Context instead of Resources in Icon.createWithResource.Dan Sandler2015-05-142-5/+15
* | Merge "Fix missing break in Icon class" into mnc-devYorke Lee2015-05-151-0/+1
|\ \