Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarBackground.kt66 var anchorLeft: Boolean = false variable
128 val left = bounds.left + (if (anchorLeft) 0f else bounds.width().toFloat() - width) in draw()
129 val right = bounds.left + (if (anchorLeft) width else bounds.width().toFloat()) in draw()