Searched refs:arrowTipRadius (Results 1 – 1 of 1) sorted by relevance
299 @Px int arrowTipRadius = getContext().getResources() in updateArrowTipInView() local302 arrowPaint.setPathEffect(new CornerPathEffect(arrowTipRadius)); in updateArrowTipInView()308 ((ViewGroup.MarginLayoutParams) arrowLp).setMargins(0, 0, 0, -1 * arrowTipRadius); in updateArrowTipInView()311 ((ViewGroup.MarginLayoutParams) arrowLp).setMargins(0, -1 * arrowTipRadius, 0, 0); in updateArrowTipInView()