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

  /external/webkit/WebKit/qt/WebCoreSupport/
DragClientQt.cpp 96 QDrag *drag = new QDrag(view); local
98 drag->setPixmap(qvariant_cast<QPixmap>(clipboardData->imageData()));
100 drag->setMimeData(clipboardData);
101 Qt::DropAction actualDropAction = drag->exec(dragOperationsToDropActions(dragOperationMask));
  /external/webkit/WebKit/win/
FullscreenVideoController.h 50 virtual void drag(const WebCore::IntPoint&, bool start) = 0;
73 virtual void drag(const WebCore::IntPoint&, bool start) { } function in class:HUDButton
91 virtual void drag(const WebCore::IntPoint&, bool start);
FullscreenVideoController.cpp 156 void HUDSlider::drag(const IntPoint& point, bool start) function in class:HUDSlider
160 // But if we click the button, we need to drag relative to where we clicked down. We only need
535 m_volumeSlider.drag(convertedPoint, true);
539 m_timeSlider.drag(convertedPoint, true);
558 m_hitWidget->drag(convertedPoint, false);
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 63 drag(test, x, x, fromY, toY, 4); method
93 drag(test, x, x, fromY, toY, 4); method
208 * @param stepCount How many move steps to include in the drag
226 * @param stepCount How many move steps to include in the drag
242 drag(test, x, x, fromY, toY, stepCount); method
446 * @param stepCount How many move steps to include in the drag
472 * @param stepCount How many move steps to include in the drag
485 drag(test, x, x, fromY, toY, stepCount); method
537 * @param deltaX Amount to drag horizontally in pixels
538 * @param deltaY Amount to drag vertically in pixel
580 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance); method
632 drag(test, fromX, toX, fromY, toY, distance); method
679 drag(test, fromX, toX, fromY, fromY, deltaX); method
726 drag(test, fromX, fromX, fromY, toY, deltaY); method
747 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX, method in class:TouchUtils
749 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); method
762 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, method in class:TouchUtils
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
GestureDetectorTestUtil.java 43 TouchUtils.drag(testcase, fromX, toX, fromY, toY, stepCount);
  /external/webkit/WebCore/dom/
EventNames.h 54 macro(drag) \
Element.h 60 DEFINE_ATTRIBUTE_EVENT_LISTENER(drag);
Document.h 228 DEFINE_ATTRIBUTE_EVENT_LISTENER(drag);
    [all...]
  /external/webkit/WebCore/svg/
SVGElementInstance.h 108 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), drag); member in class:WebCore::SVGElementInstance
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 169 TouchUtils.drag(this, xy[0], 0, xy[1], xy[1], 1);
173 TouchUtils.drag(this, xy[0], 0, xy[1], xy[1], 1);
182 TouchUtils.drag(this, xy[0], 240, xy[1], xy[1], 1);
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 301 mDragListener.drag(mDragPos, itemnum);
407 void drag(int from, int to); method in interface:TouchInterceptor.DragListener
  /external/webkit/WebCore/css/
CSSPropertyNames.in 258 -webkit-user-drag
CSSSelector.cpp 86 DEFINE_STATIC_LOCAL(AtomicString, drag, ("-webkit-drag"));
87 DEFINE_STATIC_LOCAL(AtomicString, dragAlias, ("-khtml-drag")); // was documented with this name in Apple documentation, so keep an alia
196 else if (m_value == drag || m_value == dragAlias)
  /external/webkit/WebCore/page/
DOMWindow.h 264 DEFINE_ATTRIBUTE_EVENT_LISTENER(drag);
  /external/webkit/WebCore/inspector/front-end/
inspector.css 59 -webkit-user-drag: none;
920 -webkit-user-drag: auto;
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 650 milliseconds