Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleAnimator.kt58 removingLastBubble: Boolean, in <lambda>()
67 removingLastBubble = removingLastBubble, in <lambda>()
239 if (state.removingLastBubble) { in <lambda>()
459 val removingLastBubble: 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.kt71 removingLastBubble = false, in animateRemovedBubble_isRunning()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java887 boolean removingLastBubble = in removeBubble()
892 indexOfChild(bubble), indexOfChild(mSelectedBubbleView), removingLastBubble, in removeBubble() local