Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java618 final float availableWidth = getAvailableScreenWidth(true /* includeStableInsets */); in getWidthForDisplayingBubbles()
635 private float getAvailableScreenWidth(boolean subtractStableInsets) { in getAvailableScreenWidth() method in ExpandedAnimationController
664 final float trueCenter = getAvailableScreenWidth(false /* subtractStableInsets */) / 2f; in getRowLeft()