Searched refs:targetPixelCount (Results 1 – 1 of 1) sorted by relevance
372 private static int findClosestSize(List<Size> sortedSizes, int targetPixelCount) { in findClosestSize() argument378 int pixelCountDiff = Math.abs((size.width() * size.height()) - targetPixelCount); in findClosestSize()