Home
last modified time | relevance | path

Searched refs:checkSmoothZoomForV (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java991 boolean checkSmoothZoomForV, ZoomDirection direction, ZoomRange range) { in getZoomRatiosToTest() argument
1005 if (!checkSmoothZoomForV) { in getZoomRatiosToTest()
1059 final boolean checkSmoothZoomForV = checkSmoothZoom && atLeastV; in testZoomSettingsOverrideLatency()
1082 checkSmoothZoomForV, direction, range); in testZoomSettingsOverrideLatency()
1157 if ((checkSmoothZoomForV || (range == ZoomRange.RATIO_1_OR_LARGER in testZoomSettingsOverrideLatency()
1175 int maxVariation = checkSmoothZoomForV ? 0 : MAX_IMPROVEMENT_VARIATION; in testZoomSettingsOverrideLatency()