summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-03-02 18:16:04 -0800
committerRomain Guy <romainguy@google.com>2011-03-02 18:16:04 -0800
commitf1ae10640fe152b56465e7e7184731226f95b0dd (patch)
tree5b4ed6e28009e6e51d8247e1f4de00bee70b8799 /api
parent84962f2fe6ce779c583cc54b11a9de2b6a568117 (diff)
downloadframeworks_base-f1ae10640fe152b56465e7e7184731226f95b0dd.zip
frameworks_base-f1ae10640fe152b56465e7e7184731226f95b0dd.tar.gz
frameworks_base-f1ae10640fe152b56465e7e7184731226f95b0dd.tar.bz2
Add an API to force Views to render their layer.
Change-Id: Id5776f3b0880fdf75835f16560a1d03a3175d139
Diffstat (limited to 'api')
-rw-r--r--api/current.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml
index f98edab..8090edb 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -220707,6 +220707,17 @@
<parameter name="autoScale" type="boolean">
</parameter>
</method>
+<method name="buildLayer"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="cancelLongPress"
return="void"
abstract="false"
@@ -266669,7 +266680,7 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="t" type="T">
+<parameter name="arg0" type="T">
</parameter>
</method>
</interface>