Searched refs:addDragListener (Results 1 – 12 of 12) sorted by relevance
132 dragController.addDragListener(this); in setup()134 dragController.addDragListener(mDropTargets[i]); in setup()
1397 mDragController.addDragListener(mWorkspace);
344 addDragListener(options); in startDrag()359 void addDragListener(DragOptions options) { in addDragListener() method in Folder360 getDragController().addDragListener(this); in addDragListener()364 getDragController().addDragListener(new AccessibleDragListenerAdapter( in addDragListener()656 getDragController().addDragListener(this); in beginExternalDrag()
164 dragController.addDragListener(new DragController.DragListener() { in onAllAppsItemLongClick()
168 launcher.getDragController().addDragListener(new WidgetHostViewLoader(launcher, mView)); in startDrag()
111 mDragController.addDragListener(this); in onCreate()
176 mControllers.taskbarDragController.addDragListener(container); in showForIcon()
585 public void addDragListener(DragListener l) { in addDragListener() method in DragController
132 mLauncher.getDragController().addDragListener(this); in HotseatPredictionController()
274 verify(folder, times(1)).addDragListener(dragOptions) in Verify start drag works as intended when view is instanceof ItemInfo()285 verify(folder, times(0)).addDragListener(dragOptions) in Verify start drag works as intended when view is not instanceof ItemInfo()
235 launcher.getDragController().addDragListener(this); in configureForLauncher()
360 mContext.getDragController().addDragListener(this); in beginAccessibleDrag()