Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarBackground.kt194 var newHeightFraction = arrowHeightFraction in setArrowHeightFraction() variable
195 if (newHeightFraction !in 0f..1f) { in setArrowHeightFraction()
196 newHeightFraction = min(max(newHeightFraction, 0f), 1f) in setArrowHeightFraction()
198 this.arrowHeightFraction = newHeightFraction in setArrowHeightFraction()