Searched defs:cancelled (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java66 /** Indicates that the drag operation was cancelled */
67 public boolean cancelled = false; field in class:DropTarget.DragObject
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java60 /** Indicates that the drag operation was cancelled */
61 public boolean cancelled = false; field in class:DropTarget.DragObject
H A DAppsCustomizePagedView.java91 void cleanup(boolean cancelled) { argument
94 if (cancelled) {
798 // We don't enter spring-loaded mode if the drag has been cancelled
1286 // Ensure we haven't been cancelled yet
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java593 private void stopDrag(boolean cancelled) { argument
595 if (!cancelled && getChildCount() > 0) {

Completed in 1309 milliseconds