Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java299 @Px int arrowTipRadius = getContext().getResources() in updateArrowTipInView() local
302 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()