summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-10-04 14:55:09 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-04 14:55:09 -0700
commit89230e3b7b9ec455373e3f60b62ff65589a9c57d (patch)
tree4c84cfb1bb82905fc52e0d22cac80604dacdf535 /api
parent8390651c124546a2600c5f830afbcc7d2edd4d8f (diff)
parent458fc5f52e25d7a8b4e482010711aed66f0b4999 (diff)
downloadframeworks_base-89230e3b7b9ec455373e3f60b62ff65589a9c57d.zip
frameworks_base-89230e3b7b9ec455373e3f60b62ff65589a9c57d.tar.gz
frameworks_base-89230e3b7b9ec455373e3f60b62ff65589a9c57d.tar.bz2
am 458fc5f5: Merge "Fix issue #3041660: Camera image flips upside down when rotating device" into gingerbread
Merge commit '458fc5f52e25d7a8b4e482010711aed66f0b4999' into gingerbread-plus-aosp * commit '458fc5f52e25d7a8b4e482010711aed66f0b4999': Fix issue #3041660: Camera image flips upside down when rotating device
Diffstat (limited to 'api')
-rw-r--r--api/current.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 817a2c1..e2c90a8 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -46767,6 +46767,17 @@
visibility="public"
>
</field>
+<field name="SCREEN_ORIENTATION_FULL_SENSOR"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="10"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="SCREEN_ORIENTATION_LANDSCAPE"
type="int"
transient="false"
@@ -46800,6 +46811,28 @@
visibility="public"
>
</field>
+<field name="SCREEN_ORIENTATION_REVERSE_LANDSCAPE"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="8"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="SCREEN_ORIENTATION_REVERSE_PORTRAIT"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="9"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="SCREEN_ORIENTATION_SENSOR"
type="int"
transient="false"
@@ -46811,6 +46844,28 @@
visibility="public"
>
</field>
+<field name="SCREEN_ORIENTATION_SENSOR_LANDSCAPE"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="6"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="SCREEN_ORIENTATION_SENSOR_PORTRAIT"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="7"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="SCREEN_ORIENTATION_UNSPECIFIED"
type="int"
transient="false"