FileDocCategorySizeDatePackage
ScriptIntrinsicBlur.javaAPI DocAndroid 5.1 API986Sat Mar 14 14:09:38 GMT 2015android.renderscript

ScriptIntrinsicBlur.java

package android.renderscript;
public final class ScriptIntrinsicBlur
  extends android.renderscript.ScriptIntrinsic
{
ScriptIntrinsicBlur() { throw new RuntimeException("Stub!"); }
public static  android.renderscript.ScriptIntrinsicBlur create(android.renderscript.RenderScript rs, android.renderscript.Element e) { throw new RuntimeException("Stub!"); }
public  void setInput(android.renderscript.Allocation ain) { throw new RuntimeException("Stub!"); }
public  void setRadius(float radius) { throw new RuntimeException("Stub!"); }
public  void forEach(android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public  void forEach(android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public  android.renderscript.Script.KernelID getKernelID() { throw new RuntimeException("Stub!"); }
public  android.renderscript.Script.FieldID getFieldID_Input() { throw new RuntimeException("Stub!"); }
}