Searched refs:lastSize (Results 1 – 1 of 1) sorted by relevance
188 Size lastSize = largest; in pickUpToThree() local195 if (!result.contains(lastSize) in pickUpToThree()196 && (targetArea - area(lastSize) < area(size) - targetArea)) { in pickUpToThree()197 result.add(lastSize); in pickUpToThree()202 lastSize = size; in pickUpToThree()209 if (result.size() < 3 && !result.contains(lastSize)) { in pickUpToThree()210 result.add(lastSize); in pickUpToThree()