Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarBackground.kt44 private val arrowVisibleHeight: Float constant
98 arrowVisibleHeight = res.getDimension(R.dimen.bubblebar_pointer_visible_size)
130 val top = bounds.top - topOffset + arrowVisibleHeight in draw()
157 val arrowTop = (1 - arrowHeightFraction) * arrowVisibleHeight - topOffset in addArrowPathIfNeeded()