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 599 final ArrayList<Integer> aspectRatiosList = mProject.getUniqueAspectRatiosList();
600 final int size = aspectRatiosList.size();
603 bundle.putIntegerArrayList(PARAM_ASPECT_RATIOS_LIST, aspectRatiosList);
609 final int aspectRatio = aspectRatiosList.get(i);
    [all...]

Completed in 2240 milliseconds