File
Doc
Category
Size
Date
Package
ScriptGroup.java
API Doc
Android 5.1 API
1297
Sat Mar 14 14:09:38 GMT 2015
android.renderscript
ScriptGroup
java.lang.Object
android.renderscript.BaseObj
public final class ScriptGroup extends android.renderscript.BaseObj
Fields Summary
Constructors Summary
ScriptGroup
()
throw new RuntimeException("Stub!");
Methods Summary
public void
execute
()
throw new RuntimeException("Stub!");
public void
setInput
(
android.renderscript.Script.KernelID
s,
android.renderscript.Allocation
a)
throw new RuntimeException("Stub!");
public void
setOutput
(
android.renderscript.Script.KernelID
s,
android.renderscript.Allocation
a)
throw new RuntimeException("Stub!");
Java Code Source