am 38e94e9f: am 4d0beb7e: am 4f414b79: Doc update: fix incorrect enum

* commit '38e94e9f820ffd9eeda8ccb92ee77183cc870dde':
  Doc update: fix incorrect enum
This commit is contained in:
kmccormick
2013-03-28 16:22:29 -07:00
committed by Android Git Automerger

View File

@@ -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