Searched refs:getMax (Results 1 – 6 of 6) sorted by relevance
47 listener.onProgressChanged((float) progress / getMax(), fromUser); in setOnScaleChangeListener()61 setProgress((int) (progress * getMax())); in setProgress()
183 if ((mKeyProgressIncrement == 0) || (getMax() / mKeyProgressIncrement > 20)) {186 setKeyProgressIncrement(Math.max(1, Math.round((float) getMax() / 20)));246 int max = getMax();277 int max = getMax();483 final int max = getMax();499 final int max = getMax();550 if (progress < getMax()) {
750 public synchronized int getMax() { in getMax() method in ProgressBar
304 if (mPlaybackSeek.getMax() != seekBarMax) { in setClipPosition()
529 mView.setClipPosition(seekBar.getProgress(), seekBar.getMax()); in onProgressChanged()
244 if (max != mProgressBar.getMax()) { in onProgressUpdate()