Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java62 private static final float CENTER_BUBBLES_LANDSCAPE_PERCENT = 0.66f; field in ExpandedAnimationController
514 return Math.max(mDisplaySize.y, availableWidth * CENTER_BUBBLES_LANDSCAPE_PERCENT); in getWidthForDisplayingBubbles()