/external/chromium_org/chrome/browser/ui/panels/ |
panel_manager.cc | 450 void PanelManager::Drag(const gfx::Point& mouse_location) { 451 drag_controller_->Drag(mouse_location);
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_non_client_frame_view_ash.cc | 69 // area still drag restored windows. This keeps the clickable area large enough 252 // to drag the window, so redirect clicks in the tab's shadow to caption.
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
browser_actions_container.h | 407 // own lifetime so that it can stay alive during drag and drop operations. 425 // The DropPosition for the current drag-and-drop operation, or NULL if there
|
/external/chromium_org/content/public/browser/ |
web_contents_delegate.h | 287 // Called when an external drag event enters the web contents window. Return 294 // Render view drag n drop ended.
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_aurax11.cc | 84 XStoreName(x_display_, x_window_, "Chromium Drag & Drop Window"); 163 // Return early if this drag already contains file contents (this implies
|
/external/chromium_org/ui/events/gesture_detection/ |
gesture_provider.cc | 19 // Double-tap drag zoom sensitivity (speed). 182 // It's possible that a double-tap drag zoom (from ScaleGestureDetector)
|
/external/chromium_org/ui/gfx/ |
canvas.h | 162 // bitmap for drag images. Drag images have only 1-bit of transparency, so
|
/frameworks/base/docs/html/about/versions/ |
android-3.0-highlights.jd | 208 <p style="margin-top:1.25em;margin-bottom:.75em;"><strong>Multiselect, clipboard, and drag-and-drop</strong></p> 210 <p>The platform offers convenient new interaction modes that developers can use. For managing collections of items in lists or grids, developers can offer a new multiselect mode that lets users choose multiple items for an action. Developers can also use a new system-wide Clipboard to let users easily copy any type of data into and out of their applications. To make it easier for users to manage and organize files, developers can now add drag-and-drop interaction through a DragEvent framework.</p>
|
android-3.1-highlights.jd | 121 screen widgets using drag bars provided by the system. Users can expand widgets 140 point, select, drag, scroll, hover, and other standard actions.</p>
|
/frameworks/base/docs/html/tools/building/ |
configuring-gradle.jd | 330 <li>Drag <strong>SecondActivity</strong> and drop it under the new package in 338 <li>Drag <strong>activity_second.xml</strong> from <em>app/src/main/res/layout</em> and drop it
|
/frameworks/base/docs/html/tools/studio/ |
index.jd | 37 <li>Rich layout editor with support for drag and drop theme editing</li> 310 <p>From the Design View, you can drag and drop elements from the Palette to the Preview or
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
RecipientEditTextView.java | [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ScrollController.java | 612 /** using drag */ 632 /** drag operation mode */ [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab.cc | 845 // Allow a right click from touch to drag, which corresponds to a long click. 887 // Notify the drag helper that we're done with any potential drag operations. 888 // Clean up the drag helper, which is re-created on the next mouse press. 889 // In some cases, ending the drag will schedule the tab for destruction; if [all...] |
/frameworks/base/core/java/android/view/ |
ViewGroup.java | 152 // View currently under an ongoing drag 155 // Metadata about the ongoing drag 159 // Does this group have a child that can accept the current drag payload? 162 // Used during drag dispatch [all...] |
ViewRootImpl.java | 289 /* Drag/drop */ [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
file_manager.js | 948 // Open and Save dialogs. But drag-n-drop and copy-paste are not needed. [all...] |
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model.cc | 287 // then the user aborted the drag, we will have the |closing_all_| member 496 // We're being told to drag mini-tabs to an invalid location. Adjust the 798 // drag-and-drops a link to the tab strip), callers aren't really handling [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_unittest.cc | [all...] |
/external/chromium_org/content/renderer/ |
render_view_impl.h | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
SourcesPanel.js | 590 infobar.createDetailsRowMessage(WebInspector.UIString("To add a folder into the workspace, drag and drop it into the Sources panel.")); [all...] |
/external/chromium_org/ui/file_manager/gallery/css/ |
gallery.css | 166 -webkit-app-region: drag; 176 -webkit-app-region: no-drag; 260 /* Special behavior on mouse drag.
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
list.js | [all...] |
/frameworks/base/core/java/android/widget/ |
HorizontalScrollView.java | 509 * If being flinged and user touches the screen, initiate drag; 519 /* Release the drag */ 540 * drag mode. [all...] |
/frameworks/native/services/inputflinger/ |
InputReader.h | 172 // touch pointer to it during a drag. This threshold is set to avoid switching due 180 // Tap drag gesture delay time. 182 // this to be considered a drag. Otherwise, the previous tap is finished and a [all...] |