summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorEmilian Peev <epeevs@codeaurora.org>2014-03-17 16:34:20 -0700
committerIvan Evlogiev <ivanevlogiev@codeaurora.org>2014-06-26 18:01:27 +0300
commitde5dd90a48875ed84371da6eb4354826a3b429e2 (patch)
tree5b5a3238817f2bcd054cc5042e8c9c156b049db2 /res/values/qcomstrings.xml
parent03dbeabed74dce7485bcb3f4807fe4105e96830a (diff)
downloadandroid_packages_apps_Snap-de5dd90a48875ed84371da6eb4354826a3b429e2.tar.gz
android_packages_apps_Snap-de5dd90a48875ed84371da6eb4354826a3b429e2.tar.bz2
android_packages_apps_Snap-de5dd90a48875ed84371da6eb4354826a3b429e2.zip
Camera: Initial Refocus support
Refocus mode is enabled which expects 7 snapshots in burst from the camera. The captured images are stored with custom names. Change-Id: I7c1f9ef15d710118f7089c2fc584da450ab0984c
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 5314b70f0..f3617aaa8 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -141,15 +141,18 @@
<!-- Settings screen, Selectable Zone Af dialog radio button choices -->
<string name="pref_camera_advanced_feature_entry_none">None</string>
<string name="pref_camera_advanced_feature_entry_ubifocus">Ubi Focus</string>
+ <string name="pref_camera_advanced_feature_entry_refocus">Refocus</string>
<string name="pref_camera_advanced_feature_entry_chromaflash">Chroma Flash</string>
<string name="pref_camera_advanced_feature_entry_optizoom">Opti Zoom</string>
<!-- Auto exposure entry values. Do not translate. -->
<string name="pref_camera_advanced_feature_value_none">none</string>
<string name="pref_camera_advanced_feature_value_ubifocus_on">af-bracket-on</string>
+ <string name="pref_camera_advanced_feature_value_refocus_on">re-focus-on</string>
<string name="pref_camera_advanced_feature_value_chromaflash_on">chroma-flash-on</string>
<string name="pref_camera_advanced_feature_value_optizoom_on">opti-zoom-on</string>
<string name="pref_camera_advanced_feature_value_ubifocus_off">af-bracket-off</string>
+ <string name="pref_camera_advanced_feature_value_refocus_off">re-focus-off</string>
<string name="pref_camera_advanced_feature_value_chromaflash_off">chroma-flash-off</string>
<string name="pref_camera_advanced_feature_value_optizoom_off">opti-zoom-off</string>