summaryrefslogtreecommitdiffstats
path: root/api/9.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-08-08 00:14:31 -0700
committerRomain Guy <romainguy@android.com>2010-08-08 17:45:07 -0700
commit163935113919a184122b8b3bd672ef08c8df65dc (patch)
treec8aa9b460ae7fd9e2e675d4bf25924a3459f8696 /api/9.xml
parent1ad7343409442a4a027c0092d07beff1b412a7dc (diff)
downloadframeworks_base-163935113919a184122b8b3bd672ef08c8df65dc.zip
frameworks_base-163935113919a184122b8b3bd672ef08c8df65dc.tar.gz
frameworks_base-163935113919a184122b8b3bd672ef08c8df65dc.tar.bz2
Make libhwui entirely optional.
The makefile variable USE_OPENGL_RENDERER must be set to true to compile libhwui and the related code in the JNI layer. This change also removes obsolete APIs from Canvas that must not be used and would be confusing if left in. These APIs were remnants of our first attempt at an OpenGL renderer for the view hierarchy and had not been taken out before Android 1.0 was released. Change-Id: I2475ff1307212bab26c926724f3c508681c7dae1
Diffstat (limited to 'api/9.xml')
-rw-r--r--api/9.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/api/9.xml b/api/9.xml
index abb67f9..f151a16 100644
--- a/api/9.xml
+++ b/api/9.xml
@@ -58593,16 +58593,6 @@
<parameter name="bitmap" type="android.graphics.Bitmap">
</parameter>
</constructor>
-<constructor name="Canvas"
- type="android.graphics.Canvas"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-<parameter name="gl" type="javax.microedition.khronos.opengles.GL">
-</parameter>
-</constructor>
<method name="clipPath"
return="boolean"
abstract="false"
@@ -59519,17 +59509,6 @@
<parameter name="paint" type="android.graphics.Paint">
</parameter>
</method>
-<method name="freeGlCaches"
- return="void"
- abstract="false"
- native="false"
- synchronized="false"
- static="true"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-</method>
<method name="getClipBounds"
return="boolean"
abstract="false"
@@ -59576,17 +59555,6 @@
visibility="public"
>
</method>
-<method name="getGL"
- return="javax.microedition.khronos.opengles.GL"
- abstract="false"
- native="false"
- synchronized="false"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-</method>
<method name="getHeight"
return="int"
abstract="false"
@@ -59950,21 +59918,6 @@
<parameter name="matrix" type="android.graphics.Matrix">
</parameter>
</method>
-<method name="setViewport"
- return="void"
- abstract="false"
- native="false"
- synchronized="false"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-<parameter name="width" type="int">
-</parameter>
-<parameter name="height" type="int">
-</parameter>
-</method>
<method name="skew"
return="void"
abstract="false"