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

1 23 4

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 386 Profile.drop();
  /external/e2fsprogs/e2fsck/
journal.c 656 int reset, int drop)
660 if (drop)
  /external/sepolicy/
access_vectors 89 drop
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 573 log("drop it");
720 public void move(final View photo, float dx, float dy, boolean drop) {
727 if (drop && photoOffTable(photo)) {
809 log("drop it at %f, %f", x, y);
    [all...]
  /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/icu4c/i18n/
decNumber.c 423 /* bad -- drop through */
4657 Int drop=0; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 792 media::Metadata::Filter allow, drop; local
795 unmarshallFilter(filter, &drop, &status)) {
799 mMetadataDrop = drop;
    [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/v8/src/mips/
macro-assembler-mips.h 207 void Drop(int count,
214 void DropAndRet(int drop);
216 void DropAndRet(int drop,
    [all...]
macro-assembler-mips.cc     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/quake/quake/src/QW/server/
pr_cmds.c 471 Larger attenuations will drop off.
696 cl->drop = true;
  /external/webkit/Source/WebCore/dom/
Document.h 259 DEFINE_ATTRIBUTE_EVENT_LISTENER(drop);
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 287 * Fill the printer list drop down.
new_new_tab.js     [all...]
  /external/elfutils/
elfutils.spec 548 - drop x86_64 hack, ICE fixed in gcc-3.2-11.
  /external/v8/src/arm/
macro-assembler-arm.h 122 void Drop(int count, Condition cond = al);
124 void Ret(int drop, Condition cond = al);
    [all...]
macro-assembler-arm.cc 215 void MacroAssembler::Drop(int count, Condition cond) {
222 void MacroAssembler::Ret(int drop, Condition cond) {
223 Drop(drop, cond);
812 // Drop the execution stack down to the frame pointer and restore
    [all...]
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java 523 public void drop(int from, int to) {
    [all...]
  /external/v8/src/
liveedit-debugger.js 156 // Check that function being patched is not currently on stack or drop them.
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/icu4c/data/
makedata.mak 587 # pkgdata will drop all output files (.dat, .dll, .lib) into the target (ICUBLD_PKG) directory.
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 2055 milliseconds

1 23 4