Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java490 final float expandedStackSize = getExpandedStackSize(state.numberOfBubbles); in getExpandedBubbleXY() local
495 final float rowStart = centerPosition - (expandedStackSize / 2f); in getExpandedBubbleXY()
538 final float expandedStackSize = getExpandedStackSize(numberOfBubbles); in getExpandedBubbleYForIme() local
542 final float rowBottom = centerPosition + (expandedStackSize / 2f); in getExpandedBubbleYForIme()
543 final float rowTop = centerPosition - (expandedStackSize / 2f); in getExpandedBubbleYForIme()