Home | History | Annotate | Download | only in music

Lines Matching refs:whereto

1892         public long seek(long whereto) {
1893 mMediaPlayer.seekTo((int) whereto);
1894 return whereto;