Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java1106 final float totalIconSize; in expandedWidth() local
1112 totalIconSize = (childCount - 1 + newBubbleScale) * getScaledIconSize(); in expandedWidth()
1115 totalIconSize = childCount * getScaledIconSize(); in expandedWidth()
1117 return totalIconSize + totalSpace + 2 * mBubbleBarPadding; in expandedWidth()