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

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java118 private static final String PARAM_MOVIES_FILENAMES = "movies";
309 * @param movies The array of movie file names to add to the newly
316 String[] movies, String[] photos, String themeType) {
321 intent.putExtra(PARAM_MOVIES_FILENAMES, movies);
1604 // Add the movies to the timeline
1605 final String[] movies = intent.getStringArrayExtra(PARAM_MOVIES_FILENAMES);
1606 for (int i = 0; i < movies.length; i++) {
1608 generateId(), movies[i],
315 createVideoEditor(Context context, String projectPath, String projectName, String[] movies, String[] photos, String themeType) argument

Completed in 77 milliseconds