File
Doc
Category
Size
Date
Package
Type.java
API Doc
Android 5.1 API
2242
Sat Mar 14 14:09:44 GMT 2015
android.renderscript
Type
java.lang.Object
android.renderscript.BaseObj
public class Type extends android.renderscript.BaseObj
Fields Summary
Constructors Summary
Type
()
throw new RuntimeException("Stub!");
Methods Summary
public static
android.renderscript.Type
createX
(
android.renderscript.RenderScript
rs,
android.renderscript.Element
e,
int
dimX)
throw new RuntimeException("Stub!");
public static
android.renderscript.Type
createXY
(
android.renderscript.RenderScript
rs,
android.renderscript.Element
e,
int
dimX,
int
dimY)
throw new RuntimeException("Stub!");
public static
android.renderscript.Type
createXYZ
(
android.renderscript.RenderScript
rs,
android.renderscript.Element
e,
int
dimX,
int
dimY,
int
dimZ)
throw new RuntimeException("Stub!");
public
int
getCount
()
throw new RuntimeException("Stub!");
public
android.renderscript.Element
getElement
()
throw new RuntimeException("Stub!");
public
int
getX
()
throw new RuntimeException("Stub!");
public
int
getY
()
throw new RuntimeException("Stub!");
public
int
getYuv
()
throw new RuntimeException("Stub!");
public
int
getZ
()
throw new RuntimeException("Stub!");
public
boolean
hasFaces
()
throw new RuntimeException("Stub!");
public
boolean
hasMipmaps
()
throw new RuntimeException("Stub!");
Java Code Source