public static final enum

Element.DataType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ android.renderscript.Element.DataType

Class Overview

DataType represents the basic type information for a basic element. The naming convention follows. For numeric types its FLOAT, SIGNED, UNSIGNED followed by the _BITS where BITS is the size of the data. BOOLEAN is a true / false (1,0) represented in an 8 bit container. The UNSIGNED variants with multiple bit definitions are for packed graphical data formats and represents vectors with per vector member sizes which are treated as a single unit for packing and alignment purposes. MATRIX the three matrix types contain FLOAT_32 elements and are treated as 32 bits for alignment purposes. RS_* objects. 32 bit opaque handles.

Summary

Public Methods
static Element.DataType valueOf(String name)
final static DataType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Public Methods

public static Element.DataType valueOf (String name)

Since: API Level 11

public static final DataType[] values ()

Since: API Level 11