Searched refs:mDragSource (Results 1 – 1 of 1) sorted by relevance
163 private DragSource mDragSource; field in LayoutCanvas350 mDragSource = createDragSource(this); in LayoutCanvas()351 mGestureManager.registerListeners(mDragSource, mDropTarget); in LayoutCanvas()504 mGestureManager.unregisterListeners(mDragSource, mDropTarget); in dispose()521 if (mDragSource != null) { in dispose()522 mDragSource.dispose(); in dispose()523 mDragSource = null; in dispose()