/sdk/eclipse/ |
changes.txt | 393 selected and during drag and drop 403 - Rewritten outline drag & drop handling, improved label colors 438 - full drag and drop from palette to layout for all Layout 559 - Basic support for drag'n'drop in Graphical layout editor. You can 560 add new items by drag'n'drop from the palette. There is no support [all...] |
/external/chromium_org/ui/views/ |
view.cc | 62 // Default horizontal drag threshold in pixels. 66 // Default vertical drag threshold in pixels. [all...] |
/external/chromium_org/ash/wm/ |
workspace_controller_unittest.cc | [all...] |
/frameworks/base/core/java/android/widget/ |
ListPopupWindow.java | [all...] |
/external/chromium_org/ash/wm/panels/ |
panel_layout_manager.cc | 359 // result of bounds change from within the application during a drag. 360 // If so we have already stopped the drag and should reparent the panel 362 // TODO(varkha): Updating bounds during a drag can cause problems and a more [all...] |
/external/chromium_org/chrome/browser/resources/downloads/ |
downloads.js | 768 * Tells the backend to initiate a drag, allowing users to drag 775 chrome.send('drag', [this.id_.toString()]); [all...] |
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
browser_actions_container.cc | 337 // show us even when empty, e.g. as a drag target for dragging in icons from 518 // Because the user can drag outside the container bounds, we need to clamp 568 // If this was a drag between containers, we will have to adjust the number of [all...] |
browser_action_view.cc | 203 // enable menu-like drag-select behavior.
|
/frameworks/base/packages/SystemUI/res/values/ |
dimens.xml | 321 <!-- Minimum distance the user has to drag down to go to the full shade. --> 360 <!-- Distance the user needs to drag vertically such that a swipe is accepted to unlock the 477 <!-- How far the user needs to drag up to invoke search. -->
|
/packages/apps/Dialer/src/com/android/dialer/ |
DialtactsActivity.java | 255 * Listener that listens to drag events and sends their x and y coordinates to a [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Folder.java | 651 // These represent the visual top and left of drag view if a dragRect was provided. 680 // We only close the folder if this is a true drag exit, ie. not because a drop 697 // The drag failed, we need to return the item to the folder [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
TwoPaneController.java | 386 /** START TPL DRAWER DRAG CALLBACKS **/ 408 // On drag completion animate the drawer to the final state. 411 /** END TPL DRAWER DRAG CALLBACKS **/ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
LinearLayoutRule.java | 275 // ==== Drag'n'drop support ==== 315 // We don't want to insert drag positions before or after the 318 // when you drag near its current position we show a match right [all...] |
/external/chromium-trace/trace-viewer/src/ui/ |
mouse_mode_selector.js | 41 this.dragHandleEl_ = this.querySelector('.drag-handle');
|
/external/chromium_org/ash/display/ |
screen_position_controller.cc | 85 // by X during drag, a weird LocatedEvent, something like (0, 1123)
|
/external/chromium_org/ash/ime/ |
candidate_view.cc | 230 // Moves the drag target to the sibling view.
|
/external/chromium_org/ash/wm/dock/ |
docked_window_layout_manager.h | 116 // Used to snap docked windows to the side of screen during drag.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/ |
AppMenu.java | 264 * Dismisses the app menu and cancels the drag-to-scroll if it is taking place.
|
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
downloads_api.h | 272 DECLARE_EXTENSION_FUNCTION("downloads.drag", DOWNLOADS_DRAG)
|
/external/chromium_org/chrome/browser/extensions/api/file_handlers/ |
app_file_handler_util.cc | 381 // systems returned by the file system API or from a drag and drop operation.
|
/external/chromium_org/chrome/browser/resources/options/ |
search_engine_manager_engine_list.js | 149 // Add the Make Default button. Temporary until drag-and-drop
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_icon_source.cc | 114 // drag the image they get no extension.
|
/external/chromium_org/content/common/input/ |
web_input_event_traits.cc | 159 // e.g., with double-tap drag zoom.
|
/external/chromium_org/content/renderer/ |
render_widget_fullscreen_pepper.cc | 81 // velocity. In both cases, it should end the drag that was initiated by
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
MouseEvent.cpp | 160 || t == EventTypeNames::dragstart|| t == EventTypeNames::drag || t == EventTypeNames::dragend;
|