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

1 2

  /external/chromium/chrome/browser/resources/ntp4/
apps_page.css 40 /* Dragging is set (without grabbed being cleared) when a grabbed app is
42 .grabber-dragging {
new_tab.js 406 * Invoked when app dragging begins.
441 * Invoked when app dragging terminates (either successfully or not)
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 66 // Continues dragging a Tab.
69 // Ends dragging a Tab. |canceled| is true if the drag was aborted in a way
75 // detaching. Used by the Frame to determine if dragging on the Tab
100 void set_dragging(bool dragging) { dragging_ = dragging; }
101 bool dragging() const { return dragging_; } function in class:TabGtk
155 // Starts the dragging operation. |drag_offset| is the offset inside the tab
159 // Ends the dragging operations. |canceled| is true if the operation was
tab_strip_gtk.cc 787 if (tab->dragging())
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.h 60 void set_dragging(bool dragging) { dragging_ = dragging; }
61 bool dragging() const { return dragging_; } function in class:BaseTab
171 // WARNING: this is null during detached tab dragging.
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())
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.
tab_strip.cc 263 // do this as during dragging there isn't a theme provider.
283 if (tab->dragging()) {
459 if (!tab->closing() && !tab->dragging())
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 86 * position to implement dragging.
99 * Called when the mouse has moved after dragging started.
119 * Called once the mouse has been released, and the dragging is over.
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 214 .dragging,
215 .dragging * {
219 .dragging > .title {
apps.css 93 .app.dragging > .app-settings {
97 .app.dragging {
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');
  /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/chrome/browser/resources/touch_ntp/
newtab.css 25 show up as flicker when dragging in some situations */
27 /* Don't allow selecting text - can occur when dragging */
125 /* Dragging is set (without grabbed being cleared) when a grabbed app is
127 .grabber-dragging {
newtab.js 516 * Invoked when app dragging begins.
551 * Invoked when app dragging terminates (either successfully or not)
  /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...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 70 /** Whether or not we're dragging. */
80 * or right while you're dragging.
94 /** The view that will be scrolled when dragging to the left and right edges of the screen. */
145 public boolean dragging() { method in class:DragController
171 * Makes dragging feel more precise, e.g. you can clip out a transparent border
205 * Makes dragging feel more precise, e.g. you can clip out a transparent border
250 * Makes dragging feel more precise, e.g. you can clip out a transparent border
359 * Stop dragging without dropping.
373 // Cancel the current drag if we are removing an app that we are dragging
Workspace.java 171 /** Is the user is dragging an item near the edge of a page? */
688 // this is when user is actively dragging a particular screen, they might
709 // Hide the outlines, as long as we're not dragging
710 if (!mDragController.dragging()) {
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 412 // a touchStart without any real dragging before touchEnd - we can allow
  /frameworks/base/docs/html/resources/
resources-data.js 122 en: 'Touch screens allow users to perform gestures, such as tapping, dragging, flinging, or sliding, to perform various actions. The gestures API enables your application to recognize even complicated gestures with ease. This article explains how to integrate this API into an application.'
  /prebuilt/darwin-x86/swt/
swt.jar 
  /external/chromium/chrome/browser/resources/
new_new_tab.js     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 972 milliseconds

1 2