Searched refs:lastSize (Results 1 – 1 of 1) sorted by relevance
168 Size lastSize = largest; in pickUpToThree() local175 if (!result.contains(lastSize) in pickUpToThree()176 && (targetArea - area(lastSize) < area(size) - targetArea)) { in pickUpToThree()177 result.add(lastSize); in pickUpToThree()182 lastSize = size; in pickUpToThree()189 if (result.size() < 3 && !result.contains(lastSize)) { in pickUpToThree()190 result.add(lastSize); in pickUpToThree()