Searched refs:CornerPathEffect (Results 1 – 12 of 12) sorted by relevance
19 public class CornerPathEffect extends PathEffect { class27 public CornerPathEffect(float radius) { in CornerPathEffect() method in CornerPathEffect
20 import android.graphics.CornerPathEffect;71 arrowPaint.setPathEffect(new CornerPathEffect( in drawArrow()
28 import android.graphics.CornerPathEffect;209 final CornerPathEffect effect = new CornerPathEffect(mArrowCornerRadius); in drawArrow()
21 import android.graphics.CornerPathEffect92 arrowPaint.pathEffect = CornerPathEffect(arrowRadius.toFloat())
44 import android.graphics.CornerPathEffect;174 private CornerPathEffect mPointerEffect;452 mPointerEffect = new CornerPathEffect(mPointerRadius); in updateDimensions()
2052 android.graphics.CornerPathEffect
24836 Landroid/graphics/CornerPathEffect;
2056 android.graphics.CornerPathEffect
34943 Landroid/graphics/CornerPathEffect;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
15498 public class CornerPathEffect extends android.graphics.PathEffect {15499 ctor public CornerPathEffect(float);
16439 Landroid/graphics/CornerPathEffect;->nativeCreate(F)J