autoCancelDurationInMillis property

int autoCancelDurationInMillis
getter/setter pair

The auto focus will be canceled after the given autoCancelDurationInMillis. If autoCancelDurationInMillis is equals to 0 (or less), the auto focus will not be canceled. A manual focusOnPoint call will be needed to focus on an other point. Minimal duration of autoCancelDurationInMillis is 1000 ms. If set between 0 (exclusive) and 1000 (exclusive), it will be raised to 1000.

Implementation

int autoCancelDurationInMillis;