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

1 2

  /external/chromium_org/ash/wm/
default_window_resizer.h 24 // Returns true if the drag will result in changing the window in anyway.
32 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
39 // Set to true once Drag() is invoked and the bounds of the window change.
default_window_resizer.cc 29 void DefaultWindowResizer::Drag(const gfx::Point& location, int event_flags) {
drag_window_resizer.h 19 // drag windows across displays.
31 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
drag_window_resizer_unittest.cc 171 // Drag the pointer to the right. Once it reaches the right edge of the
173 resizer->Drag(CalculateDragPoint(*resizer, 800, 10), 0);
189 resizer->Drag(CalculateDragPoint(*resizer, 795, 10), 0);
190 // Window should be adjusted for minimum visibility (10px) during the drag.
209 resizer->Drag(CalculateDragPoint(*resizer, 751, 10), ui::EF_CONTROL_DOWN);
231 resizer->Drag(CalculateDragPoint(*resizer, 101, 10), ui::EF_CONTROL_DOWN);
257 resizer->Drag(CalculateDragPoint(*resizer, 799, 10), ui::EF_CONTROL_DOWN);
258 resizer->Drag(CalculateDragPoint(*resizer, 850, 10), ui::EF_CONTROL_DOWN);
301 // Drag the pointer to the right. Once it reaches the right edge of the
303 resizer->Drag(CalculateDragPoint(*resizer, 800, 10), 0)
    [all...]
window_resizer.h 47 // Invoked to drag/move/resize the window. |location| is in the coordinates
50 virtual void Drag(const gfx::Point& location, int event_flags) = 0;
52 // Invoked to complete the drag.
55 // Reverts the drag.
68 // Drag parameters established when drag starts.
76 // WindowState of the drag target.
88 // Returns the size of the window for the drag.
94 // Returns the height of the drag.
drag_window_resizer.cc 28 // The maximum opacity of the drag phantom window.
71 void DragWindowResizer::Drag(const gfx::Point& location, int event_flags) {
73 next_window_resizer_->Drag(location, event_flags);
185 // Always show the drag phantom on the |another_root| window.
  /external/chromium_org/ui/app_list/views/
app_list_drag_and_drop_host.h 17 // This class will get used by the AppListView to drag and drop Application
21 // Create an OS dependent drag proxy icon which can escape the given view.
34 // Update the screen location of the Drag icon proxy.
38 // Remove the OS dependent drag proxy from the screen.
41 // A drag operation could get started. The recipient has to return true if
52 // Note that this function does not update the drag proxy's screen position.
53 virtual bool Drag(const gfx::Point& location_in_screen_coordinates) = 0;
56 // when the mouse / touch events stop. If |cancel| is set, the drag operation
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc 224 resizer->Drag(CalculateDragPoint(*resizer, 100, 10), 0);
230 resizer->Drag(CalculateDragPoint(*resizer, 800, 20), 0);
235 resizer->Drag(CalculateDragPoint(*resizer, 100, 10), 0);
240 resizer->Drag(CalculateDragPoint(*resizer, 800, 20), 0);
258 resizer->Drag(CalculateDragPoint(*resizer, -100, 10), 0);
264 resizer->Drag(CalculateDragPoint(*resizer, -800, 20), 0);
269 resizer->Drag(CalculateDragPoint(*resizer, 100, 10), 0);
274 resizer->Drag(CalculateDragPoint(*resizer, -100, 20), 0);
296 resizer->Drag(CalculateDragPoint(*resizer, 100, -10), 0);
302 resizer->Drag(CalculateDragPoint(*resizer, 300, -10), 0)
    [all...]
workspace_window_resizer.h 59 virtual void Drag(const gfx::Point& location_in_parent,
71 // The edge to which the window should be snapped at the end of the drag.
172 // Set to true once Drag() is invoked and the bounds of the window change.
196 // The edge to which the window should be snapped to at the end of the drag.
204 // The mouse location passed to Drag().
207 // Window the drag has magnetically attached to.
220 // Used to determine if this has been deleted during a drag such as when a tab
multi_window_resize_controller_unittest.cc 173 TEST_F(MultiWindowResizeControllerTest, Drag) {
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.h 39 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
54 // Tracks the window's initial position and attachment at the start of a drag
55 // and informs the DockLayoutManager that a drag has started if necessary.
58 // Informs the DockLayoutManager that the drag is complete if it was informed
59 // of the drag start. |move_result| specifies if the drag was completed or
64 // workspace at the end of the drag. Calculates and returns action taken that
68 // end of the drag.
81 // Set to true once Drag() is invoked and the bounds of the window change.
84 // Set to true if the window that is being dragged was docked before drag
    [all...]
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/ash/wm/panels/
panel_window_resizer.h 33 virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
49 // Tracks the panel's initial position and attachment at the start of a drag
50 // and informs the PanelLayoutManager that a drag has started if necessary.
53 // Informs the PanelLayoutManager that the drag is complete if it was informed
54 // of the drag start.
71 // Set to true once Drag() is invoked and the bounds of the window change.
panel_window_resizer.cc 52 void PanelWindowResizer::Drag(const gfx::Point& location, int event_flags) {
67 // the current parent of the panel it will be informed of the end of drag
69 // the drag is complete. If we told the panel's parent that the drag was
78 // The panel's parent already knows that the drag is in progress for this
93 next_window_resizer_->Drag(modified_location, event_flags);
182 // We use root window coordinates to ensure that during the drag the panel
198 // We use last known location to ensure that after the drag the panel
208 // If we started the drag in one root window and moved into another root
209 // but then canceled the drag we may need to inform the original layou
    [all...]
  /development/ndk/sources/android/ndk_helper/
tapCamera.h 87 void Drag( const Vec2& vec );
tapCamera.cpp 103 Drag( v * vec_flip_ );
155 //Drag control
185 void TapCamera::Drag( const Vec2& v )
  /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_manager.h 95 void Drag(const gfx::Point& mouse_location);
panel_manager.cc 450 void PanelManager::Drag(const gfx::Point& mouse_location) {
451 drag_controller_->Drag(mouse_location);
  /external/chromium_org/ash/shelf/
shelf_window_watcher_unittest.cc 233 resizer->Drag(gfx::Point(50, 50), 0);
274 resizer->Drag(gfx::Point(50, 50), 0);
shelf_view.h 132 virtual bool Drag(const gfx::Point& location_in_screen_coordinates) OVERRIDE;
195 // Invoked when the pointer has moved enough to trigger a drag. Sets
196 // internal state in preparation for the drag.
212 // Returns true if |typea| and |typeb| should be in the same drag range.
219 // If there is a drag operation in progress it's canceled. If |modified_index|
223 // Returns rectangle bounds used for drag insertion.
353 // Pointer device that initiated the current drag operation. If there is no
386 // True when an item being inserted or removed in the model cancels a drag.
400 // True if a drag and drop operation created/pinned the item in the launcher
404 // The ShelfItem which is currently used for a drag and a drop operatio
    [all...]
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 230 //Handle drag state
244 eng->tap_camera_.Drag( v );
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 241 //Handle drag state
255 eng->tap_camera_.Drag( v );
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 41 // Drag() is invoked as the mouse is dragged. If the mouse is dragged far enough
42 // TabDragController starts a drag session. The drag session is completed when
48 // and RunMoveLoop() is invoked on the Widget to drag the browser around. This
70 // Indicates the event source that initiated the drag.
76 // Amount above or below the tabstrip the user has to drag before detaching.
83 // Initializes TabDragController to drag the tabs in |tabs| originating from
84 // |source_tabstrip|. |source_tab| is the tab that initiated the drag and is
89 // selection model before the drag started and is only non-empty if
101 // Returns true if there is a drag underway and the drag is attached t
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drag_selector.js 8 * Drag selector used on the file list or the grid table.
9 * TODO(hirono): Support drag selection for grid view. crbug.com/224832
14 * Target list of drag selection.
21 * Border element of drag handle.
94 * Starts drag selection by reacting dragstart event.
98 * @param {cr.ui.List} list List where the drag selection starts.
106 // Set the target of the drag selection
121 this.border_.className = 'drag-selection-border';

Completed in 321 milliseconds

1 2