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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTarget.java60 /** Indicates that the drag operation was cancelled */
61 public boolean cancelled = false; field in class:DropTarget.DragObject
H A DAppsCustomizePagedView.java84 void cleanup(boolean cancelled) { argument
87 if (cancelled) {
710 // We don't enter spring-loaded mode if the drag has been cancelled
1227 // Ensure we haven't been cancelled yet
/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.java510 private void stopDrag(boolean cancelled) { argument
512 if (!cancelled && getChildCount() > 0) {

Completed in 162 milliseconds