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

  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsView.java 26 public void setup(Launcher launcher, DragController dragController);
SearchDropTargetBar.java 36 public class SearchDropTargetBar extends FrameLayout implements DragController.DragListener {
65 public void setup(Launcher launcher, DragController dragController) {
66 dragController.addDragListener(this);
67 dragController.addDragListener(mInfoDropTarget);
68 dragController.addDragListener(mDeleteDropTarget);
69 dragController.addDropTarget(mInfoDropTarget);
70 dragController.addDropTarget(mDeleteDropTarget);
71 dragController.setFlingToDeleteDropTarget(mDeleteDropTarget);
179 * DragController.DragListener implementatio
    [all...]
Launcher.java 211 private DragController mDragController;
334 mDragController = new DragController(this);
    [all...]
Folder.java 64 protected DragController mDragController;
296 public void setDragController(DragController dragController) {
297 mDragController = dragController;
    [all...]
AppsCustomizePagedView.java 251 private DragController mDragController;
    [all...]
Workspace.java 75 DragController.DragListener, LauncherTransitionable, ViewGroup.OnHierarchyChangeListener {
141 private DragController mDragController;
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragClientWin.cpp 36 #include <WebCore/DragController.h>
84 DWORD okEffect = draggingSourceOperationMaskToDragCursors(m_page->corePage()->dragController()->sourceDragOperation());
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 79 #include <WebCore/DragController.h>
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 35 #include <WebCore/DragController.h>
145 DWORD okEffect = draggingSourceOperationMaskToDragCursors(m_webView->page()->dragController()->sourceDragOperation());
  /external/webkit/Source/WebCore/page/
Page.h 58 class DragController;
170 DragController* dragController() const { return m_dragController.get(); }
326 OwnPtr<DragController> m_dragController;
EventHandler.cpp 37 #include "DragController.h"
915 unsigned mask = page->dragController()->delegateDragSourceAction(view->contentsToWindow(m_mouseDownPos));
    [all...]
DragController.cpp 27 #include "DragController.h"
84 DragController::DragController(Page* page, DragClient* client)
97 DragController::~DragController()
144 bool DragController::dragIsMove(SelectionController* selection, DragData* dragData)
150 void DragController::cancelDrag()
155 void DragController::dragEnded()
162 DragOperation DragController::dragEntered(DragData* dragData)
167 void DragController::dragExited(DragData* dragData
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 50 #include "DragController.h"
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
ClipboardMac.mm 31 #import "DragController.h"
393 page->dragController()->client()->declareAndWriteDragImage(m_pasteboard.get(), kit(element), url, title, frame);
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 34 #include "DragController.h"
370 if (subframe->page()->dragController()->didInitiateDrag())
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 47 #include "DragController.h"
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameView.mm 59 #import <WebCore/DragController.h>
135 core([self _webView])->dragController()->setDidInitiateDrag(false);
    [all...]
WebHTMLView.mm 85 #import <WebCore/DragController.h>
    [all...]
WebView.mm 120 #import <WebCore/DragController.h>
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 52 #include "DragController.h"
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp 79 #include <WebCore/DragController.h>
    [all...]

Completed in 452 milliseconds