Merge "Update api/current.xml for SurfaceTexture." into honeycomb

This commit is contained in:
Jamie Gennis
2011-01-06 16:37:33 -08:00
committed by Android (Google) Code Review

View File

@@ -85996,6 +85996,33 @@
</parameter>
</method>
</interface>
<class name="SurfaceTexture.OutOfResourcesException"
extends="java.lang.Exception"
abstract="false"
static="true"
final="false"
deprecated="not deprecated"
visibility="public"
>
<constructor name="SurfaceTexture.OutOfResourcesException"
type="android.graphics.SurfaceTexture.OutOfResourcesException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
</constructor>
<constructor name="SurfaceTexture.OutOfResourcesException"
type="android.graphics.SurfaceTexture.OutOfResourcesException"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="name" type="java.lang.String">
</parameter>
</constructor>
</class>
<class name="SweepGradient"
extends="android.graphics.Shader"
abstract="false"