summaryrefslogtreecommitdiffstats
path: root/graphics/java
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-03-28 16:27:23 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-03-28 16:27:23 -0700
commitaf7c60be4d18381bfd70b079f1c57480b0c3aea8 (patch)
treeab028990ab2f1f120bed6abebdc5dbd0b363f0e0 /graphics/java
parent84e594f7dbe6108a2c6c57d5d9d941d0b0563b4b (diff)
parenta25c43f5545c7d9b7e94f2bb10d64ed7d7302b49 (diff)
downloadframeworks_base-af7c60be4d18381bfd70b079f1c57480b0c3aea8.zip
frameworks_base-af7c60be4d18381bfd70b079f1c57480b0c3aea8.tar.gz
frameworks_base-af7c60be4d18381bfd70b079f1c57480b0c3aea8.tar.bz2
am a25c43f5: am 3121868c: am 38e94e9f: am 4d0beb7e: am 4f414b79: Doc update: fix incorrect enum
* commit 'a25c43f5545c7d9b7e94f2bb10d64ed7d7302b49': 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