merge from open-source master

Change-Id: I6e4280a7f664c84bdd5205db642ed0ae63bc5e3b
This commit is contained in:
The Android Open Source Project
2010-06-02 07:28:32 -07:00

View File

@@ -101,7 +101,7 @@ public class Transition3d extends Activity implements
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
mImageView.setImageResource(PHOTOS_RESOURCES[position]);
applyRotation(position, 0, 90);