Searched refs:ZOOM_RATIO_THRESHOLD (Results 1 – 2 of 2) sorted by relevance
95 private static final double ZOOM_RATIO_THRESHOLD = 0.01; field in LogicalCameraDeviceTest1032 physicalZoomRatio, Math.abs(physicalZoomRatio - 1.0f) < ZOOM_RATIO_THRESHOLD); in validatePhysicalCamerasFov()
147 private static final float ZOOM_RATIO_THRESHOLD = 0.01f; field in CameraTestUtils3731 1.0f - zoomRatioRange.getLower() > ZOOM_RATIO_THRESHOLD && in getCandidateZoomRatios()3732 zoomRatioRange.getUpper() - 1.0f > ZOOM_RATIO_THRESHOLD) { in getCandidateZoomRatios()