Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleAnimator.kt59 removingLastRemainingBubble: Boolean, in <lambda>()
68 removingLastRemainingBubble = removingLastRemainingBubble, in <lambda>()
223 if (state.selectedBubbleIndex != state.bubbleIndex || state.removingLastRemainingBubble) { in <lambda>()
461 val removingLastRemainingBubble: Boolean, in <lambda>() constant in com.android.launcher3.taskbar.bubbles.animation.BubbleAnimator.State.RemovingBubble
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleAnimatorTest.kt72 removingLastRemainingBubble = false, in animateRemovedBubble_isRunning()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java855 boolean removingLastRemainingBubble = getBubbleChildCount() == 1; in removeBubble()
893 removingLastRemainingBubble, listener); in removeBubble() local
894 if (removingLastRemainingBubble && mDismissAnimator == null) { in removeBubble()