Searched refs:findClosestSize (Results 1 – 1 of 1) sorted by relevance
274 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