commit | bd19a3b2c2c3d2cc12b35d576a8e1da833d680d5 | [log] [tgz] |
---|---|---|
author | Liran Binyamin <liranb@google.com> | Thu Dec 05 22:23:12 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Dec 05 22:23:12 2024 +0000 |
tree | b9ac7bb5fc586abb18c587fb2770462f2bcb7e7c | |
parent | 789a8c7f4303717615e00bcca46e6a4216b2781f [diff] | |
parent | f0e5a1965804023cef070b58d719a076675255e4 [diff] |
Merge "Set the bubble bar background scale for initial animation" into main
diff --git a/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/BubbleBarViewAnimator.kt b/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/BubbleBarViewAnimator.kt index fdd04eb..3bff58b 100644 --- a/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/BubbleBarViewAnimator.kt +++ b/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/BubbleBarViewAnimator.kt
@@ -402,6 +402,8 @@ bubbleBarView.alpha = 1f bubbleBarView.scaleX = 1f bubbleBarView.scaleY = 1f + bubbleBarView.setBackgroundScaleX(1f) + bubbleBarView.setBackgroundScaleY(1f) val translationTracker = TranslationTracker(bubbleBarView.translationY)