Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubblePopupDrawable.kt56 val arrowRadius: Float in <lambda>() constant in com.android.wm.shell.common.bubbles.BubblePopupDrawable.Config
193 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>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DTooltipManager.kt84 val arrowRadius = context.resources.getDimensionPixelSize( in <lambda>() constant
92 arrowPaint.pathEffect = CornerPathEffect(arrowRadius.toFloat()) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePopupViewExt.kt43 arrowRadius = res.getDimension(R.dimen.bubble_popup_arrow_corner_radius) in BubblePopupView()