Searched refs:MAX_ZOOM_PROGRESS (Results 1 – 1 of 1) sorted by relevance
59 private static final int MAX_ZOOM_PROGRESS = 100000; field in ZoomController182 mSeekBar.setMax(MAX_ZOOM_PROGRESS); in init()183 mZoomKnob.initialize(mSeekBar, MAX_ZOOM_PROGRESS); in init()639 mMinZoomRatio + (mMaxZoomRatio - mMinZoomRatio) * progress / MAX_ZOOM_PROGRESS); in convertProgressToZoomRatio()654 * MAX_ZOOM_PROGRESS); in convertZoomRatioToProgress()