@@ -19094,14 +19094,14 @@ package android.renderscript {
1909419094 method public int getVertexAllocationCount();
1909519095 }
1909619096
19097- public static class Mesh.AllocationBuilder {
19098- ctor public Mesh.AllocationBuilder(android.renderscript.RenderScript);
19099- method public android.renderscript.Mesh.AllocationBuilder addIndexSetAllocation(android.renderscript.Allocation, android.renderscript.Mesh.Primitive);
19100- method public android.renderscript.Mesh.AllocationBuilder addIndexSetType(android.renderscript.Mesh.Primitive);
19101- method public android.renderscript.Mesh.AllocationBuilder addVertexAllocation(android.renderscript.Allocation) throws java.lang.IllegalStateException;
19102- method public android.renderscript.Mesh create();
19103- method public int getCurrentIndexSetIndex();
19104- method public int getCurrentVertexTypeIndex();
19097+ public static deprecated class Mesh.AllocationBuilder {
19098+ ctor public deprecated Mesh.AllocationBuilder(android.renderscript.RenderScript);
19099+ method public deprecated android.renderscript.Mesh.AllocationBuilder addIndexSetAllocation(android.renderscript.Allocation, android.renderscript.Mesh.Primitive);
19100+ method public deprecated android.renderscript.Mesh.AllocationBuilder addIndexSetType(android.renderscript.Mesh.Primitive);
19101+ method public deprecated android.renderscript.Mesh.AllocationBuilder addVertexAllocation(android.renderscript.Allocation) throws java.lang.IllegalStateException;
19102+ method public deprecated android.renderscript.Mesh create();
19103+ method public deprecated int getCurrentIndexSetIndex();
19104+ method public deprecated int getCurrentVertexTypeIndex();
1910519105 }
1910619106
1910719107 public static class Mesh.Builder {
@@ -19127,18 +19127,18 @@ package android.renderscript {
1912719127 enum_constant public static final android.renderscript.Mesh.Primitive TRIANGLE_STRIP;
1912819128 }
1912919129
19130- public static class Mesh.TriangleMeshBuilder {
19131- ctor public Mesh.TriangleMeshBuilder(android.renderscript.RenderScript, int, int);
19132- method public android.renderscript.Mesh.TriangleMeshBuilder addTriangle(int, int, int);
19133- method public android.renderscript.Mesh.TriangleMeshBuilder addVertex(float, float);
19134- method public android.renderscript.Mesh.TriangleMeshBuilder addVertex(float, float, float);
19135- method public android.renderscript.Mesh create(boolean);
19136- method public android.renderscript.Mesh.TriangleMeshBuilder setColor(float, float, float, float);
19137- method public android.renderscript.Mesh.TriangleMeshBuilder setNormal(float, float, float);
19138- method public android.renderscript.Mesh.TriangleMeshBuilder setTexture(float, float);
19139- field public static final int COLOR = 1; // 0x1
19140- field public static final int NORMAL = 2; // 0x2
19141- field public static final int TEXTURE_0 = 256; // 0x100
19130+ public static deprecated class Mesh.TriangleMeshBuilder {
19131+ ctor public deprecated Mesh.TriangleMeshBuilder(android.renderscript.RenderScript, int, int);
19132+ method public deprecated android.renderscript.Mesh.TriangleMeshBuilder addTriangle(int, int, int);
19133+ method public deprecated android.renderscript.Mesh.TriangleMeshBuilder addVertex(float, float);
19134+ method public deprecated android.renderscript.Mesh.TriangleMeshBuilder addVertex(float, float, float);
19135+ method public deprecated android.renderscript.Mesh create(boolean);
19136+ method public deprecated android.renderscript.Mesh.TriangleMeshBuilder setColor(float, float, float, float);
19137+ method public deprecated android.renderscript.Mesh.TriangleMeshBuilder setNormal(float, float, float);
19138+ method public deprecated android.renderscript.Mesh.TriangleMeshBuilder setTexture(float, float);
19139+ field public static final deprecated int COLOR = 1; // 0x1
19140+ field public static final deprecated int NORMAL = 2; // 0x2
19141+ field public static final deprecated int TEXTURE_0 = 256; // 0x100
1914219142 }
1914319143
1914419144 public class Program extends android.renderscript.BaseObj {
@@ -19341,18 +19341,18 @@ package android.renderscript {
1934119341 ctor public RSRuntimeException(java.lang.String);
1934219342 }
1934319343
19344- public class RSSurfaceView extends android.view.SurfaceView implements android.view.SurfaceHolder.Callback {
19345- ctor public RSSurfaceView(android.content.Context);
19346- ctor public RSSurfaceView(android.content.Context, android.util.AttributeSet);
19347- method public android.renderscript.RenderScriptGL createRenderScriptGL(android.renderscript.RenderScriptGL.SurfaceConfig);
19348- method public void destroyRenderScriptGL();
19349- method public android.renderscript.RenderScriptGL getRenderScriptGL();
19350- method public void pause();
19351- method public void resume();
19352- method public void setRenderScriptGL(android.renderscript.RenderScriptGL);
19353- method public void surfaceChanged(android.view.SurfaceHolder, int, int, int);
19354- method public void surfaceCreated(android.view.SurfaceHolder);
19355- method public void surfaceDestroyed(android.view.SurfaceHolder);
19344+ public deprecated class RSSurfaceView extends android.view.SurfaceView implements android.view.SurfaceHolder.Callback {
19345+ ctor public deprecated RSSurfaceView(android.content.Context);
19346+ ctor public deprecated RSSurfaceView(android.content.Context, android.util.AttributeSet);
19347+ method public deprecated android.renderscript.RenderScriptGL createRenderScriptGL(android.renderscript.RenderScriptGL.SurfaceConfig);
19348+ method public deprecated void destroyRenderScriptGL();
19349+ method public deprecated android.renderscript.RenderScriptGL getRenderScriptGL();
19350+ method public deprecated void pause();
19351+ method public deprecated void resume();
19352+ method public deprecated void setRenderScriptGL(android.renderscript.RenderScriptGL);
19353+ method public deprecated void surfaceChanged(android.view.SurfaceHolder, int, int, int);
19354+ method public deprecated void surfaceCreated(android.view.SurfaceHolder);
19355+ method public deprecated void surfaceDestroyed(android.view.SurfaceHolder);
1935619356 }
1935719357
1935819358 public class RSTextureView extends android.view.TextureView implements android.view.TextureView.SurfaceTextureListener {
@@ -19417,7 +19417,7 @@ package android.renderscript {
1941719417 method public void pause();
1941819418 method public void resume();
1941919419 method public void setSurface(android.view.SurfaceHolder, int, int);
19420- method public void setSurfaceTexture(android.graphics.SurfaceTexture, int, int);
19420+ method public deprecated void setSurfaceTexture(android.graphics.SurfaceTexture, int, int);
1942119421 }
1942219422
1942319423 public static class RenderScriptGL.SurfaceConfig {
0 commit comments