Searched refs:movieHeight (Results 1 - 2 of 2) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DExportOptionsDialog.java39 * @param movieHeight The movie height (from MediaProperties)
42 public void onExportOptions(int movieHeight, int movieBitrate); argument
81 final int movieHeight = indexToMovieHeight(
87 positiveListener.onExportOptions(movieHeight, movieBitrate);
H A DVideoEditorActivity.java838 public void onExportOptions(int movieHeight, int movieBitrate) {
842 mPendingExportFilename, movieHeight, movieBitrate);

Completed in 83 milliseconds