HomeSort by relevance Sort by last modified time
    Searched refs:drop (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 91 /** Who can receive drop events */
450 drop(dragLayerX, dragLayerY); method
487 // Drop on someone?
603 drop(dragLayerX, dragLayerY);
655 // Drop onto the fling-to-delete target
659 // "drop"
671 private void drop(float x, float y) {
747 * Add a DropTarget to the list of potential places to receive drop events.
754 * Don't send drop events to <em>target</em> any more.
761 * Sets the current fling-to-delete drop target
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 89 /** Who can receive drop events */
450 drop(dragLayerX, dragLayerY); method
487 // Drop on someone?
604 drop(dragLayerX, dragLayerY);
656 // Drop onto the fling-to-delete target
660 // "drop"
672 private void drop(float x, float y) {
739 * Add a DropTarget to the list of potential places to receive drop events.
746 * Don't send drop events to <em>target</em> any more.
753 * Sets the current fling-to-delete drop target
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
host_gcc.mk 15 # in the linker to drop libc++ unless it's actually needed.
host_vc.mk 15 # in the linker to drop libc++ unless it's actually needed.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 255 const int drop = (lowmark > 1) ? lowmark/2 : 1; local
256 ReleaseToCentralCache(list, cl, drop);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 249 const int drop = (lowmark > 1) ? lowmark/2 : 1; local
250 ReleaseToCentralCache(list, cl, drop);
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 317 mDropListener.drop(mSrcDragPos, mDragPos);
468 void drop(int from, int to); method in interface:TouchInterceptor.DropListener
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css 100 background: #fff -webkit-canvas(drop-down-arrow) no-repeat center center;
354 background: transparent -webkit-canvas(drop-down-arrow)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventNames.h 70 macro(drop) \
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementInstance.cpp 71 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(SVGElementInstance, correspondingElement(), drop);
SVGElementInstance.h 132 DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), drop); member in class:WebCore::SVGElementInstance
  /external/kernel-headers/original/linux/
quota.h 248 int (*drop) (struct inode *); member in struct:dquot_operations
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 156 document.addEventListener(Grabber.EventType.DROP, appDrop);
174 trash.addEventListener(Grabber.EventType.DROP, appTrash);
410 // Prevent any built-in drag-and-drop support from activating for the
564 // for it - eg. if we drop on it, or the drag is cancelled)
638 * @param {Grabber.Event} e The event from the Grabber indicating the drop.
646 // Mark this drop as handled so that the catch-all drop handler
657 * @param {Grabber.Event} e The event from the Grabber indicating the drop.
753 // case because if we did actually drop an app there, we want to retain that
  /external/chromium_org/chrome/browser/resources/history/
history.css 333 .drop-down {
565 button.menu-button.drop-down {
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.h 271 DEFINE_ATTRIBUTE_EVENT_LISTENER(drop);
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 118 // Don't adjust the cursor on a potential drag and drop, or if the mouse
200 // If long press happens in selected text and touch drag drop is enabled,
202 // drop.
322 // Delete the current selection for a drag and drop within this view.
326 // Adjust the drop destination if it is on or after the current selection.
327 size_t drop = drop_destination_model.caret_pos(); local
328 drop -= GetSelectedRange().Intersect(ui::Range(0, drop)).length();
329 model_->DeleteSelectionAndInsertTextAt(text, drop);
332 // Drop always inserts text even if the textfield is not in insert mode
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 152 document.addEventListener(Grabber.EventType.DROP, appDrop);
170 trash.addEventListener(Grabber.EventType.DROP, appTrash);
454 // for it - eg. if we drop on it, or the drag is cancelled)
528 * @param {Grabber.Event} e The event from the Grabber indicating the drop.
536 // Mark this drop as handled so that the catch-all drop handler
547 * @param {Grabber.Event} e The event from the Grabber indicating the drop.
643 // case because if we did actually drop an app there, we want to retain that
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 734 static std::string Trim(const std::string& s, const std::string& drop = " \t") {
735 std::string::size_type first = s.find_first_not_of(drop);
736 std::string::size_type last = s.find_last_not_of(drop);
  /external/chromium_org/chrome_frame/
chrome_frame_activex.cc 240 bool drop = true; local
254 drop = false;
261 if (drop)
439 // Drop privileged mode on uninitialization.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 40 * drop-down.
497 private void dropDown(boolean drop) {
498 if (drop == isDropped()) {
501 if (!drop) {
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 57 // we can drop all entries for the same key with sequence numbers < S.
904 bool drop = false; local
922 drop = true; // (A)
933 drop = true;
940 " Compact: %s, seq %d, type: %d %d, drop: %d, is_base: %d, "
943 (int)ikey.sequence, ikey.type, kTypeValue, drop,
948 if (!drop) {
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 2172 xsltDropCallCallback drop; member in struct:_xsltDebuggerCallbacks
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 2172 xsltDropCallCallback drop; member in struct:_xsltDebuggerCallbacks
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 329 // The autoscroll rate during drag and drop, in px per second.
425 // Returns true if |coordinates| point to a valid drop location. The
779 // Enable drag and drop reordering of the app launcher.
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 386 Profile.drop();

Completed in 5377 milliseconds

1 23 4 5 6