Searched refs:arrowPaint (Results 1 – 1 of 1) sorted by relevance
298 Paint arrowPaint = arrowDrawable.getPaint(); in updateArrowTipInView() local301 arrowPaint.setColor(ContextCompat.getColor(getContext(), R.color.arrow_tip_view_bg)); in updateArrowTipInView()302 arrowPaint.setPathEffect(new CornerPathEffect(arrowTipRadius)); in updateArrowTipInView()