/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
AbsoluteLayoutRuleTest.java | 53 // Not dragging one of the existing children
|
LinearLayoutRuleTest.java | 300 // Not dragging one of the existing children 332 // Not dragging one of the existing children 360 // Not dragging one of the existing children 389 // Dragging 1st item 417 // Dragging from same pos 447 // Dragging 1st item
|
/sdk/rule_api/src/com/android/ide/common/api/ |
SegmentType.java | 71 // This happens when you are dragging an element and we don't have
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 395 * @return {boolean} Whether we are currently dragging any folders. 407 * currently dragging over. 409 * dragging over. 438 // If we are dragging a folder we cannot drop it on any of its descendants 452 * currently dragging over. 454 * dragging over. 498 * currently dragging over. 500 * dragging over. 549 * currently dragging over. 551 * dragging over [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_controller.cc | 62 // Delay, in ms, during dragging before we bring a window to front. 456 // Theoretically could be called while dragging if the page tries to 513 // One of the tabs we're dragging has been destroyed. Cancel the drag. 537 // kinds of tab dragging. 660 // situation where we're dragging the last tab in a window when multiple 675 // dragging within it. 747 // Move may do nothing in certain situations (such as when dragging pinned [all...] |
side_tab_strip.cc | 169 // do this as during dragging there isn't a theme provider. 210 if (tab->dragging()) 362 if (!tab->closing() && !tab->dragging())
|
base_tab_strip.h | 47 // Creates and returns a tab that can be used for dragging. Ownership passes 213 // Used by DraggedTabController when the user starts or stops dragging tabs.
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_view.mm | 211 // dragging a tab. The background should be invisible when the mouse is over a 283 // treat a drag of a tab just like dragging around a tab that's already 292 // If we are dragging a tab, a window with a single tab should immediately 411 // Still dragging within the tab strip, wait for the next drag event. 416 // Do not start dragging until the user has "torn" the tab off by 473 // If dragging the tab only moves the current window, do not show overlay 590 // dragging. It will show when the next call to -layoutTabs (which happens [all...] |
tab_view.h | 40 // A view that handles the event tracking (clicking and dragging) for a tab
|
/external/chromium/chrome/browser/ui/views/ |
browser_actions_container.cc | 683 // correct when dragging an icon to the left. When dragging to the right, 686 // * Well, it can also point to the end, but not when dragging to the left. :) 696 OnDragExited(); // Perform clean up after dragging. 723 // Set the dragging image for the icon. 830 // dragging (like we do for tab dragging). [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebUIDelegate.h | 471 @abstract Controls behavior when dragging to a WebView 473 @param draggingInfo The dragging info of the drag 485 @param draggingInfo The dragging info of the drag 493 @abstract Controls behavior when dragging from a WebView 510 the contents of the dragging pasteboard.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.mm | 31 // proper live animated dragging behavior, and can't do it in the 248 // Inform delegate of drag source that we're finished dragging,
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_gtk.cc | 177 // able to drag foreground tabs, so we don't start dragging the tab if 184 // Hook into the message loop to handle dragging.
|
dragged_tab_gtk.h | 123 // dragging scaled and unscaled representations, and also to calculate the
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_touch.cc | 126 // TODO(anicolao): implement dragging 239 // TODO(anicolao): implement dragging
|
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromiumWin.cpp | 157 // When dragging the thumb, draw thumb pressed and other segments normal 226 // When dragging the thumb, draw the buttons normal even when hovered.
|
/development/cmds/monkey/ |
README.NETWORK.txt | 67 single location require both a down and an up. To simulate dragging,
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_toolbar_gtk.h | 111 // Connect/Disconnect signals for dragging a url onto the home button.
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
touch_tab_strip.h | 120 // displaced beyond the minimum dragging threshold.
|
/external/webkit/Source/WebCore/platform/android/ |
ScrollViewAndroid.cpp | 150 animations from queuing up subsequent frames during dragging. */
|
/frameworks/base/core/java/android/text/method/ |
Touch.java | 83 * Handles touch events for dragging. You may want to do other actions
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
ShirtPocket.java | 129 // TODO: "pin area" panel, dragging things out
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragView.java | 58 * @param bitmap The view that we're dragging around. We scale it up when we draw it.
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
UninstallerActivity.java | 163 // If an activity was specified (e.g. when dragging from All Apps to trash can),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionHandle.java | 22 * change the size of the view by dragging it.
|