Searched refs:BubbleBarViewAnimator (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/ |
D | BubbleBarViewAnimatorTest.kt | 80 BubbleBarViewAnimator(bubbleBarView, bubbleStashController, animatorScheduler) in animateBubbleInForStashed() 124 BubbleBarViewAnimator(bubbleBarView, bubbleStashController, animatorScheduler) in animateBubbleInForStashed_tapAnimatingBubble() 167 BubbleBarViewAnimator(bubbleBarView, bubbleStashController, animatorScheduler) in animateBubbleInForStashed_touchTaskbarArea_whileShowing() 207 BubbleBarViewAnimator(bubbleBarView, bubbleStashController, animatorScheduler) in animateBubbleInForStashed_touchTaskbarArea_whileHiding() 248 BubbleBarViewAnimator(bubbleBarView, bubbleStashController, animatorScheduler) in animateBubbleInForStashed_showAnimationCanceled() 282 BubbleBarViewAnimator(bubbleBarView, bubbleStashController, animatorScheduler) in animateToInitialState_inApp() 325 BubbleBarViewAnimator(bubbleBarView, bubbleStashController, animatorScheduler) in animateToInitialState_inApp_autoExpanding() 359 BubbleBarViewAnimator(bubbleBarView, bubbleStashController, animatorScheduler) in animateToInitialState_inHome() 430 private class TestBubbleBarViewAnimatorScheduler : BubbleBarViewAnimator.Scheduler {
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleBarViewController.java | 42 import com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimator; 91 private BubbleBarViewAnimator mBubbleBarViewAnimator; 111 mBubbleBarViewAnimator = new BubbleBarViewAnimator(mBarView, mBubbleStashController); in init()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/ |
D | BubbleBarViewAnimator.kt | 30 class BubbleBarViewAnimator in <lambda>() class
|