(float[] intervals, float phase)
| 55 | } |
| 56 | |
| 57 | public static PathEffect makeDash(float[] intervals, float phase) { |
| 58 | Stats.onNativeCall(); |
| 59 | return new PathEffect(_nMakeDash(intervals, phase)); |
| 60 | } |
| 61 | |
| 62 | public static PathEffect makeDiscrete(float segLength, float dev, int seed) { |
| 63 | Stats.onNativeCall(); |
no test coverage detected