Searched defs:cancelled (Results 1 - 6 of 6) 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.java85 void cleanup(boolean cancelled) { argument
88 if (cancelled) {
799 // We don't enter spring-loaded mode if the drag has been cancelled
1295 // 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.java88 void cleanup(boolean cancelled) { argument
91 if (cancelled) {
803 // We don't enter spring-loaded mode if the drag has been cancelled
1291 // Ensure we haven't been cancelled yet
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiServiceListener.java119 * @param cancelled if the export is cancelled by the user
122 Exception exception, boolean cancelled) {}
121 onVideoEditorExportComplete(String projectPath, String filename, Exception exception, boolean cancelled) argument
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorBaseActivity.java237 Exception exception, boolean cancelled) {
236 onVideoEditorExportComplete(String projectPath, String filename, Exception exception, boolean cancelled) argument

Completed in 182 milliseconds