HomeSort by relevance Sort by last modified time
    Searched full:drag (Results 126 - 150 of 1050) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view_interactive_uitest.cc 17 // since these are also disabled on Linux for drag and drop.
34 // Performs a drag-and-drop operation by moving the mouse to |start|, clicking
40 // A function to perform testing actions while in the drag operation from
45 // Finishes the drag-and-drop operation started in DoDragAndDrop().
57 // The drag-and-drop background thread.
94 // Also post a move task to the drag and drop thread.
162 // Perform a drag and drop from the browser action view to the wrench button,
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 41 // A simple view that makes sure RunShellDrag is invoked on mouse drag.
369 // Because we are not doing a blocking drag and drop, the original
370 // OSDragExchangeData object is lost as soon as we return from the drag
372 // drag_data_ to a fake drag data object that we created.
414 // Because we are not doing a blocking drag and drop, the original
415 // OSDragExchangeData object is lost as soon as we return from the drag
417 // drag_data_ to a fake drag data object that we created.
463 // Because we are not doing a blocking drag and drop, the original
464 // OSDragExchangeData object is lost as soon as we return from the drag
466 // drag_data_ to a fake drag data object that we created
    [all...]
  /external/chromium-trace/trace-viewer/src/ui/
mouse_mode_selector.css 8 -webkit-user-drag: element;
19 user-drag: element;
25 .mouse-mode-selector .drag-handle {
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 62 void DockedWindowResizer::Drag(const gfx::Point& location, int event_flags) {
76 next_window_resizer_->Drag(modified_location, event_flags);
85 // the end of drag when the window is reparented, otherwise let the
86 // previous container know the drag is complete. If we told the
87 // window's parent that the drag was complete it would begin
98 // The window's initial layout manager already knows that the drag is
119 // Restore docked state to what it was before the drag if necessary.
193 // Reparent workspace windows during the drag to elevate them above workspace.
228 // When drag is completed the dragged docked window is resized to the bounds
254 // If we started the drag in one root window and moved into another roo
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 23 // Fired on each drag event while the user is moving the button.
46 // Drag events could be intercepted by other buttons, so to make sure that
51 // The point where the mouse down event occurred. Used to prevent a drag from
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.h 30 void Drag(const gfx::Point& mouse_location);
93 // The original panel collection when the drag is started.
96 // The offset from mouse location to the panel position when the drag
panel_drag_browsertest.cc 38 // Drag |panel| from its origin by the offset |delta|.
48 // Drag |panel| from its origin to |new_mouse_location|.
113 // Return the delta needed to drag |panel1| to stack to the bottom of
125 // Return the delta needed to drag |panel1| to unstack from the bottom of
135 // Return the delta needed to drag |panel1| to stack to the top of |panel2|.
148 // Return the delta needed to drag |panel1| to unstack from the top of
158 // Return the delta needed to drag |panel1| to snap to the left of |panel2|.
170 // Return the delta needed to drag |panel1| to snap to the right of |panel2|.
182 // Return the delta needed to drag |panel| to unsnap from its current
199 // Drag left
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.h 49 // Implements drag and drop on X11 for aura. On one side, this class takes raw
51 // handles the views drag events.
131 // There is no drag in progress or there is a drag in progress and the
149 // window can cause internal drag leave and enter messages.
163 // Converts a single action atom to a drag operation.
172 // drag. This is done to bypass an asynchronous roundtrip with the X11
189 // Creates a widget for the user to drag around.
212 // keep track of this because Windows will only call our drag enter method
214 // Window there could be multiple aura windows, so we need to generate drag
    [all...]
  /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
197 * @param stepCount How many move steps to include in the drag
215 * @param stepCount How many move steps to include in the drag
231 drag(test, x, x, fromY, toY, stepCount); method
435 * @param stepCount How many move steps to include in the drag
461 * @param stepCount How many move steps to include in the drag
474 drag(test, x, x, fromY, toY, stepCount); method
526 * @param deltaX Amount to drag horizontally in pixels
527 * @param deltaY Amount to drag vertically in pixel
569 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance); method
621 drag(test, fromX, toX, fromY, toY, distance); method
668 drag(test, fromX, toX, fromY, fromY, deltaX); method
715 drag(test, fromX, fromX, fromY, toY, deltaY); method
736 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX, method in class:TouchUtils
738 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); method
751 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, method in class:TouchUtils
    [all...]
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
DragFrameLayout.java 30 * A {@link FrameLayout} that allows the user to drag and reposition child views.
40 * The {@link DragFrameLayoutController} that will be notify on drag.
129 * Sets the {@link DragFrameLayoutController} that will receive the drag events.
137 * A controller that will receive the drag events.
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/res/values/
base-strings.xml 23 This sample demonstrates a drag and drop action on different shapes. Elevation and
  /developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
DragFrameLayout.java 30 * A {@link FrameLayout} that allows the user to drag and reposition child views.
40 * The {@link DragFrameLayoutController} that will be notify on drag.
129 * Sets the {@link DragFrameLayoutController} that will receive the drag events.
137 * A controller that will receive the drag events.
  /development/samples/browseable/ElevationDrag/res/values/
base-strings.xml 23 This sample demonstrates a drag and drop action on different shapes. Elevation and
  /development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
DragFrameLayout.java 30 * A {@link FrameLayout} that allows the user to drag and reposition child views.
40 * The {@link DragFrameLayoutController} that will be notify on drag.
129 * Sets the {@link DragFrameLayoutController} that will receive the drag events.
137 * A controller that will receive the drag events.
  /external/chromium-trace/trace-viewer/src/cc/
layer_viewer.css 22 height: 150px; /* fixed height given by drag control */
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_track_view.css 33 .drag-box {
  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button.h 27 // When the drag terminates, the action for the button underneath the mouse
29 // handler for a click starting on the size button and the entire drag.
106 // The action to execute when the drag/click is ended. If
108 // drag/click is ended.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_view.h 16 BOOL inDrag_; // Are we in the middle of a drag?
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_button.h 12 // A button that is a drag source for a file and that displays a context menu
  /external/chromium_org/chrome/browser/ui/cocoa/
drag_util.h 19 // Determines whether the given drag and drop operation contains content that
draggable_button.h 13 // Class for buttons that can be drag sources. If the mouse is clicked and moved
  /external/chromium_org/third_party/WebKit/ManualTests/
data-transfer-items-file-dragout.html 4 <p><b>BUG ID: 76367</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=76367">Bugzilla bug </a> Add DataTransferItems support for drag-and-drop'ed files and texts</p>
8 2. Drag and drop a file into the 'Drop files here' area below.<br>
9 3. Drag out <a href="#" id="dragout" draggable="true">this link</a> out of the browser window into a different folder in the native file browser).
74 log('Please dragout the link (noted in the step 3) and see if the same file you dropped in in the step 2 is properly drag out.');
drag-cursor-notallowed.html 6 #dragMe {-webkit-user-drag: element; -webkit-user-select: none; background: #ff0000; width: 64px; height: 64px; color: white}
88 <p id="description">This test can be used to verify that the not-allowed cursor is shown during an invalid drag-and-drop operation.
94 Drag the red square over the drop target (demarcated by the dashed boundary). While hovering over the drop target, if the cursor
100 <div id="default-message">Drag the red square over me.<br/><br/>
input-type-file-drag-drop.html 10 &lt;input type="file"&gt; should be able to support drag and drop of files. Use the above controls to demonstrate:
mail-attachments.html 12 <li>drag a file to the email (make sure to use a > 1 page file, otherwise Mail shows the contents inline)

Completed in 1024 milliseconds

1 2 3 4 56 7 8 91011>>