Home | History | Annotate | Download | only in music

Lines Matching refs: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;
1176 mProgress.setProgress(progress);
1188 mProgress.setProgress(1000);
1196 int width = mProgress.getWidth();