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.java399 Paint arrowPaint = arrowDrawable.getPaint(); in updateArrowTipInView() local
402 arrowPaint.setColor(mArrowViewPaintColor); in updateArrowTipInView()
403 arrowPaint.setPathEffect(new CornerPathEffect(arrowTipRadius)); in updateArrowTipInView()