Home | Sort by relevance Sort by last modified time |
/development/samples/ApiDemos/src/com/example/android/apis/view/ | |
List8.java | 126 int whichPhoto = (int)Math.round(Math.random() * (mPhotoPool.length - 1)); 127 int newPhoto = mPhotoPool[whichPhoto]; |