Searched defs:bubbleCount (Results 1 – 2 of 2) sorted by relevance
856 int bubbleCount = getChildCount(); in removeBubble() local1112 private float getExpandedBubbleTranslationX(int bubbleIndex, int bubbleCount, boolean onLeft) { in getExpandedBubbleTranslationX()1474 int bubbleCount = getChildCount() - (hasOverflow() ? 1 : 0); in updateContentDescription() local
33 private val bubbleCount: Int, in <lambda>() constant in com.android.launcher3.taskbar.bubbles.animation.BubbleAnimator