/packages/apps/Launcher3/src/com/android/launcher3/ |
CellLayout.java | 115 // These arrays are used to implement the drag visualization on x-large screens. 135 // When a drag operation is in progress, holds the nearest cell to the touch point 227 // Initialize the data structures used for the drag visualization. 236 // behind the drag path. 271 // The animation holds a reference to the drag outline bitmap as long is it's 406 // a drag). However, we also drag the mini hover background *over* one of those two 682 // long-press we'd end up picking up an item from a previous drag operation. [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
TouchTest.java | 121 // Drag the difference between the text width and the screen width.
|
/development/cmds/monkey/ |
README.NETWORK.txt | 69 the drag), followed by a "touch up" at the final location.
|
/external/chromium_org/ash/drag_drop/ |
drag_drop_interactive_uitest.cc | 153 // during drag & drop operation.
|
/external/chromium_org/ash/ime/ |
candidate_view_unittest.cc | 162 // Highlight follows the drag.
|
/external/chromium_org/ash/wm/ |
app_list_controller.h | 75 // If |drag_and_drop_host| is not NULL it will be called upon drag and drop
|
system_gesture_event_filter_unittest.cc | 307 // Start a two-finger drag on |first|, and then try to use another two-finger 308 // drag to move |second|. The attempt to move |second| should fail. 321 // Do not drag too fast to avoid fling. 473 // The window should move and the drag should be determined by the center
|
/external/chromium_org/chrome/browser/ |
file_select_helper.h | 156 // the file select dialog or from drag-and-drop of directories, so there could
|
/external/chromium_org/chrome/browser/resources/feedback/css/ |
feedback.css | 21 -webkit-app-region: drag;
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
apps_page.css | 17 .drag-representation:not(.placing) .app-contents {
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
change_picture_options.css | 10 -webkit-user-drag: none;
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller_browsertest.cc | 177 // Drag the item off the shelf and let the mouse go. 179 // Drag the item off the shelf, move the mouse back and then let go. 181 // Drag the item off the shelf and then issue a cancel command. 183 // Drag the item off the shelf and do not release the mouse. [all...] |
/external/chromium_org/chrome/browser/ui/autofill/ |
generated_credit_card_bubble_controller_unittest.cc | 87 // Without this there will be drag and drop failures. http://crbug.com/227221
|
/external/chromium_org/chrome/browser/ui/cocoa/apps/ |
native_app_window_cocoa.h | 211 // For system drag, the whole window is draggable and the non-draggable areas
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_unittest.mm | 88 // Since this returns (does not actually begin a modal drag), success!
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.mm | 46 // that the user wants to drag. 445 // If the decoration is draggable, then initiate a drag if the user 683 // Data for the 'drag' resource. 700 AddResource(dragHandle, 'drag', 128, noName); [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_window_controller_cocoa.h | 98 - (void)drag:(NSPoint)mouseLocation;
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_view.mm | 232 // Try to initiate a drag. This will spin a custom event loop and may 266 // Messaging the drag controller with |-endDrag:| would seem like the right 268 // target is nil until the drag is finalized. Since |-mouseUp:| gets called 270 // maybeStartDrag:forTab:], the drag controller can end the dragging session
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_collection.h | 135 // when the drag is cancelled. After the placement information is saved,
|
panel_manager.h | 95 void Drag(const gfx::Point& mouse_location);
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_drag_drop_views.cc | 38 // Allow nested message loop so we get DnD events as we drag this around.
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
wrench_menu.h | 41 // Indicates that the menu was opened for a drag-and-drop operation.
|
/external/chromium_org/chrome/browser/ui/webui/ |
favicon_source.cc | 128 // drag the image they get no extension.
|
/external/chromium_org/components/web_modal/ |
web_contents_modal_dialog_manager.cc | 30 // Delegate can be NULL on Views/Win32 during tab drag.
|
/external/chromium_org/content/browser/download/ |
drag_download_file.cc | 28 // the UI thread. DragDownloadFile may run on either the "drag" thread or the UI
|