Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java1047 final int bubblePosition; in arrowPositionForSelectedWhenCollapsed() local
1051 bubblePosition = index == 0 && getChildCount() > MAX_VISIBLE_BUBBLES_COLLAPSED ? 1 : 0; in arrowPositionForSelectedWhenCollapsed()
1053 bubblePosition = index >= MAX_VISIBLE_BUBBLES_COLLAPSED in arrowPositionForSelectedWhenCollapsed()
1056 return mBubbleBarPadding + bubblePosition * (mIconOverlapAmount) + getScaledIconSize() / 2f; in arrowPositionForSelectedWhenCollapsed()