Home
last modified time | relevance | path

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

/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java389 List<Size> bigEnough = new ArrayList<>(); in chooseOptimalSize() local
399 bigEnough.add(option); in chooseOptimalSize()
408 if (bigEnough.size() > 0) { in chooseOptimalSize()
409 return Collections.min(bigEnough, new CompareSizesByArea()); in chooseOptimalSize()