Home | History | Annotate | Download | only in music

Lines Matching defs:mProgress

110         mProgress = (ProgressBar) findViewById(android.R.id.progress);
149 if (mProgress instanceof SeekBar) {
150 SeekBar seeker = (SeekBar) mProgress;
153 mProgress.setMax(1000);
1148 private ProgressBar mProgress;
1186 mProgress.setProgress((int) (1000 * pos / mDuration));
1189 mProgress.setProgress(1000);