Searched defs:totalIconSize (Results 1 – 2 of 2) sorted by relevance
171 val totalIconSize = (bubbleCount - 1) * iconSize in <lambda>() constant180 val totalIconSize = (bubbleCount - 1 + bubbleScale) * iconSize in <lambda>() constant334 val totalIconSize = (bubbleCount - bubbleIndex - 1) * iconSize in <lambda>() constant411 val totalIconSize = bubblesToLeft * iconSize in <lambda>() constant
1354 final float totalIconSize = childCount * getScaledIconSize(); in expandedWidth() local