Searched defs:getMax (Results 1 - 1 of 1) sorted by relevance

/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DProgressBar.java642 * @param progress the new progress, between 0 and {@link #getMax()}
680 * @param secondaryProgress the new secondary progress, between 0 and {@link #getMax()}
710 * @return the current progress, between 0 and {@link #getMax()}
716 * @see #getMax()
727 * @return the current secondary progress, between 0 and {@link #getMax()}
733 * @see #getMax()
750 public synchronized int getMax() { method in class:ProgressBar
759 * @see #getMax()

Completed in 382 milliseconds