Searched defs:project (Results 1 - 7 of 7) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DPlayheadView.java121 * @param project The project
123 public void setProject(VideoEditorProject project) { argument
124 mProject = project;
H A DAudioTrackLinearLayout.java293 * @param project The project
295 public void setProject(VideoEditorProject project) { argument
302 mProject = project;
494 // Update the project duration for all views
581 // If the project is not yet loaded do nothing.
670 if (mProject == null) { // No project
H A DOverlayLinearLayout.java343 * @param project The project
345 public void setProject(VideoEditorProject project) { argument
359 mProject = project;
689 // If the project is not yet loaded do nothing.
H A DMediaLinearLayout.java577 public void setProject(VideoEditorProject project) { argument
582 mProject = project;
1254 // Compute the total duration of the project.
1371 // If the project is not yet loaded do nothing.
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiServiceListener.java43 * The project edit state
45 * @param projectPath The project path
46 * @param projectEdited true if the project is edited
51 * A new project was created
53 * @param projectPath The project path
54 * @param project The VideoEditor project
59 public void onVideoEditorCreated(String projectPath, VideoEditorProject project, argument
63 * The project was loaded
65 * @param projectPath The project pat
71 onVideoEditorLoaded(String projectPath, VideoEditorProject project, List<MediaItem> mediaItems, List<AudioTrack> audioTracks, Exception exception) argument
[all...]
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorBaseActivity.java48 * This activity handles callbacks from the service and manages the project
89 public void onVideoEditorCreated(String projectPath, VideoEditorProject project, argument
98 // Invalidate the project path
108 mProject = project;
114 public void onVideoEditorLoaded(String projectPath, VideoEditorProject project, argument
121 if (exception != null || project == null) {
130 // The project may be loaded already. This can happen when we
131 // create a new project
133 mProject = project;
824 // Check if we need to load the project
[all...]
H A DVideoEditorActivity.java87 * a project.
327 // We check if the project is valid since the project may
540 // Returns to project picker if user clicks on the app icon in the action bar.
632 // Confirm project delete
1015 // Add this video after the project loads
1031 // Add this image after the project loads
1050 // When the download is complete insert it into the project.
1055 // Add this video after the project loads
1073 // When the download is complete insert it into the project
1735 previewFrame(final VideoEditorProject project, final long timeMs, final boolean clear) argument
1860 startPreviewPlayback(final VideoEditorProject project, final long fromMs) argument
1968 previewStarted(VideoEditorProject project) argument
[all...]

Completed in 127 milliseconds