summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/imageshow/ImageDualCamera.java
diff options
context:
space:
mode:
authorKedi Xu <kedix@codeaurora.org>2016-11-18 17:17:08 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-11 03:20:22 -0800
commitfff12515839ced96622d5a8c242858d04bffdc13 (patch)
tree65562ad718224000d8d0551b7f3cc37efd7a6b4c /src/com/android/gallery3d/filtershow/imageshow/ImageDualCamera.java
parent799eeebc54a36ef206a52c762dbf9ce042338aae (diff)
downloadandroid_packages_apps_Gallery2-fff12515839ced96622d5a8c242858d04bffdc13.tar.gz
android_packages_apps_Gallery2-fff12515839ced96622d5a8c242858d04bffdc13.tar.bz2
android_packages_apps_Gallery2-fff12515839ced96622d5a8c242858d04bffdc13.zip
Galley: add DDM feature code
Change-Id: Ib46c6c336b4bfc4e403e457aa672404d7dc7c561 CRs-Fixed: 1088828
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);
}
}