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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java55 /** Indicates that the drag operation was cancelled */
56 public boolean cancelled = false; field in class:DropTarget.DragObject
H A DAppsCustomizePagedView.java102 void cleanup(boolean cancelled) { argument
105 if (cancelled) {
113 if (cancelled) {
1196 // 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 614 milliseconds