Most visited

Recently visited

ScriptGroup.Input

public static final class ScriptGroup.Input
extends Object

java.lang.Object
   ↳ android.support.v8.renderscript.ScriptGroup.Input


An opaque class for unbound values (used for script group inputs)

Created by calling the addInput() method. The value is assigned in execute(Object) method as one of its arguments. Arguments to the execute method should be in the same order as intputs are added using the addInput method.

Summary

Inherited methods

From class java.lang.Object

Hooray!