Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java765 int bubbleCount = getChildCount(); in updateBubblesLayoutProperties() local
774 for (int i = 0; i < bubbleCount; i++) { in updateBubblesLayoutProperties()
788 final float expandedX = getExpandedBubbleTranslationX(i, bubbleCount, onLeft); in updateBubblesLayoutProperties()
790 final float collapsedX = getCollapsedBubbleTranslationX(i, bubbleCount, onLeft); in updateBubblesLayoutProperties()
818 && bubbleCount == MAX_VISIBLE_BUBBLES_COLLAPSED) { in updateBubblesLayoutProperties()
858 private float getExpandedBubbleTranslationX(int bubbleIndex, int bubbleCount, boolean onLeft) { in getExpandedBubbleTranslationX() argument
859 if (bubbleIndex < 0 || bubbleIndex >= bubbleCount) { in getExpandedBubbleTranslationX()
866 bubbleIndex, bubbleCount, onLeft); in getExpandedBubbleTranslationX()
868 translationX = mBubbleBarPadding + (bubbleCount - bubbleIndex - 1) * iconAndSpacing; in getExpandedBubbleTranslationX()
883 int bubbleIndex, int bubbleCount, boolean onLeft) { in getExpandedBubbleTranslationXDuringScaleAnimation() argument
[all …]