Home
last modified time | relevance | path

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

/camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/internal/
DCamera2CameraControlImplDeviceTest.java132 private ArgumentCaptor<List<CaptureConfig>> mCaptureConfigArgumentCaptor = field in Camera2CameraControlImplDeviceTest
428 mCaptureConfigArgumentCaptor.capture()); in disableTorchFlashModeAuto_aeModeSetAndRequestUpdated()
429 CaptureConfig captureConfig = mCaptureConfigArgumentCaptor.getValue().get(0); in disableTorchFlashModeAuto_aeModeSetAndRequestUpdated()
762 mCaptureConfigArgumentCaptor.capture()); in startFocusAndMetering_AfIsTriggeredProperly()
764 CaptureConfig captureConfig = mCaptureConfigArgumentCaptor.getValue().get(0); in startFocusAndMetering_AfIsTriggeredProperly()
859 mCaptureConfigArgumentCaptor.capture()); in cancelFocusAndMetering_cancelAfProperly()
861 CaptureConfig captureConfig = mCaptureConfigArgumentCaptor.getValue().get(0); in cancelFocusAndMetering_cancelAfProperly()