Home
last modified time | relevance | path

Searched defs: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
858 private float getExpandedBubbleTranslationX(int bubbleIndex, int bubbleCount, boolean onLeft) { in getExpandedBubbleTranslationX()
883 int bubbleIndex, int bubbleCount, boolean onLeft) { in getExpandedBubbleTranslationXDuringScaleAnimation()
920 private float getCollapsedBubbleTranslationX(int bubbleIndex, int bubbleCount, in getCollapsedBubbleTranslationX()
1202 int bubbleCount = getChildCount() - (hasOverview() ? 1 : 0); in updateContentDescription() local