Searched defs:getApproximateSize (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/settings/
H A DResolutionUtil.java298 public static Size getApproximateSize(Size size) { method in class:ResolutionUtil
309 * See {@link #getApproximateSize(Size)}.
313 public static com.android.camera.util.Size getApproximateSize( method in class:ResolutionUtil
315 Size result = getApproximateSize(new Size(size.getWidth(), size.getHeight()));

Completed in 344 milliseconds