Searched refs:bubblePosition (Results 1 – 1 of 1) sorted by relevance
1047 final int bubblePosition; in arrowPositionForSelectedWhenCollapsed() local1051 bubblePosition = index == 0 && getChildCount() > MAX_VISIBLE_BUBBLES_COLLAPSED ? 1 : 0; in arrowPositionForSelectedWhenCollapsed()1053 bubblePosition = index >= MAX_VISIBLE_BUBBLES_COLLAPSED in arrowPositionForSelectedWhenCollapsed()1056 return mBubbleBarPadding + bubblePosition * (mIconOverlapAmount) + getScaledIconSize() / 2f; in arrowPositionForSelectedWhenCollapsed()