Home
last modified time | relevance | path

Searched defs:totalIconSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleAnimator.kt171 val totalIconSize = (bubbleCount - 1) * iconSize in <lambda>() constant
180 val totalIconSize = (bubbleCount - 1 + bubbleScale) * iconSize in <lambda>() constant
334 val totalIconSize = (bubbleCount - bubbleIndex - 1) * iconSize in <lambda>() constant
411 val totalIconSize = bubblesToLeft * iconSize in <lambda>() constant
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java1354 final float totalIconSize = childCount * getScaledIconSize(); in expandedWidth() local