am 0f57228b: am 43abe820: merge from open-source master

This commit is contained in:
The Android Open Source Project
2010-06-02 07:37:36 -07:00
committed by Android Git Automerger

View File

@@ -101,7 +101,7 @@ public class Transition3d extends Activity implements
mContainer.startAnimation(rotation); mContainer.startAnimation(rotation);
} }
public void onItemClick(AdapterView parent, View v, int position, long id) { public void onItemClick(AdapterView<?> parent, View v, int position, long id) {
// Pre-load the image then start the animation // Pre-load the image then start the animation
mImageView.setImageResource(PHOTOS_RESOURCES[position]); mImageView.setImageResource(PHOTOS_RESOURCES[position]);
applyRotation(position, 0, 90); applyRotation(position, 0, 90);