HomeSort by relevance Sort by last modified time
    Searched refs:drag (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DragClientQt.cpp 96 QDrag* drag = new QDrag(view); local
98 drag->setPixmap(*dragImage);
100 drag->setPixmap(qvariant_cast<QPixmap>(clipboardData->imageData()));
102 drag->setMimeData(clipboardData);
103 Qt::DropAction actualDropAction = drag->exec(dragOperationsToDropActions(dragOperationMask));
  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 52 drag(vt, 100, 200, 100, 200, 10, t, 300); method
67 drag(vt, 100, 200, 100, 200, 15, t, 400, new AccelerateInterpolator()); method
78 drag(vt, 100, 200, 100, 200, 15, t, 400, new DecelerateInterpolator()); method
90 drag(vt, 100, 200, 200, 200, 15, t, 400); method
102 drag(vt, 200, 200, 100, 200, 15, t, 400); method
118 drag(vt, 100, 200, 100, 200, 2, t, 100); method
133 drag(vt, 100, 200, 100, 200, 10, t, 400); // 10 steps over 400ms method
138 drag(vt, 100, 200, 100, 200, 20, t, 400); // 20 steps over 400ms method
155 drag(vt, 100, 200, 100, 200, 10, t, 400); method
160 drag(vt, 100, 200, 100, 200, 10, t + 3600*1000, 400); // on hour late method
177 drag(vt, 100, 200, 100, 200, 10, t, 400); method
182 drag(vt, 200, 300, 200, 300, 10, t, 400); \/\/ 100px further method
199 drag(vt, 100, 200, 100, 200, 10, t, 300); method
218 drag(vt, 100, 200, 100, 200, 10, t, 300); method
234 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, method in class:VelocityTest
236 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator()); method
243 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, method in class:VelocityTest
    [all...]
  /external/chromium-trace/trace-viewer/src/
timeline_track_view.css 20 .drag-box {
timeline_view.css 64 .drag-handle {
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 19 // returns true if the coordinates (relative to the drag container)
27 // tells the delegate that the drag is done. move the item to the
32 // The distance, in px, that the mouse must move before initiating a drag.
38 // Install the 'mousedown' handler, the entry point to drag and drop.
50 // Enables the handlers that are only active during a drag.
80 // of the drag container.
97 // starting drag and drop.
101 // This can't be a drag & drop event if it's not the left mouse button
104 // event handlers can distinguish between a click and drag).
124 // Initiate the drag if the mouse has moved far enough
    [all...]
apps.js 329 // The autoscroll rate during drag and drop, in px per second.
418 // You can't drag the web store launcher.
426 // coordinates are relative to the drag container and the object should
779 // Enable drag and drop reordering of the app launcher.
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.h 53 virtual void drag(const WebCore::IntPoint&, bool start) = 0;
76 virtual void drag(const WebCore::IntPoint&, bool start) { } function in class:HUDButton
94 virtual void drag(const WebCore::IntPoint&, bool start);
FullscreenVideoController.cpp 160 void HUDSlider::drag(const IntPoint& point, bool start) function in class:HUDSlider
164 // But if we click the button, we need to drag relative to where we clicked down. We only need
632 m_volumeSlider.drag(convertedPoint, true);
636 m_timeSlider.drag(convertedPoint, true);
655 m_hitWidget->drag(convertedPoint, false);
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline.css 10 .timeline-drag-box {
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 64 drag(test, x, x, fromY, toY, 4); method
94 drag(test, x, x, fromY, toY, 4); method
209 * @param stepCount How many move steps to include in the drag
227 * @param stepCount How many move steps to include in the drag
243 drag(test, x, x, fromY, toY, stepCount); method
447 * @param stepCount How many move steps to include in the drag
473 * @param stepCount How many move steps to include in the drag
486 drag(test, x, x, fromY, toY, stepCount); method
538 * @param deltaX Amount to drag horizontally in pixels
539 * @param deltaY Amount to drag vertically in pixel
581 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance); method
633 drag(test, fromX, toX, fromY, toY, distance); method
680 drag(test, fromX, toX, fromY, fromY, deltaX); method
727 drag(test, fromX, fromX, fromY, toY, deltaY); method
748 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX, method in class:TouchUtils
750 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); method
763 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, method in class:TouchUtils
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.cc 51 BOOL drag; local
52 if ((::SystemParametersInfo(SPI_GETDRAGFULLWINDOWS, 0, &drag, 0) != 0) &&
53 (drag == FALSE)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 237 float drag = mSGD.getFocusY() - mInitialTouchFocusY; local
238 drag *= USE_DRAG ? 1f : 0f;
239 drag *= mGravity == Gravity.BOTTOM ? -1f : 1f;
240 float pull = Math.abs(drag) + Math.abs(span) + 1f;
241 float hand = drag * Math.abs(drag) / pull + span * Math.abs(span) / pull;
  /external/zlib/
Android.mk 70 # up needing to drag in most of the other files anyway. So this is a first
  /external/webkit/Source/WebCore/dom/
EventNames.h 59 macro(drag) \
Element.h 65 DEFINE_ATTRIBUTE_EVENT_LISTENER(drag);
  /external/webkit/Source/WebCore/svg/
SVGElementInstance.h 115 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), drag); member in class:WebCore::SVGElementInstance
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 151 // Add a drag handler to the body (for drags that don't land on an existing
233 // Clean up any existing grabber objects - cancelling any outstanding drag.
234 // Ideally an async app update wouldn't disrupt an active drag but
242 // oustanding drag.
410 // Prevent any built-in drag-and-drop support from activating for the
517 * @param {Grabber.Event} e The event from the Grabber indicating the drag.
564 // for it - eg. if we drop on it, or the drag is cancelled)
568 // If we have an active drag (i.e. it wasn't aborted by an app update)
595 * @param {Grabber.Event} e The event from the Grabber indicating the drag.
615 'expected drag over container')
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java 425 return swipe(downX, downY, upX, upY, steps, false /*drag*/);
435 * @param drag when true, the swipe becomes a drag swipe
438 public boolean swipe(int downX, int downY, int upX, int upY, int steps, boolean drag) {
453 if (drag)
465 if (drag)
UiDevice.java 448 public boolean drag(int startX, int startY, int endX, int endY, int steps) { method in class:UiDevice
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 147 // Add a drag handler to the body (for drags that don't land on an existing
220 // Clean up any existing grabber objects - cancelling any outstanding drag.
221 // Ideally an async app update wouldn't disrupt an active drag but
229 // oustanding drag.
407 * @param {Grabber.Event} e The event from the Grabber indicating the drag.
454 // for it - eg. if we drop on it, or the drag is cancelled)
458 // If we have an active drag (i.e. it wasn't aborted by an app update)
485 * @param {Grabber.Event} e The event from the Grabber indicating the drag.
505 'expected drag over container');
551 // Drag was aborted (eg. due to an app update) - do nothin
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.css 161 -webkit-user-drag: none;
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 332 mDragListener.drag(mDragPos, itemnum);
465 void drag(int from, int to); method in interface:TouchInterceptor.DragListener
  /external/webkit/Source/WebCore/page/
DOMWindow.h 276 DEFINE_ATTRIBUTE_EVENT_LISTENER(drag);
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 306 -webkit-user-drag

Completed in 606 milliseconds

1 2 3