Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java555 int onScreenIndex; in getExpandedBubbleXY() local
557 onScreenIndex = index; in getExpandedBubbleXY()
562 onScreenIndex = state.numberOfBubbles - 1 - index; in getExpandedBubbleXY()
564 final float positionInRow = onScreenIndex * (mBubbleSize + mSpacingBetweenBubbles); in getExpandedBubbleXY()
586 return new PointF(x, getExpandedBubbleYForIme(onScreenIndex, state)); in getExpandedBubbleXY()