summaryrefslogtreecommitdiff
path: root/graphics/java/android
AgeCommit message (Expand)Author
2014-09-12Merge "Unfilled shapes should not report themselves as opaque" into lmp-dev Chet Haase
2014-09-11Unfilled shapes should not report themselves as opaque Chet Haase
2014-09-11Fix null rect parameter for saveLayer / saveLayerAlpha Chris Craik
2014-09-11Merge "Bring back the fillAlpha and strokeAlpha." into lmp-dev ztenghui
2014-09-11Merge "Copy opaque over shape in GradientDrawable copy constructor" into lmp-dev Alan Viverette
2014-09-10Copy opaque over shape in GradientDrawable copy constructor Alan Viverette
2014-09-10Bring back the fillAlpha and strokeAlpha. ztenghui
2014-09-10Merge "Only force drawing in RippleDrawable when necessary" into lmp-dev Alan Viverette
2014-09-10Use constant state in AnimatedVectorDrawable Chet Haase
2014-09-10Only force drawing in RippleDrawable when necessary Alan Viverette
2014-09-10Merge "Use intrinsic size for path animation in AnimatedVectorDrawable" into ... George Mount
2014-09-09Use intrinsic size for path animation in AnimatedVectorDrawable George Mount
2014-09-09Trim unnecessary pages when printing. Svetoslav
2014-09-05Merge "Simplify ripple background drawing, fix ripple alphas" into lmp-dev Alan Viverette
2014-09-05Merge "Remove old setTint from Drawable" into lmp-dev Alan Viverette
2014-09-05Remove old setTint from Drawable Alan Viverette
2014-09-05Simplify ripple background drawing, fix ripple alphas Alan Viverette
2014-09-05Merge "Replace native crash with IAE when calling picture.draw() w/ a HW canv... Chris Craik
2014-09-05Replace native crash with IAE when calling picture.draw() w/ a HW canvas Chris Craik
2014-09-05Merge "Hide color filter mutability" into lmp-dev Chris Craik
2014-09-04Hide color filter mutability Chris Craik
2014-09-04Clear ripple animations on cancel/end Alan Viverette
2014-09-03Merge "Remove partial support for hotspot changes on focus movement" into lmp... Alan Viverette
2014-09-03Merge "Fix behavior of inflating InsetDrawable" into lmp-dev Chet Haase
2014-09-02Merge "Make sure ripple background bounds are used for invalidation" into lmp... Alan Viverette
2014-09-02Fix behavior of inflating InsetDrawable Chet Haase
2014-09-02Remove partial support for hotspot changes on focus movement Alan Viverette
2014-09-02Make sure ripple background bounds are used for invalidation Alan Viverette
2014-09-02Merge "Move print rendering in an isolated process." into lmp-dev Svet Ganov
2014-09-02Move print rendering in an isolated process. Svet Ganov
2014-08-30Merge "Fix disappearing ripple background, treat active ripple separately" in... Alan Viverette
2014-08-29Variety of small UI tweaks Alan Viverette
2014-08-29Fix disappearing ripple background, treat active ripple separately Alan Viverette
2014-08-27Merge "Preserve inner drawable bounds and level on mutate" into lmp-dev Alan Viverette
2014-08-27Merge "Fix NPE in RippleDrawable" into lmp-dev Alan Viverette
2014-08-27Preserve inner drawable bounds and level on mutate Alan Viverette
2014-08-27Merge "New weight-aware font config" into lmp-dev Raph Levien
2014-08-26New weight-aware font config Raph Levien
2014-08-26Fix NPE in RippleDrawable Alan Viverette
2014-08-26Merge "Notify VM of native pixelref allocations" into lmp-dev Chris Craik
2014-08-26Notify VM of native pixelref allocations Chris Craik
2014-08-26Merge "VD: Update the fillColor default as transparent" into lmp-dev ztenghui
2014-08-25Create z reordering boundaries around dispatchDraw Chris Craik
2014-08-25VD: Update the fillColor default as transparent ztenghui
2014-08-22Merge "Fixing AVD animation with startOffset" into lmp-dev ztenghui
2014-08-22Fixing AVD animation with startOffset ztenghui
2014-08-22Revert immutable Shader change John Reck
2014-08-21Merge "Jump drawable state (including ripples) on view detach" into lmp-dev Alan Viverette
2014-08-21Jump drawable state (including ripples) on view detach Alan Viverette
2014-08-21Implement GradientDrawable getColorFilter. John Spurlock