Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/stashing/
DPersistentBubbleStashController.kt46 private lateinit var bubbleBarTranslationYAnimator: AnimatedFloat variable in com.android.launcher3.taskbar.bubbles.stashing.PersistentBubbleStashController
123 if (bubbleBarTranslationYAnimator.isAnimating) {
124 bubbleBarTranslationYAnimator.cancelAnimation()
126 bubbleBarTranslationYAnimator.updateValue(bubbleBarTranslationY)
143 bubbleBarTranslationYAnimator = bubbleBarViewController.bubbleBarTranslationY in init()
154 bubbleBarTranslationYAnimator.animateToValue(bubbleBarTranslationY), in animateAfterUnlock()
165 bubbleBarTranslationYAnimator.updateValue(bubbleBarTranslationY) in showBubbleBarImmediate()
DTransientBubbleStashController.kt81 private lateinit var bubbleBarTranslationYAnimator: AnimatedFloat in <lambda>() variable in com.android.launcher3.taskbar.bubbles.stashing.TransientBubbleStashController
158 bubbleBarTranslationYAnimator = bubbleBarViewController.bubbleBarTranslationY in <lambda>()
177 bubbleBarTranslationYAnimator.animateToValue(bubbleBarTranslationY), in <lambda>()
205 this.bubbleBarTranslationYAnimator.updateValue(bubbleBarTranslationY) in <lambda>()
223 this.bubbleBarTranslationYAnimator.updateValue(getStashTranslation()) in <lambda>()
443 bubbleBarTranslationYAnimator.animateToValue(translationYTarget).apply { in <lambda>()