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

1 23 4 5 6 7

  /external/v8/test/mjsunit/regress/
regress-1129.js 37 // Try to compile in UC16 mode, and drop the exception.
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 706 // Draw a drop shadow for the text
715 // Turn off drop shadow
1479 int drop = -1; local
    [all...]
  /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 83 /** Who can receive drop events */
446 drop(dragLayerX, dragLayerY); method
483 // Drop on someone?
600 drop(dragLayerX, dragLayerY);
652 // Drop onto the fling-to-delete target
656 // "drop"
668 private void drop(float x, float y) {
735 * Add a DropTarget to the list of potential places to receive drop events.
742 * Don't send drop events to <em>target</em> any more.
749 * Sets the current fling-to-delete drop target
    [all...]
  /external/chromium_org/chrome/browser/resources/feedback/css/
feedback.css 172 text-shadow: 1px sharp drop shadow rgb(45, 106, 218);
  /external/chromium_org/native_client_sdk/src/tools/
host_vc.mk 15 # in the linker to drop libc++ unless it's actually needed.
host_gcc.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/chrome/browser/resources/enhanced_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/chrome/browser/resources/extensions/
extensions.css 274 #drop-target-overlay {
280 #drop-target-overlay div {
  /external/chromium_org/third_party/WebKit/
PRESUBMIT.py 278 'be a good idea to drop the following occurances from '
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementInstance.cpp 72 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(SVGElementInstance, correspondingElement(), drop);
SVGElementInstance.h 131 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 328 .drop-down {
539 button.menu-button.drop-down {
  /external/chromium_org/third_party/WebKit/Source/core/events/
MouseEvent.cpp 175 return t == EventTypeNames::dragenter || t == EventTypeNames::dragover || t == EventTypeNames::dragleave || t == EventTypeNames::drop
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 116 // Don't adjust the cursor on a potential drag and drop, or if the mouse
203 // If long press happens in selected text and touch drag drop is enabled,
205 // drop.
325 // Delete the current selection for a drag and drop within this view.
329 // Adjust the drop destination if it is on or after the current selection.
330 size_t drop = drop_destination_model.caret_pos(); local
331 drop -= GetSelectedRange().Intersect(gfx::Range(0, drop)).length();
332 model_->DeleteSelectionAndInsertTextAt(text, drop);
335 // 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) {

Completed in 1525 milliseconds

1 23 4 5 6 7