java.lang.Object | |
↳ | android.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. |
---|
Set the YUV layout for a Type.
yuvFormat |
YV12
,
NV21
, or
YUV_420_888
.
|
---|