summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author kmccormick <kmccormick@google.com> 2013-03-28 16:19:37 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-03-28 16:19:37 -0700
commit38e94e9f820ffd9eeda8ccb92ee77183cc870dde (patch)
tree4a031881396e2d9fd2459715c8b5cfcab7c4aa17
parent99049335a604cae3f515fce32bc5f1b27fe8d29b (diff)
parent4d0beb7e54ed37cf9e854b793983046478233fdf (diff)
am 4d0beb7e: am 4f414b79: Doc update: fix incorrect enum
* commit '4d0beb7e54ed37cf9e854b793983046478233fdf': Doc update: fix incorrect enum
-rw-r--r--graphics/java/android/graphics/DashPathEffect.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/DashPathEffect.java b/graphics/java/android/graphics/DashPathEffect.java
index 4f16dc4feb54..2bdecce57ebc 100644
--- a/graphics/java/android/graphics/DashPathEffect.java
+++ b/graphics/java/android/graphics/DashPathEffect.java
@@ -26,7 +26,7 @@ public class DashPathEffect extends PathEffect {
* controls the length of the dashes. The paint's strokeWidth controls the
* thickness of the dashes.
* Note: this patheffect only affects drawing with the paint's style is set
- * to STROKE or STROKE_AND_FILL. It is ignored if the drawing is done with
+ * to STROKE or FILL_AND_STROKE. It is ignored if the drawing is done with
* style == FILL.
* @param intervals array of ON and OFF distances
* @param phase offset into the intervals array