summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-09-20 16:15:32 -0700
committerWu-cheng Li <wuchengli@google.com>2010-09-21 08:46:32 -0700
commitd45cb72ac0d7d57829ffc9223decb89a5fc42ce2 (patch)
tree231016c9dddc37dc8e126e60ec16385e9343b50e /api
parent92630c787d0ae34c7ae3cb29c2d261f1acaf18b9 (diff)
downloadframeworks_base-d45cb72ac0d7d57829ffc9223decb89a5fc42ce2.zip
frameworks_base-d45cb72ac0d7d57829ffc9223decb89a5fc42ce2.tar.gz
frameworks_base-d45cb72ac0d7d57829ffc9223decb89a5fc42ce2.tar.bz2
Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO.
This constant is not public yet. Continuous autofocus should behave differently in still camera and camcorder. In camcorder, lens movement may be more smooth. And the triggers to start a new focus search may be different. If there is a need, FOCUS_MODE_CONTINUOUS_PHOTO can be added in the future. Change-Id: I05df9e491aca37829be3df92a73b952f26c86a4a
Diffstat (limited to 'api')
-rw-r--r--api/current.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.xml b/api/current.xml
index d7fc03d..e6df687 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -76944,11 +76944,11 @@
visibility="public"
>
</field>
-<field name="FOCUS_MODE_CONTINUOUS"
+<field name="FOCUS_MODE_CONTINUOUS_VIDEO"
type="java.lang.String"
transient="false"
volatile="false"
- value="&quot;continuous&quot;"
+ value="&quot;continuous-video&quot;"
static="true"
final="true"
deprecated="not deprecated"