Searched refs:testZoomRatio (Results 1 – 2 of 2) sorted by relevance
858 public void testZoomRatio() throws Exception { in testZoomRatio() method in CaptureRequestTest3373 float testZoomRatio = zoomRatioRange.getLower() + (zoomRatioRange.getUpper()3377 if (testZoomRatio == 1.0f) {3381 requestBuilder.set(CaptureRequest.CONTROL_ZOOM_RATIO, testZoomRatio);3421 expectedZoomRatio = testZoomRatio;
2512 public void testZoomRatio() throws Exception { in testZoomRatio() method in CameraExtensionSessionTest