Searched refs:imageResId (Results 1 - 1 of 1) sorted by relevance

/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
H A DZoomActivity.java107 * @param imageResId The high-resolution version of the image represented by the thumbnail.
109 private void zoomImageFromThumb(final View thumbView, int imageResId) { argument
117 expandedImageView.setImageResource(imageResId);

Completed in 51 milliseconds