Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/settings/
DSettingsUtil.java274 int mediumSizeIndex = findClosestSize(searchList, mediumTargetPixelCount); in getSelectedCameraPictureSizes()
275 int smallSizeIndex = findClosestSize(searchList, smallTargetPixelCount); in getSelectedCameraPictureSizes()
372 private static int findClosestSize(List<Size> sortedSizes, int targetPixelCount) { in findClosestSize() method in SettingsUtil