Android APIs
public static class

Script.FieldBase

extends Object
java.lang.Object
   ↳ android.support.v8.renderscript.Script.FieldBase

Class Overview


Only intended for use by generated reflected code.

Summary


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, int usages)
void init(RenderScript rs, int dimx)
[Expand]
Inherited Methods
From class java.lang.Object

Fields


protected Allocation mAllocation

protected Element mElement

Protected Constructors


protected Script.FieldBase ()

Public Methods


public Allocation getAllocation ()

public Element getElement ()

public Type getType ()

public void updateAllocation ()

Protected Methods


protected void init (RenderScript rs, int dimx, int usages)

protected void init (RenderScript rs, int dimx)