FileDocCategorySizeDatePackage
ScriptIntrinsicResize.javaAPI DocAndroid 5.1 API906Sat Mar 14 14:09:42 GMT 2015android.renderscript

ScriptIntrinsicResize.java

package android.renderscript;
public final class ScriptIntrinsicResize
  extends android.renderscript.ScriptIntrinsic
{
ScriptIntrinsicResize() { throw new RuntimeException("Stub!"); }
public static  android.renderscript.ScriptIntrinsicResize create(android.renderscript.RenderScript rs) { throw new RuntimeException("Stub!"); }
public  void setInput(android.renderscript.Allocation ain) { throw new RuntimeException("Stub!"); }
public  android.renderscript.Script.FieldID getFieldID_Input() { throw new RuntimeException("Stub!"); }
public  void forEach_bicubic(android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public  void forEach_bicubic(android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public  android.renderscript.Script.KernelID getKernelID_bicubic() { throw new RuntimeException("Stub!"); }
}