Searched refs:mDragController (Results 1 – 6 of 6) sorted by relevance
29 DragController mDragController; field in DragLayer42 mDragController = controller; in setDragController()47 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event); in dispatchKeyEvent()52 return mDragController.onInterceptTouchEvent(ev); in onInterceptTouchEvent()57 return mDragController.onTouchEvent(ev); in onTouchEvent()
38 protected DragController mDragController; field in Folder101 mDragController.startDrag(view, this, app, DragController.DRAG_ACTION_COPY); in onItemLongClick()113 mDragController = dragController; in setDragController()
52 private DragController mDragController; field in DeleteZone148 mDragController.setDeleteRegion(mRegion); in onDragStart()159 mDragController.setDeleteRegion(null); in onDragEnd()231 mDragController = dragController; in setDragController()
91 private DragController mDragController; field in Workspace358 mDragController.addDropTarget((DropTarget)child); in addInScreen()434 mDragController.addDropTarget((DropTarget)child); in fitInScreen()565 mDragController.setWindowToken(getWindowToken()); in onAttachedToWindow()992 mDragController.startDrag(child, this, child.getTag(), DragController.DRAG_ACTION_MOVE); in startDrag()1099 mDragController.addDropTarget((DropTarget) view); in onDropExternal()1190 mDragController = dragController; in setDragController()1201 mDragController.removeDropTarget((DropTarget)mDragInfo.cell); in onDropCompleted()1376 mDragController.removeDropTarget((DropTarget)child); in removeShortcutsForPackage()
165 private DragController mDragController; field in Launcher206 mDragController = new DragController(this); in onCreate()438 mDragController.cancelDrag();537 DragController dragController = mDragController; in setupViews()1358 mDragController.removeDropTarget((DropTarget)folder); in closeFolder()1459 openFolder.setDragController(mDragController); in openFolder()
76 private DragController mDragController; field in AllAppsView572 mDragController.startDrag(app.iconBitmap, screenX, screenY, in onLongClick()620 mDragController = dragger; in setDragController()