Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java856 int bubbleCount = getChildCount(); in removeBubble() local
1112 private float getExpandedBubbleTranslationX(int bubbleIndex, int bubbleCount, boolean onLeft) { in getExpandedBubbleTranslationX()
1474 int bubbleCount = getChildCount() - (hasOverflow() ? 1 : 0); in updateContentDescription() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleAnimator.kt33 private val bubbleCount: Int, in <lambda>() constant in com.android.launcher3.taskbar.bubbles.animation.BubbleAnimator