summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-10-04 14:52:12 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-10-04 14:52:12 -0700
commit458fc5f52e25d7a8b4e482010711aed66f0b4999 (patch)
tree036fcf09abaff021cf10b4210d8495b4c5282d1a /api
parent33a4c77218e4513268be8d5ce2af6f746976706b (diff)
parente5439f228f603f60febe058f633d91d5af2fff76 (diff)
downloadframeworks_base-458fc5f52e25d7a8b4e482010711aed66f0b4999.zip
frameworks_base-458fc5f52e25d7a8b4e482010711aed66f0b4999.tar.gz
frameworks_base-458fc5f52e25d7a8b4e482010711aed66f0b4999.tar.bz2
Merge "Fix issue #3041660: Camera image flips upside down when rotating device" into gingerbread
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 bffdccc..e465df5 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -46755,6 +46755,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"
@@ -46788,6 +46799,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"
@@ -46799,6 +46832,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"