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

? Examples
Allocation getAllocation()

? Examples
Element getElement()

? Examples
Type getType()

? Examples
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

Added in API level 11

protected Element mElement

Added in API level 11

Protected Constructors

protected Script.FieldBase ()

Added in API level 11

Public Methods

public Allocation getAllocation ()

Added in API level 11

public Element getElement ()

Added in API level 11

public Type getType ()

Added in API level 11

public void updateAllocation ()

Added in API level 11

Protected Methods

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

Added in API level 11

protected void init (RenderScript rs, int dimx)

Added in API level 11

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.