Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleDragController.java76 private BubbleDismissController mBubbleDismissController; field in BubbleDragController
92 mBubbleDismissController = bubbleControllers.bubbleDismissController; in init()
95 mBubbleDismissController.setListener( in init()
441 mBubbleDismissController.setupDismissView(view, mAnimator); in startDragging()
442 mBubbleDismissController.showDismissView(); in startDragging()
447 if (mBubbleDismissController.handleTouchEvent(event)) return; in drag()
460 if (mBubbleDismissController.handleTouchEvent(event)) { in stopDragging()
468 mBubbleDismissController.hideDismissView(); in stopDragging()