summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mehlmauer <FireFart@gmail.com>2010-05-20 20:13:51 +0200
committerChristian Mehlmauer <FireFart@gmail.com>2010-05-20 20:13:51 +0200
commit38dcb296c95b7fd0ca597fca5a1fc904bfbbfa69 (patch)
treee3b8f6f0ae70fdcdcdf71161e8dbab1424c12732
parent4b5c09f29e37c8d07dcba57e4c4da13089a9d63d (diff)
downloadandroid_development-38dcb296c95b7fd0ca597fca5a1fc904bfbbfa69.tar.gz
android_development-38dcb296c95b7fd0ca597fca5a1fc904bfbbfa69.tar.bz2
android_development-38dcb296c95b7fd0ca597fca5a1fc904bfbbfa69.zip
Reduced Warnings
Change-Id: I3ce0d27d24e8aad3fdbf8c57cefe39d1a3fd99e9
-rw-r--r--samples/ApiDemos/src/com/example/android/apis/animation/Transition3d.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/ApiDemos/src/com/example/android/apis/animation/Transition3d.java b/samples/ApiDemos/src/com/example/android/apis/animation/Transition3d.java
index 38e69d031..a52b01ba3 100644
--- a/samples/ApiDemos/src/com/example/android/apis/animation/Transition3d.java
+++ b/samples/ApiDemos/src/com/example/android/apis/animation/Transition3d.java
@@ -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);