/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...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
ViewDragHelper.java | 35 * of useful operations and state tracking for allowing a user to drag and reposition 108 // Current drag state; idle, dragging or settling 111 // Distance to travel before a drag may begin 150 * Called when the drag state changes. See the <code>STATE_*</code> constants 153 * @param state The new drag state 162 * Called when the captured view's position changes as the result of a drag or settle. 217 * Called when the given edge may become locked. This can happen if an edge drag 230 * Called when the user has started a deliberate drag away from one 277 * is permitted to drag the given view with the indicated pointer. 355 * the start of a drag. Larger values are more sensitive. 1.0f is normal [all...] |
/packages/apps/Dialer/src/com/android/dialer/widget/ |
ViewDragHelper.java | 36 * of useful operations and state tracking for allowing a user to drag and reposition 109 // Current drag state; idle, dragging or settling 112 // Distance to travel before a drag may begin 155 * Called when the drag state changes. See the <code>STATE_*</code> constants 158 * @param state The new drag state 167 * Called when the captured view's position changes as the result of a drag or settle. 234 * Called when the given edge may become locked. This can happen if an edge drag 247 * Called when the user has started a deliberate drag away from one 294 * is permitted to drag the given view with the indicated pointer. 362 * the start of a drag. Larger values are more sensitive. 1.0f is normal [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Workspace.java | [all...] |
AppsCustomizePagedView.java | 610 // Get the widget preview as the drag representation 615 // we abort the drag. 621 // Compose the drag image 652 // Compare the size of the drag preview to the preview in the AppsCustomize tray 671 // Don't clip alpha values for the drag outline if we're using the default widget preview 679 // Start the drag 706 // We don't enter spring-loaded mode if the drag has been cancelled 781 // Display an error message if the drag failed due to there not being enough space on the 808 // We just dismiss the drag when we fling, so cleanup here [all...] |
PagedView.java | 73 // the min drag distance for a fling to register, to prevent random page shifts 254 // Drag to delete [all...] |
/frameworks/support/v4/java/android/support/v4/view/ |
ViewPager.java | [all...] |
/frameworks/base/core/java/android/widget/ |
Switch.java | 52 * options. The user may drag the "thumb" back and forth to choose the selected option, 477 * can physically touch and drag along the track. 496 * can physically touch and drag along the track. 508 * can physically touch and drag along the track. 795 * Called from onTouchEvent to end a drag operation. 797 * @param ev Event that triggered the end of drag mode - ACTION_UP or ACTION_CANCEL 803 // has not been disabled during the drag. [all...] |
/frameworks/base/docs/html/tools/help/ |
adt.jd | 129 <dd>Edit and design your XML layout files with a drag and drop interface. The layout editor 237 you can drag onto the canvas. The palette shows rendered previews of the 265 <p>The canvas is the area where you can drag and drop UI widgets from the palette to design your 268 the <a href="#configuration-chooser">configuration chooser</a>. You can also drag and drop 338 <li>Preview drag and drop location: When you drag and drop a UI widget onto the canvas, ruler 375 <p>The palette contains the UI widgets that you can drag and drop onto the canvas and add to your
|
MonkeyDevice.jd | 107 <a href="#drag">drag</a> 115 Simulates a drag gesture (touch, hold, and move) on this device's screen. 549 <A NAME="drag"></A> 555 <span class="sympad">drag</span> 568 Simulates a drag gesture (touch, hold, and move) on this device's screen. 577 The starting point of the drag gesture, in the form of a <em>tuple</em> 584 The end point of the drag gesture, in the form of a <em>tuple</em> (x,y) 590 <td>The duration of the drag gesture in seconds. The default is 1.0 seconds.</td> [all...] |
/external/chromium_org/ui/views/controls/textfield/ |
textfield.cc | 66 // Get the drag selection timer delay, respecting animation scaling for testing. 634 // Don't adjust the cursor on a potential drag and drop, or if the mouse 635 // movement from the last mouse click does not exceed the drag threshold. 658 // Cancel suspected drag initiations, the user was clicking in the selection. 749 // and try to initiate drag-drop. If drag-drop is not enabled, context 751 // handle drag-drop or context menu. 883 // Delete the current selection for a drag and drop within this view. [all...] |
/external/chromium-trace/trace-viewer/src/tracing/ |
timeline_track_view.js | 104 this.dragBox_.className = 'drag-box'; 472 ' drag (Selection mode) : Select slices (with ' + mod + 474 ' drag (Pan mode) : Pan left/right/up/down)\n\n'; 757 // Update the drag box 779 // Figure out extents of the drag.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_codelab5_data.html | 172 <h2 id="handle_drag_and_dropped_files_and_urls">Handle drag-and-dropped files and URLs</h2> 176 It's simple enough to add drag-and-drop support 178 <a href="http://www.html5rocks.com/en/tutorials/dnd/basics/">HTML5 Drag-and-Drop API</a>. 398 You can now drag files into the Todo list.</p> 418 <li><p>Chrome Apps support almost all HTML5 APIs, such as drag and drop.
|
/external/chromium_org/ui/views/touchui/ |
touch_selection_controller_impl.cc | 31 // When a handle is dragged, the drag position reported to the client view is 34 // say if this is zero, that means the drag position we report is the point 42 // ET_GESTURE_SCROLL_UPDATE event and the drag position reported to the client: 44 // | |<-|---- Drag position reported to client 286 // Vertical offset between the scroll event position and the drag position
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
PagedView.java | 65 // the min drag distance for a fling to register, to prevent random page shifts 243 // Drag to delete [all...] |
/development/ndk/sources/android/ndk_helper/ |
gestureDetector.cpp | 198 //Reset pinch or drag 306 //Reset pinch or drag 318 //Drag
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
_index.html | 260 <h3>Drag and Drop</h3> 262 <dt><a href="DragAndDropDemo.html">Drag and Drop Demo</a></dt> 263 <dd>Demonstrates how to perform drag and drop using an OnDragListener. (Uses the <a
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.css | 326 #footer.showing-trash-mode #trash.drag-target { 353 #footer.showing-trash-mode #trash.drag-target .lid { 357 html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
|
/external/chromium_org/chrome/browser/ui/ |
browser_window.h | 70 // Closes the window as soon as possible. If the window is not in a drag 72 // events are still fired) until the drag ends, then close. This assumes 336 // instance during tab drag on Views/Win32).
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 99 // Experimentally a drag hover open delay needs to be bigger than a 100 // normal (non-drag) menu hover open such as used in the bookmark folder. 237 // When doing a drag, this is folder button "hovered over" which we
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_controller_unittest.mm | 54 // Fire the mouseUp to break the TabView drag loop. 308 // up, but the down goes into a tight drag loop. To break the loop, we have 309 // to fire a timer that sends a mouse up event while the "drag" is ongoing.
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.h | 287 // are the same, but they may differ during animations or drag and drop. 341 // Shows the menu used during drag and drop for the specified node. 405 // Used when showing a menu for drag and drop. That is, if the user drags
|
bookmark_bar_view_test.cc | 668 // Tests drag and drop within the same menu. 706 // Start a drag. 778 // Tests drag and drop to different menu. 811 // Drag over other button. 818 // TODO: fix this. Aura requires an additional mouse event to trigger drag 823 // Start a drag. 833 // Drag over other button. 911 // Drag over other button. 917 // Start a drag. 919 // TODO: fix this. Aura requires an additional mouse event to trigger drag [all...] |
/external/chromium_org/content/browser/web_contents/ |
web_drag_source_mac.mm | 216 // Unknown drag pasteboard type. 297 NOTREACHED() << "No drag-and-drop data available for promised file."; 395 // There are two ways to drag/drop files. NSFilesPromisePboardType is the
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValueKeywords.in | 567 // -webkit-user-drag 929 drag 930 no-drag
|