Searched refs:maxMargin (Results 1 – 1 of 1) sorted by relevance
71 int maxMargin = mSeekBar.getWidth() - getWidth(); in updateZoomProgress() local73 int margin = (int) (((float) zoomProgress / mMaxZoomProgress) * maxMargin); in updateZoomProgress()