Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java82 private BubbleBarExpandedViewDragController mDragController; field in BubbleBarLayerView
229 mDragController = new BubbleBarExpandedViewDragController( in showExpandedView()
305 if (mDragController != null && mDragController.isStuckToDismiss()) { in collapse()
312 mDragController = null; in collapse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java112 private final ExpandableNotificationRowDragController mDragController; field in ExpandableNotificationRowController
259 mDragController = dragController; in ExpandableNotificationRowController()
306 mView.setDragController(mDragController); in init()
DExpandableNotificationRow.java297 private ExpandableNotificationRowDragController mDragController; field in ExpandableNotificationRow
1239 mDragController = dragController;
2102 if (mDragController != null) {
2104 mDragController.startDragAndDrop(this);