Home | History | Annotate | Download | only in music

Lines Matching refs:idx

1257                     int idx = mHistory.get(i).intValue();
1258 if (idx < numTracks && tracks[idx] >= 0) {
1260 tracks[idx] = -1;
1371 int idx = mRand.nextInt(mAutoShuffleList.length);
1372 long which = mAutoShuffleList[idx];