Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java1041 final float collapsedX = getCollapsedBubbleTranslationX(i, childCount, onLeft); in updateBubblesLayoutProperties()
1128 private float getCollapsedBubbleTranslationX(int bubbleIndex, int childCount, boolean onLeft) { in getCollapsedBubbleTranslationX() method in BubbleBarView
1626 : getCollapsedBubbleTranslationX(indexOfSelectedBubble, getChildCount(), onLeft); in getSelectedBubbleDotDistanceFromTopLeft()