Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/
DZoomController.java226 setZoomRatioInternal(convertProgressToZoomRatio(progress), true); in init()
631 mZoomKnob.updateZoomProgress(progress, convertProgressToZoomRatio(progress)); in updateZoomKnobByProgress()
637 private float convertProgressToZoomRatio(int progress) { in convertProgressToZoomRatio() method in ZoomController