Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java298 final int gapCount = mMaxBubbles - 1; in getSpaceBetweenBubbles() local
299 final float gapWidth = totalGapWidth / gapCount; in getSpaceBetweenBubbles()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java586 final int gapCount = mBubblesMaxRendered - 1; in getSpaceBetweenBubbles() local
587 final float gapWidth = totalGapWidth / gapCount; in getSpaceBetweenBubbles()