Home
last modified time | relevance | path

Searched refs:showBubbleBarImmediate (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt346 verify(bubbleStashController).showBubbleBarImmediate() in animateToInitialState_inApp_autoExpanding()
380 verify(bubbleStashController).showBubbleBarImmediate() in animateToInitialState_inHome()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimator.kt289 bubbleStashController.showBubbleBarImmediate() in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java409 public void showBubbleBarImmediate() { in showBubbleBarImmediate() method in BubbleStashController
DBubbleBarViewController.java418 mBubbleStashController.showBubbleBarImmediate(); in addBubble()