Home
last modified time | relevance | path

Searched refs:lastSize (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/settings/
DResolutionUtil.java168 Size lastSize = largest; in pickUpToThree() local
175 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()