Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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)