summaryrefslogtreecommitdiffstats
path: root/graphics/java
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-03-28 16:24:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-03-28 16:24:25 -0700
commita25c43f5545c7d9b7e94f2bb10d64ed7d7302b49 (patch)
treebfabfe89d07e84f88bb06ebe82bf0dc5e81ddfe8 /graphics/java
parent5c3ddcd14b79c4737ea06f68d8efd39543d60382 (diff)
parent3121868cb860eb47182fcbae5d55667af51afb5a (diff)
downloadframeworks_base-a25c43f5545c7d9b7e94f2bb10d64ed7d7302b49.zip
frameworks_base-a25c43f5545c7d9b7e94f2bb10d64ed7d7302b49.tar.gz
frameworks_base-a25c43f5545c7d9b7e94f2bb10d64ed7d7302b49.tar.bz2
am 3121868c: am 38e94e9f: am 4d0beb7e: am 4f414b79: Doc update: fix incorrect enum
* commit '3121868cb860eb47182fcbae5d55667af51afb5a': Doc update: fix incorrect enum
Diffstat (limited to 'graphics/java')
-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 4f16dc4..2bdecce 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