Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt71 fun animateBubbleInForStashed() { in animateBubbleInForStashed() method in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimatorTest
83 animator.animateBubbleInForStashed(bubble) in animateBubbleInForStashed()
127 animator.animateBubbleInForStashed(bubble) in animateBubbleInForStashed_tapAnimatingBubble()
170 animator.animateBubbleInForStashed(bubble) in animateBubbleInForStashed_touchTaskbarArea_whileShowing()
210 animator.animateBubbleInForStashed(bubble) in animateBubbleInForStashed_touchTaskbarArea_whileHiding()
251 animator.animateBubbleInForStashed(bubble) in animateBubbleInForStashed_showAnimationCanceled()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimator.kt92 fun animateBubbleInForStashed(b: BubbleBarBubble) { in <lambda>() method
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java440 mBubbleBarViewAnimator.animateBubbleInForStashed(bubble); in animateBubbleNotification()