Home
last modified time | relevance | path

Searched refs:makePathDash (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPathEffects.java48 e[3] = new PathDashPathEffect(makePathDash(), 12, phase, in makeEffects()
109 private static Path makePathDash() { in makePathDash() method in PathEffects.SampleView