summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/imageshow/ImageDualCamera.java
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-01-17 01:19:33 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-17 01:19:33 -0800
commitf4cfa24e62dc4278c5b0f168339c98ceb28b41fa (patch)
tree9d07356686b0819e213abe5df30b8e2693242dba /src/com/android/gallery3d/filtershow/imageshow/ImageDualCamera.java
parentda18922b986dd6759ec70180b41f0dff8140c06c (diff)
parentfff12515839ced96622d5a8c242858d04bffdc13 (diff)
downloadandroid_packages_apps_Gallery2-f4cfa24e62dc4278c5b0f168339c98ceb28b41fa.tar.gz
android_packages_apps_Gallery2-f4cfa24e62dc4278c5b0f168339c98ceb28b41fa.tar.bz2
android_packages_apps_Gallery2-f4cfa24e62dc4278c5b0f168339c98ceb28b41fa.zip
Merge "Galley: add DDM feature code"
Diffstat (limited to 'src/com/android/gallery3d/filtershow/imageshow/ImageDualCamera.java')
-rwxr-xr-x[-rw-r--r--]src/com/android/gallery3d/filtershow/imageshow/ImageDualCamera.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/filtershow/imageshow/ImageDualCamera.java b/src/com/android/gallery3d/filtershow/imageshow/ImageDualCamera.java
index 962519373..cb864aa2d 100644..100755
--- a/src/com/android/gallery3d/filtershow/imageshow/ImageDualCamera.java
+++ b/src/com/android/gallery3d/filtershow/imageshow/ImageDualCamera.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -75,6 +75,6 @@ public class ImageDualCamera extends ImageShow {
}
private void calcScreenMapping() {
- mToOrig = getScreenToImageMatrix(true);
+ mToOrig = MasterImage.getImage().getScreenToImageMatrix(true);
}
}