Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java489 final float positionInRow = index * (mBubbleSize + mSpacingBetweenBubbles); in getExpandedBubbleXY() local
499 y = rowStart + positionInRow; in getExpandedBubbleXY()
511 x = rowStart + positionInRow; in getExpandedBubbleXY()