HomeSort by relevance Sort by last modified time
    Searched defs:dragController (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/page/
Page.h 51 class DragController;
141 DragController* dragController() const { return m_dragController.get(); }
256 OwnPtr<DragController> m_dragController;
EventHandler.cpp 36 #include "DragController.h"
795 unsigned mask = page->dragController()->delegateDragSourceAction(view->contentsToWindow(m_mouseDownPos));
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 173 private DragController mDragController;
226 mDragController = new DragController(this);
724 DragController dragController = mDragController;
727 dragLayer.setDragController(dragController);
731 mAllAppsGrid.setDragController(dragController);
768 workspace.setDragController(dragController);
772 deleteZone.setDragController(dragController);
775 dragController.setDragScoller(workspace);
776 dragController.setDragListener(deleteZone)
    [all...]

Completed in 372 milliseconds