HomeSort by relevance Sort by last modified time
    Searched full:droptarget (Results 1 - 25 of 29) sorted by null

1 2

  /cts/tests/tests/webkitsecurity/assets/
drag-and-drop-dataTransfer-types-nocrash.html 5 #dropTarget, #dragMe { text-align: center; display: table-cell; vertical-align: middle }
6 #dropTarget {width: 256px; height: 256px; border: 1px dashed}
11 var dropTarget;
22 dropTarget = document.getElementById("dropTarget");
25 if (!dragMe || !dropTarget || !consoleElm)
31 dropTarget.ondragenter = dragEntered;
32 dropTarget.ondragover = dragOver;
33 dropTarget.ondrop = drop;
108 var endX = dropTarget.offsetLeft + 10
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
drag-cursor-notallowed.html 4 #dropTarget, #dragMe { text-align: center; display: table-cell; vertical-align: middle }
5 #dropTarget {width: 256px; height: 256px; border: 1px dashed}
12 var dropTarget;
23 dropTarget = document.getElementById("dropTarget");
27 if (!dragMe || !dropTarget || !messageElm || !defaultMessageElm)
33 dropTarget.ondragenter = dragEntered;
34 dropTarget.ondragover = dragOver;
35 dropTarget.ondrop = drop;
99 <div id="dropTarget">
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragSource.java 21 import com.android.launcher2.DropTarget.DragObject;
35 * to be deleted on a DropTarget. In such a situation, this method will be called after
42 * DropTarget.
DragController.java 89 private DropTarget.DragObject mDragObject;
92 private ArrayList<DropTarget> mDropTargets = new ArrayList<DropTarget>();
94 private DropTarget mFlingToDeleteDropTarget;
108 private DropTarget mLastDropTarget;
234 mDragObject = new DropTarget.DragObject();
388 void onDeferredEndFling(DropTarget.DragObject d) {
488 DropTarget dropTarget = findDropTarget(x, y, coordinates);
491 if (dropTarget != null)
    [all...]
DropTarget.java 28 public interface DropTarget {
30 public static final String TAG = "DropTarget";
115 * Handle an object being dropped on the DropTarget
144 * Allows a DropTarget to delegate drag and drop events to another object.
158 * @return The DropTarget to delegate to, or null to not delegate to another object.
160 DropTarget getDropTargetDelegate(DragObject dragObject);
ButtonDropTarget.java 31 * Implements a DropTarget.
33 public class ButtonDropTarget extends TextView implements DropTarget, DragController.DragListener {
140 public DropTarget getDropTargetDelegate(DragObject d) {
Folder.java 58 View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener,
763 public DropTarget getDropTargetDelegate(DragObject d) {
    [all...]
Workspace.java 74 implements DropTarget, DragSource, DragScroller, View.OnTouchListener,
209 private DropTarget.DragEnforcer mDragEnforcer;
280 mDragEnforcer = new DropTarget.DragEnforcer(context);
581 if (child instanceof DropTarget) {
582 mDragController.addDropTarget((DropTarget) child);
    [all...]
FolderIcon.java 43 import com.android.launcher2.DropTarget.DragObject;
402 public DropTarget getDropTargetDelegate(DragObject d) {
CellLayout.java 159 private DropTarget.DragEnforcer mDragEnforcer;
174 mDragEnforcer = new DropTarget.DragEnforcer(context);
    [all...]
Launcher.java 97 import com.android.launcher2.DropTarget.DragObject;
    [all...]
  /external/chromium/chrome/browser/tab_contents/
web_drop_target_win.h 18 // DropTarget handles drags that enter the region of the TabContents by
20 class WebDropTarget : public ui::DropTarget {
web_drop_target_win.cc 44 // InterstitialDropTarget is like a app::win::DropTarget implementation that
85 : ui::DropTarget(source_hwnd),
103 // pass the messages on to a separate interstitial DropTarget handler.
  /external/chromium/chrome/browser/resources/options/
language_list.js 271 var dropTarget = this.getTargetFromDropEvent_(e);
274 if (!(dropTarget instanceof ListItem) ||
275 dropTarget == this.draggedItem) {
280 var rect = dropTarget.getBoundingClientRect();
295 var dropTarget = this.getTargetFromDropEvent_(e);
302 var newIndex = this.dataModel.indexOf(dropTarget.languageCode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 33 import org.eclipse.swt.dnd.DropTarget;
191 * @param dropTarget The drop target in the {@link LayoutCanvas} to listen
194 public void registerListeners(DragSource dragSource, DropTarget dropTarget) {
204 if (dropTarget != null) {
205 dropTarget.addDropListener(mDropListener);
215 * @param dropTarget The drop target in the {@link LayoutCanvas} to stop
218 public void unregisterListeners(DragSource dragSource, DropTarget dropTarget) {
237 if (dropTarget != null)
    [all...]
LayoutCanvas.java 62 import org.eclipse.swt.dnd.DropTarget;
145 private DropTarget mDropTarget;
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
most_visited.js 425 var dropTarget = getItem(e.target);
426 if (this.canDropOnElement_(dropTarget)) {
427 dropTarget.style.zIndex = 1;
428 this.swapPosition_(this.dragItem_, dropTarget);
442 dropTarget.style.zIndex = '';
  /external/libvpx/examples/includes/geshi/geshi/
groovy.php 352 'DriverPropertyInfo', 'DropTarget',
353 'DropTarget.DropTargetAutoScroller',
    [all...]
java.php 362 'DriverPropertyInfo', 'DropTarget',
363 'DropTarget.DropTargetAutoScroller',
    [all...]
actionscript3.php 242 'dynamicPropertyWriter', 'dropTarget', 'drawRoundRect', 'drawRect',
java5.php 116 'Autoscroll', 'DnDConstants', 'DragGestureEvent', 'DragGestureListener', 'DragGestureRecognizer', 'DragSource', 'DragSourceAdapter', 'DragSourceContext', 'DragSourceDragEvent', 'DragSourceDropEvent', 'DragSourceEvent', 'DragSourceListener', 'DragSourceMotionListener', 'DropTarget', 'DropTarget.DropTargetAutoScroller', 'DropTargetAdapter', 'DropTargetContext', 'DropTargetDragEvent', 'DropTargetDropEvent', 'DropTargetEvent', 'DropTargetListener', 'InvalidDnDOperationException', 'MouseDragGestureRecognizer'
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se12_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.2.zip 
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 117 class AutocompleteEditViewWin::EditDropTarget : public ui::DropTarget {
159 : ui::DropTarget(edit->m_hWnd),
    [all...]
  /external/eclipse-basebuilder/src/
eclipse-sourceBuild-srcIncluded-3.6.2.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se13_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.3.zip 

Completed in 301 milliseconds

1 2