Lines Matching full:duration
743 mService.seek(mService.duration() * seekpercentage / 100);
897 long duration = mService.duration();
898 mStartSeekPos += duration;
899 newpos += duration;
933 long duration = mService.duration();
934 if (newpos >= duration) {
937 mStartSeekPos -= duration; // is OK to go negative
938 newpos -= duration;
1318 mDuration = mService.duration();