Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubblePopupDrawable.kt55 val arrowHeight: Float,
101 ArrowDirection.UP -> padding.top += config.arrowHeight.toInt()
102 ArrowDirection.DOWN -> padding.bottom += config.arrowHeight.toInt()
149 contentRect.top += config.arrowHeight
162 contentRect.bottom -= config.arrowHeight
189 val thetaTan = config.arrowWidth / (config.arrowHeight * 2f)
204 path.moveTo(0f, config.arrowHeight)
218 path.lineTo(config.arrowWidth, config.arrowHeight)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DBackPanel.kt62 var arrowHeight = AnimatedFloat( regex
126 arrowHeight,
335 arrowHeight.stretchBy(
387 arrowHeight.snapToRestingPosition()
408 arrowHeight.updateRestingPosition(restingParams.arrowDimens.height, animate)
427 arrowHeight: SpringForce? = null,
436 arrowHeight?.let { this.arrowHeight.spring = it }
484 val dy = arrowHeight.pos
H A DBackPanelController.kt744 arrowHeight = params.entryIndicator.arrowDimens.heightSpring,
760 arrowHeight = params.preThresholdIndicator.arrowDimens.heightSpring,
775 arrowHeight = params.activeIndicator.arrowDimens.heightSpring,
789 arrowHeight = params.flungIndicator.arrowDimens.heightSpring,
801 arrowHeight = params.committedIndicator.arrowDimens.heightSpring,
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePopupViewExt.kt42 arrowHeight = res.getDimension(R.dimen.bubble_popup_arrow_height),