Home
last modified time | relevance | path

Searched refs:aspectRatioMatches (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/settings/
DSettingsUtil.java233 ArrayList<Size> aspectRatioMatches = new ArrayList<Size>(); in getSelectedCameraPictureSizes() local
238 aspectRatioMatches.add(size); in getSelectedCameraPictureSizes()
245 final List<Size> searchList = (aspectRatioMatches.size() >= 2) ? aspectRatioMatches in getSelectedCameraPictureSizes()