Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleAnimator.kt64 State.RemovingBubble( in <lambda>()
135 is State.RemovingBubble -> in <lambda>()
165 is State.RemovingBubble -> 1 - animator.animatedFraction in <lambda>()
196 is State.RemovingBubble -> getArrowPositionWhenRemovingBubble(state) in <lambda>()
222 private fun getArrowPositionWhenRemovingBubble(state: State.RemovingBubble): Float = in <lambda>()
453 data class RemovingBubble( in <lambda>() class