Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java146 private BubbleBarViewController mBubbleBarViewController; field in BubbleBarController
217 mBubbleBarViewController = bubbleControllers.bubbleBarViewController; in init()
223 mBubbleBarViewController.setHiddenForBubbles( in init()
227 mBubbleBarViewController.setUpdateSelectedBubbleAfterCollapse( in init()
229 mBubbleBarViewController.setBoundsChangeListener(this::onBubbleBarBoundsChanged); in init()
246 mBubbleBarViewController.addBubble( in createAndAddOverflowIfNeeded()
259 mBubbleBarViewController.setHiddenForSysui(hideBubbleBar); in updateStateForSysuiFlags()
315 || (!update.expandedChanged && !mBubbleBarViewController.isExpanded()); in applyViewChanges()
321 update.initialState || mBubbleBarViewController.isHiddenForSysui() in applyViewChanges()
330 mBubbleBarViewController.removeBubble(bubble); in applyViewChanges()
[all …]
DBubbleDragController.java75 private BubbleBarViewController mBubbleBarViewController; field in BubbleDragController
91 mBubbleBarViewController = bubbleControllers.bubbleBarViewController; in init()
134 mBubbleBarViewController.onBubbleDragStart(bubbleView); in setupBubbleView()
136 mBubbleBarViewController.getBubbleBarLocation().isOnLeft( in setupBubbleView()
150 mBubbleBarViewController.onBubbleDragRelease(mReleasedLocation); in setupBubbleView()
156 mBubbleBarViewController.onBubbleDragEnd(); in setupBubbleView()
162 mBubbleBarViewController.onBubbleDragEnd(); in setupBubbleView()
168 return mBubbleBarViewController.getDraggedBubbleReleaseTranslation( in setupBubbleView()
230 mBubbleBarViewController.onBubbleBarDragEnd(); in setupBubbleBarView()
236 return mBubbleBarViewController.getBubbleBarDragReleaseTranslation( in setupBubbleBarView()
DBubbleDismissController.java48 private BubbleBarViewController mBubbleBarViewController; field in BubbleDismissController
84 mBubbleBarViewController = bubbleControllers.bubbleBarViewController; in init()
142 if (mMagnetizedObject == null || mBubbleBarViewController == null) return; in dismissMagnetizedObject()
146 mBubbleBarViewController.onDismissBubbleWhileDragging(bubbleView.getBubble()); in dismissMagnetizedObject()
149 mBubbleBarViewController.onDismissAllBubblesWhileDragging(); in dismissMagnetizedObject()