Searched refs:newBubbleScale (Results 1 – 1 of 1) sorted by relevance
894 final float newBubbleScale = mNewBubbleScaleInAnimator.getAnimatedFraction(); in getExpandedBubbleTranslationXDuringScaleAnimation() local897 final float pivotAdjustment = -(1 - newBubbleScale) * getScaledIconSize() / 2f; in getExpandedBubbleTranslationXDuringScaleAnimation()905 + newBubbleScale * mExpandedBarIconsSpacing in getExpandedBubbleTranslationXDuringScaleAnimation()916 return iconAndSpacing * (bubbleIndex - 1 + newBubbleScale); in getExpandedBubbleTranslationXDuringScaleAnimation()1110 final float newBubbleScale = mNewBubbleScaleInAnimator.getAnimatedFraction(); in expandedWidth() local1111 totalSpace = (childCount - 2 + newBubbleScale) * mExpandedBarIconsSpacing; in expandedWidth()1112 totalIconSize = (childCount - 1 + newBubbleScale) * getScaledIconSize(); in expandedWidth()