public interface AutofocusListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
onAutofocusFailed()
This method will be called when camera focusing has failed. 
 | 
void | 
onAutofocusStarted(android.graphics.Rect[] focusAreas)
This method will be called when camera focusing has started. 
 | 
void | 
onAutofocusStopped(android.graphics.Rect[] focusAreas)
This method will be called when camera focusing has stopped. 
 | 
void onAutofocusFailed()
void onAutofocusStarted(@Nullable
                        android.graphics.Rect[] focusAreas)
focusAreas - Areas where focus is being measured. Null on devices that do not support fine-grained camera controlvoid onAutofocusStopped(@Nullable
                        android.graphics.Rect[] focusAreas)
focusAreas - Areas where focus is being measured. Null on devices that do not support fine-grained camera control