Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/
DZoomKnob.java70 public void updateZoomProgress(int zoomProgress, float zoomRatio) { in updateZoomProgress() argument
73 int margin = (int) (((float) zoomProgress / mMaxZoomProgress) * maxMargin); in updateZoomProgress()