Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/
DZoomController.java382 mSeekBar.setProgress(convertZoomRatioToProgress(zoomRatio)); in setZoomRatio()
549 mSeekBar.setProgress(convertZoomRatioToProgress(currentStickyZoomRatio)); in setToggleUiZoomRatio()
615 mSeekBar.setProgress(convertZoomRatioToProgress(zoomRatio)); in updateSeekBarProgressByMotionEvent()
646 mZoomKnob.updateZoomProgress(convertZoomRatioToProgress(zoomRatio), zoomRatio); in updateZoomKnobByZoomRatio()
652 private int convertZoomRatioToProgress(float zoomRatio) { in convertZoomRatioToProgress() method in ZoomController