Searched refs:arrowPaint (Results 1 – 2 of 2) sorted by relevance
133 Paint arrowPaint = arrowDrawable.getPaint(); in init() local136 arrowPaint.setColor(ContextCompat.getColor(getContext(), typedValue.resourceId)); in init()138 arrowPaint.setPathEffect(new CornerPathEffect( in init()
191 Paint arrowPaint = arrowDrawable.getPaint(); in reorderAndShow() local192 arrowPaint.setColor(Themes.getAttrColor(getContext(), R.attr.popupColorPrimary)); in reorderAndShow()195 arrowPaint.setPathEffect(new CornerPathEffect(radius)); in reorderAndShow()