Searched refs:getApproximateSize (Results 1 - 2 of 2) 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()));
H A DCameraSettingsActivity.java474 Size approximateSize = ResolutionUtil.getApproximateSize(size);

Completed in 141 milliseconds