diff options
author | kmccormick <kmccormick@google.com> | 2013-03-28 16:24:25 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-03-28 16:24:25 -0700 |
commit | a25c43f5545c7d9b7e94f2bb10d64ed7d7302b49 (patch) | |
tree | bfabfe89d07e84f88bb06ebe82bf0dc5e81ddfe8 | |
parent | 5c3ddcd14b79c4737ea06f68d8efd39543d60382 (diff) | |
parent | 3121868cb860eb47182fcbae5d55667af51afb5a (diff) | |
download | frameworks_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
-rw-r--r-- | graphics/java/android/graphics/DashPathEffect.java | 2 |
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 |