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

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

Completed in 33 milliseconds