Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/
DZoomController.java392 float roundedZoomRatio = roundZoomRatio( in setZoomRatioInternal() local
395 if (mCurrentZoomRatio != roundedZoomRatio && notifyZoomRatioChange in setZoomRatioInternal()
397 mOnZoomRatioUpdatedListener.onValueChanged(roundedZoomRatio); in setZoomRatioInternal()
400 boolean sendAccessibilityEvent = roundedZoomRatio != mCurrentZoomRatio && in setZoomRatioInternal()
402 (Math.floor(roundedZoomRatio) - in setZoomRatioInternal()
405 mCurrentZoomRatio = roundedZoomRatio; in setZoomRatioInternal()