Searched refs:arrowTipRadius (Results 1 – 2 of 2) sorted by relevance
43 private val arrowTipRadius: Float constant99 arrowTipRadius = res.getDimension(R.dimen.bubblebar_pointer_radius)148 arrowTipRadius, in addArrowPathIfNeeded()
400 @Px int arrowTipRadius = getContext().getResources() in updateArrowTipInView() local403 arrowPaint.setPathEffect(new CornerPathEffect(arrowTipRadius)); in updateArrowTipInView()409 ((ViewGroup.MarginLayoutParams) arrowLp).setMargins(0, 0, 0, -1 * arrowTipRadius); in updateArrowTipInView()412 ((ViewGroup.MarginLayoutParams) arrowLp).setMargins(0, -1 * arrowTipRadius, 0, 0); in updateArrowTipInView()