Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubblePopupDrawable.kt56 val arrowRadius: Float
193 val tipCircleCenterY = config.arrowRadius / sin(theta)
195 val tipIntersectionSideLength = config.arrowRadius / thetaTan
209 /* left = */ arrowCenterX - config.arrowRadius,
210 /* top = */ tipCircleCenterY - config.arrowRadius,
211 /* right = */ arrowCenterX + config.arrowRadius,
212 /* bottom = */ tipCircleCenterY + config.arrowRadius,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
H A DTooltipManager.kt84 val arrowRadius = context.resources.getDimensionPixelSize( regex
92 arrowPaint.pathEffect = CornerPathEffect(arrowRadius.toFloat())
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePopupViewExt.kt43 arrowRadius = res.getDimension(R.dimen.bubble_popup_arrow_corner_radius)