/external/chromium_org/third_party/skia/samplecode/ |
SampleWarp.cpp | 368 static SkPoint apply_warp(const SkVector& drag, SkScalar dragLength, 389 static SkPoint apply_warp2(const SkVector& drag, SkScalar dragLength, 415 typedef SkPoint (*WarpProc)(const SkVector& drag, SkScalar dragLength,
|
/external/chromium_org/ui/views/controls/textfield/ |
textfield.h | 204 // Returns whether there is a drag operation originating from the textfield. 347 // Helper function to update the selection on a mouse drag. 462 // Used to track touch drag starting location and offset to enable touch
|
/external/skia/samplecode/ |
SampleWarp.cpp | 368 static SkPoint apply_warp(const SkVector& drag, SkScalar dragLength, 389 static SkPoint apply_warp2(const SkVector& drag, SkScalar dragLength, 415 typedef SkPoint (*WarpProc)(const SkVector& drag, SkScalar dragLength,
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DeleteDropTarget.java | 264 * Creates an animation from the current drag view to the delete trash icon. 281 final float x1 = from.left; // drag view t/l 318 * Creates an animation from the current drag view along its current velocity vector.
|
CellLayout.java | 113 // These arrays are used to implement the drag visualization on x-large screens. 133 // When a drag operation is in progress, holds the nearest cell to the touch point 222 // Initialize the data structures used for the drag visualization. 234 // behind the drag path. 269 // The animation holds a reference to the drag outline bitmap as long is it's 431 // a drag). However, we also drag the mini hover background *over* one of those two 768 // long-press we'd end up picking up an item from a previous drag operation. [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
DeleteDropTarget.java | 369 * Creates an animation from the current drag view to the delete trash icon. 389 final float x1 = from.left; // drag view t/l 426 * Creates an animation from the current drag view along its current velocity vector.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridDropHandler.java | 52 * The {@link GridDropHandler} handles drag and drop operations into and within a 73 * Computes the best horizontal and vertical matches for a drag to the given position. 75 * @param feedback a {@link DropFeedback} object containing drag state like the drag 76 * bounds and the drag baseline 275 // TODO: Only match the right hand side if the drag bounds fit fully within the [all...] |
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
ContentFragment.java | 77 // Handle drag events when a list item is dragged into the view 229 // Determine whether to continue processing drag and drop based on the
|
TitlesFragment.java | 113 // Enable drag and dropping 184 /** This defines how the draggable list items appear during a drag event */
|
/external/chromium_org/ash/shelf/ |
shelf_window_watcher_unittest.cc | 233 resizer->Drag(gfx::Point(50, 50), 0); 274 resizer->Drag(gfx::Point(50, 50), 0);
|
/external/chromium_org/ash/wm/ |
window_resizer.cc | 29 // Returns true for resize components along the right edge, where a drag in 211 // calculate the target display after the drag.
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/ |
wallpaper_manager.css | 10 -webkit-app-region: drag; 32 -webkit-app-region: no-drag;
|
/external/chromium_org/chrome/browser/resources/standalone/ |
standalone_hack.js | 172 * to drag, when the user releases a click event will be generated. 186 // Distance which a touch needs to move to be considered a drag
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_strip_view.mm | 186 // (drag-threshold); the former is Carbon GetDblTime()/60.0 or 197 // If clickCount is 0, the drag threshold was passed.
|
/external/chromium_org/chrome/browser/ui/panels/ |
detached_panel_collection.cc | 67 // moved out the stack and the drag has not ended. When the drag ends, it
|
/external/chromium_org/chrome/browser/ui/views/download/ |
download_item_view.h | 287 // Whether we are tracking a possible drag. 290 // Position that a possible drag started at.
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab.h | 114 // "drag insertion point". If we simply used the x-coordinate of the tab, 120 // width, or else the user won't be able to drag a tab to the left of the
|
/external/chromium_org/content/public/browser/ |
notification_types.h | 197 // This notifies the observer that the drag operation ack in a drag and
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
file_grid.js | 251 * Obtains if the drag selection should be start or not by referring the mouse 253 * @param {MouseEvent} event Drag start event.
|
/external/chromium_org/ui/views/controls/button/ |
custom_button.cc | 164 // Starting a drag results in a MouseCaptureLost, we need to ignore it. 175 // Starting a drag results in a MouseExited, we need to ignore it.
|
/frameworks/base/docs/html/sdk/installing/ |
studio-tips.jd | 66 <p>Android Studio offers an advanced layout editor that allows you to drag-and-drop widgets 80 widgets available to drag-and-drop by clicking <strong>Palette</strong> on the left side of the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
CarbonEvents.py | 279 kEventParamDragRef = FOUR_CHAR_CODE('drag') 295 typeDragRef = FOUR_CHAR_CODE('drag')
|
Files.py | 357 kClippingCreator = FOUR_CHAR_CODE('drag') 362 kInternetLocationCreator = FOUR_CHAR_CODE('drag')
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
AbsoluteLayoutRule.java | 57 // ==== Drag'n'drop support ==== 58 // The AbsoluteLayout accepts any drag'n'drop anywhere on its surface.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller_unittest.mm | 738 // Pop up a folder menu and drag in a button from the bar. 748 // Drag a bar button onto a bookmark (i.e. not a folder) in a folder 822 // Drag a bar button onto a bookmark (i.e. not a folder) in a folder [all...] |