summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/camera/gallery/MockImage.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/com/android/camera/gallery/MockImage.java b/tests/src/com/android/camera/gallery/MockImage.java
index 7a1e727..16d80ea 100644
--- a/tests/src/com/android/camera/gallery/MockImage.java
+++ b/tests/src/com/android/camera/gallery/MockImage.java
@@ -24,6 +24,11 @@ public class MockImage implements IImage {
return null;
}
+ public Bitmap fullSizeBitmap(int targetWidthOrHeight,
+ boolean rotateAsNeeded, boolean useNative) {
+ return null;
+ }
+
public Cancelable<Bitmap> fullSizeBitmapCancelable(int targetWidthOrHeight,
BitmapFactory.Options options) {
return null;