Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java529 float availableSize = mDisplaySize.x; in getAvailableScreenWidth() local
541 availableSize -= Math.max(stableLeft, cutoutLeft); in getAvailableScreenWidth()
542 availableSize -= Math.max(stableRight, cutoutRight); in getAvailableScreenWidth()
544 return availableSize; in getAvailableScreenWidth()