HomeSort by relevance Sort by last modified time
    Searched defs:Drag (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ash/wm/
default_window_resizer.cc 29 void DefaultWindowResizer::Drag(const gfx::Point& location, int event_flags) {
drag_window_resizer.cc 29 // The maximum opacity of the drag phantom window.
72 void DragWindowResizer::Drag(const gfx::Point& location, int event_flags) {
74 next_window_resizer_->Drag(location, event_flags);
186 // Always show the drag phantom on the |another_root| window.
  /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/ash/wm/panels/
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.cpp 103 Drag( v * vec_flip_ );
155 //Drag control
185 void TapCamera::Drag( const Vec2& v )
  /external/chromium_org/chrome/browser/ui/panels/
panel_manager.cc 450 void PanelManager::Drag(const gfx::Point& mouse_location) {
451 drag_controller_->Drag(mouse_location);
panel_drag_controller.cc 150 // Keep track of original collection and placement for the case that the drag
156 void PanelDragController::Drag(const gfx::Point& mouse_location) {
165 // that the drag also triggers stacking and docking.
187 // At last, handle the drag via its collection's specific handler.
235 // Finalizing the drag.
267 // Abort the drag only if the panel being closed is currently being dragged.
412 // another panel and then moves away while the drag is still in progress.
810 // restore the dragging panel to the right place when the drag is cancelled.
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 64 // classes using reparenting during drag operations it becomes challenging to
66 // end of the drag. This also causes http://crbug.com/247085.
70 // having a generic drag window wrapper which informs a layout manager that a
71 // drag has started or stopped.
351 void WorkspaceWindowResizer::Drag(const gfx::Point& location_in_parent,
394 // the drag and quit early if so.
420 // If the window's state type changed over the course of the drag do not snap
464 // drag. TODO(pkotwicz): Fix this and use
471 // resize/drag and so the current bounds should be maintained, clearing
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view.cc 72 // Minimum distance before drag starts.
107 // The rip off drag and drop proxy image should get scaled by this factor.
627 // Drag the item where it really belongs.
628 Drag(location_in_screen_coordinates);
632 bool ShelfView::Drag(const gfx::Point& location_in_screen_coordinates) {
665 // When a hosted drag gets canceled, the item can remain in the same slot
779 // To receive drag event continuously from |drag_view_| during the dragging
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 55 // If non-null there is a drag underway.
327 void TabDragController::Drag(const gfx::Point& point_in_screen) {
328 TRACE_EVENT1("views", "TabDragController::Drag",
355 // restored during the drag and maximized back when the drag ends.
386 // trigger the move loop to end and we'll revert the drag when RunMoveLoop()
420 // One of the tabs we're dragging has been destroyed. Cancel the drag.
435 Drag(GetCursorScreenPoint());
587 // Need to release the drag controller before starting the move loop as it's
588 // going to trigger capture lost, which cancels drag
    [all...]

Completed in 311 milliseconds