summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/FadeInTexture.java
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-03-14 17:27:24 +0800
committerOwen Lin <owenlin@google.com>2012-03-14 17:28:00 +0800
commit73a04ff386d590f797d95b02286442108063b569 (patch)
treef2d7e8f5b41f6edde1cd8889e256a477ae4ae746 /src/com/android/gallery3d/ui/FadeInTexture.java
parent7e0a28c2999f2d2c0aab4ecb7a03ac3e37078724 (diff)
downloadandroid_packages_apps_Snap-73a04ff386d590f797d95b02286442108063b569.tar.gz
android_packages_apps_Snap-73a04ff386d590f797d95b02286442108063b569.tar.bz2
android_packages_apps_Snap-73a04ff386d590f797d95b02286442108063b569.zip
Reorganize import for all files.
Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
Diffstat (limited to 'src/com/android/gallery3d/ui/FadeInTexture.java')
-rw-r--r--src/com/android/gallery3d/ui/FadeInTexture.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/ui/FadeInTexture.java b/src/com/android/gallery3d/ui/FadeInTexture.java
index f351e34f3..c88fb47a2 100644
--- a/src/com/android/gallery3d/ui/FadeInTexture.java
+++ b/src/com/android/gallery3d/ui/FadeInTexture.java
@@ -18,8 +18,6 @@ package com.android.gallery3d.ui;
import com.android.gallery3d.common.Utils;
-import android.os.SystemClock;
-
// FadeInTexture is a texture which begins with a color, then gradually animates
// into a given texture.
public class FadeInTexture implements Texture {