Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
DScaleSeekBar.java47 listener.onProgressChanged((float) progress / getMax(), fromUser); in setOnScaleChangeListener()
61 setProgress((int) (progress * getMax())); in setProgress()
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
DAbsSeekBar.java183 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()) {
DProgressBar.java750 public synchronized int getMax() { in getMax() method in ProgressBar
/packages/apps/Contacts/src/com/android/contacts/voicemail/
DVoicemailPlaybackFragment.java304 if (mPlaybackSeek.getMax() != seekBarMax) { in setClipPosition()
DVoicemailPlaybackPresenter.java529 mView.setClipPosition(seekBar.getProgress(), seekBar.getMax()); in onProgressChanged()
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsSettings.java244 if (max != mProgressBar.getMax()) { in onProgressUpdate()