Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/
DZoomKnob.java39 private int mMaxZoomProgress; field in ZoomKnob
52 mMaxZoomProgress = maxZoomProgress; in initialize()
73 int margin = (int) (((float) zoomProgress / mMaxZoomProgress) * maxMargin); in updateZoomProgress()