Searched refs:hasAcceptableSize (Results 1 – 1 of 1) sorted by relevance
60 fun hasAcceptableSize(currentIndex: Int): Boolean { in findClosestFittingContainer() method77 while (currentIndex <= containerSizes.lastIndex && hasAcceptableSize(currentIndex)) { in findClosestFittingContainer()