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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 34 import org.eclipse.swt.dnd.DND;
35 import org.eclipse.swt.dnd.DropTargetEvent;
36 import org.eclipse.swt.dnd.TransferData;
206 event.detail = DND.DROP_NONE;
225 if (event.detail == DND.DROP_DEFAULT) {
231 (event.operations & DND.DROP_MOVE) != 0) {
232 event.detail = DND.DROP_MOVE;
233 } else if ((event.operations & DND.DROP_COPY) != 0) {
234 event.detail = DND.DROP_COPY
    [all...]
OutlineDragListener.java 19 import org.eclipse.swt.dnd.DND;
20 import org.eclipse.swt.dnd.DragSourceEvent;
21 import org.eclipse.swt.dnd.DragSourceListener;
22 import org.eclipse.swt.dnd.TextTransfer;
91 e.detail = DND.DROP_NONE;
108 e.detail = DND.DROP_NONE;
OutlineDropListener.java 28 import org.eclipse.swt.dnd.DND;
29 import org.eclipse.swt.dnd.DropTargetEvent;
30 import org.eclipse.swt.dnd.TransferData;
48 if (event.detail == DND.DROP_NONE && GlobalCanvasDragInfo.getInstance().isDragging()) {
49 // For some inexplicable reason, we get DND.DROP_NONE from the palette
50 // even though in its drag start we set DND.DROP_COPY, so correct that here...
51 int operation = DND.DROP_COPY;
132 boolean createNew = event.detail == DND.DROP_COPY || sourceCanvas != canvas;
137 if (event.detail == DND.DROP_MOVE)
    [all...]
GestureManager.java 29 import org.eclipse.swt.dnd.DND;
30 import org.eclipse.swt.dnd.DragSource;
31 import org.eclipse.swt.dnd.DragSourceEvent;
32 import org.eclipse.swt.dnd.DragSourceListener;
33 import org.eclipse.swt.dnd.DropTarget;
34 import org.eclipse.swt.dnd.DropTargetEvent;
35 import org.eclipse.swt.dnd.DropTargetListener;
36 import org.eclipse.swt.dnd.TextTransfer;
732 e.detail = DND.DROP_NONE
    [all...]
LayoutCanvas.java 63 import org.eclipse.swt.dnd.DND;
64 import org.eclipse.swt.dnd.DragSource;
65 import org.eclipse.swt.dnd.DropTarget;
66 import org.eclipse.swt.dnd.TextTransfer;
67 import org.eclipse.swt.dnd.Transfer;
347 // DND Reference: http://www.eclipse.org/articles/Article-SWT-DND/DND-in-SWT.html
    [all...]
OutlinePage.java 86 import org.eclipse.swt.dnd.DND;
87 import org.eclipse.swt.dnd.Transfer;
395 int supportedOperations = DND.DROP_COPY | DND.DROP_MOVE;
    [all...]
PaletteControl.java 66 import org.eclipse.swt.dnd.DND;
67 import org.eclipse.swt.dnd.DragSource;
68 import org.eclipse.swt.dnd.DragSourceEvent;
69 import org.eclipse.swt.dnd.DragSourceListener;
70 import org.eclipse.swt.dnd.Transfer;
678 final DragSource source = new DragSource(item, DND.DROP_COPY);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageEditorPanel.java 23 import org.eclipse.swt.dnd.DND;
24 import org.eclipse.swt.dnd.DropTarget;
25 import org.eclipse.swt.dnd.DropTargetListener;
26 import org.eclipse.swt.dnd.FileTransfer;
27 import org.eclipse.swt.dnd.Transfer;
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 80 struct DND : DN, X<D,0> {};
83 extern constexpr DND dnd = DND(); member in namespace:BaseClass
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 738 VIEW_TEST(BookmarkBarViewTest5, MAYBE(DND))
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 1001 milliseconds