Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java293 final float maxRowWidth = mDisplayWidth - rowMargins; in getSpaceBetweenBubbles() local
296 final float totalGapWidth = maxRowWidth - totalBubbleWidth; in getSpaceBetweenBubbles()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java581 final float maxRowWidth = getWidthForDisplayingBubbles() - rowMargins; in getSpaceBetweenBubbles() local
584 final float totalGapWidth = maxRowWidth - totalBubbleWidth; in getSpaceBetweenBubbles()