Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -32801,6 +32801,7 @@ package android.renderscript { method public void getVarV(int, android.renderscript.FieldPacker); method protected void invoke(int); method protected void invoke(int, android.renderscript.FieldPacker); method protected void reduce(int, android.renderscript.Allocation[], android.renderscript.Allocation, android.renderscript.Script.LaunchOptions); method public void setTimeZone(java.lang.String); method public void setVar(int, float); method public void setVar(int, double); api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -34989,6 +34989,7 @@ package android.renderscript { method public void getVarV(int, android.renderscript.FieldPacker); method protected void invoke(int); method protected void invoke(int, android.renderscript.FieldPacker); method protected void reduce(int, android.renderscript.Allocation[], android.renderscript.Allocation, android.renderscript.Script.LaunchOptions); method public void setTimeZone(java.lang.String); method public void setVar(int, float); method public void setVar(int, double); api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -32815,6 +32815,7 @@ package android.renderscript { method public void getVarV(int, android.renderscript.FieldPacker); method protected void invoke(int); method protected void invoke(int, android.renderscript.FieldPacker); method protected void reduce(int, android.renderscript.Allocation[], android.renderscript.Allocation, android.renderscript.Script.LaunchOptions); method public void setTimeZone(java.lang.String); method public void setVar(int, float); method public void setVar(int, double); rs/java/android/renderscript/Script.java +0 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,6 @@ public class Script extends BaseObj { /** * Only intended for use by generated reflected code. (General reduction) * * @hide */ protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { mRS.validate(); Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -32801,6 +32801,7 @@ package android.renderscript { method public void getVarV(int, android.renderscript.FieldPacker); method protected void invoke(int); method protected void invoke(int, android.renderscript.FieldPacker); method protected void reduce(int, android.renderscript.Allocation[], android.renderscript.Allocation, android.renderscript.Script.LaunchOptions); method public void setTimeZone(java.lang.String); method public void setVar(int, float); method public void setVar(int, double);
api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -34989,6 +34989,7 @@ package android.renderscript { method public void getVarV(int, android.renderscript.FieldPacker); method protected void invoke(int); method protected void invoke(int, android.renderscript.FieldPacker); method protected void reduce(int, android.renderscript.Allocation[], android.renderscript.Allocation, android.renderscript.Script.LaunchOptions); method public void setTimeZone(java.lang.String); method public void setVar(int, float); method public void setVar(int, double);
api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -32815,6 +32815,7 @@ package android.renderscript { method public void getVarV(int, android.renderscript.FieldPacker); method protected void invoke(int); method protected void invoke(int, android.renderscript.FieldPacker); method protected void reduce(int, android.renderscript.Allocation[], android.renderscript.Allocation, android.renderscript.Script.LaunchOptions); method public void setTimeZone(java.lang.String); method public void setVar(int, float); method public void setVar(int, double);
rs/java/android/renderscript/Script.java +0 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,6 @@ public class Script extends BaseObj { /** * Only intended for use by generated reflected code. (General reduction) * * @hide */ protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { mRS.validate(); Loading