File
Doc
Category
Size
Date
Package
ScriptIntrinsicResize.java
API Doc
Android 5.1 API
906
Sat Mar 14 14:09:42 GMT 2015
android.renderscript
ScriptIntrinsicResize
java.lang.Object
android.renderscript.ScriptIntrinsic
public final class ScriptIntrinsicResize extends android.renderscript.ScriptIntrinsic
Fields Summary
Constructors Summary
ScriptIntrinsicResize
()
throw new RuntimeException("Stub!");
Methods Summary
public static
android.renderscript.ScriptIntrinsicResize
create
(
android.renderscript.RenderScript
rs)
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.FieldID
getFieldID_Input
()
throw new RuntimeException("Stub!");
public
android.renderscript.Script.KernelID
getKernelID_bicubic
()
throw new RuntimeException("Stub!");
public void
setInput
(
android.renderscript.Allocation
ain)
throw new RuntimeException("Stub!");
Java Code Source