Searched refs:totalIconSize (Results 1 – 1 of 1) sorted by relevance
1106 final float totalIconSize; in expandedWidth() local1112 totalIconSize = (childCount - 1 + newBubbleScale) * getScaledIconSize(); in expandedWidth()1115 totalIconSize = childCount * getScaledIconSize(); in expandedWidth()1117 return totalIconSize + totalSpace + 2 * mBubbleBarPadding; in expandedWidth()