Home | History | Annotate | Download | only in videoeditor

Lines Matching refs:aspectRatio

52      * @param aspectRatio The aspect ratio
58 DialogInterface.OnCancelListener cancelListener, final int aspectRatio) {
72 prepareContent(myView, aspectRatio);
82 sizeSpinner.getSelectedItemPosition(), aspectRatio);
106 * @param aspectRatio The project aspect ratio
108 private static void prepareContent(View view, int aspectRatio) {
115 MediaProperties.getSupportedResolutions(aspectRatio);
141 * @param aspectRatio The aspect ratio
145 private static int indexToMovieHeight(int sizeIndex, int aspectRatio) {
147 MediaProperties.getSupportedResolutions(aspectRatio);