Searched refs:cancelled (Results 1 – 13 of 13) sorted by relevance
64 public boolean cancelled = false; field in DropTarget.DragObject
338 mDragObject.cancelled = true; in cancelDrag()
1034 boolean cancelled = false; in animateChildToPosition()1039 if (!cancelled) { in animateChildToPosition()1048 cancelled = true; in animateChildToPosition()
2744 if (dropTargetLayout != null && !d.cancelled) { in onDrop()3894 if ((d.cancelled || (beingCalledAfterUninstall && !mUninstallSuccessful))
61 public boolean cancelled = false; field in DropTarget.DragObject
1853 private boolean cancelled = false; in hideScrollingIndicator()1856 cancelled = true; in hideScrollingIndicator()1860 if (!cancelled) { in hideScrollingIndicator()
325 mDragObject.cancelled = true; in cancelDrag()
91 void cleanup(boolean cancelled) { in cleanup() argument94 if (cancelled) { in cleanup()
1155 boolean cancelled = false; in animateChildToPosition()1160 if (!cancelled) { in animateChildToPosition()1169 cancelled = true; in animateChildToPosition()
3388 if (d.cancelled && mDragInfo.cell != null) {
573 private void stopDrag(boolean cancelled) { in stopDrag() argument575 if (!cancelled && getChildCount() > 0) { in stopDrag()
128 boolean cancelled = item.cancelFadeInTextAnimationIfNotStarted();129 if (cancelled) {
228 .setMessage(R.string.cancelled) in displayCancelledMessage()