Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/
DZoomController.java322 mCurrentLowStickyZoomRatio = roundZoomRatio(mMinZoomRatio); in updateToggleOptionValues()
327 mCurrentLowStickyZoomRatio = roundZoomRatio(mMinZoomRatio); in updateToggleOptionValues()
392 float roundedZoomRatio = roundZoomRatio( in setZoomRatioInternal()
452 return zoomRatioDf.format(roundZoomRatio(zoomRatio)); in convertZoomRatioToString()
458 static float roundZoomRatio(float zoomRatio) { in roundZoomRatio() method in ZoomController
610 float zoomRatio = roundZoomRatio(mCurrentZoomRatio in updateSeekBarProgressByMotionEvent()
638 return roundZoomRatio( in convertProgressToZoomRatio()