Home
last modified time | relevance | path

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

/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/
DZoomControl.java81 private final MutableLiveData<ZoomState> mZoomStateLiveData; field in ZoomControl
100 mZoomStateLiveData = new MutableLiveData<>(ImmutableZoomState.create(mCurrentZoomState)); in ZoomControl()
290 mZoomStateLiveData.setValue(zoomState);
292 mZoomStateLiveData.postValue(zoomState);
303 return mZoomStateLiveData;