Home
last modified time | relevance | path

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

/camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/internal/
DCamera2CameraControlImplDeviceTest.java457 int customizedStrength = defaultStrength == maxStrength ? 1 : maxStrength; in setTorchStrengthLevel_valueUpdated() local
458 camera2CameraControlImpl.setTorchStrengthLevel(customizedStrength).get(); in setTorchStrengthLevel_valueUpdated()
465 .isEqualTo(customizedStrength); in setTorchStrengthLevel_valueUpdated()
634 int customizedStrength = defaultStrength == maxStrength ? 1 : maxStrength; in capture_torchAsFlash_shouldUseDefaultTorchStrength() local
635 camera2CameraControlImpl.setTorchStrengthLevel(customizedStrength).get(); in capture_torchAsFlash_shouldUseDefaultTorchStrength()
656 customizedStrength); in capture_torchAsFlash_shouldUseDefaultTorchStrength()