summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-02-24 14:46:04 -0800
committerRomain Guy <romainguy@google.com>2011-02-24 16:49:47 -0800
commita5364ee8942cd9f0546f80f6430812ca2ee59f30 (patch)
tree1f9843d1be07167d0d2f7ec61b00e02b19608718 /api
parent7d4da25c5cbc75c7443389a25e7e30d1c2888723 (diff)
downloadframeworks_base-a5364ee8942cd9f0546f80f6430812ca2ee59f30.zip
frameworks_base-a5364ee8942cd9f0546f80f6430812ca2ee59f30.tar.gz
frameworks_base-a5364ee8942cd9f0546f80f6430812ca2ee59f30.tar.bz2
Add an API to control the distance between a View and its camera.
Change-Id: Ibaf4e7dc827933f7ad2bb7ab50c1dcef45fee83c
Diffstat (limited to 'api')
-rw-r--r--api/current.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml
index 265fffc..37318ff 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -90769,7 +90769,7 @@
<method name="addCallbackBuffer"
return="void"
abstract="false"
- native="true"
+ native="false"
synchronized="false"
static="false"
final="true"
@@ -223753,6 +223753,19 @@
<parameter name="bottom" type="int">
</parameter>
</method>
+<method name="setCameraDistance"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="distance" type="float">
+</parameter>
+</method>
<method name="setClickable"
return="void"
abstract="false"