Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java208 private final BubbleBarLocationDropTarget mBubbleBarRightDropTarget; field in BubbleBarViewController
236 mBubbleBarRightDropTarget = new BubbleBarLocationDropTarget(BubbleBarLocation.RIGHT, in BubbleBarViewController()
349 dragController.addDropTarget(mBubbleBarRightDropTarget); in addBubbleBarDropTargets()
355 dragController.removeDropTarget(mBubbleBarRightDropTarget); in removeBubbleBarDropTargets()