summaryrefslogtreecommitdiff
path: root/graphics/java/android/graphics/drawable/shapes/OvalShape.java
AgeCommit message (Collapse)Author
2017-02-24Fix ShapeDrawable mutate, add clone() support to ArcShape, OvalShapeAlan Viverette
Also cleans up stray white space and fixes docs. Adds getters to ArcShape properties so that we can write proper CTS tests. Fixes: 35419960 Test: ArcShapeTest, OvalShape#testClone, ShapeDrawableTest Change-Id: Icf1bae7f79f9294b2a60c49b85ce8749473ed61e
2014-07-19Tweaks to outline APIChris Craik
b/15283203 b/16142564 Remove boolean return value chaining, as it's redundant with the data in the Outline itself. Change-Id: I3116e57cd1b35c98b74e95195117edd7e39fb2df
2014-04-25Support Oval GradientDrawable outlines, and ShapeDrawableChris Craik
Change-Id: Ifc9e55757d3325cb28a1a812ec696512d4a18b39
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project