Searched refs:whichPhoto (Results 1 – 1 of 1) sorted by relevance
126 int whichPhoto = (int)Math.round(Math.random() * (mPhotoPool.length - 1)); in addPhotos() local127 int newPhoto = mPhotoPool[whichPhoto]; in addPhotos()