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

  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 41 protected DragController mDragController;
104 mDragController.startDrag(view, this, app, DragController.DRAG_ACTION_COPY);
111 public void setDragController(DragController dragController) {
112 mDragController = dragController;
DeleteZone.java 38 public class DeleteZone extends ImageView implements DropTarget, DragController.DragListener {
54 private DragController mDragController;
216 void setDragController(DragController dragController) {
217 mDragController = dragController;
Launcher.java 171 private DragController mDragController;
221 mDragController = new DragController(this);
699 DragController dragController = mDragController;
702 dragLayer.setDragController(dragController);
706 mAllAppsGrid.setDragController(dragController);
743 workspace.setDragController(dragController);
747 deleteZone.setDragController(dragController);
750 dragController.setDragScoller(workspace);
751 dragController.setDragListener(deleteZone)
    [all...]
Workspace.java 100 private DragController mDragController;
    [all...]
  /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...]
DragController.cpp 27 #include "DragController.h"
79 DragController::DragController(Page* page, DragClient* client)
92 DragController::~DragController()
132 bool DragController::dragIsMove(SelectionController* selection)
138 void DragController::cancelDrag()
143 void DragController::dragEnded()
150 DragOperation DragController::dragEntered(DragData* dragData)
155 void DragController::dragExited(DragData* dragData
    [all...]
  /external/webkit/WebKit/chromium/src/
WebViewImpl.cpp 47 #include "DragController.h"
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 49 #include "DragController.h"
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 36 #include <WebCore/DragController.h>
56 // Keep border_y in synch with DragController::LinkDragBorderInset
174 DWORD okEffect = draggingSourceOperationMaskToDragCursors(m_webView->page()->dragController()->sourceDragOperation());
  /external/webkit/WebCore/platform/mac/
ClipboardMac.mm 31 #import "DragController.h"
388 page->dragController()->client()->declareAndWriteDragImage(m_pasteboard.get(), kit(element), url, title, frame);
  /external/webkit/WebCore/page/mac/
EventHandlerMac.mm 34 #include "DragController.h"
369 if (subframe->page()->dragController()->didInitiateDrag())
  /external/webkit/WebKit/mac/WebView/
WebView.mm 111 #import <WebCore/DragController.h>
    [all...]
WebFrameView.mm 59 #import <WebCore/DragController.h>
134 core([self _webView])->dragController()->setDidInitiateDrag(false);
    [all...]
WebHTMLView.mm 86 #import <WebCore/DragController.h>
265 //Keep border_y in synch with DragController::LinkDragBorderInset
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp 78 #include <WebCore/DragController.h>
    [all...]

Completed in 328 milliseconds