Home
last modified time | relevance | path

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

/camera/integration-tests/extensionstestapp/src/main/java/androidx/camera/integration/extensions/
DFocusMeteringControl.kt50 private var currentAfState: Int = CaptureResult.CONTROL_AF_STATE_INACTIVE variable in androidx.camera.integration.extensions.FocusMeteringControl
87 } else if (currentAfState == CaptureResult.CONTROL_AF_STATE_ACTIVE_SCAN) { in handleCaptureResultForAf()
104 if (currentAfState != afState && afState != null) { in handleCaptureResultForAf()
105 currentAfState = afState in handleCaptureResultForAf()
125 currentAfState = CaptureResult.CONTROL_AF_STATE_INACTIVE in updateMeteringRectangles()