/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleBarSwipeControllerTest.kt | 190 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/ |
D | BubbleStashController.kt | 141 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
|
D | PersistentBubbleStashController.kt | 179 override fun showBubbleBar(expandBubbles: Boolean, bubbleBarGesture: Boolean) { in showBubbleBar() method in com.android.launcher3.taskbar.bubbles.stashing.PersistentBubbleStashController
|
D | TransientBubbleStashController.kt | 289 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/ |
D | PersistentBubbleStashControllerTest.kt | 351 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/ |
D | BubbleBarSwipeController.kt | 94 bubbleStashController.showBubbleBar(expandBubbles = false, bubbleBarGesture = true) in swipeTo() 106 bubbleStashController.showBubbleBar(expandBubbles = true, bubbleBarGesture = true) in finish()
|
D | BubbleBarViewController.java | 1299 mBubbleStashController.showBubbleBar(true /* expand the bubbles */);
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | BubbleBarInputConsumer.java | 150 mBubbleStashController.showBubbleBar( in onMotionEvent()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarStashController.java | 631 controllers.bubbleStashController.showBubbleBar(false /* expandBubbles */); in updateAndAnimateTransientTaskbar()
|
D | TaskbarActivityContext.java | 2005 bubbleControllers.bubbleStashController.showBubbleBar(false); in unstashBubbleBarIfStashed()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/bubbles/animation/ |
D | BubbleBarViewAnimatorTest.kt | 1611 override fun showBubbleBar(expandBubbles: Boolean, bubbleBarGesture: Boolean) { in <lambda>() method in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimatorTest.FakeBubbleStashController
|