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

1 2 34 5 6

  /external/e2fsprogs/e2fsck/
journal.c 656 int reset, int drop)
660 if (drop)
  /external/sepolicy/
access_vectors 89 drop
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 69 /** A listener for drop target events. */
89 * key in order to tweak the current drop position)
97 * key in order to tweak the current drop position)
116 * because even on a drop we'll receive a
117 * {@link DropTargetListener#dragLeave} right before the drop, and we need
118 * to restore it in the drop. Therefore, when we lose a {@link DropGesture}
192 * @param dropTarget The drop target in the {@link LayoutCanvas} to listen
216 * @param dropTarget The drop target in the {@link LayoutCanvas} to stop
483 // Mouse Up shouldn't be delivered in the middle of a drag & drop -
487 // the drag & drop operation, so ignore this event
671 public void drop(final DropTargetEvent event) { method in class:GestureManager.CanvasDropListener
679 ((DropGesture) gesture).drop(event); method
    [all...]
MoveGesture.java 52 /** Overlay which paints the drag & drop feedback. */
58 * The top view right under the drag'n'drop cursor.
59 * This can only be null during a drag'n'drop when there is no view under the cursor
66 * drag'n'drop that happens within the same instance of Eclipse.
68 * In the event that the drag and drop happens between different instances of Eclipse
76 * accept drag'n'drop so its parent layout became the target drag'n'drop receiver.
79 * This can be null if no view under the cursor accepted the drag'n'drop or if the node
85 * The latest drop feedback returned by IViewRule.onDropEnter/Move.
148 the drag & drop code seems to steal keyboard events
311 public void drop(final DropTargetEvent event) { method in class:MoveGesture
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc 896 ui::DropTargetEvent drop(data, drop_point, drop_point,
899 textfield_view_->OnDragUpdated(drop));
900 EXPECT_EQ(ui::DragDropTypes::DRAG_COPY, textfield_view_->OnPerformDrop(drop));
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 410 /* bad -- drop through */
592 /* good; drop through to convert the integer to coefficient */
4634 Int drop=0; local
    [all...]
  /external/icu4c/i18n/
decNumber.c 423 /* bad -- drop through */
4657 Int drop=0; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 794 media::Metadata::Filter allow, drop; local
797 unmarshallFilter(filter, &drop, &status)) {
801 mMetadataDrop = drop;
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 179 // Keep track of the drop down that triggered the menu, so we know
188 dropDownButton.classList.add('drop-down');
history.js 173 // Keep track of the drop down that triggered the menu, so we know
228 var dropDown = createElementWithClassName('button', 'drop-down');
237 // Prevent clicks on the drop down from affecting the checkbox.
505 // If no requests are in flight then this was an old request so we drop the
    [all...]
  /external/openssh/contrib/redhat/
openssh.spec 453 - drop debug patch, fixed upstream
543 - drop patch to check if xauth is present (was folded into cookie patch)
567 - drop various patches that came from or went upstream or to or from CVS
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 522 add sp, #16 @ drop unused operands
566 add sp, #16 @ drop unused operands
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 27 // wait until 'drop' to decide whether to do something with the file or
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 65 "bookmarkCreated": "bubble-drop.mp3",
  /external/chromium_org/chrome/renderer/resources/extensions/
messaging.js 60 // drop the message.
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h 201 void Drop(int count,
208 void DropAndRet(int drop);
210 void DropAndRet(int drop,
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 207 void Drop(int count,
214 void DropAndRet(int drop);
216 void DropAndRet(int drop,
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 580 log("drop it");
758 public void move(final View photo, float dx, float dy, boolean drop) {
765 if (drop && photoOffTable(photo)) {
847 log("drop it at %f, %f", x, y);
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
background.js 67 benchmarkIndex--; // Note: it is okay to drop to -1 here.
  /external/chromium_org/native_client_sdk/src/tools/
nacl_gcc.mk 23 # in LD_FLAGS so the linker should drop libc++ unless it's actually needed.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 199 DEFINE_ATTRIBUTE_EVENT_LISTENER(drop);
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 287 * Fill the printer list drop down.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 510 // Trigger network drop-down to reload its state
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_tree.js 419 * Executes the assigned action as a drop target.

Completed in 3421 milliseconds

1 2 34 5 6