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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/groovytests/
TestGroovy.java 47 public Rectangle acceptDrop(String xmlName);
152 assertNull(instance.acceptDrop("none"));
154 Rectangle r = instance.acceptDrop("LinearLayout");
simple_test.groovy 36 public Rectangle acceptDrop(String xmlName) {
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 69 boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset,
LiveFolderIcon.java 58 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset,
UserFolder.java 35 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset,
FolderIcon.java 65 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset,
DeleteZone.java 82 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset,
DragController.java 465 if (dropTarget.acceptDrop(mDragSource, coordinates[0], coordinates[1],
Workspace.java 84 * Target drop area calculated during last acceptDrop call.
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 706 milliseconds