Searched refs:mDragController (Results 1 – 3 of 3) sorted by relevance
82 private BubbleBarExpandedViewDragController mDragController; field in BubbleBarLayerView229 mDragController = new BubbleBarExpandedViewDragController( in showExpandedView()305 if (mDragController != null && mDragController.isStuckToDismiss()) { in collapse()312 mDragController = null; in collapse()
112 private final ExpandableNotificationRowDragController mDragController; field in ExpandableNotificationRowController259 mDragController = dragController; in ExpandableNotificationRowController()306 mView.setDragController(mDragController); in init()
297 private ExpandableNotificationRowDragController mDragController; field in ExpandableNotificationRow1239 mDragController = dragController;2102 if (mDragController != null) {2104 mDragController.startDragAndDrop(this);