Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt80 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/
DBubbleBarViewController.java42 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/
DBubbleBarViewAnimator.kt30 class BubbleBarViewAnimator in <lambda>() class