summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/data/LocalData.java
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-09-20 16:07:42 -0700
committerztenghui <ztenghui@google.com>2013-09-27 15:34:22 -0700
commitb7be228d192cb8f91079caaa2f77a884a40b1160 (patch)
tree93c731ee31210e72fa8e45d56135637ca1fff997 /src/com/android/camera/data/LocalData.java
parent9ba47bf4b755337786bb2bbc810ab69a5772e38f (diff)
downloadandroid_packages_apps_Snap-b7be228d192cb8f91079caaa2f77a884a40b1160.tar.gz
android_packages_apps_Snap-b7be228d192cb8f91079caaa2f77a884a40b1160.tar.bz2
android_packages_apps_Snap-b7be228d192cb8f91079caaa2f77a884a40b1160.zip
Fix incorrect width and height from MediaStore.
bug:10768232 Change-Id: I53673b8ef341f7388a9a4aaa7b03f804485928cf
Diffstat (limited to 'src/com/android/camera/data/LocalData.java')
-rw-r--r--src/com/android/camera/data/LocalData.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/camera/data/LocalData.java b/src/com/android/camera/data/LocalData.java
index 844cc5548..cfdcfa459 100644
--- a/src/com/android/camera/data/LocalData.java
+++ b/src/com/android/camera/data/LocalData.java
@@ -68,7 +68,8 @@ public interface LocalData extends FilmStripView.ImageData {
*/
public static final int LOCAL_360_PHOTO_SPHERE = 6;
- View getView(Activity a, int width, int height, Drawable placeHolder);
+ View getView(Activity a, int width, int height, Drawable placeHolder,
+ LocalDataAdapter adapter);
/**
* Gets the date when this data is created. The returned date is also used