Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/view/
DZoomKnob.java71 int maxMargin = mSeekBar.getWidth() - getWidth(); in updateZoomProgress() local
73 int margin = (int) (((float) zoomProgress / mMaxZoomProgress) * maxMargin); in updateZoomProgress()