Searched refs:lastSize (Results 1 – 1 of 1) sorted by relevance
186 Size lastSize = largest; in pickUpToThree() local193 if (!result.contains(lastSize) in pickUpToThree()194 && (targetArea - area(lastSize) < area(size) - targetArea)) { in pickUpToThree()195 result.add(lastSize); in pickUpToThree()200 lastSize = size; in pickUpToThree()207 if (result.size() < 3 && !result.contains(lastSize)) { in pickUpToThree()208 result.add(lastSize); in pickUpToThree()