Home
last modified time | relevance | path

Searched refs:showBubbleBar (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarSwipeControllerTest.kt190 verify(bubbleStashController, never()).showBubbleBar(any()) in swipeUp_stashedBar_belowUnstashThreshold_doesNotShowBar()
210 verify(bubbleStashController).showBubbleBar(expandBubbles = false, bubbleBarGesture = true) in swipeUp_stashedBar_overUnstashThreshold_unstashBubbleBar()
231 verify(bubbleStashController).showBubbleBar(expandBubbles = false, bubbleBarGesture = true) in swipeUp_stashedBar_overUnstashThresholdMultipleTimes_unstashesMultipleTimes()
236 .showBubbleBar(expandBubbles = false, bubbleBarGesture = true) in swipeUp_stashedBar_overUnstashThresholdMultipleTimes_unstashesMultipleTimes()
246 verify(bubbleStashController, never()).showBubbleBar(expandBubbles = eq(true), any()) in swipeUp_stashedBar_releaseOverUnstashThreshold_expandsBar()
248 verify(bubbleStashController).showBubbleBar(expandBubbles = true, bubbleBarGesture = true) in swipeUp_stashedBar_releaseOverUnstashThreshold_expandsBar()
258 verify(bubbleStashController).showBubbleBar(expandBubbles = false, bubbleBarGesture = true) in swipeUp_stashedBar_overUnstashReleaseBelowUnstash_doesNotExpandBar()
263 verify(bubbleStashController, never()).showBubbleBar(expandBubbles = eq(true), any()) in swipeUp_stashedBar_overUnstashReleaseBelowUnstash_doesNotExpandBar()
275 verify(bubbleStashController, never()).showBubbleBar(any()) in swipeDown_stashedBar_swipeIgnored()
293 verify(bubbleStashController, never()).showBubbleBar(any()) in swipe_expandedBar_swipeIgnored()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/stashing/
DBubbleStashController.kt141 fun showBubbleBar(expandBubbles: Boolean) { in showBubbleBar() method
142 showBubbleBar(expandBubbles = expandBubbles, bubbleBarGesture = false) in showBubbleBar()
151 fun showBubbleBar(expandBubbles: Boolean, bubbleBarGesture: Boolean) in showBubbleBar() method
DPersistentBubbleStashController.kt179 override fun showBubbleBar(expandBubbles: Boolean, bubbleBarGesture: Boolean) { in showBubbleBar() method in com.android.launcher3.taskbar.bubbles.stashing.PersistentBubbleStashController
DTransientBubbleStashController.kt289 override fun showBubbleBar(expandBubbles: Boolean, bubbleBarGesture: Boolean) { in <lambda>() method in com.android.launcher3.taskbar.bubbles.stashing.TransientBubbleStashController
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/stashing/
DPersistentBubbleStashControllerTest.kt351 persistentTaskBarStashController.showBubbleBar( in showBubbleBar_expand_bubbleBarGesture()
364 persistentTaskBarStashController.showBubbleBar( in showBubbleBar_expand_notBubbleBarGesture()
377 persistentTaskBarStashController.showBubbleBar( in showBubbleBar_notExpanding_bubbleBarGesture()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarSwipeController.kt94 bubbleStashController.showBubbleBar(expandBubbles = false, bubbleBarGesture = true) in swipeTo()
106 bubbleStashController.showBubbleBar(expandBubbles = true, bubbleBarGesture = true) in finish()
DBubbleBarViewController.java1299 mBubbleStashController.showBubbleBar(true /* expand the bubbles */);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DBubbleBarInputConsumer.java150 mBubbleStashController.showBubbleBar( in onMotionEvent()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStashController.java631 controllers.bubbleStashController.showBubbleBar(false /* expandBubbles */); in updateAndAnimateTransientTaskbar()
DTaskbarActivityContext.java2005 bubbleControllers.bubbleStashController.showBubbleBar(false); in unstashBubbleBarIfStashed()
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt1611 override fun showBubbleBar(expandBubbles: Boolean, bubbleBarGesture: Boolean) { in <lambda>() method in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimatorTest.FakeBubbleStashController