summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/src/com/android/photos
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-12-13 16:07:45 +0100
committerMichael Jurka <mikejurka@google.com>2013-12-13 16:20:53 +0100
commit34c2e6cf7af328aba25c98158161dbad15ae986d (patch)
treeb63a6b4394cfc80e10d9ce645abfffab857490a4 /WallpaperPicker/src/com/android/photos
parent7ad868b86e45d6f58c186d2731ab2beb84643757 (diff)
downloadandroid_packages_apps_Trebuchet-34c2e6cf7af328aba25c98158161dbad15ae986d.tar.gz
android_packages_apps_Trebuchet-34c2e6cf7af328aba25c98158161dbad15ae986d.tar.bz2
android_packages_apps_Trebuchet-34c2e6cf7af328aba25c98158161dbad15ae986d.zip
Clean up imports
Diffstat (limited to 'WallpaperPicker/src/com/android/photos')
-rw-r--r--WallpaperPicker/src/com/android/photos/BitmapRegionTileSource.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/WallpaperPicker/src/com/android/photos/BitmapRegionTileSource.java b/WallpaperPicker/src/com/android/photos/BitmapRegionTileSource.java
index 8511de2da..cdc5cdcbd 100644
--- a/WallpaperPicker/src/com/android/photos/BitmapRegionTileSource.java
+++ b/WallpaperPicker/src/com/android/photos/BitmapRegionTileSource.java
@@ -24,9 +24,7 @@ import android.graphics.Bitmap.Config;
import android.graphics.BitmapFactory;
import android.graphics.BitmapRegionDecoder;
import android.graphics.Canvas;
-import android.graphics.Matrix;
import android.graphics.Paint;
-import android.graphics.PorterDuff;
import android.graphics.Rect;
import android.net.Uri;
import android.os.Build;