Home
last modified time | relevance | path

Searched defs:hasFlashUnit (Results 1 – 16 of 16) sorted by relevance

/camera/integration-tests/uiwidgetstestapp/src/main/java/androidx/camera/integration/uiwidgets/compose/ui/screen/viewfinder/
DViewfinderScreenState.kt57 var hasFlashUnit by mutableStateOf(false) in <lambda>() variable
/camera/camera-core/src/main/java/androidx/camera/core/
DCameraInfo.java153 boolean hasFlashUnit(); in hasFlashUnit() method
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/compat/
DCameraCharacteristicsCompat.java168 private boolean hasFlashUnit() { in hasFlashUnit() method in CameraCharacteristicsCompat
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/
DCamera2PhysicalCameraInfoImpl.java96 public boolean hasFlashUnit() { in hasFlashUnit() method in Camera2PhysicalCameraInfoImpl
DCamera2CameraInfoImpl.java284 public boolean hasFlashUnit() { in hasFlashUnit() method in Camera2CameraInfoImpl
/camera/camera-core/src/main/java/androidx/camera/core/impl/
DAdapterCameraInfo.java104 public boolean hasFlashUnit() { in hasFlashUnit() method in AdapterCameraInfo
DForwardingCameraInfo.java67 public boolean hasFlashUnit() { in hasFlashUnit() method in ForwardingCameraInfo
/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/adapter/
DPhysicalCameraInfoAdapter.kt74 override fun hasFlashUnit(): Boolean { in hasFlashUnit() method in androidx.camera.camera2.pipe.integration.adapter.PhysicalCameraInfoAdapter
DCameraInfoAdapter.kt162 override fun hasFlashUnit(): Boolean = cameraProperties.isFlashAvailable() in <lambda>() method in androidx.camera.camera2.pipe.integration.adapter.CameraInfoAdapter
/camera/integration-tests/uiwidgetstestapp/src/main/java/androidx/camera/integration/uiwidgets/compose/ui/screen/imagecapture/
DImageCaptureScreenState.kt82 var hasFlashUnit by mutableStateOf(false) in <lambda>() variable
/camera/camera-camera2-pipe-integration/src/test/java/androidx/camera/camera2/pipe/integration/interop/
DCamera2CameraInfoTest.kt123 override fun hasFlashUnit(): Boolean { in fromCameraInfoThrows_whenNotCamera2Impl() method
/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/impl/
DTorchControl.kt75 private val hasFlashUnit: Boolean = cameraProperties.isFlashAvailable() in <lambda>() constant
DCapturePipeline.kt147 private val hasFlashUnit = cameraProperties.isFlashAvailable() constant
/camera/camera-testing/src/main/java/androidx/camera/testing/fakes/
DFakeCameraInfoInternal.java218 public boolean hasFlashUnit() { in hasFlashUnit() method in FakeCameraInfoInternal
/camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/internal/
DCamera2CameraControlImplDeviceTest.java162 Boolean hasFlashUnit = in setUp() local
/camera/camera-camera2-pipe-integration/src/androidTest/java/androidx/camera/camera2/pipe/integration/
DCameraControlAdapterDeviceTest.kt124 private var hasFlashUnit: Boolean = false in <lambda>() variable in androidx.camera.camera2.pipe.integration.CameraControlAdapterDeviceTest