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

/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DProgressBar.java284 setSecondaryProgress(
687 public synchronized void setSecondaryProgress(int secondaryProgress) { method in class:ProgressBar
731 * @see #setSecondaryProgress(int)
761 * @see #setSecondaryProgress(int)
795 * @see #setSecondaryProgress(int)
798 setSecondaryProgress(mSecondaryProgress + diff);
1088 setSecondaryProgress(ss.secondaryProgress);

Completed in 242 milliseconds