Home
last modified time | relevance | path

Searched defs:totalBubbleWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java277 final float totalBubbleWidth = bubbleCount * mBubbleSize; in getRowLeft() local
295 final float totalBubbleWidth = mMaxBubbles * mBubbleSize; in getSpaceBetweenBubbles() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java554 final float totalBubbleWidth = bubbleCount * mBubbleSizePx; in getRowLeft() local
583 final float totalBubbleWidth = mBubblesMaxRendered * mBubbleSizePx; in getSpaceBetweenBubbles() local