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 |
|
---|---|
From class java.lang.Object
|
Script.FieldBase ()
void updateAllocation ()
void init (RenderScript rs, int dimx, int usages)
Parameters | |
---|---|
rs |
RenderScript
|
dimx |
int
|
usages |
int
|