Home
last modified time | relevance | path

Searched refs:newBubbleScale (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java894 final float newBubbleScale = mNewBubbleScaleInAnimator.getAnimatedFraction(); in getExpandedBubbleTranslationXDuringScaleAnimation() local
897 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() local
1111 totalSpace = (childCount - 2 + newBubbleScale) * mExpandedBarIconsSpacing; in expandedWidth()
1112 totalIconSize = (childCount - 1 + newBubbleScale) * getScaledIconSize(); in expandedWidth()