Searched refs:CornerPathEffect (Results 1 – 16 of 16) 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()
21 import android.graphics.CornerPathEffect92 arrowPaint.pathEffect = CornerPathEffect(arrowRadius.toFloat())
27 import android.graphics.CornerPathEffect;264 final CornerPathEffect effect = new CornerPathEffect(mArrowCornerRadius); in drawArrow()
21 import android.graphics.CornerPathEffect;311 arrowPaint.setPathEffect(new CornerPathEffect(arrowTipRadius)); in updateArrowTipInView()
23 import android.graphics.CornerPathEffect;88 mLinePaint.setPathEffect(new CornerPathEffect(mCornerRadius)); in UsageGraph()
42 import android.graphics.CornerPathEffect;108 private CornerPathEffect mPointerEffect;352 mPointerEffect = new CornerPathEffect(mPointerRadius); in updateDimensions()
25 import android.graphics.CornerPathEffect;401 new CornerPathEffect( in initializeColors()
1864 android.graphics.CornerPathEffect
24795 Landroid/graphics/CornerPathEffect;
1863 android.graphics.CornerPathEffect
34432 Landroid/graphics/CornerPathEffect;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
15239 public class CornerPathEffect extends android.graphics.PathEffect {15240 ctor public CornerPathEffect(float);
10765 public class CornerPathEffect extends android.graphics.PathEffect {10766 ctor public CornerPathEffect(float);
19317 Landroid/graphics/CornerPathEffect;->nativeCreate(F)J