Searched refs:bubbleBarTranslationYAnimator (Results 1 – 2 of 2) sorted by relevance
46 private lateinit var bubbleBarTranslationYAnimator: AnimatedFloat variable in com.android.launcher3.taskbar.bubbles.stashing.PersistentBubbleStashController123 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()
81 private lateinit var bubbleBarTranslationYAnimator: AnimatedFloat in <lambda>() variable in com.android.launcher3.taskbar.bubbles.stashing.TransientBubbleStashController158 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>()