java.lang.Object | |
↳ | android.renderscript.Script.LaunchOptions |
Class used to specify clipping for a kernel launch.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the current X end
| |||||||||||
Returns the current X start
| |||||||||||
Returns the current Y end
| |||||||||||
Returns the current Y start
| |||||||||||
Returns the current Z end
| |||||||||||
Returns the current Z start
| |||||||||||
Set the X range.
| |||||||||||
Set the Y range.
| |||||||||||
Set the Z range.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Set the X range. If the end value is set to 0 the X dimension is not clipped.
xstartArg | Must be >= 0 |
---|---|
xendArg | Must be >= xstartArg |
Set the Y range. If the end value is set to 0 the Y dimension is not clipped.
ystartArg | Must be >= 0 |
---|---|
yendArg | Must be >= ystartArg |
Set the Z range. If the end value is set to 0 the Z dimension is not clipped.
zstartArg | Must be >= 0 |
---|---|
zendArg | Must be >= zstartArg |