Searched refs:cancelled (Results 1 – 9 of 9) sorted by relevance
61 public boolean cancelled = false; field in DropTarget.DragObject
1788 private boolean cancelled = false; in hideScrollingIndicator()1791 cancelled = true; in hideScrollingIndicator()1795 if (!cancelled) { in hideScrollingIndicator()
110 void cleanup(boolean cancelled) { in cleanup() argument113 if (cancelled) { in cleanup()121 if (cancelled) { in cleanup()
323 mDragObject.cancelled = true; in cancelDrag()
1099 boolean cancelled = false; in animateChildToPosition()1104 if (!cancelled) { in animateChildToPosition()1113 cancelled = true; in animateChildToPosition()
3348 if (d.cancelled && mDragInfo.cell != null) {
122 Exception exception, boolean cancelled) {} in onVideoEditorExportComplete() argument
3082 final boolean cancelled = intent.getBooleanExtra(PARAM_CANCELLED, false); in onIntentProcessed()3083 if (!cancelled && videoProject != null && exception == null) { in onIntentProcessed()3090 projectPath, filename, exception, cancelled); in onIntentProcessed()
237 Exception exception, boolean cancelled) { in onVideoEditorExportComplete() argument