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