Home | History | Annotate | Download | only in music

Lines Matching defs:duration

742                     mService.seek(mService.duration() * seekpercentage / 100);
896 long duration = mService.duration();
897 mStartSeekPos += duration;
898 newpos += duration;
932 long duration = mService.duration();
933 if (newpos >= duration) {
936 mStartSeekPos -= duration; // is OK to go negative
937 newpos -= duration;
1310 mDuration = mService.duration();