Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java99 private BubbleStashController mBubbleStashController; field in BubbleBarViewController
244 mBubbleStashController = bubbleControllers.bubbleStashController; in init()
253 mBarView, mBubbleStashController, mBubbleBarFlyoutController, in init()
267 if (!mBubbleStashController.isTransientTaskBar()) { in init()
286 return mBubbleStashController.getBubbleBarTranslationY(); in init()
458 mBubbleStashController.onNewBubbleAnimationInterrupted(false, mBarView.getTranslationY());
463 mBubbleStashController.stashBubbleBar();
647 && mBubbleStashController.isStashed();
650 mBubbleStashController.showBubbleBarAtLocation(
690 mBubbleStashController.stashBubbleBarToLocation(
[all …]
DBubbleStashedHandleViewController.java59 private BubbleStashController mBubbleStashController; field in BubbleStashedHandleViewController
94 mBubbleStashController = bubbleControllers.bubbleStashController; in init()
247 && mBubbleStashController.isStashed(); in updateRegionSampling()
340 bubbleBarBounds.offset(0, (int) mBubbleStashController.getBubbleBarTranslationY()); in getLocalBubbleBarBounds()
DBubbleBarController.java120 private BubbleStashController mBubbleStashController; field in BubbleBarController
204 mBubbleStashController = bubbleControllers.bubbleStashController; in init()
240 mBubbleStashController.setSysuiLocked(sysuiLocked); in updateStateForSysuiFlags()
579 mBubbleStashController.setBubbleBarLocation(location); in updateBubbleBarLocationInternal()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DBubbleBarInputConsumer.java47 private final BubbleStashController mBubbleStashController; field in BubbleBarInputConsumer
73 mBubbleStashController = bubbleControllers.bubbleStashController; in BubbleBarInputConsumer()
101 mStashedOrCollapsedOnDown = mBubbleStashController.isStashed() || isCollapsed(); in onMotionEvent()
150 mBubbleStashController.showBubbleBar( in onMotionEvent()
176 return mBubbleStashController.isBubbleBarVisible() in isCollapsed()