Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarBackground.kt49 private var arrowHeightFraction = 1f variable
143 if (!showingArrow || arrowHeightFraction <= 0) return in addArrowPathIfNeeded()
157 val arrowTop = (1 - arrowHeightFraction) * arrowVisibleHeight - topOffset in addArrowPathIfNeeded()
193 fun setArrowHeightFraction(arrowHeightFraction: Float) { in setArrowHeightFraction()
194 var newHeightFraction = arrowHeightFraction in setArrowHeightFraction()
198 this.arrowHeightFraction = newHeightFraction in setArrowHeightFraction()