Lines Matching full:duration
509 seek(seekpos >= 0 && seekpos < duration() ? seekpos : 0);
511 + position() + "/" + duration()
1064 long duration = mPlayer.duration();
1065 if (mRepeatMode != REPEAT_CURRENT && duration > 2000 &&
1066 mPlayer.position() >= duration - 2000) {
1335 long duration = duration();
1342 if (pos < 15000 || (pos + 10000) > duration) {
1655 * Returns the duration of the file in milliseconds.
1656 * Currently this method returns -1 for the duration of MIDI files.
1658 public long duration() {
1660 return mPlayer.duration();
1683 if (pos > mPlayer.duration()) pos = mPlayer.duration();
1820 public long duration() {
1918 public long duration() {
1919 return mService.get().duration();