/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
media_controls.js | 244 * @param {boolean} on True if dragging. 320 * @param {boolean} on True if dragging is in progress. 708 * @return {boolean} True if dragging is in progress. 957 // Dragging started, align the seek mark with the thumb position. 961 // Just finished dragging. [all...] |
/external/chromium_org/ash/shelf/ |
shelf_view.cc | 581 // button, ShelfView dragging operations are locked and we have to unlock. 698 // To track the dragging of |drag_view_| continuously, its visibility 809 // To receive drag event continously from |drag_view_| during the dragging [all...] |
shelf_view_unittest.cc | 534 // Compare pre-stored items' id with newly positioned items' after dragging [all...] |
/frameworks/base/services/java/com/android/server/accessibility/ |
TouchExplorer.java | 98 // the two dragging pointers as opposed to use the location of the primary one. 122 // The ID of the pointer used for dragging. 150 // the two dragging pointers as opposed to use the location of the primary one. 639 * Handles a motion event in dragging state. 648 throw new IllegalStateException("Dragging state can be reached only if two " 652 // We are in dragging state so we have two pointers and another one [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller.cc | 82 // Delay, in ms, during dragging before we bring a window to front. 581 // If we're dragging a window ignore capture lost since it'll ultimately 657 // Theoretically could be called while dragging if the page tries to 708 // One of the tabs we're dragging has been destroyed. Cancel the drag. 733 // kinds of tab dragging. [all...] |
stacked_tab_strip_layout.cc | 78 // If we're at a particular edge and start dragging, expose all the tabs after 79 // the tab (or before when dragging to the left).
|
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
DynamicListView.java | 44 * The dynamic listview is an extension of listview that supports cell dragging 287 * the movement of the hover cell has ended, then the dragging event
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 90 // Delay on hover before a submenu opens when dragging. 320 // dragging) where a 'stale' menu presentation should first be collapsed before
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_drag_source.mm | 243 // Synthesize an event for dragging, since we can't be sure that 244 // [NSApp currentEvent] will return a valid dragging event.
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.h | 196 // When dragging in the middle of a folder, assume the user wants to drop 358 // dragging.
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_dragging_test.cc | 20 // This test doesn't make sense on chromeos as chromeos doesn't allow dragging 38 // These tests fail on Linux because we haven't implemented all of tab dragging
|
/external/chromium_org/ash/wm/ |
window_resizer.cc | 192 // position. For example, dragging the left edge to the right should stop 237 // by dragging the bottom edge or corners.
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.css | 14 show up as flicker when dragging in some situations */ 16 /* Don't allow selecting text - can occur when dragging */
|
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
margin_control_container.js | 106 DRAGGING_HORIZONTAL: 'margin-control-container-dragging-horizontal', 107 DRAGGING_VERTICAL: 'margin-control-container-dragging-vertical'
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 97 // Delay on hover before a submenu opens when dragging. 343 // dragging) where a 'stale' menu presentation should first be collapsed before
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.h | 201 // When dragging in the middle of a folder, assume the user wants to drop 368 // dragging.
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_drag_win.cc | 213 // 1) Remove the background dragging support. This is safe since it does not 419 // the dragging before DoDragDrop returns. This makes the page leave the drag
|
web_drag_source_mac.mm | 231 // Synthesize an event for dragging, since we can't be sure that 232 // [NSApp currentEvent] will return a valid dragging event.
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
TrackingInputHandler.java | 72 * dragging whilst a button is held down. 326 // Note that distance values are reversed. For example, dragging a finger in the
|
/external/chromium_org/ui/webui/resources/js/ |
util.js | 178 * Disables text selection and dragging, with optional whitelist callbacks. 192 // Disable dragging.
|
/frameworks/base/core/java/android/widget/ |
EdgeEffect.java | 110 // How much dragging should effect the height of the edge image. 114 // How much dragging should effect the height of the glow image.
|
/frameworks/support/v4/java/android/support/v4/widget/ |
ViewDragHelper.java | 108 // Current drag state; idle, dragging or settling 173 * Called when a child view is captured for dragging or settling. The ID of the pointer 174 * currently dragging the captured view is supplied. If activePointerId is 452 * Capture a specific child view for dragging within the parent. The callback will be notified 457 * @param activePointerId ID of the pointer that is dragging the captured child view 479 * @return The ID of the pointer currently dragging the captured view, [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
EdgeEffect.java | 116 // How much dragging should effect the height of the edge image. 120 // How much dragging should effect the height of the glow image.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DeleteDropTarget.java | 181 // If we are dragging an application from AppsCustomize, only show the control if we can 522 // If we are dragging from AllApps, then we allow AppsCustomizePagedView to clean up
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_utils.h | 76 // Begins dragging a folder of bookmarks.
|