summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/StringTexture.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/StringTexture.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/StringTexture.java')
-rw-r--r--src/com/android/gallery3d/ui/StringTexture.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/ui/StringTexture.java b/src/com/android/gallery3d/ui/StringTexture.java
index 935cd729e..2db2de4a2 100644
--- a/src/com/android/gallery3d/ui/StringTexture.java
+++ b/src/com/android/gallery3d/ui/StringTexture.java
@@ -21,9 +21,9 @@ import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint.FontMetricsInt;
import android.graphics.Typeface;
-import android.util.FloatMath;
import android.text.TextPaint;
import android.text.TextUtils;
+import android.util.FloatMath;
// StringTexture is a texture shows the content of a specified String.
//