HomeSort by relevance Sort by last modified time
    Searched full:dragging (Results 251 - 275 of 615) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DropGesture.java 50 * changing the selected modifier key(s) while dragging).
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
AbsoluteLayoutRuleTest.java 53 // Not dragging one of the existing children
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 395 * @return {boolean} Whether we are currently dragging any folders.
407 * currently dragging over.
409 * dragging over.
438 // If we are dragging a folder we cannot drop it on any of its descendants
452 * currently dragging over.
454 * dragging over.
498 * currently dragging over.
500 * dragging over.
549 * currently dragging over.
551 * dragging over
    [all...]
  /external/chromium_org/ash/display/
screen_position_controller.cc 76 // grab while dragging window. For example, if we have two
78 // on the right), and start dragging a window at (999, 123), and
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenu.java 68 // Internally used action constants for dragging.
87 // Dragging related variables, i.e., menu showing initiated by touch down and drag to navigate.
150 // If user is dragging and the popup ListView is too big to display at once,
200 * @param startDragging Whether dragging is started. For example, if the app menu
202 * showed by start dragging down on the menu button, this should be
291 // Handles dragging related logic.
294 // We assume that the parent of popup ListView is an instance of View. Otherwise, dragging
510 * Gets all the touch events and updates dragging related logic. Note that if this app menu
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 34 // Delay, in ms, during dragging before we bring a window to front.
103 // Before we get to dragging anywhere, ensure that we consider ourselves
202 // Theoretically could be called while dragging if the page tries to
235 // One of the tabs we're dragging has been destroyed. Cancel the drag.
272 // out of a window, so we'll just go with the way Windows handles dragging for
279 // dragging within it.
306 // If a tab is destroyed while dragging contents might be null. See
841 // If the model we started dragging from is now empty, we must ask the
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
bookmark_manager_private.json 145 "description": "Begins dragging a set of bookmarks",
311 "description": "Fired when dragging bookmarks over the document",
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.h 111 // longer dragging over it.
213 // We use these cursors while dragging.
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
InputSystemJme.java 150 // Mouse button raised. End dragging
167 // Mouse button pressed. Begin dragging
  /frameworks/base/docs/html/training/gestures/
multi.jd 6 next.title=Dragging and Scaling
174 <p>For more discussion of multi-touch and some examples, see the lesson <a href="scale.html">Dragging and Scaling</a>.
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc 260 // Assertions around attached window resize dragging from the right with 2
328 // Assertions around attached window resize dragging from the right with 3
437 // Assertions around attached window resize dragging from the bottom with 2
479 // Assertions around attached window resize dragging from the bottom with 3
559 // Tests that touch-dragging a window does not lock the mouse cursor
597 // Assertions around dragging to the left/right edge of the screen.
755 // Makes sure we don't allow dragging below the work area.
773 // Makes sure we don't allow dragging on the work area with multidisplay.
792 // Drag down avoiding dragging along the edge as that would side-snap.
814 // Drag down avoiding dragging along the edge as that would side-snap
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 253 // dragging state to false.
710 // Stop dragging when a new tab is added and dragging a window. Doing
765 (last_tab != tab_at(tab_count() - 1) || last_tab->dragging())) {
855 // unselected tab and dragging won't work because dragging is only allowed
904 // do this as during dragging there isn't a theme provider.
916 if (tab->dragging())
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_browsertest.cc 538 // Verify panel returns to fully minimized state after dragging ends once
586 // Verify panel returns to fully minimized state after dragging ends once
624 // Start dragging a panel.
644 // Closing another panel while dragging in progress will keep the dragging
681 // Start dragging a panel.
699 // Closing another panel while dragging in progress will keep the dragging
726 // Test the scenario: drag a panel and close the dragging panel.
732 // Start dragging a panel again
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 62 // Delay, in ms, during dragging before we bring a window to front.
456 // Theoretically could be called while dragging if the page tries to
513 // One of the tabs we're dragging has been destroyed. Cancel the drag.
537 // kinds of tab dragging.
660 // situation where we're dragging the last tab in a window when multiple
675 // dragging within it.
747 // Move may do nothing in certain situations (such as when dragging pinned
    [all...]
side_tab_strip.cc 169 // do this as during dragging there isn't a theme provider.
210 if (tab->dragging())
362 if (!tab->closing() && !tab->dragging())
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.js 8 // We can't pass the currently dragging tile via dataTransfer because of
106 // The user may start dragging again during a previous drag's finishing
108 if (this.classList.contains('dragging'))
126 this.classList.add('dragging');
217 * dragging effect where a tile appears to float off one side of the grid
270 assert(this.classList.contains('dragging'));
277 this.classList.remove('dragging');
288 if (this.classList.contains('dragging') &&
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 177 // Test dragging the window vertically (to detach if it is a panel) and then
417 // Try to detach by dragging left less than kSnapToDockDistance.
430 // Try to detach by dragging left by kSnapToDockDistance or more.
511 // Detach by dragging left (should get undocked).
655 // Try dragging to the right - enough to get it peeking at the other screen
684 // Keep dragging it to the right until its left edge touches the screen edge.
734 // Try to detach by dragging left a bit (should not get undocked).
754 // Detach by dragging left more (should get undocked).
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.mm 211 // dragging a tab. The background should be invisible when the mouse is over a
283 // treat a drag of a tab just like dragging around a tab that's already
292 // If we are dragging a tab, a window with a single tab should immediately
411 // Still dragging within the tab strip, wait for the next drag event.
416 // Do not start dragging until the user has "torn" the tab off by
473 // If dragging the tab only moves the current window, do not show overlay
590 // dragging. It will show when the next call to -layoutTabs (which happens
    [all...]
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 683 // correct when dragging an icon to the left. When dragging to the right,
686 // * Well, it can also point to the end, but not when dragging to the left. :)
696 OnDragExited(); // Perform clean up after dragging.
723 // Set the dragging image for the icon.
830 // dragging (like we do for tab dragging).
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 101 // Test dragging the panel slightly, then detaching, and then reattaching
102 // dragging out by the vector (dx, dy).
154 // Test dragging panel window along the shelf and verify that panel icons
  /external/chromium_org/ui/app_list/views/
app_list_item_view.cc 49 // Delay in milliseconds of when the dragging UI should be shown for mouse drag.
413 // Shows dragging UI when it's confirmed without waiting for the timer.
415 apps_grid_view_->dragging() &&
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 140 // If we are dragging a widget from AppsCustomize, hide the delete target
145 // If we are dragging an application from AppsCustomize, only show the control if we can
423 // If we are dragging from AllApps, then we allow AppsCustomizePagedView to clean up
  /external/chromium_org/ui/app_list/cocoa/
apps_grid_controller_unittest.mm 714 // Test basic item moves with two items; swapping them around, dragging outside
715 // of the view bounds, and dragging on the background.
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.mm 31 // proper live animated dragging behavior, and can't do it in the
248 // Inform delegate of drag source that we're finished dragging,
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 177 // able to drag foreground tabs, so we don't start dragging the tab if
184 // Hook into the message loop to handle dragging.

Completed in 952 milliseconds

<<11121314151617181920>>