Searched refs:arrowRadius (Results 1 – 3 of 3) sorted by relevance
56 val arrowRadius: Float in <lambda>() constant in com.android.wm.shell.common.bubbles.BubblePopupDrawable.Config193 val tipCircleCenterY = config.arrowRadius / sin(theta) in <lambda>()195 val tipIntersectionSideLength = config.arrowRadius / thetaTan in <lambda>()209 /* left = */ arrowCenterX - config.arrowRadius, in <lambda>()210 /* top = */ tipCircleCenterY - config.arrowRadius, in <lambda>()211 /* right = */ arrowCenterX + config.arrowRadius, in <lambda>()212 /* bottom = */ tipCircleCenterY + config.arrowRadius, in <lambda>()
84 val arrowRadius = context.resources.getDimensionPixelSize( in <lambda>() constant92 arrowPaint.pathEffect = CornerPathEffect(arrowRadius.toFloat()) in <lambda>()
43 arrowRadius = res.getDimension(R.dimen.bubble_popup_arrow_corner_radius) in BubblePopupView()