Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java564 final float positionInRow = onScreenIndex * (mBubbleSize + mSpacingBetweenBubbles); in getExpandedBubbleXY() local
570 y = rowStart + positionInRow; in getExpandedBubbleXY()
582 x = rowStart + positionInRow; in getExpandedBubbleXY()