to top
Android APIs
public static class

Script.FieldBase

extends Object
java.lang.Object
   ↳ android.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

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