Home | History | Annotate | Download | only in music

Lines Matching full:track

150     // used to track what type of audio focus loss caused the playback to pause
777 * for the currently playing track:
781 * "track" - String: the name of the track
787 * respectively indicating that a new track has
799 i.putExtra("track", getTrackName());
878 * the first track.
1276 - NEXT will move to the next track in the list when not shuffling, and to
1277 a track randomly picked from the not-yet-played tracks when shuffling.
1279 avoid picking the previously played track if possible.
1280 - when shuffling, PREV will go to the previously played track. Hitting PREV
1281 again will go to the track played before that, etc. When the start of the
1283 When not shuffling, PREV will go to the sequentially previous track (the
1289 while playing track 5, the remaining tracks (6-10) will be shuffled, e.g.
1291 When hitting 'prev' 8 times while playing track 7 in this example, the
1293 a random track will be picked again. If at any time user disables shuffling
1294 the next/previous track will be picked in sequential order again.
1300 // go to previously-played track and remove it from the history
1334 // Pick random next track from the not-yet-played ones
1634 * Removes all instances of the track with the given id
1637 * @return how many instances of the track were removed
1729 * Starts playing the track at the given position in the queue.
1730 * @param pos The position in the queue of the track that will be played.