Searched refs:totalSpace (Results 1 – 3 of 3) sorted by relevance
39 final int totalSpace = getWidth() - getPaddingRight() - getPaddingLeft(); in onLayoutChildren() local40 final int spanCount = Math.max(1, (int) (totalSpace / mColumnWidth)); in onLayoutChildren()
141 final int totalSpace = getWidth() - getPaddingRight() - getPaddingLeft(); in onLayoutChildren() local142 final int spanCount = Math.max(1, (int) (totalSpace / mColumnWidth)); in onLayoutChildren()
1105 final float totalSpace; in expandedWidth() local1111 totalSpace = (childCount - 2 + newBubbleScale) * mExpandedBarIconsSpacing; in expandedWidth()1114 totalSpace = Math.max(childCount - 1, 0) * mExpandedBarIconsSpacing; in expandedWidth()1117 return totalIconSize + totalSpace + 2 * mBubbleBarPadding; in expandedWidth()