Searched refs:notBigEnough (Results 1 – 3 of 3) sorted by relevance
789 val notBigEnough = ArrayList<Size>() in chooseOptimalSize() constant798 notBigEnough.add(option) in chooseOptimalSize()807 } else if (notBigEnough.size > 0) { in chooseOptimalSize()808 return Collections.max(notBigEnough, CompareSizesByArea()) in chooseOptimalSize()
390 List<Size> notBigEnough = new ArrayList<>(); in chooseOptimalSize() local400 notBigEnough.add(option); in chooseOptimalSize()409 } else if (notBigEnough.size() > 0) { in chooseOptimalSize()410 return Collections.max(notBigEnough, new CompareSizesByArea()); in chooseOptimalSize()
1639 List<Size> notBigEnough = new ArrayList<>();1649 notBigEnough.add(option);1658 } else if (notBigEnough.size() > 0) {1659 return Collections.max(notBigEnough, new CompareSizesByArea());