Home | History | Annotate | Download | only in music

Lines Matching refs:mRand

125     private final Shuffler mRand = new Shuffler();
937 mPlayPos = mRand.nextInt(mPlayListLen);
1370 int skip = mRand.nextInt(numUnplayed);
1479 idx = mRand.nextInt(mAutoShuffleList.length);