Lines Matching refs:nextInt
943 mPlayPos = mRand.nextInt(mPlayListLen);1376 int skip = mRand.nextInt(numUnplayed);1485 idx = mRand.nextInt(mAutoShuffleList.length);1534 public int nextInt(int interval) {1537 ret = mRandom.nextInt(interval);