java.lang.Object | |
↳ | android.support.v8.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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the current X end
Returns | |
---|---|
int |
int current value |
Returns the current X start
Returns | |
---|---|
int |
int current value |
Returns the current Y end
Returns | |
---|---|
int |
int current value |
Returns the current Y start
Returns | |
---|---|
int |
int current value |
Returns the current Z end
Returns | |
---|---|
int |
int current value |
Returns the current Z start
Returns | |
---|---|
int |
int current value |
Set the X range. If the end value is set to 0 the X dimension is not clipped.
Parameters | |
---|---|
xstartArg |
int :
Must be >= 0 |
xendArg |
int :
Must be >= xstartArg |
Returns | |
---|---|
Script.LaunchOptions |
LaunchOptions |
Set the Y range. If the end value is set to 0 the Y dimension is not clipped.
Parameters | |
---|---|
ystartArg |
int :
Must be >= 0 |
yendArg |
int :
Must be >= ystartArg |
Returns | |
---|---|
Script.LaunchOptions |
LaunchOptions |
Set the Z range. If the end value is set to 0 the Z dimension is not clipped.
Parameters | |
---|---|
zstartArg |
int :
Must be >= 0 |
zendArg |
int :
Must be >= zstartArg |
Returns | |
---|---|
Script.LaunchOptions |
LaunchOptions |