Home
last modified time | relevance | path

Searched refs:photoIndex (Results 1 – 1 of 1) sorted by relevance

/development/samples/MultiResolution/src/com/example/android/multires/
DMultiRes.java66 private void showPhoto(int photoIndex) { in showPhoto() argument
68 imageView.setImageResource(mPhotoIds[photoIndex]); in showPhoto()
71 statusText.setText(String.format("%d/%d", photoIndex + 1, in showPhoto()