HomeSort by relevance Sort by last modified time
    Searched refs:aspectRatiosList (Results 1 - 2 of 2) sorted by null

  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 715 final ArrayList<Integer> aspectRatiosList = new ArrayList<Integer>();
718 if (!aspectRatiosList.contains(aspectRatio)) {
719 aspectRatiosList.add(aspectRatio);
723 return aspectRatiosList;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 597 final ArrayList<Integer> aspectRatiosList = mProject.getUniqueAspectRatiosList();
598 final int size = aspectRatiosList.size();
601 bundle.putIntegerArrayList(PARAM_ASPECT_RATIOS_LIST, aspectRatiosList);
607 final int aspectRatio = aspectRatiosList.get(i);
    [all...]

Completed in 462 milliseconds