| java.lang.Object | |
| ↳ | android.support.v8.renderscript.Type.Builder |
Builder class for Type.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new builder object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Validate structure and create a new Type.
| |||||||||||
Add a dimension to the Type.
| |||||||||||
Set the YUV layout for a Type.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new builder object.
| e | The element for the type to be created. |
|---|