android.renderscript.ProgramVertex Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.renderscript;
@Deprecated
public class ProgramVertex
extends android.renderscript.Program
{
@Deprecated
public static class Builder
extends android.renderscript.Program.BaseProgramBuilder
{
@Deprecated
public Builder(android.renderscript.RenderScript rs) { super((android.renderscript.RenderScript)null); throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramVertex.Builder addInput(android.renderscript.Element e) throws java.lang.IllegalStateException { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramVertex create() { throw new RuntimeException("Stub!"); }
}
ProgramVertex() { throw new RuntimeException("Stub!"); }
@Deprecated
public int getInputCount() { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.Element getInput(int slot) { throw new RuntimeException("Stub!"); }
}