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

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 146 // overflow menu since once the move has taken place the item you are dragging
172 // When not dragging within the overflow menu (dragging an icon into the menu)
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java 25 /* Class that does most of the work of enabling dragging items out of a PagedView by performing a
110 // Return if global dragging is not enabled
125 * Determines if we should change the touch state to start dragging after the
DragController.java 75 /** Whether or not we're dragging. */
85 * or right while you're dragging.
99 /** The view that will be scrolled when dragging to the left and right edges of the screen. */
161 public boolean dragging() { method in class:DragController
175 * Makes dragging feel more precise, e.g. you can clip out a transparent border
208 * Makes dragging feel more precise, e.g. you can clip out a transparent border
317 * Stop dragging without dropping.
332 // Cancel the current drag if we are removing an app that we are dragging
649 // Clean up dragging on the target if it's not the current fling delete target otherwise,
650 // start dragging to it
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewWithDraggableItems.java 25 /* Class that does most of the work of enabling dragging items out of a PagedView by performing a
110 // Return if global dragging is not enabled
125 * Determines if we should change the touch state to start dragging after the
DragController.java 67 /** Whether or not we're dragging. */
77 * or right while you're dragging.
91 /** The view that will be scrolled when dragging to the left and right edges of the screen. */
151 public boolean dragging() { method in class:DragController
165 * Makes dragging feel more precise, e.g. you can clip out a transparent border
198 * Makes dragging feel more precise, e.g. you can clip out a transparent border
307 * Stop dragging without dropping.
322 // Cancel the current drag if we are removing an app that we are dragging
646 // Clean up dragging on the target if it's not the current fling delete target otherwise,
647 // start dragging to it
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
touch_handler.js 24 * behavior will NOT perform the actual dragging (redrawing the element)
100 // enableDrag defaults to false, set to true to permit dragging.
103 // Fired when an element is held for a period of time. Prevents dragging
167 * For TOUCH_START and DRAG START events, set to true to enable dragging or
168 * false to disable dragging.
399 * Begin tracking the touchable element, it is eligible for dragging.
407 * Stop tracking the touchable element, it is no longer dragging.
461 // the user is dragging something, an accidental second touch could be
499 // Dragging was not enabled, nothing more to do
502 // We want dragging notification
    [all...]
grabber.js 12 * activating touch-based dragging of elements (programatically and/or with
23 * Create a Grabber object to enable grabbing and dragging a given element.
56 // dragging here to leak out of this file (eg. we may switch to using webkit
85 // Fired at the grabber element when dragging begins (after GRAB)
94 // Fired at the grabber element when dragging ends (successfully or not) -
147 Grabber.DRAGGING_CLASS = 'grabber-dragging';
315 // Send the drop event to the element underneath the one we're dragging.
  /external/chromium/chrome/browser/resources/touch_ntp/
touchhandler.js 24 * behavior will NOT perform the actual dragging (redrawing the element)
100 // enableDrag defaults to false, set to true to permit dragging.
103 // Fired when an element is held for a period of time. Prevents dragging
167 * For TOUCH_START and DRAG START events, set to true to enable dragging or
168 * false to disable dragging.
399 * Begin tracking the touchable element, it is eligible for dragging.
407 * Stop tracking the touchable element, it is no longer dragging.
461 // the user is dragging something, an accidental second touch could be
499 // Dragging was not enabled, nothing more to do
502 // We want dragging notification
    [all...]
grabber.js 12 * activating touch-based dragging of elements (programatically and/or with
23 * Create a Grabber object to enable grabbing and dragging a given element.
56 // dragging here to leak out of this file (eg. we may switch to using webkit
85 // Fired at the grabber element when dragging begins (after GRAB)
94 // Fired at the grabber element when dragging ends (successfully or not) -
147 Grabber.DRAGGING_CLASS = 'grabber-dragging';
315 // Send the drop event to the element underneath the one we're dragging.
  /external/chromium_org/ui/webui/resources/js/cr/ui/
touch_handler.js 24 * behavior will NOT perform the actual dragging (redrawing the element)
100 // enableDrag defaults to false, set to true to permit dragging.
103 // Fired when an element is held for a period of time. Prevents dragging
124 // Fired whenever the element is tapped in a short time and no dragging is
171 * For TOUCH_START and DRAG START events, set to true to enable dragging or
172 * false to disable dragging.
413 * Begin tracking the touchable element, it is eligible for dragging.
421 * Stop tracking the touchable element, it is no longer dragging.
475 // the user is dragging something, an accidental second touch could be
517 // We want dragging notification
    [all...]
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 125 if (!tab->closing() && !tab->dragging())
159 // Not needed as dragging isn't supported.
166 // Not needed as dragging isn't supported.
171 // Not needed as dragging isn't supported.
298 if (tab->dragging()) {
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_codelab5_data.html 210 $scope.dropClass = valid ? "dragging" : "invalid-dragging";
269 document.body.classList.add("dragging");
272 document.body.classList.add("invalid-dragging");
285 document.body.classList.remove('dragging');
286 document.body.classList.remove('invalid-dragging');
345 <a href="https://github.com/GoogleChrome/chrome-app-codelab/blob/master/lab5_data/javascript/2_drop_files/index.html">JavaScript index.html</a>) to warn the user that some types of dragging are not allowed:
371 <p>Add appropriate styling for the <code>dragging</code> and
372 <code>invalid-dragging</code> CSS classes in the css.
385 .dragging {
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_drag_controller.mm 73 // treat a drag of a tab just like dragging around a tab that's already
82 // If we are dragging a tab, a window with a single tab should immediately
184 // Still dragging within the tab strip, wait for the next drag event.
189 // Do not start dragging until the user has "torn" the tab off by
256 // If dragging the tab only moves the current window, do not show overlay
372 // dragging. It will show when the next call to -layoutTabs (which happens
453 // dragging a tab. The background should be invisible when the mouse is over a
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 138 // Creates a listener that quits the message loop when no longer dragging.
254 // dragging as it wasn't set up to handle this scenario. These classes
530 // Schedule observer to quit message loop when done dragging. This has to
586 // Drag to target_tab_strip. This should stop the nested loop from dragging
683 // Should no longer be dragging.
742 // Should no longer be dragging.
781 // Should be dragging.
788 // Should have canceled dragging.
803 // Click on the first tab and move it enough so that it starts dragging but is
810 // Should be dragging
    [all...]
tab_drag_controller.h 40 // TabDragController is responsible for managing the tab dragging session. When
46 // While dragging within a tab strip TabDragController sets the bounds of the
296 // Transitions dragging from |attached_tabstrip_| to |target_tabstrip|.
303 // Handles dragging for a touch tabstrip when the tabs are stacked. Doesn't
312 // Handles dragging tabs while the tabs are attached.
315 // Handles dragging while the tabs are detached.
356 // dragging.
443 // started dragging.
464 // Offsets |drag_bounds| if necessary when dragging to the right from the
534 // dragging began. This is used to ensure that the dragged view is alway
    [all...]
stacked_tab_strip_layout.h 24 // during dragging tabs may be stacked before or after the active tab.
137 // contrain. Used when dragging the active tab.
166 // Used when dragging to get the min/max coodinate.
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 21 // dragging state to false.
215 if (tab->dragging())
309 // the user is dragging.
475 // Reset dragging state of existing tabs.
559 // Install a delegate to reset the dragging state when done. We have to leave
560 // dragging true for the tab otherwise it'll draw beneath the new tab button.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Spectrum.js 140 var dragging;
159 if (dragging) {
176 if (!rightClick && !dragging) {
181 dragging = true;
203 if (dragging) {
213 dragging = false;
  /frameworks/base/docs/html/training/gestures/
scroll.jd 92 two different types of scrolling, dragging and flinging:</p>
94 <li><strong>Dragging</strong> is the type of scrolling that occurs when a user drags her
95 finger across the touch screen. Simple dragging is often implemented by overriding
97 {@link android.view.GestureDetector.OnGestureListener}. For more discussion of dragging, see
98 <a href="dragging.html">Dragging and Scaling</a>.</li>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 299 // Not dragging one of the existing children
331 // Not dragging one of the existing children
359 // Not dragging one of the existing children
388 // Dragging 1st item
416 // Dragging from same pos
446 // Dragging 1st item
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 102 // or if the mouse is not above an item. We also bail out if the dragging
146 item.classList.add('dragging');
167 dragItem.classList.remove('dragging');
most_visited.css 214 .dragging,
215 .dragging * {
219 .dragging > .title {
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 108 // The root window can change when dragging into a different screen.
189 // Tell the panel layout manager that we are dragging this panel before
194 // Attach the panel while dragging placing it in front of other panels.
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_drag_gtk.cc 63 // Delegate for moving a panel by dragging the mouse.
83 // Delegate for resizing a panel by dragging the mouse.
255 // Begin dragging only after mouse has moved beyond the drag threshold.
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 162 // overflow menu since once the move has taken place the item you are dragging
188 // When not dragging within the overflow menu (dragging an icon into the menu)

Completed in 1692 milliseconds

1 2 3 4 56 7 8 91011>>