to top
Android APIs
public static class

Script.FieldBase

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

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

Since: API Level 11

protected Element mElement

Since: API Level 11

Protected Constructors

protected Script.FieldBase ()

Since: API Level 11

Public Methods

public Allocation getAllocation ()

Since: API Level 11

public Element getElement ()

Since: API Level 11

public Type getType ()

Since: API Level 11

public void updateAllocation ()

Since: API Level 11

Protected Methods

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

Since: API Level 11

protected void init (RenderScript rs, int dimx)

Since: API Level 11