Home
last modified time | relevance | path

Searched refs:arrowPaint (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java298 Paint arrowPaint = arrowDrawable.getPaint(); in updateArrowTipInView() local
301 arrowPaint.setColor(ContextCompat.getColor(getContext(), R.color.arrow_tip_view_bg)); in updateArrowTipInView()
302 arrowPaint.setPathEffect(new CornerPathEffect(arrowTipRadius)); in updateArrowTipInView()