HomeSort by relevance Sort by last modified time
    Searched full:drop (Results 251 - 275 of 4686) sorted by null

<<11121314151617181920>>

  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragController.java 59 * Drag driver for the current drag/drop operation, or null if there is no active DND operation.
75 /** Who can receive drop events */
380 drop(dropTarget, flingAnimation); method
451 // Drop on someone?
526 * Since accessible drag and drop won't cause the same sequence of touch events, we manually
535 * As above, since accessible drag and drop won't cause the same sequence of touch events,
536 * we manually ensure appropriate drag and drop events get emulated for accessible drag.
541 // We make sure that we prime the target for drop.
548 // Perform the drop
549 drop(dropTarget, null) method
553 private void drop(DropTarget dropTarget, Runnable flingAnimation) { method in class:DragController
    [all...]
DragDriver.java 26 * Base class for driving a drag/drop operation.
95 * Class for driving a system (i.e. framework) drag/drop operation.
156 * Class for driving an internal (i.e. not using framework) drag/drop operation.
  /packages/apps/Settings/src/com/android/settings/search/
IndexDatabaseHelper.java 207 // We need to drop the tables and recreate them
219 // We need to drop the tables and recreate them
228 // We need to drop the tables and recreate them
323 db.execSQL("DROP TABLE IF EXISTS " + Tables.TABLE_META_INDEX);
324 db.execSQL("DROP TABLE IF EXISTS " + Tables.TABLE_PREFS_INDEX);
325 db.execSQL("DROP TABLE IF EXISTS " + Tables.TABLE_SAVED_QUERIES);
326 db.execSQL("DROP TABLE IF EXISTS " + Tables.TABLE_SITE_MAP);
  /frameworks/base/core/java/android/view/
DragEvent.java 28 * Represents an event that is sent out by the system at various times during a drag and drop
33 * an action type that indicates the state of the drag and drop operation. This allows a View
39 * During a drag and drop operation, the system displays an image that the user drags. This image
122 * <p>For a guide to implementing drag and drop features, read the
123 * <a href="{@docRoot}guide/topics/ui/drag-drop.html">Drag and Drop</a> developer guide.</p>
150 * drag and drop operation. The View should return {@code true} from its
153 * if it can accept a drop. The onDragEvent() or onDrag() methods usually inspect the metadata
157 * If the View wants to indicate that it is a valid drop target, it can also react by
201 * The methods {@link #getX()} and {@link #getY()} return the X and Y position of the drop poin
    [all...]
  /external/llvm/test/CodeGen/WebAssembly/
userstack.ll 27 ; CHECK-NEXT: i32.store $drop=, __stack_pointer($pop[[L6]]), $pop[[L7]]
42 ; CHECK-NEXT: i32.store $drop=, 12($pop[[L5]]), $pop[[L0]]
45 ; CHECK-NEXT: i64.store $drop=, 0($[[SP]]), $pop[[L1]]
66 ; CHECK-NEXT: i32.store $drop=, 12(${{.+}}), $pop[[L0]]{{$}}
75 ; CHECK-NEXT: i32.store $drop=, __stack_pointer($pop[[L10]]), $pop[[L9]]
129 ; CHECK-NEXT: i32.store $drop=, __stack_pointer($pop[[L6]]), $pop[[L7]]
142 ; CHECK: i32.store $drop=, __stack_pointer($pop{{.+}}),
148 ; CHECK: i32.store $drop=, __stack_pointer($pop[[L3]]), $pop{{.+}}
162 ; CHECK-NEXT: copy_local $drop=, $pop[[L8]]{{$}}
164 ; CHECK-NEXT: i32.store $drop=, 0($0), $pop[[L6]]{{$}
    [all...]
mem-intrinsics.ll 23 ; CHECK: i32.call $drop=, memcpy@FUNCTION, $0, $1, $2{{$}}
39 ; CHECK: i32.call $drop=, memmove@FUNCTION, $0, $1, $2{{$}}
55 ; CHECK: i32.call $drop=, memset@FUNCTION, $0, $1, $2{{$}}
64 ; CHECK: i32.call $drop=, memset@FUNCTION, $pop{{[0-9]+}}, $pop{{[0-9]+}}, $pop{{[0-9]+}}{{$}}
79 ; $drop. Note that we use a call to prevent tail dup so that we can test
83 ; CHECK: i32.call $drop=, memset@FUNCTION, $0, $1, $2
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 75 // as well as a single vertical line as a drop preview located
95 // Attempt a drop
304 // Drop zones
336 // Drop zones
364 // Drop zones
394 // Drop zones - these are different because we exclude drop
421 // Drop zones - these are different because we exclude drop
438 // below the drop zone line
    [all...]
  /external/linux-kselftest/tools/testing/selftests/net/
psock_lib.h 51 * jne #0x800, drop ; ETH_P_IP
53 * jneq #17, drop ; IPPROTO_UDP
55 * jlt #100, drop ; DATA_LEN
58 * jne #98, drop ; DATA_CHAR_1
61 * drop:
  /frameworks/support/core-ui/java/android/support/v4/widget/
ResourceCursorAdapter.java 50 * define both the item views and the drop down views.
74 * define both the item views and the drop down views.
93 * define both the item views and the drop down views.
130 * <p>Sets the layout resource of the drop down views.</p>
132 * @param dropDownLayout the layout resources used to create drop down views
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ThemedSpinnerAdapter.java 32 * An extension of SpinnerAdapter that is capable of inflating drop-down views
44 * Sets the {@link Resources.Theme} against which drop-down views are
47 * @param theme the context against which to inflate drop-down views, or
57 * @return the {@link Resources.Theme} against which drop-down views are
83 * // Inflate the drop down using the helper's LayoutInflater
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 159 // another thread). Same check is applied in commit() and drop()
177 public synchronized void drop(Thread t) { method in class:Profile.Watchdog
213 // drop() is called, and those samples are recorded or ignored as a result.
223 public static void drop() { method in class:Profile
224 sWatchdog.drop(Thread.currentThread());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GlobalCanvasDragInfo.java 30 * Overall this is a workaround: the issue is that the drag'n'drop SWT API does not
37 * off a canvas or its palette and then set back to null when the drag'n'drop is finished.
39 * Note that when a drag starts in one instance of Eclipse and the dragOver/drop is done
121 * source and the destination of the drag'n'drop are the same, so object identity
130 * drop operation is a move (not a copy).
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...]
  /frameworks/base/services/net/java/android/net/apf/
ApfFilter.java     [all...]
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ShadowLayout.java 34 * This custom layout paints a drop shadow behind all children. The size and opacity
35 * of the drop shadow is determined by a "depth" factor that can be set and animated.
63 * Called by the constructors - sets up the drawing parameters for the drop shadow.
  /external/autotest/database/
db_utils.py 17 @param views the views to drop
21 manager.execute('DROP VIEW `%s`' % view)
64 manager.execute('DROP DATABASE `%s`' % manager.get_db_name())
  /external/autotest/frontend/migrations/
037_db_constraints.py 55 execute_safely(manager, 'DROP INDEX %s ON %s' %
61 manager.execute('DROP INDEX %s ON %s' % (index_name, pivot_table))
81 manager.execute('ALTER TABLE %s DROP FOREIGN KEY %s' % (table, key_name))
  /external/autotest/tko/migrations/
002_add_job_timestamps.py 19 ALTER TABLE jobs DROP queued_time, DROP started_time, DROP finished_time;
  /external/libcap-ng/libcap-ng-0.7/
ChangeLog 5 - In pscap, don't drop capabilities when running with capabilities
31 - Make pscap drop capabilities so its not listed in report
60 - Make capng_change_id drop the gid if given
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
MoreDatabaseUtils.java 42 * Builds a DROP INDEX ddl statement for a given table and field.
46 * @return The drop index sql statement.
50 return "DROP INDEX IF EXISTS " + buildIndexName(table, field);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
prctl.h 19 /* Get/set whether or not to drop capabilities on setuid() away from
129 * Operations that merely manipulate or drop existing privileges (setresuid,
130 * capset, etc.) will still work. Drop those privileges if you want them gone.
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
prune.go 82 var keep, drop *regexp.Regexp
86 if drop, err = regexp.Compile("^(" + p.DropFrames + ")$"); err != nil {
94 p.Prune(drop, keep)
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
prune.go 82 var keep, drop *regexp.Regexp
86 if drop, err = regexp.Compile("^(" + p.DropFrames + ")$"); err != nil {
94 p.Prune(drop, keep)
  /development/tools/axl/
axl.py 59 class Drop(BaseProtocol):
67 """Read 1st line of request, then drop connection"""
81 """Drop connection after a header is half-sent"""
112 """Drop connection in body"""
129 """Drop every other connection"""
242 for protocol in Drop, ReadAndDrop, GarbageStatus, BadHeader, PauseHeader, \
  /libcore/ojluni/src/main/java/java/nio/channels/
MembershipKey.java 43 * membership is dropped by invoking the {@link #drop() drop} method, or
68 * valid until the membership is dropped by invoking the {@link #drop() drop}
77 * Drop membership.
96 public abstract void drop(); method in class:MembershipKey

Completed in 1965 milliseconds

<<11121314151617181920>>