public static class Script.FieldBase
extends Object
| java.lang.Object | |
| android.support.v8.renderscript.Script.FieldBase | |
仅用于生成反射代码。
Fields |
|
|---|---|
protected Allocation |
mAllocation |
protected Element |
mElement |
Protected constructors |
|
|---|---|
Script.FieldBase() |
|
公共方法(Public methods) |
|
|---|---|
Allocation |
getAllocation() |
Element |
getElement() |
Type |
getType() |
void |
updateAllocation() |
Protected methods |
|
|---|---|
void |
init(RenderScript rs, int dimx) |
void |
init(RenderScript rs, int dimx, int usages) |
继承方法(Inherited methods) |
|
|---|---|
java.lang.Object
|
|
Script.FieldBase ()
void updateAllocation ()
void init (RenderScript rs, int dimx, int usages)
| 参数(Parameters) | |
|---|---|
rs |
RenderScript
|
dimx |
int
|
usages |
int
|