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.java511 final float availableWidth = getAvailableScreenWidth(true /* includeStableInsets */); in getWidthForDisplayingBubbles()
528 private float getAvailableScreenWidth(boolean subtractStableInsets) { in getAvailableScreenWidth() method in ExpandedAnimationController
561 final float trueCenter = getAvailableScreenWidth(false /* subtractStableInsets */) / 2f; in getRowLeft()