Home | History | Annotate | Download | only in lib

META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/support/v8/
android/support/v8/renderscript/
android/support/v8/renderscript/Sampler$Value.class
Sampler.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Sampler$Value extends java.lang.Enum {
	public static final android.support.v8.renderscript.Sampler$Value NEAREST
	public static final android.support.v8.renderscript.Sampler$Value LINEAR
	public static final android.support.v8.renderscript.Sampler$Value LINEAR_MIP_LINEAR
	public static final android.support.v8.renderscript.Sampler$Value LINEAR_MIP_NEAREST
	public static final android.support.v8.renderscript.Sampler$Value WRAP
	public static final android.support.v8.renderscript.Sampler$Value CLAMP
	public static final android.support.v8.renderscript.Sampler$Value MIRRORED_REPEAT
	int mID
	private static final android.support.v8.renderscript.Sampler$Value[] $VALUES
	public static android.support.v8.renderscript.Sampler$Value[] values () 
	public static android.support.v8.renderscript.Sampler$Value valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, int) 
		int id
	static void  () 
}

android/support/v8/renderscript/Int4.class
Int4.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Int4 extends java.lang.Object {
	public int x
	public int y
	public int z
	public int w
	public void  () 
	public void  (int, int, int, int) 
		int initX
		int initY
		int initZ
		int initW
}

android/support/v8/renderscript/TypeThunker.class
TypeThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.TypeThunker extends android.support.v8.renderscript.Type {
	android.renderscript.Type mN
	static java.util.HashMap mMap
	android.renderscript.Type getNObj () 
	void internalCalc () 
	void  (android.support.v8.renderscript.RenderScript, android.renderscript.Type) 
		android.support.v8.renderscript.RenderScript rs
		android.renderscript.Type t
	static android.support.v8.renderscript.Type find (android.renderscript.Type) 
		android.renderscript.Type nt
	static android.support.v8.renderscript.Type create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element, int, int, int, boolean, boolean, int) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		int dx
		int dy
		int dz
		boolean dmip
		boolean dfaces
		int yuv
		android.support.v8.renderscript.ElementThunker et
		android.support.v8.renderscript.RenderScriptThunker rst
		android.renderscript.Type$Builder tb
		android.renderscript.Type nt
		android.support.v8.renderscript.TypeThunker tt
	volatile android.renderscript.BaseObj getNObj () 
	static void  () 
}

android/support/v8/renderscript/Short4.class
Short4.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Short4 extends java.lang.Object {
	public short x
	public short y
	public short z
	public short w
	public void  () 
	public void  (short, short, short, short) 
		short initX
		short initY
		short initZ
		short initW
}

android/support/v8/renderscript/Double2.class
Double2.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Double2 extends java.lang.Object {
	public double x
	public double y
	public void  () 
	public void  (double, double) 
		double initX
		double initY
}

android/support/v8/renderscript/Allocation$MipmapControl.class
Allocation.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Allocation$MipmapControl extends java.lang.Enum {
	public static final android.support.v8.renderscript.Allocation$MipmapControl MIPMAP_NONE
	public static final android.support.v8.renderscript.Allocation$MipmapControl MIPMAP_FULL
	public static final android.support.v8.renderscript.Allocation$MipmapControl MIPMAP_ON_SYNC_TO_TEXTURE
	int mID
	private static final android.support.v8.renderscript.Allocation$MipmapControl[] $VALUES
	public static android.support.v8.renderscript.Allocation$MipmapControl[] values () 
	public static android.support.v8.renderscript.Allocation$MipmapControl valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, int) 
		int id
	static void  () 
}

android/support/v8/renderscript/ScriptIntrinsic3DLUT.class
ScriptIntrinsic3DLUT.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsic3DLUT extends android.support.v8.renderscript.ScriptIntrinsic {
	private android.support.v8.renderscript.Allocation mLUT
	private android.support.v8.renderscript.Element mElement
	protected void  (int, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		int id
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
	public static android.support.v8.renderscript.ScriptIntrinsic3DLUT create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		int id
	public void setLUT (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation lut
		android.support.v8.renderscript.Type t
	public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
}

android/support/v8/renderscript/SamplerThunker$1.class
SamplerThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.SamplerThunker$1 extends java.lang.Object {
	static final int[] $SwitchMap$android$support$v8$renderscript$Sampler$Value
	static void  () 
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
}

android/support/v8/renderscript/ElementThunker$BuilderThunker.class
ElementThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ElementThunker$BuilderThunker extends java.lang.Object {
	android.renderscript.Element$Builder mN
	public void  (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.RenderScriptThunker rst
	public void add (android.support.v8.renderscript.Element, java.lang.String, int) 
		android.support.v8.renderscript.Element e
		String name
		int arraySize
		android.support.v8.renderscript.ElementThunker et
	public android.support.v8.renderscript.Element create (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
		android.renderscript.Element e
}

android/support/v8/renderscript/Element$DataKind.class
Element.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Element$DataKind extends java.lang.Enum {
	public static final android.support.v8.renderscript.Element$DataKind USER
	public static final android.support.v8.renderscript.Element$DataKind PIXEL_L
	public static final android.support.v8.renderscript.Element$DataKind PIXEL_A
	public static final android.support.v8.renderscript.Element$DataKind PIXEL_LA
	public static final android.support.v8.renderscript.Element$DataKind PIXEL_RGB
	public static final android.support.v8.renderscript.Element$DataKind PIXEL_RGBA
	public static final android.support.v8.renderscript.Element$DataKind PIXEL_DEPTH
	public static final android.support.v8.renderscript.Element$DataKind PIXEL_YUV
	int mID
	private static final android.support.v8.renderscript.Element$DataKind[] $VALUES
	public static android.support.v8.renderscript.Element$DataKind[] values () 
	public static android.support.v8.renderscript.Element$DataKind valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, int) 
		int id
	static void  () 
}

android/support/v8/renderscript/Byte4.class
Byte4.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Byte4 extends java.lang.Object {
	public byte x
	public byte y
	public byte z
	public byte w
	public void  () 
	public void  (byte, byte, byte, byte) 
		byte initX
		byte initY
		byte initZ
		byte initW
}

android/support/v8/renderscript/Type$CubemapFace.class
Type.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Type$CubemapFace extends java.lang.Enum {
	public static final android.support.v8.renderscript.Type$CubemapFace POSITIVE_X
	public static final android.support.v8.renderscript.Type$CubemapFace NEGATIVE_X
	public static final android.support.v8.renderscript.Type$CubemapFace POSITIVE_Y
	public static final android.support.v8.renderscript.Type$CubemapFace NEGATIVE_Y
	public static final android.support.v8.renderscript.Type$CubemapFace POSITIVE_Z
	public static final android.support.v8.renderscript.Type$CubemapFace NEGATIVE_Z
	int mID
	private static final android.support.v8.renderscript.Type$CubemapFace[] $VALUES
	public static android.support.v8.renderscript.Type$CubemapFace[] values () 
	public static android.support.v8.renderscript.Type$CubemapFace valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, int) 
		int id
	static void  () 
}

android/support/v8/renderscript/Sampler$Builder.class
Sampler.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Sampler$Builder extends java.lang.Object {
	android.support.v8.renderscript.RenderScript mRS
	android.support.v8.renderscript.Sampler$Value mMin
	android.support.v8.renderscript.Sampler$Value mMag
	android.support.v8.renderscript.Sampler$Value mWrapS
	android.support.v8.renderscript.Sampler$Value mWrapT
	android.support.v8.renderscript.Sampler$Value mWrapR
	float mAniso
	public void  (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public void setMinification (android.support.v8.renderscript.Sampler$Value) 
		android.support.v8.renderscript.Sampler$Value v
	public void setMagnification (android.support.v8.renderscript.Sampler$Value) 
		android.support.v8.renderscript.Sampler$Value v
	public void setWrapS (android.support.v8.renderscript.Sampler$Value) 
		android.support.v8.renderscript.Sampler$Value v
	public void setWrapT (android.support.v8.renderscript.Sampler$Value) 
		android.support.v8.renderscript.Sampler$Value v
	public void setAnisotropy (float) 
		float v
	public android.support.v8.renderscript.Sampler create () 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.SamplerThunker$Builder b
		int id
		android.support.v8.renderscript.Sampler sampler
}

android/support/v8/renderscript/SamplerThunker.class
SamplerThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.SamplerThunker extends android.support.v8.renderscript.Sampler {
	android.renderscript.Sampler mN
	protected void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	android.renderscript.BaseObj getNObj () 
	static android.renderscript.Sampler$Value convertValue (android.support.v8.renderscript.Sampler$Value) 
		android.support.v8.renderscript.Sampler$Value v
}

android/support/v8/renderscript/ScriptIntrinsic3DLUTThunker.class
ScriptIntrinsic3DLUTThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ScriptIntrinsic3DLUTThunker extends android.support.v8.renderscript.ScriptIntrinsic3DLUT {
	android.renderscript.ScriptIntrinsic3DLUT mN
	android.renderscript.ScriptIntrinsic3DLUT getNObj () 
	private void  (int, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		int id
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
	public static android.support.v8.renderscript.ScriptIntrinsic3DLUTThunker create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.ElementThunker et
		android.support.v8.renderscript.ScriptIntrinsic3DLUTThunker lut
	public void setLUT (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation lut
		android.support.v8.renderscript.AllocationThunker lutt
	public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
		android.support.v8.renderscript.Script$KernelID k
	volatile android.renderscript.Script getNObj () 
	volatile android.renderscript.BaseObj getNObj () 
}

android/support/v8/renderscript/FieldPacker.class
FieldPacker.java
package android.support.v8.renderscript
public android.support.v8.renderscript.FieldPacker extends java.lang.Object {
	private android.renderscript.FieldPacker mN
	private final byte[] mData
	private int mPos
	private int mLen
	public void  (int) 
		int len
	public void align (int) 
		int v
	public void reset () 
	public void reset (int) 
		int i
	public void skip (int) 
		int i
		int res
	public void addI8 (byte) 
		byte v
	public void addI16 (short) 
		short v
	public void addI32 (int) 
		int v
	public void addI64 (long) 
		long v
	public void addU8 (short) 
		short v
	public void addU16 (int) 
		int v
	public void addU32 (long) 
		long v
	public void addU64 (long) 
		long v
	public void addF32 (float) 
		float v
	public void addF64 (double) 
		double v
	public void addObj (android.support.v8.renderscript.BaseObj) 
		android.support.v8.renderscript.BaseObj obj
	public void addF32 (android.support.v8.renderscript.Float2) 
		android.support.v8.renderscript.Float2 v
	public void addF32 (android.support.v8.renderscript.Float3) 
		android.support.v8.renderscript.Float3 v
	public void addF32 (android.support.v8.renderscript.Float4) 
		android.support.v8.renderscript.Float4 v
	public void addF64 (android.support.v8.renderscript.Double2) 
		android.support.v8.renderscript.Double2 v
	public void addF64 (android.support.v8.renderscript.Double3) 
		android.support.v8.renderscript.Double3 v
	public void addF64 (android.support.v8.renderscript.Double4) 
		android.support.v8.renderscript.Double4 v
	public void addI8 (android.support.v8.renderscript.Byte2) 
		android.support.v8.renderscript.Byte2 v
	public void addI8 (android.support.v8.renderscript.Byte3) 
		android.support.v8.renderscript.Byte3 v
	public void addI8 (android.support.v8.renderscript.Byte4) 
		android.support.v8.renderscript.Byte4 v
	public void addU8 (android.support.v8.renderscript.Short2) 
		android.support.v8.renderscript.Short2 v
	public void addU8 (android.support.v8.renderscript.Short3) 
		android.support.v8.renderscript.Short3 v
	public void addU8 (android.support.v8.renderscript.Short4) 
		android.support.v8.renderscript.Short4 v
	public void addI16 (android.support.v8.renderscript.Short2) 
		android.support.v8.renderscript.Short2 v
	public void addI16 (android.support.v8.renderscript.Short3) 
		android.support.v8.renderscript.Short3 v
	public void addI16 (android.support.v8.renderscript.Short4) 
		android.support.v8.renderscript.Short4 v
	public void addU16 (android.support.v8.renderscript.Int2) 
		android.support.v8.renderscript.Int2 v
	public void addU16 (android.support.v8.renderscript.Int3) 
		android.support.v8.renderscript.Int3 v
	public void addU16 (android.support.v8.renderscript.Int4) 
		android.support.v8.renderscript.Int4 v
	public void addI32 (android.support.v8.renderscript.Int2) 
		android.support.v8.renderscript.Int2 v
	public void addI32 (android.support.v8.renderscript.Int3) 
		android.support.v8.renderscript.Int3 v
	public void addI32 (android.support.v8.renderscript.Int4) 
		android.support.v8.renderscript.Int4 v
	public void addU32 (android.support.v8.renderscript.Long2) 
		android.support.v8.renderscript.Long2 v
	public void addU32 (android.support.v8.renderscript.Long3) 
		android.support.v8.renderscript.Long3 v
	public void addU32 (android.support.v8.renderscript.Long4) 
		android.support.v8.renderscript.Long4 v
	public void addI64 (android.support.v8.renderscript.Long2) 
		android.support.v8.renderscript.Long2 v
	public void addI64 (android.support.v8.renderscript.Long3) 
		android.support.v8.renderscript.Long3 v
	public void addI64 (android.support.v8.renderscript.Long4) 
		android.support.v8.renderscript.Long4 v
	public void addU64 (android.support.v8.renderscript.Long2) 
		android.support.v8.renderscript.Long2 v
	public void addU64 (android.support.v8.renderscript.Long3) 
		android.support.v8.renderscript.Long3 v
	public void addU64 (android.support.v8.renderscript.Long4) 
		android.support.v8.renderscript.Long4 v
	public void addMatrix (android.support.v8.renderscript.Matrix4f) 
		int i
		android.support.v8.renderscript.Matrix4f v
	public void addMatrix (android.support.v8.renderscript.Matrix3f) 
		int i
		android.support.v8.renderscript.Matrix3f v
	public void addMatrix (android.support.v8.renderscript.Matrix2f) 
		int i
		android.support.v8.renderscript.Matrix2f v
	public void addBoolean (boolean) 
		boolean v
	public final byte[] getData () 
}

android/support/v8/renderscript/ScriptIntrinsicLUT.class
ScriptIntrinsicLUT.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicLUT extends android.support.v8.renderscript.ScriptIntrinsic {
	private final android.support.v8.renderscript.Matrix4f mMatrix
	private android.support.v8.renderscript.Allocation mTables
	private final byte[] mCache
	private boolean mDirty
	protected void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicLUT create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScriptThunker rst
		int ct
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		int id
		android.support.v8.renderscript.ScriptIntrinsicLUT si
	private void validate (int, int) 
		int index
		int value
	public void setRed (int, int) 
		int index
		int value
	public void setGreen (int, int) 
		int index
		int value
	public void setBlue (int, int) 
		int index
		int value
	public void setAlpha (int, int) 
		int index
		int value
	public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
}

android/support/v8/renderscript/RSInvalidStateException.class
RSInvalidStateException.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RSInvalidStateException extends android.support.v8.renderscript.RSRuntimeException {
	public void  (java.lang.String) 
		String string
}

android/support/v8/renderscript/RSDriverException.class
RSDriverException.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RSDriverException extends android.support.v8.renderscript.RSRuntimeException {
	public void  (java.lang.String) 
		String string
}

android/support/v8/renderscript/ScriptGroupThunker.class
ScriptGroupThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ScriptGroupThunker extends android.support.v8.renderscript.ScriptGroup {
	android.renderscript.ScriptGroup mN
	android.renderscript.ScriptGroup getNObj () 
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public void setInput (android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Script$KernelID s
		android.support.v8.renderscript.Allocation a
		android.support.v8.renderscript.AllocationThunker at
	public void setOutput (android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Script$KernelID s
		android.support.v8.renderscript.Allocation a
		android.support.v8.renderscript.AllocationThunker at
	public void execute () 
	volatile android.renderscript.BaseObj getNObj () 
}

android/support/v8/renderscript/Script$Builder.class
Script.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Script$Builder extends java.lang.Object {
	android.support.v8.renderscript.RenderScript mRS
	void  (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
}

android/support/v8/renderscript/ScriptIntrinsicBlendThunker.class
ScriptIntrinsicBlendThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ScriptIntrinsicBlendThunker extends android.support.v8.renderscript.ScriptIntrinsicBlend {
	android.renderscript.ScriptIntrinsicBlend mN
	android.renderscript.ScriptIntrinsicBlend getNObj () 
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicBlendThunker create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.ElementThunker et
		android.support.v8.renderscript.ScriptIntrinsicBlendThunker blend
	public void forEachClear (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDClear () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachSrc (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDSrc () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachDst (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDDst () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachSrcOver (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDSrcOver () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachDstOver (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDDstOver () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachSrcIn (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDSrcIn () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachDstIn (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDDstIn () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachSrcOut (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDSrcOut () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachDstOut (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDDstOut () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachSrcAtop (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDSrcAtop () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachDstAtop (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDDstAtop () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachXor (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDXor () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachMultiply (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDMultiply () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachAdd (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDAdd () 
		android.support.v8.renderscript.Script$KernelID k
	public void forEachSubtract (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelIDSubtract () 
		android.support.v8.renderscript.Script$KernelID k
	volatile android.renderscript.Script getNObj () 
	volatile android.renderscript.BaseObj getNObj () 
}

android/support/v8/renderscript/ScriptIntrinsicYuvToRGBThunker.class
ScriptIntrinsicYuvToRGBThunker.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicYuvToRGBThunker extends android.support.v8.renderscript.ScriptIntrinsicYuvToRGB {
	android.renderscript.ScriptIntrinsicYuvToRGB mN
	android.renderscript.ScriptIntrinsicYuvToRGB getNObj () 
	private void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicYuvToRGBThunker create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.ElementThunker et
		android.support.v8.renderscript.ScriptIntrinsicYuvToRGBThunker si
	public void setInput (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.AllocationThunker aint
	public void forEach (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
		android.support.v8.renderscript.Script$KernelID k
	public android.support.v8.renderscript.Script$FieldID getFieldID_Input () 
		android.support.v8.renderscript.Script$FieldID f
	volatile android.renderscript.Script getNObj () 
	volatile android.renderscript.BaseObj getNObj () 
}

android/support/v8/renderscript/Element$Builder.class
Element.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Element$Builder extends java.lang.Object {
	android.support.v8.renderscript.ElementThunker$BuilderThunker mT
	android.support.v8.renderscript.RenderScript mRS
	android.support.v8.renderscript.Element[] mElements
	String[] mElementNames
	int[] mArraySizes
	int mCount
	int mSkipPadding
	public void  (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
	public android.support.v8.renderscript.Element$Builder add (android.support.v8.renderscript.Element, java.lang.String, int) 
		android.support.v8.renderscript.Element[] e
		String[] s
		int[] as
		android.support.v8.renderscript.Element element
		String name
		int arraySize
	public android.support.v8.renderscript.Element$Builder add (android.support.v8.renderscript.Element, java.lang.String) 
		android.support.v8.renderscript.Element element
		String name
	public android.support.v8.renderscript.Element create () 
		int ct
		android.support.v8.renderscript.Element[] ein
		String[] sin
		int[] asin
		int[] ids
		int id
}

android/support/v8/renderscript/Element$1.class
Element.java
package android.support.v8.renderscript
 android.support.v8.renderscript.Element$1 extends java.lang.Object {
	static final int[] $SwitchMap$android$support$v8$renderscript$Element$DataType
	static final int[] $SwitchMap$android$support$v8$renderscript$Element$DataKind
	static void  () 
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
}

android/support/v8/renderscript/Script$KernelID.class
Script.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Script$KernelID extends android.support.v8.renderscript.BaseObj {
	android.renderscript.Script$KernelID mN
	android.support.v8.renderscript.Script mScript
	int mSlot
	int mSig
	void  (int, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Script, int, int) 
		int id
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Script s
		int slot
		int sig
}

android/support/v8/renderscript/ScriptIntrinsicYuvToRGB.class
ScriptIntrinsicYuvToRGB.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicYuvToRGB extends android.support.v8.renderscript.ScriptIntrinsic {
	private android.support.v8.renderscript.Allocation mInput
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicYuvToRGB create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		int id
		android.support.v8.renderscript.ScriptIntrinsicYuvToRGB si
	public void setInput (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
	public void forEach (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
	public android.support.v8.renderscript.Script$FieldID getFieldID_Input () 
}

android/support/v8/renderscript/ScriptIntrinsicConvolve5x5Thunker.class
ScriptIntrinsicConvolve5x5Thunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ScriptIntrinsicConvolve5x5Thunker extends android.support.v8.renderscript.ScriptIntrinsicConvolve5x5 {
	android.renderscript.ScriptIntrinsicConvolve5x5 mN
	android.renderscript.ScriptIntrinsicConvolve5x5 getNObj () 
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicConvolve5x5Thunker create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.ElementThunker et
		android.support.v8.renderscript.ScriptIntrinsicConvolve5x5Thunker si
	public void setInput (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.AllocationThunker aint
	public void setCoefficients (float[]) 
		float[] v
	public void forEach (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
		android.support.v8.renderscript.Script$KernelID k
	public android.support.v8.renderscript.Script$FieldID getFieldID_Input () 
		android.support.v8.renderscript.Script$FieldID f
	volatile android.renderscript.Script getNObj () 
	volatile android.renderscript.BaseObj getNObj () 
}

android/support/v8/renderscript/ScriptIntrinsic.class
ScriptIntrinsic.java
package android.support.v8.renderscript
public abstract android.support.v8.renderscript.ScriptIntrinsic extends android.support.v8.renderscript.Script {
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
}

android/support/v8/renderscript/Float2.class
Float2.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Float2 extends java.lang.Object {
	public float x
	public float y
	public void  () 
	public void  (float, float) 
		float initX
		float initY
}

android/support/v8/renderscript/ScriptIntrinsicConvolve3x3.class
ScriptIntrinsicConvolve3x3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicConvolve3x3 extends android.support.v8.renderscript.ScriptIntrinsic {
	private final float[] mValues
	private android.support.v8.renderscript.Allocation mInput
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicConvolve3x3 create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		float[] f
		int id
		android.support.v8.renderscript.ScriptIntrinsicConvolve3x3 si
	public void setInput (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
	public void setCoefficients (float[]) 
		int ct
		float[] v
		android.support.v8.renderscript.FieldPacker fp
	public void forEach (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
	public android.support.v8.renderscript.Script$FieldID getFieldID_Input () 
}

android/support/v8/renderscript/RenderScript$MessageThread.class
RenderScript.java
package android.support.v8.renderscript
 android.support.v8.renderscript.RenderScript$MessageThread extends java.lang.Thread {
	android.support.v8.renderscript.RenderScript mRS
	boolean mRun
	int[] mAuxData
	static final int RS_MESSAGE_TO_CLIENT_NONE
	static final int RS_MESSAGE_TO_CLIENT_EXCEPTION
	static final int RS_MESSAGE_TO_CLIENT_RESIZE
	static final int RS_MESSAGE_TO_CLIENT_ERROR
	static final int RS_MESSAGE_TO_CLIENT_USER
	static final int RS_ERROR_FATAL_UNKNOWN
	void  (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public void run () 
		String e
		InterruptedException e
		int msg
		int size
		int subID
		int[] rbuf
}

android/support/v8/renderscript/ScriptIntrinsicBlend.class
ScriptIntrinsicBlend.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicBlend extends android.support.v8.renderscript.ScriptIntrinsic {
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicBlend create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		int id
	private void blend (int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		int id
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public void forEachClear (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDClear () 
	public void forEachSrc (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDSrc () 
	public void forEachDst (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDDst () 
	public void forEachSrcOver (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDSrcOver () 
	public void forEachDstOver (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDDstOver () 
	public void forEachSrcIn (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDSrcIn () 
	public void forEachDstIn (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDDstIn () 
	public void forEachSrcOut (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDSrcOut () 
	public void forEachDstOut (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDDstOut () 
	public void forEachSrcAtop (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDSrcAtop () 
	public void forEachDstAtop (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDDstAtop () 
	public void forEachXor (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDXor () 
	public void forEachMultiply (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDMultiply () 
	public void forEachAdd (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDAdd () 
	public void forEachSubtract (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelIDSubtract () 
}

android/support/v8/renderscript/ScriptIntrinsicLUTThunker.class
ScriptIntrinsicLUTThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ScriptIntrinsicLUTThunker extends android.support.v8.renderscript.ScriptIntrinsicLUT {
	android.renderscript.ScriptIntrinsicLUT mN
	android.renderscript.ScriptIntrinsicLUT getNObj () 
	private void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicLUTThunker create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.ElementThunker et
		android.support.v8.renderscript.ScriptIntrinsicLUTThunker si
	public void setRed (int, int) 
		int index
		int value
	public void setGreen (int, int) 
		int index
		int value
	public void setBlue (int, int) 
		int index
		int value
	public void setAlpha (int, int) 
		int index
		int value
	public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
		android.support.v8.renderscript.Script$KernelID k
	volatile android.renderscript.Script getNObj () 
	volatile android.renderscript.BaseObj getNObj () 
}

android/support/v8/renderscript/Float4.class
Float4.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Float4 extends java.lang.Object {
	public float x
	public float y
	public float z
	public float w
	public void  () 
	public void  (float, float, float, float) 
		float initX
		float initY
		float initZ
		float initW
}

android/support/v8/renderscript/RSRuntimeException.class
RSRuntimeException.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RSRuntimeException extends java.lang.RuntimeException {
	public void  (java.lang.String) 
		String string
}

android/support/v8/renderscript/Allocation.class
Allocation.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Allocation extends android.support.v8.renderscript.BaseObj {
	android.support.v8.renderscript.Type mType
	android.graphics.Bitmap mBitmap
	int mUsage
	android.support.v8.renderscript.Allocation mAdaptedAllocation
	boolean mConstrainedLOD
	boolean mConstrainedFace
	boolean mConstrainedY
	boolean mConstrainedZ
	boolean mReadAllowed
	boolean mWriteAllowed
	int mSelectedY
	int mSelectedZ
	int mSelectedLOD
	android.support.v8.renderscript.Type$CubemapFace mSelectedFace
	int mCurrentDimX
	int mCurrentDimY
	int mCurrentDimZ
	int mCurrentCount
	public static final int USAGE_SCRIPT
	public static final int USAGE_GRAPHICS_TEXTURE
	public static final int USAGE_IO_INPUT
	public static final int USAGE_IO_OUTPUT
	public static final int USAGE_SHARED
	static android.graphics.BitmapFactory$Options mBitmapOptions
	private int getIDSafe () 
	public android.support.v8.renderscript.Element getElement () 
	public int getUsage () 
	public int getBytesSize () 
	private void updateCacheInfo (android.support.v8.renderscript.Type) 
		android.support.v8.renderscript.Type t
	private void setBitmap (android.graphics.Bitmap) 
		android.graphics.Bitmap b
	void  (int, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Type, int) 
		int id
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Type t
		int usage
	private void validateIsInt32 () 
	private void validateIsInt16 () 
	private void validateIsInt8 () 
	private void validateIsFloat32 () 
	private void validateIsObject () 
	public android.support.v8.renderscript.Type getType () 
	public void syncAll (int) 
		int srcLocation
	public void ioSend () 
	public void ioSendOutput () 
	public void ioReceive () 
	public void copyFrom (android.support.v8.renderscript.BaseObj[]) 
		int ct
		android.support.v8.renderscript.BaseObj[] d
		int[] i
	private void validateBitmapFormat (android.graphics.Bitmap) 
		android.graphics.Bitmap b
		android.graphics.Bitmap$Config bc
	private void validateBitmapSize (android.graphics.Bitmap) 
		android.graphics.Bitmap b
	public void copyFromUnchecked (int[]) 
		int[] d
	public void copyFromUnchecked (short[]) 
		short[] d
	public void copyFromUnchecked (byte[]) 
		byte[] d
	public void copyFromUnchecked (float[]) 
		float[] d
	public void copyFrom (int[]) 
		int[] d
	public void copyFrom (short[]) 
		short[] d
	public void copyFrom (byte[]) 
		byte[] d
	public void copyFrom (float[]) 
		float[] d
	public void copyFrom (android.graphics.Bitmap) 
		android.graphics.Bitmap newBitmap
		android.graphics.Canvas c
		android.graphics.Bitmap b
	public void copyFrom (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation a
	public void setFromFieldPacker (int, android.support.v8.renderscript.FieldPacker) 
		int xoff
		android.support.v8.renderscript.FieldPacker fp
		int eSize
		byte[] data
		int count
	public void setFromFieldPacker (int, int, android.support.v8.renderscript.FieldPacker) 
		int xoff
		int component_number
		android.support.v8.renderscript.FieldPacker fp
		byte[] data
		int eSize
	private void data1DChecks (int, int, int, int) 
		int off
		int count
		int len
		int dataSize
	public void generateMipmaps () 
	public void copy1DRangeFromUnchecked (int, int, int[]) 
		int off
		int count
		int[] d
		int dataSize
	public void copy1DRangeFromUnchecked (int, int, short[]) 
		int off
		int count
		short[] d
		int dataSize
	public void copy1DRangeFromUnchecked (int, int, byte[]) 
		int off
		int count
		byte[] d
		int dataSize
	public void copy1DRangeFromUnchecked (int, int, float[]) 
		int off
		int count
		float[] d
		int dataSize
	public void copy1DRangeFrom (int, int, int[]) 
		int off
		int count
		int[] d
	public void copy1DRangeFrom (int, int, short[]) 
		int off
		int count
		short[] d
	public void copy1DRangeFrom (int, int, byte[]) 
		int off
		int count
		byte[] d
	public void copy1DRangeFrom (int, int, float[]) 
		int off
		int count
		float[] d
	public void copy1DRangeFrom (int, int, android.support.v8.renderscript.Allocation, int) 
		int off
		int count
		android.support.v8.renderscript.Allocation data
		int dataOff
	private void validate2DRange (int, int, int, int) 
		int xoff
		int yoff
		int w
		int h
	void copy2DRangeFromUnchecked (int, int, int, int, byte[]) 
		int xoff
		int yoff
		int w
		int h
		byte[] data
	void copy2DRangeFromUnchecked (int, int, int, int, short[]) 
		int xoff
		int yoff
		int w
		int h
		short[] data
	void copy2DRangeFromUnchecked (int, int, int, int, int[]) 
		int xoff
		int yoff
		int w
		int h
		int[] data
	void copy2DRangeFromUnchecked (int, int, int, int, float[]) 
		int xoff
		int yoff
		int w
		int h
		float[] data
	public void copy2DRangeFrom (int, int, int, int, byte[]) 
		int xoff
		int yoff
		int w
		int h
		byte[] data
	public void copy2DRangeFrom (int, int, int, int, short[]) 
		int xoff
		int yoff
		int w
		int h
		short[] data
	public void copy2DRangeFrom (int, int, int, int, int[]) 
		int xoff
		int yoff
		int w
		int h
		int[] data
	public void copy2DRangeFrom (int, int, int, int, float[]) 
		int xoff
		int yoff
		int w
		int h
		float[] data
	public void copy2DRangeFrom (int, int, int, int, android.support.v8.renderscript.Allocation, int, int) 
		int xoff
		int yoff
		int w
		int h
		android.support.v8.renderscript.Allocation data
		int dataXoff
		int dataYoff
	public void copy2DRangeFrom (int, int, android.graphics.Bitmap) 
		android.graphics.Bitmap newBitmap
		android.graphics.Canvas c
		int xoff
		int yoff
		android.graphics.Bitmap data
	private void validate3DRange (int, int, int, int, int, int) 
		int xoff
		int yoff
		int zoff
		int w
		int h
		int d
	void copy3DRangeFromUnchecked (int, int, int, int, int, int, byte[]) 
		int xoff
		int yoff
		int zoff
		int w
		int h
		int d
		byte[] data
	void copy3DRangeFromUnchecked (int, int, int, int, int, int, short[]) 
		int xoff
		int yoff
		int zoff
		int w
		int h
		int d
		short[] data
	void copy3DRangeFromUnchecked (int, int, int, int, int, int, int[]) 
		int xoff
		int yoff
		int zoff
		int w
		int h
		int d
		int[] data
	void copy3DRangeFromUnchecked (int, int, int, int, int, int, float[]) 
		int xoff
		int yoff
		int zoff
		int w
		int h
		int d
		float[] data
	public void copy3DRangeFrom (int, int, int, int, int, int, byte[]) 
		int xoff
		int yoff
		int zoff
		int w
		int h
		int d
		byte[] data
	public void copy3DRangeFrom (int, int, int, int, int, int, short[]) 
		int xoff
		int yoff
		int zoff
		int w
		int h
		int d
		short[] data
	public void copy3DRangeFrom (int, int, int, int, int, int, int[]) 
		int xoff
		int yoff
		int zoff
		int w
		int h
		int d
		int[] data
	public void copy3DRangeFrom (int, int, int, int, int, int, float[]) 
		int xoff
		int yoff
		int zoff
		int w
		int h
		int d
		float[] data
	public void copy3DRangeFrom (int, int, int, int, int, int, android.support.v8.renderscript.Allocation, int, int, int) 
		int xoff
		int yoff
		int zoff
		int w
		int h
		int d
		android.support.v8.renderscript.Allocation data
		int dataXoff
		int dataYoff
		int dataZoff
	public void copyTo (android.graphics.Bitmap) 
		android.graphics.Bitmap b
	public void copyTo (byte[]) 
		byte[] d
	public void copyTo (short[]) 
		short[] d
	public void copyTo (int[]) 
		int[] d
	public void copyTo (float[]) 
		float[] d
	public static android.support.v8.renderscript.Allocation createTyped (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Type, android.support.v8.renderscript.Allocation$MipmapControl, int) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Type type
		android.support.v8.renderscript.Allocation$MipmapControl mips
		int usage
		int id
	public static android.support.v8.renderscript.Allocation createTyped (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Type, int) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Type type
		int usage
	public static android.support.v8.renderscript.Allocation createTyped (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Type) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Type type
	public static android.support.v8.renderscript.Allocation createSized (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element, int, int) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		int count
		int usage
		android.support.v8.renderscript.Type$Builder b
		android.support.v8.renderscript.Type t
		int id
	public static android.support.v8.renderscript.Allocation createSized (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element, int) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		int count
	static android.support.v8.renderscript.Element elementFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap) 
		android.support.v8.renderscript.RenderScript rs
		android.graphics.Bitmap b
		android.graphics.Bitmap$Config bc
	static android.support.v8.renderscript.Type typeFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.support.v8.renderscript.Allocation$MipmapControl) 
		android.support.v8.renderscript.RenderScript rs
		android.graphics.Bitmap b
		android.support.v8.renderscript.Allocation$MipmapControl mip
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.Type$Builder tb
	public static android.support.v8.renderscript.Allocation createFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.support.v8.renderscript.Allocation$MipmapControl, int) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.graphics.Bitmap newBitmap
		android.graphics.Canvas c
		int id
		android.support.v8.renderscript.Allocation alloc
		android.support.v8.renderscript.RenderScript rs
		android.graphics.Bitmap b
		android.support.v8.renderscript.Allocation$MipmapControl mips
		int usage
		android.support.v8.renderscript.Type t
		int id
	public static android.support.v8.renderscript.Allocation createFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap) 
		android.support.v8.renderscript.RenderScript rs
		android.graphics.Bitmap b
	public static android.support.v8.renderscript.Allocation createCubemapFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.support.v8.renderscript.Allocation$MipmapControl, int) 
		android.support.v8.renderscript.RenderScript rs
		android.graphics.Bitmap b
		android.support.v8.renderscript.Allocation$MipmapControl mips
		int usage
		int height
		int width
		boolean isPow2
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.Type$Builder tb
		android.support.v8.renderscript.Type t
		int id
	public static android.support.v8.renderscript.Allocation createCubemapFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap) 
		android.support.v8.renderscript.RenderScript rs
		android.graphics.Bitmap b
	public static android.support.v8.renderscript.Allocation createCubemapFromCubeFaces (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.support.v8.renderscript.Allocation$MipmapControl, int) 
		android.support.v8.renderscript.RenderScript rs
		android.graphics.Bitmap xpos
		android.graphics.Bitmap xneg
		android.graphics.Bitmap ypos
		android.graphics.Bitmap yneg
		android.graphics.Bitmap zpos
		android.graphics.Bitmap zneg
		android.support.v8.renderscript.Allocation$MipmapControl mips
		int usage
	public static android.support.v8.renderscript.Allocation createCubemapFromCubeFaces (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap) 
		android.support.v8.renderscript.RenderScript rs
		android.graphics.Bitmap xpos
		android.graphics.Bitmap xneg
		android.graphics.Bitmap ypos
		android.graphics.Bitmap yneg
		android.graphics.Bitmap zpos
		android.graphics.Bitmap zneg
	public static android.support.v8.renderscript.Allocation createFromBitmapResource (android.support.v8.renderscript.RenderScript, android.content.res.Resources, int, android.support.v8.renderscript.Allocation$MipmapControl, int) 
		android.support.v8.renderscript.RenderScript rs
		android.content.res.Resources res
		int id
		android.support.v8.renderscript.Allocation$MipmapControl mips
		int usage
		android.graphics.Bitmap b
		android.support.v8.renderscript.Allocation alloc
	public static android.support.v8.renderscript.Allocation createFromBitmapResource (android.support.v8.renderscript.RenderScript, android.content.res.Resources, int) 
		android.support.v8.renderscript.RenderScript rs
		android.content.res.Resources res
		int id
	public static android.support.v8.renderscript.Allocation createFromString (android.support.v8.renderscript.RenderScript, java.lang.String, int) 
		android.support.v8.renderscript.Allocation alloc
		Exception e
		android.support.v8.renderscript.RenderScript rs
		String str
		int usage
		byte[] allocArray
	static void  () 
}

android/support/v8/renderscript/Double4.class
Double4.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Double4 extends java.lang.Object {
	public double x
	public double y
	public double z
	public double w
	public void  () 
	public void  (double, double, double, double) 
		double initX
		double initY
		double initZ
		double initW
}

android/support/v8/renderscript/Allocation$1.class
Allocation.java
package android.support.v8.renderscript
 android.support.v8.renderscript.Allocation$1 extends java.lang.Object {
	static final int[] $SwitchMap$android$graphics$Bitmap$Config
	static void  () 
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
}

android/support/v8/renderscript/ScriptGroup$Node.class
ScriptGroup.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ScriptGroup$Node extends java.lang.Object {
	android.support.v8.renderscript.Script mScript
	java.util.ArrayList mKernels
	java.util.ArrayList mInputs
	java.util.ArrayList mOutputs
	int dagNumber
	android.support.v8.renderscript.ScriptGroup$Node mNext
	void  (android.support.v8.renderscript.Script) 
		android.support.v8.renderscript.Script s
}

android/support/v8/renderscript/RenderScript$1.class
RenderScript.java
package android.support.v8.renderscript
 android.support.v8.renderscript.RenderScript$1 extends android.renderscript.RenderScript$RSMessageHandler {
	final android.support.v8.renderscript.RenderScript this$0
	void  (android.support.v8.renderscript.RenderScript) 
	public void run () 
}

android/support/v8/renderscript/SamplerThunker$Builder.class
SamplerThunker.java
package android.support.v8.renderscript
public android.support.v8.renderscript.SamplerThunker$Builder extends java.lang.Object {
	android.support.v8.renderscript.RenderScriptThunker mRS
	android.support.v8.renderscript.Sampler$Value mMin
	android.support.v8.renderscript.Sampler$Value mMag
	android.support.v8.renderscript.Sampler$Value mWrapS
	android.support.v8.renderscript.Sampler$Value mWrapT
	android.support.v8.renderscript.Sampler$Value mWrapR
	float mAniso
	public void  (android.support.v8.renderscript.RenderScriptThunker) 
		android.support.v8.renderscript.RenderScriptThunker rs
	public void setMinification (android.support.v8.renderscript.Sampler$Value) 
		android.support.v8.renderscript.Sampler$Value v
	public void setMagnification (android.support.v8.renderscript.Sampler$Value) 
		android.support.v8.renderscript.Sampler$Value v
	public void setWrapS (android.support.v8.renderscript.Sampler$Value) 
		android.support.v8.renderscript.Sampler$Value v
	public void setWrapT (android.support.v8.renderscript.Sampler$Value) 
		android.support.v8.renderscript.Sampler$Value v
	public void setAnisotropy (float) 
		float v
	public android.support.v8.renderscript.Sampler create () 
		android.renderscript.Sampler$Builder b
		android.renderscript.Sampler s
		android.support.v8.renderscript.SamplerThunker sampler
}

android/support/v8/renderscript/ElementThunker.class
ElementThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ElementThunker extends android.support.v8.renderscript.Element {
	android.renderscript.Element mN
	android.renderscript.Element getNObj () 
	public int getBytesSize () 
	public int getVectorSize () 
	static android.renderscript.Element$DataKind convertKind (android.support.v8.renderscript.Element$DataKind) 
		android.support.v8.renderscript.Element$DataKind cdk
	static android.renderscript.Element$DataType convertType (android.support.v8.renderscript.Element$DataType) 
		android.support.v8.renderscript.Element$DataType cdt
	public boolean isComplex () 
	public int getSubElementCount () 
	public android.support.v8.renderscript.Element getSubElement (int) 
		int index
	public java.lang.String getSubElementName (int) 
		int index
	public int getSubElementArraySize (int) 
		int index
	public int getSubElementOffsetBytes (int) 
		int index
	public android.support.v8.renderscript.Element$DataType getDataType () 
	public android.support.v8.renderscript.Element$DataKind getDataKind () 
	void  (android.support.v8.renderscript.RenderScript, android.renderscript.Element) 
		android.support.v8.renderscript.RenderScript rs
		android.renderscript.Element e
	static android.support.v8.renderscript.Element create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element$DataType) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element$DataType dt
		android.support.v8.renderscript.RenderScriptThunker rst
		android.renderscript.Element e
	public static android.support.v8.renderscript.Element createVector (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element$DataType, int) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element$DataType dt
		int size
		android.support.v8.renderscript.RenderScriptThunker rst
		android.renderscript.Element e
	public static android.support.v8.renderscript.Element createPixel (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element$DataType, android.support.v8.renderscript.Element$DataKind) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element$DataType dt
		android.support.v8.renderscript.Element$DataKind dk
		android.support.v8.renderscript.RenderScriptThunker rst
		android.renderscript.Element e
	public boolean isCompatible (android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.ElementThunker et
	volatile android.renderscript.BaseObj getNObj () 
}

android/support/v8/renderscript/ScriptGroup.class
ScriptGroup.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptGroup extends android.support.v8.renderscript.BaseObj {
	android.support.v8.renderscript.ScriptGroup$IO[] mOutputs
	android.support.v8.renderscript.ScriptGroup$IO[] mInputs
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public void setInput (android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Allocation) 
		int ct
		android.support.v8.renderscript.Script$KernelID s
		android.support.v8.renderscript.Allocation a
	public void setOutput (android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Allocation) 
		int ct
		android.support.v8.renderscript.Script$KernelID s
		android.support.v8.renderscript.Allocation a
	public void execute () 
}

android/support/v8/renderscript/ScriptIntrinsicColorMatrix.class
ScriptIntrinsicColorMatrix.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicColorMatrix extends android.support.v8.renderscript.ScriptIntrinsic {
	private final android.support.v8.renderscript.Matrix4f mMatrix
	private android.support.v8.renderscript.Allocation mInput
	protected void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicColorMatrix create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		int id
	private void setMatrix () 
		android.support.v8.renderscript.FieldPacker fp
	public void setColorMatrix (android.support.v8.renderscript.Matrix4f) 
		android.support.v8.renderscript.Matrix4f m
	public void setColorMatrix (android.support.v8.renderscript.Matrix3f) 
		android.support.v8.renderscript.Matrix3f m
	public void setGreyscale () 
	public void setYUVtoRGB () 
	public void setRGBtoYUV () 
	public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
}

android/support/v8/renderscript/Int2.class
Int2.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Int2 extends java.lang.Object {
	public int x
	public int y
	public void  () 
	public void  (int, int) 
		int initX
		int initY
}

android/support/v8/renderscript/ScriptGroup$IO.class
ScriptGroup.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ScriptGroup$IO extends java.lang.Object {
	android.support.v8.renderscript.Script$KernelID mKID
	android.support.v8.renderscript.Allocation mAllocation
	void  (android.support.v8.renderscript.Script$KernelID) 
		android.support.v8.renderscript.Script$KernelID s
}

android/support/v8/renderscript/RenderScript$RSMessageHandler.class
RenderScript.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RenderScript$RSMessageHandler extends java.lang.Object implements java.lang.Runnable  {
	protected int[] mData
	protected int mID
	protected int mLength
	public void  () 
	public void run () 
}

android/support/v8/renderscript/Element$DataType.class
Element.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Element$DataType extends java.lang.Enum {
	public static final android.support.v8.renderscript.Element$DataType NONE
	public static final android.support.v8.renderscript.Element$DataType FLOAT_32
	public static final android.support.v8.renderscript.Element$DataType FLOAT_64
	public static final android.support.v8.renderscript.Element$DataType SIGNED_8
	public static final android.support.v8.renderscript.Element$DataType SIGNED_16
	public static final android.support.v8.renderscript.Element$DataType SIGNED_32
	public static final android.support.v8.renderscript.Element$DataType SIGNED_64
	public static final android.support.v8.renderscript.Element$DataType UNSIGNED_8
	public static final android.support.v8.renderscript.Element$DataType UNSIGNED_16
	public static final android.support.v8.renderscript.Element$DataType UNSIGNED_32
	public static final android.support.v8.renderscript.Element$DataType UNSIGNED_64
	public static final android.support.v8.renderscript.Element$DataType BOOLEAN
	public static final android.support.v8.renderscript.Element$DataType UNSIGNED_5_6_5
	public static final android.support.v8.renderscript.Element$DataType UNSIGNED_5_5_5_1
	public static final android.support.v8.renderscript.Element$DataType UNSIGNED_4_4_4_4
	public static final android.support.v8.renderscript.Element$DataType MATRIX_4X4
	public static final android.support.v8.renderscript.Element$DataType MATRIX_3X3
	public static final android.support.v8.renderscript.Element$DataType MATRIX_2X2
	public static final android.support.v8.renderscript.Element$DataType RS_ELEMENT
	public static final android.support.v8.renderscript.Element$DataType RS_TYPE
	public static final android.support.v8.renderscript.Element$DataType RS_ALLOCATION
	public static final android.support.v8.renderscript.Element$DataType RS_SAMPLER
	public static final android.support.v8.renderscript.Element$DataType RS_SCRIPT
	int mID
	int mSize
	private static final android.support.v8.renderscript.Element$DataType[] $VALUES
	public static android.support.v8.renderscript.Element$DataType[] values () 
	public static android.support.v8.renderscript.Element$DataType valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, int, int) 
		int id
		int size
	static void  () 
}

android/support/v8/renderscript/RenderScript$Priority.class
RenderScript.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.RenderScript$Priority extends java.lang.Enum {
	public static final android.support.v8.renderscript.RenderScript$Priority LOW
	public static final android.support.v8.renderscript.RenderScript$Priority NORMAL
	int mID
	private static final android.support.v8.renderscript.RenderScript$Priority[] $VALUES
	public static android.support.v8.renderscript.RenderScript$Priority[] values () 
	public static android.support.v8.renderscript.RenderScript$Priority valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, int) 
		int id
	static void  () 
}

android/support/v8/renderscript/ScriptGroup$Builder.class
ScriptGroup.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.ScriptGroup$Builder extends java.lang.Object {
	private android.support.v8.renderscript.RenderScript mRS
	private java.util.ArrayList mNodes
	private java.util.ArrayList mLines
	private int mKernelCount
	private android.support.v8.renderscript.ScriptGroupThunker$Builder mT
	public void  (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	private void validateCycle (android.support.v8.renderscript.ScriptGroup$Node, android.support.v8.renderscript.ScriptGroup$Node) 
		android.support.v8.renderscript.ScriptGroup$Node tn
		android.support.v8.renderscript.ScriptGroup$Node tn
		android.support.v8.renderscript.ScriptGroup$ConnectLine cl
		int ct
		android.support.v8.renderscript.ScriptGroup$Node target
		android.support.v8.renderscript.ScriptGroup$Node original
	private void mergeDAGs (int, int) 
		int ct
		int valueUsed
		int valueKilled
	private void validateDAGRecurse (android.support.v8.renderscript.ScriptGroup$Node, int) 
		android.support.v8.renderscript.ScriptGroup$Node tn
		android.support.v8.renderscript.ScriptGroup$Node tn
		android.support.v8.renderscript.ScriptGroup$ConnectLine cl
		int ct
		android.support.v8.renderscript.ScriptGroup$Node n
		int dagNumber
	private void validateDAG () 
		android.support.v8.renderscript.ScriptGroup$Node n
		int ct
		int ct
		int dagNumber
	private android.support.v8.renderscript.ScriptGroup$Node findNode (android.support.v8.renderscript.Script) 
		int ct
		android.support.v8.renderscript.Script s
	private android.support.v8.renderscript.ScriptGroup$Node findNode (android.support.v8.renderscript.Script$KernelID) 
		int ct2
		android.support.v8.renderscript.ScriptGroup$Node n
		int ct
		android.support.v8.renderscript.Script$KernelID k
	public android.support.v8.renderscript.ScriptGroup$Builder addKernel (android.support.v8.renderscript.Script$KernelID) 
		android.support.v8.renderscript.Script$KernelID k
		android.support.v8.renderscript.ScriptGroup$Node n
	public android.support.v8.renderscript.ScriptGroup$Builder addConnection (android.support.v8.renderscript.Type, android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Script$FieldID) 
		android.support.v8.renderscript.Type t
		android.support.v8.renderscript.Script$KernelID from
		android.support.v8.renderscript.Script$FieldID to
		android.support.v8.renderscript.ScriptGroup$Node nf
		android.support.v8.renderscript.ScriptGroup$Node nt
		android.support.v8.renderscript.ScriptGroup$ConnectLine cl
	public android.support.v8.renderscript.ScriptGroup$Builder addConnection (android.support.v8.renderscript.Type, android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Script$KernelID) 
		android.support.v8.renderscript.Type t
		android.support.v8.renderscript.Script$KernelID from
		android.support.v8.renderscript.Script$KernelID to
		android.support.v8.renderscript.ScriptGroup$Node nf
		android.support.v8.renderscript.ScriptGroup$Node nt
		android.support.v8.renderscript.ScriptGroup$ConnectLine cl
	public android.support.v8.renderscript.ScriptGroup create () 
		int ct
		int ct3
		int ct3
		android.support.v8.renderscript.Script$KernelID kid
		boolean hasInput
		boolean hasOutput
		int ct2
		android.support.v8.renderscript.ScriptGroup$Node n
		int ct
		android.support.v8.renderscript.ScriptGroup$ConnectLine cl
		int ct
		int ct
		int ct
		java.util.ArrayList inputs
		java.util.ArrayList outputs
		int[] kernels
		int idx
		int[] src
		int[] dstk
		int[] dstf
		int[] types
		int id
		android.support.v8.renderscript.ScriptGroup sg
}

android/support/v8/renderscript/Byte2.class
Byte2.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Byte2 extends java.lang.Object {
	public byte x
	public byte y
	public void  () 
	public void  (byte, byte) 
		byte initX
		byte initY
}

android/support/v8/renderscript/Matrix3f.class
Matrix3f.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Matrix3f extends java.lang.Object {
	final float[] mMat
	public void  () 
	public void  (float[]) 
		float[] dataArray
	public float[] getArray () 
	public float get (int, int) 
		int x
		int y
	public void set (int, int, float) 
		int x
		int y
		float v
	public void loadIdentity () 
	public void load (android.support.v8.renderscript.Matrix3f) 
		android.support.v8.renderscript.Matrix3f src
	public void loadRotate (float, float, float, float) 
		float recipLen
		float rot
		float x
		float y
		float z
		float c
		float s
		float len
		float nc
		float xy
		float yz
		float zx
		float xs
		float ys
		float zs
	public void loadRotate (float) 
		float rot
		float c
		float s
	public void loadScale (float, float) 
		float x
		float y
	public void loadScale (float, float, float) 
		float x
		float y
		float z
	public void loadTranslate (float, float) 
		float x
		float y
	public void loadMultiply (android.support.v8.renderscript.Matrix3f, android.support.v8.renderscript.Matrix3f) 
		float rhs_ij
		int j
		float ri0
		float ri1
		float ri2
		int i
		android.support.v8.renderscript.Matrix3f lhs
		android.support.v8.renderscript.Matrix3f rhs
	public void multiply (android.support.v8.renderscript.Matrix3f) 
		android.support.v8.renderscript.Matrix3f rhs
		android.support.v8.renderscript.Matrix3f tmp
	public void rotate (float, float, float, float) 
		float rot
		float x
		float y
		float z
		android.support.v8.renderscript.Matrix3f tmp
	public void rotate (float) 
		float rot
		android.support.v8.renderscript.Matrix3f tmp
	public void scale (float, float) 
		float x
		float y
		android.support.v8.renderscript.Matrix3f tmp
	public void scale (float, float, float) 
		float x
		float y
		float z
		android.support.v8.renderscript.Matrix3f tmp
	public void translate (float, float) 
		float x
		float y
		android.support.v8.renderscript.Matrix3f tmp
	public void transpose () 
		float temp
		int j
		int i
}

android/support/v8/renderscript/Type$Builder.class
Type.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Type$Builder extends java.lang.Object {
	android.support.v8.renderscript.RenderScript mRS
	int mDimX
	int mDimY
	int mDimZ
	boolean mDimMipmaps
	boolean mDimFaces
	int mYuv
	android.support.v8.renderscript.Element mElement
	public void  (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
	public android.support.v8.renderscript.Type$Builder setX (int) 
		int value
	public android.support.v8.renderscript.Type$Builder setY (int) 
		int value
	public android.support.v8.renderscript.Type$Builder setZ (int) 
		int value
	public android.support.v8.renderscript.Type$Builder setMipmaps (boolean) 
		boolean value
	public android.support.v8.renderscript.Type$Builder setFaces (boolean) 
		boolean value
	public android.support.v8.renderscript.Type$Builder setYuvFormat (int) 
		int yuvFormat
	public android.support.v8.renderscript.Type create () 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.Type t
		int id
		android.support.v8.renderscript.Type t
}

android/support/v8/renderscript/RenderScript$2.class
RenderScript.java
package android.support.v8.renderscript
 android.support.v8.renderscript.RenderScript$2 extends android.renderscript.RenderScript$RSErrorHandler {
	final android.support.v8.renderscript.RenderScript this$0
	void  (android.support.v8.renderscript.RenderScript) 
	public void run () 
}

android/support/v8/renderscript/ScriptC.class
ScriptC.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptC extends android.support.v8.renderscript.Script {
	private static final String TAG
	protected void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	protected void  (android.support.v8.renderscript.RenderScript, android.content.res.Resources, int) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.ScriptCThunker s
		android.support.v8.renderscript.RenderScript rs
		android.content.res.Resources resources
		int resourceID
		int id
	private static synchronized int internalCreate (android.support.v8.renderscript.RenderScript, android.content.res.Resources, int) 
		byte[] buf2
		int bytesLeft
		int bytesRead
		java.io.IOException e
		android.support.v8.renderscript.RenderScript rs
		android.content.res.Resources resources
		int resourceID
		byte[] pgm
		int pgmLength
		java.io.InputStream is
		String resName
		String cachePath
}

android/support/v8/renderscript/Long3.class
Long3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Long3 extends java.lang.Object {
	public long x
	public long y
	public long z
	public void  () 
	public void  (long, long, long) 
		long initX
		long initY
		long initZ
}

android/support/v8/renderscript/Script.class
Script.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Script extends android.support.v8.renderscript.BaseObj {
	android.support.v8.renderscript.ScriptCThunker mT
	private final android.util.SparseArray mKIDs
	private final android.util.SparseArray mFIDs
	android.renderscript.Script getNObj () 
	protected android.support.v8.renderscript.Script$KernelID createKernelID (int, int, android.support.v8.renderscript.Element, android.support.v8.renderscript.Element) 
		int slot
		int sig
		android.support.v8.renderscript.Element ein
		android.support.v8.renderscript.Element eout
		android.support.v8.renderscript.Script$KernelID k
		int id
	protected android.support.v8.renderscript.Script$FieldID createFieldID (int, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.Script$FieldID f
		int slot
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.Script$FieldID f
		int id
	protected void invoke (int) 
		int slot
	protected void invoke (int, android.support.v8.renderscript.FieldPacker) 
		int slot
		android.support.v8.renderscript.FieldPacker v
	public void bindAllocation (android.support.v8.renderscript.Allocation, int) 
		android.support.v8.renderscript.Allocation va
		int slot
	public void setTimeZone (java.lang.String) 
		java.io.UnsupportedEncodingException e
		String timeZone
	protected void forEach (int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.FieldPacker) 
		int slot
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.FieldPacker v
		int in_id
		int out_id
		byte[] params
	protected void forEach (int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.FieldPacker, android.support.v8.renderscript.Script$LaunchOptions) 
		int slot
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.FieldPacker v
		android.support.v8.renderscript.Script$LaunchOptions sc
		int in_id
		int out_id
		byte[] params
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public void setVar (int, float) 
		int index
		float v
	public void setVar (int, double) 
		int index
		double v
	public void setVar (int, int) 
		int index
		int v
	public void setVar (int, long) 
		int index
		long v
	public void setVar (int, boolean) 
		int index
		boolean v
	public void setVar (int, android.support.v8.renderscript.BaseObj) 
		int index
		android.support.v8.renderscript.BaseObj o
	public void setVar (int, android.support.v8.renderscript.FieldPacker) 
		int index
		android.support.v8.renderscript.FieldPacker v
	public void setVar (int, android.support.v8.renderscript.FieldPacker, android.support.v8.renderscript.Element, int[]) 
		int index
		android.support.v8.renderscript.FieldPacker v
		android.support.v8.renderscript.Element e
		int[] dims
	volatile android.renderscript.BaseObj getNObj () 
}

android/support/v8/renderscript/Type.class
Type.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Type extends android.support.v8.renderscript.BaseObj {
	int mDimX
	int mDimY
	int mDimZ
	boolean mDimMipmaps
	boolean mDimFaces
	int mDimYuv
	int mElementCount
	android.support.v8.renderscript.Element mElement
	public android.support.v8.renderscript.Element getElement () 
	public int getX () 
	public int getY () 
	public int getZ () 
	public int getYuv () 
	public boolean hasMipmaps () 
	public boolean hasFaces () 
	public int getCount () 
	void calcElementCount () 
		boolean hasLod
		int x
		int y
		int z
		int faces
		int count
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
}

android/support/v8/renderscript/Matrix2f.class
Matrix2f.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Matrix2f extends java.lang.Object {
	final float[] mMat
	public void  () 
	public void  (float[]) 
		float[] dataArray
	public float[] getArray () 
	public float get (int, int) 
		int x
		int y
	public void set (int, int, float) 
		int x
		int y
		float v
	public void loadIdentity () 
	public void load (android.support.v8.renderscript.Matrix2f) 
		android.support.v8.renderscript.Matrix2f src
	public void loadRotate (float) 
		float rot
		float c
		float s
	public void loadScale (float, float) 
		float x
		float y
	public void loadMultiply (android.support.v8.renderscript.Matrix2f, android.support.v8.renderscript.Matrix2f) 
		float rhs_ij
		int j
		float ri0
		float ri1
		int i
		android.support.v8.renderscript.Matrix2f lhs
		android.support.v8.renderscript.Matrix2f rhs
	public void multiply (android.support.v8.renderscript.Matrix2f) 
		android.support.v8.renderscript.Matrix2f rhs
		android.support.v8.renderscript.Matrix2f tmp
	public void rotate (float) 
		float rot
		android.support.v8.renderscript.Matrix2f tmp
	public void scale (float, float) 
		float x
		float y
		android.support.v8.renderscript.Matrix2f tmp
	public void transpose () 
		float temp
}

android/support/v8/renderscript/ScriptIntrinsicConvolve3x3Thunker.class
ScriptIntrinsicConvolve3x3Thunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ScriptIntrinsicConvolve3x3Thunker extends android.support.v8.renderscript.ScriptIntrinsicConvolve3x3 {
	android.renderscript.ScriptIntrinsicConvolve3x3 mN
	android.renderscript.ScriptIntrinsicConvolve3x3 getNObj () 
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicConvolve3x3Thunker create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.ElementThunker et
		android.support.v8.renderscript.ScriptIntrinsicConvolve3x3Thunker si
	public void setInput (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.AllocationThunker aint
	public void setCoefficients (float[]) 
		float[] v
	public void forEach (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
		android.support.v8.renderscript.Script$KernelID k
	public android.support.v8.renderscript.Script$FieldID getFieldID_Input () 
		android.support.v8.renderscript.Script$FieldID f
	volatile android.renderscript.Script getNObj () 
	volatile android.renderscript.BaseObj getNObj () 
}

android/support/v8/renderscript/Short3.class
Short3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Short3 extends java.lang.Object {
	public short x
	public short y
	public short z
	public void  () 
	public void  (short, short, short) 
		short initX
		short initY
		short initZ
}

android/support/v8/renderscript/Script$FieldID.class
Script.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Script$FieldID extends android.support.v8.renderscript.BaseObj {
	android.renderscript.Script$FieldID mN
	android.support.v8.renderscript.Script mScript
	int mSlot
	void  (int, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Script, int) 
		int id
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Script s
		int slot
}

android/support/v8/renderscript/ScriptGroup$ConnectLine.class
ScriptGroup.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ScriptGroup$ConnectLine extends java.lang.Object {
	android.support.v8.renderscript.Script$FieldID mToF
	android.support.v8.renderscript.Script$KernelID mToK
	android.support.v8.renderscript.Script$KernelID mFrom
	android.support.v8.renderscript.Type mAllocationType
	void  (android.support.v8.renderscript.Type, android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Script$KernelID) 
		android.support.v8.renderscript.Type t
		android.support.v8.renderscript.Script$KernelID from
		android.support.v8.renderscript.Script$KernelID to
	void  (android.support.v8.renderscript.Type, android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Script$FieldID) 
		android.support.v8.renderscript.Type t
		android.support.v8.renderscript.Script$KernelID from
		android.support.v8.renderscript.Script$FieldID to
}

android/support/v8/renderscript/ElementThunker$1.class
ElementThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ElementThunker$1 extends java.lang.Object {
	static final int[] $SwitchMap$android$support$v8$renderscript$Element$DataKind
	static final int[] $SwitchMap$android$support$v8$renderscript$Element$DataType
	static void  () 
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
}

android/support/v8/renderscript/AllocationThunker$1.class
AllocationThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.AllocationThunker$1 extends java.lang.Object {
	static final int[] $SwitchMap$android$support$v8$renderscript$Allocation$MipmapControl
	static void  () 
		NoSuchFieldError ex
		NoSuchFieldError ex
		NoSuchFieldError ex
}

android/support/v8/renderscript/Script$FieldBase.class
Script.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Script$FieldBase extends java.lang.Object {
	protected android.support.v8.renderscript.Element mElement
	protected android.support.v8.renderscript.Allocation mAllocation
	protected void init (android.support.v8.renderscript.RenderScript, int) 
		android.support.v8.renderscript.RenderScript rs
		int dimx
	protected void init (android.support.v8.renderscript.RenderScript, int, int) 
		android.support.v8.renderscript.RenderScript rs
		int dimx
		int usages
	protected void  () 
	public android.support.v8.renderscript.Element getElement () 
	public android.support.v8.renderscript.Type getType () 
	public android.support.v8.renderscript.Allocation getAllocation () 
	public void updateAllocation () 
}

android/support/v8/renderscript/Script$LaunchOptions.class
Script.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Script$LaunchOptions extends java.lang.Object {
	private int xstart
	private int ystart
	private int xend
	private int yend
	private int zstart
	private int zend
	private int strategy
	public void  () 
	public android.support.v8.renderscript.Script$LaunchOptions setX (int, int) 
		int xstartArg
		int xendArg
	public android.support.v8.renderscript.Script$LaunchOptions setY (int, int) 
		int ystartArg
		int yendArg
	public android.support.v8.renderscript.Script$LaunchOptions setZ (int, int) 
		int zstartArg
		int zendArg
	public int getXStart () 
	public int getXEnd () 
	public int getYStart () 
	public int getYEnd () 
	public int getZStart () 
	public int getZEnd () 
	static int access$000 (android.support.v8.renderscript.Script$LaunchOptions) 
		android.support.v8.renderscript.Script$LaunchOptions x0
	static int access$100 (android.support.v8.renderscript.Script$LaunchOptions) 
		android.support.v8.renderscript.Script$LaunchOptions x0
	static int access$200 (android.support.v8.renderscript.Script$LaunchOptions) 
		android.support.v8.renderscript.Script$LaunchOptions x0
	static int access$300 (android.support.v8.renderscript.Script$LaunchOptions) 
		android.support.v8.renderscript.Script$LaunchOptions x0
	static int access$400 (android.support.v8.renderscript.Script$LaunchOptions) 
		android.support.v8.renderscript.Script$LaunchOptions x0
	static int access$500 (android.support.v8.renderscript.Script$LaunchOptions) 
		android.support.v8.renderscript.Script$LaunchOptions x0
}

android/support/v8/renderscript/Long2.class
Long2.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Long2 extends java.lang.Object {
	public long x
	public long y
	public void  () 
	public void  (long, long) 
		long initX
		long initY
}

android/support/v8/renderscript/ScriptIntrinsicBlur.class
ScriptIntrinsicBlur.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicBlur extends android.support.v8.renderscript.ScriptIntrinsic {
	private final float[] mValues
	private android.support.v8.renderscript.Allocation mInput
	protected void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicBlur create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		int id
		android.support.v8.renderscript.ScriptIntrinsicBlur sib
	public void setInput (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
	public void setRadius (float) 
		float radius
	public void forEach (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
	public android.support.v8.renderscript.Script$FieldID getFieldID_Input () 
}

android/support/v8/renderscript/RenderScriptThunker.class
RenderScriptThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.RenderScriptThunker extends android.support.v8.renderscript.RenderScript {
	android.renderscript.RenderScript mN
	void validate () 
	public void setPriority (android.support.v8.renderscript.RenderScript$Priority) 
		android.support.v8.renderscript.RenderScript$Priority p
	void  (android.content.Context) 
		android.content.Context ctx
	public static android.support.v8.renderscript.RenderScript create (android.content.Context, int) 
		android.content.Context ctx
		int sdkVersion
		android.support.v8.renderscript.RenderScriptThunker rs
	public void contextDump () 
	public void finish () 
	public void destroy () 
}

android/support/v8/renderscript/Float3.class
Float3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Float3 extends java.lang.Object {
	public float x
	public float y
	public float z
	public void  () 
	public void  (float, float, float) 
		float initX
		float initY
		float initZ
}

android/support/v8/renderscript/ScriptCThunker.class
ScriptCThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ScriptCThunker extends android.renderscript.ScriptC {
	private static final String TAG
	protected void  (android.support.v8.renderscript.RenderScriptThunker, android.content.res.Resources, int) 
		android.support.v8.renderscript.RenderScriptThunker rs
		android.content.res.Resources resources
		int resourceID
	android.renderscript.Script$KernelID thunkCreateKernelID (int, int, android.support.v8.renderscript.Element, android.support.v8.renderscript.Element) 
		int slot
		int sig
		android.support.v8.renderscript.Element ein
		android.support.v8.renderscript.Element eout
		android.renderscript.Element nein
		android.renderscript.Element neout
	void thunkInvoke (int) 
		int slot
	void thunkBindAllocation (android.support.v8.renderscript.Allocation, int) 
		android.support.v8.renderscript.Allocation va
		int slot
		android.renderscript.Allocation nva
	void thunkSetTimeZone (java.lang.String) 
		String timeZone
	void thunkInvoke (int, android.support.v8.renderscript.FieldPacker) 
		int slot
		android.support.v8.renderscript.FieldPacker v
		android.renderscript.FieldPacker nfp
	void thunkForEach (int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.FieldPacker) 
		int slot
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.FieldPacker v
		android.renderscript.Allocation nin
		android.renderscript.Allocation nout
		android.renderscript.FieldPacker nfp
	void thunkForEach (int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.FieldPacker, android.support.v8.renderscript.Script$LaunchOptions) 
		int slot
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.FieldPacker v
		android.support.v8.renderscript.Script$LaunchOptions sc
		android.renderscript.Script$LaunchOptions lo
		android.renderscript.Allocation nin
		android.renderscript.Allocation nout
		android.renderscript.FieldPacker nfp
	void thunkSetVar (int, float) 
		int index
		float v
	void thunkSetVar (int, double) 
		int index
		double v
	void thunkSetVar (int, int) 
		int index
		int v
	void thunkSetVar (int, long) 
		int index
		long v
	void thunkSetVar (int, boolean) 
		int index
		boolean v
	void thunkSetVar (int, android.support.v8.renderscript.BaseObj) 
		int index
		android.support.v8.renderscript.BaseObj o
	void thunkSetVar (int, android.support.v8.renderscript.FieldPacker) 
		int index
		android.support.v8.renderscript.FieldPacker v
		android.renderscript.FieldPacker nfp
	void thunkSetVar (int, android.support.v8.renderscript.FieldPacker, android.support.v8.renderscript.Element, int[]) 
		int index
		android.support.v8.renderscript.FieldPacker v
		android.support.v8.renderscript.Element e
		int[] dims
		android.renderscript.FieldPacker nfp
		android.support.v8.renderscript.ElementThunker et
	android.renderscript.Script$FieldID thunkCreateFieldID (int, android.support.v8.renderscript.Element) 
		int slot
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.ElementThunker et
}

android/support/v8/renderscript/Short2.class
Short2.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Short2 extends java.lang.Object {
	public short x
	public short y
	public void  () 
	public void  (short, short) 
		short initX
		short initY
}

android/support/v8/renderscript/RenderScript$RSErrorHandler.class
RenderScript.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RenderScript$RSErrorHandler extends java.lang.Object implements java.lang.Runnable  {
	protected String mErrorMessage
	protected int mErrorNum
	public void  () 
	public void run () 
}

android/support/v8/renderscript/Element.class
Element.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Element extends android.support.v8.renderscript.BaseObj {
	int mSize
	android.support.v8.renderscript.Element[] mElements
	String[] mElementNames
	int[] mArraySizes
	int[] mOffsetInBytes
	int[] mVisibleElementMap
	android.support.v8.renderscript.Element$DataType mType
	android.support.v8.renderscript.Element$DataKind mKind
	boolean mNormalized
	int mVectorSize
	private void updateVisibleSubElements () 
		int ct
		int ct
		int ctNoPadding
		int noPaddingFieldCount
		int fieldCount
	public int getBytesSize () 
	public int getVectorSize () 
	public boolean isComplex () 
		int ct
	public int getSubElementCount () 
	public android.support.v8.renderscript.Element getSubElement (int) 
		int index
	public java.lang.String getSubElementName (int) 
		int index
	public int getSubElementArraySize (int) 
		int index
	public int getSubElementOffsetBytes (int) 
		int index
	public android.support.v8.renderscript.Element$DataType getDataType () 
	public android.support.v8.renderscript.Element$DataKind getDataKind () 
	public static android.support.v8.renderscript.Element BOOLEAN (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U8 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I8 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U16 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I16 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U32 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I32 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U64 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I64 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element F32 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element F64 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element ELEMENT (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element TYPE (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element ALLOCATION (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element SAMPLER (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element SCRIPT (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element A_8 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element RGB_565 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element RGB_888 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element RGBA_5551 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element RGBA_4444 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element RGBA_8888 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element F32_2 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element F32_3 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element F32_4 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element F64_2 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element F64_3 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element F64_4 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U8_2 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U8_3 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U8_4 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I8_2 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I8_3 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I8_4 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U16_2 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U16_3 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U16_4 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I16_2 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I16_3 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I16_4 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U32_2 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U32_3 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U32_4 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I32_2 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I32_3 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I32_4 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U64_2 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U64_3 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element U64_4 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I64_2 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I64_3 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element I64_4 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element MATRIX_4X4 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element MATRIX_3X3 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Element MATRIX_2X2 (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
	void  (int, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element[], java.lang.String[], int[]) 
		int ct
		int id
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element[] e
		String[] n
		int[] as
	void  (int, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element$DataType, android.support.v8.renderscript.Element$DataKind, boolean, int) 
		int id
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element$DataType dt
		android.support.v8.renderscript.Element$DataKind dk
		boolean norm
		int size
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	static android.support.v8.renderscript.Element createUser (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element$DataType) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element$DataType dt
		android.support.v8.renderscript.Element$DataKind dk
		boolean norm
		int vecSize
		int id
	public static android.support.v8.renderscript.Element createVector (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element$DataType, int) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.Element$DataKind dk
		boolean norm
		int id
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element$DataType dt
		int size
	public static android.support.v8.renderscript.Element createPixel (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element$DataType, android.support.v8.renderscript.Element$DataKind) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element$DataType dt
		android.support.v8.renderscript.Element$DataKind dk
		int size
		boolean norm
		int id
	public boolean isCompatible (android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.Element e
}

android/support/v8/renderscript/Matrix4f.class
Matrix4f.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Matrix4f extends java.lang.Object {
	final float[] mMat
	public void  () 
	public void  (float[]) 
		float[] dataArray
	public float[] getArray () 
	public float get (int, int) 
		int x
		int y
	public void set (int, int, float) 
		int x
		int y
		float v
	public void loadIdentity () 
	public void load (android.support.v8.renderscript.Matrix4f) 
		android.support.v8.renderscript.Matrix4f src
	public void load (android.support.v8.renderscript.Matrix3f) 
		android.support.v8.renderscript.Matrix3f src
	public void loadRotate (float, float, float, float) 
		float recipLen
		float rot
		float x
		float y
		float z
		float c
		float s
		float len
		float nc
		float xy
		float yz
		float zx
		float xs
		float ys
		float zs
	public void loadScale (float, float, float) 
		float x
		float y
		float z
	public void loadTranslate (float, float, float) 
		float x
		float y
		float z
	public void loadMultiply (android.support.v8.renderscript.Matrix4f, android.support.v8.renderscript.Matrix4f) 
		float rhs_ij
		int j
		float ri0
		float ri1
		float ri2
		float ri3
		int i
		android.support.v8.renderscript.Matrix4f lhs
		android.support.v8.renderscript.Matrix4f rhs
	public void loadOrtho (float, float, float, float, float, float) 
		float l
		float r
		float b
		float t
		float n
		float f
	public void loadOrthoWindow (int, int) 
		int w
		int h
	public void loadFrustum (float, float, float, float, float, float) 
		float l
		float r
		float b
		float t
		float n
		float f
	public void loadPerspective (float, float, float, float) 
		float fovy
		float aspect
		float near
		float far
		float top
		float bottom
		float left
		float right
	public void loadProjectionNormalized (int, int) 
		float aspect
		float aspect
		int w
		int h
		android.support.v8.renderscript.Matrix4f m1
		android.support.v8.renderscript.Matrix4f m2
	public void multiply (android.support.v8.renderscript.Matrix4f) 
		android.support.v8.renderscript.Matrix4f rhs
		android.support.v8.renderscript.Matrix4f tmp
	public void rotate (float, float, float, float) 
		float rot
		float x
		float y
		float z
		android.support.v8.renderscript.Matrix4f tmp
	public void scale (float, float, float) 
		float x
		float y
		float z
		android.support.v8.renderscript.Matrix4f tmp
	public void translate (float, float, float) 
		float x
		float y
		float z
		android.support.v8.renderscript.Matrix4f tmp
	private float computeCofactor (int, int) 
		int i
		int j
		int c0
		int c1
		int c2
		int r0
		int r1
		int r2
		float minor
		float cofactor
	public boolean inverse () 
		int j
		int i
		int i
		android.support.v8.renderscript.Matrix4f result
		float det
	public boolean inverseTranspose () 
		int j
		int i
		int i
		android.support.v8.renderscript.Matrix4f result
		float det
	public void transpose () 
		float temp
		int j
		int i
}

android/support/v8/renderscript/Int3.class
Int3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Int3 extends java.lang.Object {
	public int x
	public int y
	public int z
	public void  () 
	public void  (int, int, int) 
		int initX
		int initY
		int initZ
}

android/support/v8/renderscript/ScriptGroupThunker$Builder.class
ScriptGroupThunker.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.ScriptGroupThunker$Builder extends java.lang.Object {
	android.renderscript.ScriptGroup$Builder bN
	android.support.v8.renderscript.RenderScript mRS
	void  (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.RenderScriptThunker rst
	public android.support.v8.renderscript.ScriptGroupThunker$Builder addKernel (android.support.v8.renderscript.Script$KernelID) 
		android.support.v8.renderscript.Script$KernelID k
	public android.support.v8.renderscript.ScriptGroupThunker$Builder addConnection (android.support.v8.renderscript.Type, android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Script$FieldID) 
		android.support.v8.renderscript.Type t
		android.support.v8.renderscript.Script$KernelID from
		android.support.v8.renderscript.Script$FieldID to
		android.support.v8.renderscript.TypeThunker tt
	public android.support.v8.renderscript.ScriptGroupThunker$Builder addConnection (android.support.v8.renderscript.Type, android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Script$KernelID) 
		android.support.v8.renderscript.Type t
		android.support.v8.renderscript.Script$KernelID from
		android.support.v8.renderscript.Script$KernelID to
		android.support.v8.renderscript.TypeThunker tt
	public android.support.v8.renderscript.ScriptGroupThunker create () 
		android.support.v8.renderscript.ScriptGroupThunker sg
}

android/support/v8/renderscript/ScriptIntrinsicConvolve5x5.class
ScriptIntrinsicConvolve5x5.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicConvolve5x5 extends android.support.v8.renderscript.ScriptIntrinsic {
	private final float[] mValues
	private android.support.v8.renderscript.Allocation mInput
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicConvolve5x5 create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		int id
	public void setInput (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
	public void setCoefficients (float[]) 
		int ct
		float[] v
		android.support.v8.renderscript.FieldPacker fp
	public void forEach (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation aout
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
	public android.support.v8.renderscript.Script$FieldID getFieldID_Input () 
}

android/support/v8/renderscript/RenderScript.class
RenderScript.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RenderScript extends java.lang.Object {
	static final String LOG_TAG
	static final boolean DEBUG
	static final boolean LOG_ENABLED
	private android.content.Context mApplicationContext
	static boolean sInitialized
	static Object lock
	static boolean isNative
	private static int thunk
	private static final String CACHE_PATH
	static String mCachePath
	int mDev
	int mContext
	android.support.v8.renderscript.RenderScript$MessageThread mMessageThread
	android.support.v8.renderscript.Element mElement_U8
	android.support.v8.renderscript.Element mElement_I8
	android.support.v8.renderscript.Element mElement_U16
	android.support.v8.renderscript.Element mElement_I16
	android.support.v8.renderscript.Element mElement_U32
	android.support.v8.renderscript.Element mElement_I32
	android.support.v8.renderscript.Element mElement_U64
	android.support.v8.renderscript.Element mElement_I64
	android.support.v8.renderscript.Element mElement_F32
	android.support.v8.renderscript.Element mElement_F64
	android.support.v8.renderscript.Element mElement_BOOLEAN
	android.support.v8.renderscript.Element mElement_ELEMENT
	android.support.v8.renderscript.Element mElement_TYPE
	android.support.v8.renderscript.Element mElement_ALLOCATION
	android.support.v8.renderscript.Element mElement_SAMPLER
	android.support.v8.renderscript.Element mElement_SCRIPT
	android.support.v8.renderscript.Element mElement_A_8
	android.support.v8.renderscript.Element mElement_RGB_565
	android.support.v8.renderscript.Element mElement_RGB_888
	android.support.v8.renderscript.Element mElement_RGBA_5551
	android.support.v8.renderscript.Element mElement_RGBA_4444
	android.support.v8.renderscript.Element mElement_RGBA_8888
	android.support.v8.renderscript.Element mElement_FLOAT_2
	android.support.v8.renderscript.Element mElement_FLOAT_3
	android.support.v8.renderscript.Element mElement_FLOAT_4
	android.support.v8.renderscript.Element mElement_DOUBLE_2
	android.support.v8.renderscript.Element mElement_DOUBLE_3
	android.support.v8.renderscript.Element mElement_DOUBLE_4
	android.support.v8.renderscript.Element mElement_UCHAR_2
	android.support.v8.renderscript.Element mElement_UCHAR_3
	android.support.v8.renderscript.Element mElement_UCHAR_4
	android.support.v8.renderscript.Element mElement_CHAR_2
	android.support.v8.renderscript.Element mElement_CHAR_3
	android.support.v8.renderscript.Element mElement_CHAR_4
	android.support.v8.renderscript.Element mElement_USHORT_2
	android.support.v8.renderscript.Element mElement_USHORT_3
	android.support.v8.renderscript.Element mElement_USHORT_4
	android.support.v8.renderscript.Element mElement_SHORT_2
	android.support.v8.renderscript.Element mElement_SHORT_3
	android.support.v8.renderscript.Element mElement_SHORT_4
	android.support.v8.renderscript.Element mElement_UINT_2
	android.support.v8.renderscript.Element mElement_UINT_3
	android.support.v8.renderscript.Element mElement_UINT_4
	android.support.v8.renderscript.Element mElement_INT_2
	android.support.v8.renderscript.Element mElement_INT_3
	android.support.v8.renderscript.Element mElement_INT_4
	android.support.v8.renderscript.Element mElement_ULONG_2
	android.support.v8.renderscript.Element mElement_ULONG_3
	android.support.v8.renderscript.Element mElement_ULONG_4
	android.support.v8.renderscript.Element mElement_LONG_2
	android.support.v8.renderscript.Element mElement_LONG_3
	android.support.v8.renderscript.Element mElement_LONG_4
	android.support.v8.renderscript.Element mElement_MATRIX_4X4
	android.support.v8.renderscript.Element mElement_MATRIX_3X3
	android.support.v8.renderscript.Element mElement_MATRIX_2X2
	android.support.v8.renderscript.Sampler mSampler_CLAMP_NEAREST
	android.support.v8.renderscript.Sampler mSampler_CLAMP_LINEAR
	android.support.v8.renderscript.Sampler mSampler_CLAMP_LINEAR_MIP_LINEAR
	android.support.v8.renderscript.Sampler mSampler_WRAP_NEAREST
	android.support.v8.renderscript.Sampler mSampler_WRAP_LINEAR
	android.support.v8.renderscript.Sampler mSampler_WRAP_LINEAR_MIP_LINEAR
	android.support.v8.renderscript.Sampler mSampler_MIRRORED_REPEAT_NEAREST
	android.support.v8.renderscript.Sampler mSampler_MIRRORED_REPEAT_LINEAR
	android.support.v8.renderscript.Sampler mSampler_MIRRORED_REPEAT_LINEAR_MIP_LINEAR
	android.support.v8.renderscript.RenderScript$RSMessageHandler mMessageCallback
	android.support.v8.renderscript.RenderScript$RSErrorHandler mErrorCallback
	native int nDeviceCreate () 
	native void nDeviceDestroy (int) 
	native void nDeviceSetConfig (int, int, int) 
	native int nContextGetUserMessage (int, int[]) 
	native java.lang.String nContextGetErrorMessage (int) 
	native int nContextPeekMessage (int, int[]) 
	native void nContextInitToClient (int) 
	native void nContextDeinitToClient (int) 
	static boolean shouldThunk () 
	public static void setupDiskCache (java.io.File) 
		java.io.File cacheDir
		java.io.File f
	native int rsnContextCreate (int, int, int, int) 
	synchronized int nContextCreate (int, int, int, int) 
		int dev
		int ver
		int sdkVer
		int contextType
	native void rsnContextDestroy (int) 
	synchronized void nContextDestroy () 
	native void rsnContextSetPriority (int, int) 
	synchronized void nContextSetPriority (int) 
		int p
	native void rsnContextDump (int, int) 
	synchronized void nContextDump (int) 
		int bits
	native void rsnContextFinish (int) 
	synchronized void nContextFinish () 
	native void rsnContextSendMessage (int, int, int[]) 
	synchronized void nContextSendMessage (int, int[]) 
		int id
		int[] data
	native void rsnObjDestroy (int, int) 
	synchronized void nObjDestroy (int) 
		int id
	native int rsnElementCreate (int, int, int, boolean, int) 
	synchronized int nElementCreate (int, int, boolean, int) 
		int type
		int kind
		boolean norm
		int vecSize
	native int rsnElementCreate2 (int, int[], java.lang.String[], int[]) 
	synchronized int nElementCreate2 (int[], java.lang.String[], int[]) 
		int[] elements
		String[] names
		int[] arraySizes
	native void rsnElementGetNativeData (int, int, int[]) 
	synchronized void nElementGetNativeData (int, int[]) 
		int id
		int[] elementData
	native void rsnElementGetSubElements (int, int, int[], java.lang.String[], int[]) 
	synchronized void nElementGetSubElements (int, int[], java.lang.String[], int[]) 
		int id
		int[] IDs
		String[] names
		int[] arraySizes
	native int rsnTypeCreate (int, int, int, int, int, boolean, boolean, int) 
	synchronized int nTypeCreate (int, int, int, int, boolean, boolean, int) 
		int eid
		int x
		int y
		int z
		boolean mips
		boolean faces
		int yuv
	native void rsnTypeGetNativeData (int, int, int[]) 
	synchronized void nTypeGetNativeData (int, int[]) 
		int id
		int[] typeData
	native int rsnAllocationCreateTyped (int, int, int, int, int) 
	synchronized int nAllocationCreateTyped (int, int, int, int) 
		int type
		int mip
		int usage
		int pointer
	native int rsnAllocationCreateFromBitmap (int, int, int, android.graphics.Bitmap, int) 
	synchronized int nAllocationCreateFromBitmap (int, int, android.graphics.Bitmap, int) 
		int type
		int mip
		android.graphics.Bitmap bmp
		int usage
	native int rsnAllocationCreateBitmapBackedAllocation (int, int, int, android.graphics.Bitmap, int) 
	synchronized int nAllocationCreateBitmapBackedAllocation (int, int, android.graphics.Bitmap, int) 
		int type
		int mip
		android.graphics.Bitmap bmp
		int usage
	native int rsnAllocationCubeCreateFromBitmap (int, int, int, android.graphics.Bitmap, int) 
	synchronized int nAllocationCubeCreateFromBitmap (int, int, android.graphics.Bitmap, int) 
		int type
		int mip
		android.graphics.Bitmap bmp
		int usage
	native int rsnAllocationCreateBitmapRef (int, int, android.graphics.Bitmap) 
	synchronized int nAllocationCreateBitmapRef (int, android.graphics.Bitmap) 
		int type
		android.graphics.Bitmap bmp
	native int rsnAllocationCreateFromAssetStream (int, int, int, int) 
	synchronized int nAllocationCreateFromAssetStream (int, int, int) 
		int mips
		int assetStream
		int usage
	native void rsnAllocationCopyToBitmap (int, int, android.graphics.Bitmap) 
	synchronized void nAllocationCopyToBitmap (int, android.graphics.Bitmap) 
		int alloc
		android.graphics.Bitmap bmp
	native void rsnAllocationSyncAll (int, int, int) 
	synchronized void nAllocationSyncAll (int, int) 
		int alloc
		int src
	native void rsnAllocationIoSend (int, int) 
	synchronized void nAllocationIoSend (int) 
		int alloc
	native void rsnAllocationIoReceive (int, int) 
	synchronized void nAllocationIoReceive (int) 
		int alloc
	native void rsnAllocationGenerateMipmaps (int, int) 
	synchronized void nAllocationGenerateMipmaps (int) 
		int alloc
	native void rsnAllocationCopyFromBitmap (int, int, android.graphics.Bitmap) 
	synchronized void nAllocationCopyFromBitmap (int, android.graphics.Bitmap) 
		int alloc
		android.graphics.Bitmap bmp
	native void rsnAllocationData1D (int, int, int, int, int, int[], int) 
	synchronized void nAllocationData1D (int, int, int, int, int[], int) 
		int id
		int off
		int mip
		int count
		int[] d
		int sizeBytes
	native void rsnAllocationData1D (int, int, int, int, int, short[], int) 
	synchronized void nAllocationData1D (int, int, int, int, short[], int) 
		int id
		int off
		int mip
		int count
		short[] d
		int sizeBytes
	native void rsnAllocationData1D (int, int, int, int, int, byte[], int) 
	synchronized void nAllocationData1D (int, int, int, int, byte[], int) 
		int id
		int off
		int mip
		int count
		byte[] d
		int sizeBytes
	native void rsnAllocationData1D (int, int, int, int, int, float[], int) 
	synchronized void nAllocationData1D (int, int, int, int, float[], int) 
		int id
		int off
		int mip
		int count
		float[] d
		int sizeBytes
	native void rsnAllocationElementData1D (int, int, int, int, int, byte[], int) 
	synchronized void nAllocationElementData1D (int, int, int, int, byte[], int) 
		int id
		int xoff
		int mip
		int compIdx
		byte[] d
		int sizeBytes
	native void rsnAllocationData2D (int, int, int, int, int, int, int, int, int, int, int, int, int) 
	synchronized void nAllocationData2D (int, int, int, int, int, int, int, int, int, int, int, int) 
		int dstAlloc
		int dstXoff
		int dstYoff
		int dstMip
		int dstFace
		int width
		int height
		int srcAlloc
		int srcXoff
		int srcYoff
		int srcMip
		int srcFace
	native void rsnAllocationData2D (int, int, int, int, int, int, int, int, byte[], int) 
	synchronized void nAllocationData2D (int, int, int, int, int, int, int, byte[], int) 
		int id
		int xoff
		int yoff
		int mip
		int face
		int w
		int h
		byte[] d
		int sizeBytes
	native void rsnAllocationData2D (int, int, int, int, int, int, int, int, short[], int) 
	synchronized void nAllocationData2D (int, int, int, int, int, int, int, short[], int) 
		int id
		int xoff
		int yoff
		int mip
		int face
		int w
		int h
		short[] d
		int sizeBytes
	native void rsnAllocationData2D (int, int, int, int, int, int, int, int, int[], int) 
	synchronized void nAllocationData2D (int, int, int, int, int, int, int, int[], int) 
		int id
		int xoff
		int yoff
		int mip
		int face
		int w
		int h
		int[] d
		int sizeBytes
	native void rsnAllocationData2D (int, int, int, int, int, int, int, int, float[], int) 
	synchronized void nAllocationData2D (int, int, int, int, int, int, int, float[], int) 
		int id
		int xoff
		int yoff
		int mip
		int face
		int w
		int h
		float[] d
		int sizeBytes
	native void rsnAllocationData2D (int, int, int, int, int, int, android.graphics.Bitmap) 
	synchronized void nAllocationData2D (int, int, int, int, int, android.graphics.Bitmap) 
		int id
		int xoff
		int yoff
		int mip
		int face
		android.graphics.Bitmap b
	native void rsnAllocationData3D (int, int, int, int, int, int, int, int, int, int, int, int, int, int) 
	synchronized void nAllocationData3D (int, int, int, int, int, int, int, int, int, int, int, int, int) 
		int dstAlloc
		int dstXoff
		int dstYoff
		int dstZoff
		int dstMip
		int width
		int height
		int depth
		int srcAlloc
		int srcXoff
		int srcYoff
		int srcZoff
		int srcMip
	native void rsnAllocationData3D (int, int, int, int, int, int, int, int, int, byte[], int) 
	synchronized void nAllocationData3D (int, int, int, int, int, int, int, int, byte[], int) 
		int id
		int xoff
		int yoff
		int zoff
		int mip
		int w
		int h
		int depth
		byte[] d
		int sizeBytes
	native void rsnAllocationData3D (int, int, int, int, int, int, int, int, int, short[], int) 
	synchronized void nAllocationData3D (int, int, int, int, int, int, int, int, short[], int) 
		int id
		int xoff
		int yoff
		int zoff
		int mip
		int w
		int h
		int depth
		short[] d
		int sizeBytes
	native void rsnAllocationData3D (int, int, int, int, int, int, int, int, int, int[], int) 
	synchronized void nAllocationData3D (int, int, int, int, int, int, int, int, int[], int) 
		int id
		int xoff
		int yoff
		int zoff
		int mip
		int w
		int h
		int depth
		int[] d
		int sizeBytes
	native void rsnAllocationData3D (int, int, int, int, int, int, int, int, int, float[], int) 
	synchronized void nAllocationData3D (int, int, int, int, int, int, int, int, float[], int) 
		int id
		int xoff
		int yoff
		int zoff
		int mip
		int w
		int h
		int depth
		float[] d
		int sizeBytes
	native void rsnAllocationRead (int, int, byte[]) 
	synchronized void nAllocationRead (int, byte[]) 
		int id
		byte[] d
	native void rsnAllocationRead (int, int, short[]) 
	synchronized void nAllocationRead (int, short[]) 
		int id
		short[] d
	native void rsnAllocationRead (int, int, int[]) 
	synchronized void nAllocationRead (int, int[]) 
		int id
		int[] d
	native void rsnAllocationRead (int, int, float[]) 
	synchronized void nAllocationRead (int, float[]) 
		int id
		float[] d
	native int rsnAllocationGetType (int, int) 
	synchronized int nAllocationGetType (int) 
		int id
	native void rsnAllocationResize1D (int, int, int) 
	synchronized void nAllocationResize1D (int, int) 
		int id
		int dimX
	native void rsnAllocationResize2D (int, int, int, int) 
	synchronized void nAllocationResize2D (int, int, int) 
		int id
		int dimX
		int dimY
	native void rsnScriptBindAllocation (int, int, int, int) 
	synchronized void nScriptBindAllocation (int, int, int) 
		int script
		int alloc
		int slot
	native void rsnScriptSetTimeZone (int, int, byte[]) 
	synchronized void nScriptSetTimeZone (int, byte[]) 
		int script
		byte[] timeZone
	native void rsnScriptInvoke (int, int, int) 
	synchronized void nScriptInvoke (int, int) 
		int id
		int slot
	native void rsnScriptForEach (int, int, int, int, int, byte[]) 
	native void rsnScriptForEach (int, int, int, int, int) 
	native void rsnScriptForEachClipped (int, int, int, int, int, byte[], int, int, int, int, int, int) 
	native void rsnScriptForEachClipped (int, int, int, int, int, int, int, int, int, int, int) 
	synchronized void nScriptForEach (int, int, int, int, byte[]) 
		int id
		int slot
		int ain
		int aout
		byte[] params
	synchronized void nScriptForEachClipped (int, int, int, int, byte[], int, int, int, int, int, int) 
		int id
		int slot
		int ain
		int aout
		byte[] params
		int xstart
		int xend
		int ystart
		int yend
		int zstart
		int zend
	native void rsnScriptInvokeV (int, int, int, byte[]) 
	synchronized void nScriptInvokeV (int, int, byte[]) 
		int id
		int slot
		byte[] params
	native void rsnScriptSetVarI (int, int, int, int) 
	synchronized void nScriptSetVarI (int, int, int) 
		int id
		int slot
		int val
	native void rsnScriptSetVarJ (int, int, int, long) 
	synchronized void nScriptSetVarJ (int, int, long) 
		int id
		int slot
		long val
	native void rsnScriptSetVarF (int, int, int, float) 
	synchronized void nScriptSetVarF (int, int, float) 
		int id
		int slot
		float val
	native void rsnScriptSetVarD (int, int, int, double) 
	synchronized void nScriptSetVarD (int, int, double) 
		int id
		int slot
		double val
	native void rsnScriptSetVarV (int, int, int, byte[]) 
	synchronized void nScriptSetVarV (int, int, byte[]) 
		int id
		int slot
		byte[] val
	native void rsnScriptSetVarVE (int, int, int, byte[], int, int[]) 
	synchronized void nScriptSetVarVE (int, int, byte[], int, int[]) 
		int id
		int slot
		byte[] val
		int e
		int[] dims
	native void rsnScriptSetVarObj (int, int, int, int) 
	synchronized void nScriptSetVarObj (int, int, int) 
		int id
		int slot
		int val
	native int rsnScriptCCreate (int, java.lang.String, java.lang.String, byte[], int) 
	synchronized int nScriptCCreate (java.lang.String, java.lang.String, byte[], int) 
		String resName
		String cacheDir
		byte[] script
		int length
	native int rsnScriptIntrinsicCreate (int, int, int) 
	synchronized int nScriptIntrinsicCreate (int, int) 
		int id
		int eid
	native int rsnScriptKernelIDCreate (int, int, int, int) 
	synchronized int nScriptKernelIDCreate (int, int, int) 
		int sid
		int slot
		int sig
	native int rsnScriptFieldIDCreate (int, int, int) 
	synchronized int nScriptFieldIDCreate (int, int) 
		int sid
		int slot
	native int rsnScriptGroupCreate (int, int[], int[], int[], int[], int[]) 
	synchronized int nScriptGroupCreate (int[], int[], int[], int[], int[]) 
		int[] kernels
		int[] src
		int[] dstk
		int[] dstf
		int[] types
	native void rsnScriptGroupSetInput (int, int, int, int) 
	synchronized void nScriptGroupSetInput (int, int, int) 
		int group
		int kernel
		int alloc
	native void rsnScriptGroupSetOutput (int, int, int, int) 
	synchronized void nScriptGroupSetOutput (int, int, int) 
		int group
		int kernel
		int alloc
	native void rsnScriptGroupExecute (int, int) 
	synchronized void nScriptGroupExecute (int) 
		int group
	native int rsnSamplerCreate (int, int, int, int, int, int, float) 
	synchronized int nSamplerCreate (int, int, int, int, int, float) 
		int magFilter
		int minFilter
		int wrapS
		int wrapT
		int wrapR
		float aniso
	public void setMessageHandler (android.support.v8.renderscript.RenderScript$RSMessageHandler) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.renderscript.RenderScript$RSMessageHandler newmsg
		android.support.v8.renderscript.RenderScript$RSMessageHandler msg
	public android.support.v8.renderscript.RenderScript$RSMessageHandler getMessageHandler () 
	public void sendMessage (int, int[]) 
		int id
		int[] data
	public void setErrorHandler (android.support.v8.renderscript.RenderScript$RSErrorHandler) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.renderscript.RenderScript$RSErrorHandler newmsg
		android.support.v8.renderscript.RenderScript$RSErrorHandler msg
	public android.support.v8.renderscript.RenderScript$RSErrorHandler getErrorHandler () 
	void validate () 
	public void setPriority (android.support.v8.renderscript.RenderScript$Priority) 
		android.support.v8.renderscript.RenderScript$Priority p
	void  (android.content.Context) 
		android.content.Context ctx
	public final android.content.Context getApplicationContext () 
	public static android.support.v8.renderscript.RenderScript create (android.content.Context, int) 
		android.content.Context ctx
		int sdkVersion
	public static android.support.v8.renderscript.RenderScript create (android.content.Context, int, android.support.v8.renderscript.RenderScript$ContextType) 
		UnsatisfiedLinkError e
		android.content.Context ctx
		int sdkVersion
		android.support.v8.renderscript.RenderScript$ContextType ct
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.RenderScript create (android.content.Context) 
		android.content.Context ctx
	public static android.support.v8.renderscript.RenderScript create (android.content.Context, android.support.v8.renderscript.RenderScript$ContextType) 
		android.content.Context ctx
		android.support.v8.renderscript.RenderScript$ContextType ct
		int v
	public void contextDump () 
	public void finish () 
	public void destroy () 
		InterruptedException e
	boolean isAlive () 
	int safeID (android.support.v8.renderscript.BaseObj) 
		android.support.v8.renderscript.BaseObj o
	static void  () 
}

android/support/v8/renderscript/RenderScript$ContextType.class
RenderScript.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.RenderScript$ContextType extends java.lang.Enum {
	public static final android.support.v8.renderscript.RenderScript$ContextType NORMAL
	public static final android.support.v8.renderscript.RenderScript$ContextType DEBUG
	public static final android.support.v8.renderscript.RenderScript$ContextType PROFILE
	int mID
	private static final android.support.v8.renderscript.RenderScript$ContextType[] $VALUES
	public static android.support.v8.renderscript.RenderScript$ContextType[] values () 
	public static android.support.v8.renderscript.RenderScript$ContextType valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, int) 
		int id
	static void  () 
}

android/support/v8/renderscript/Sampler.class
Sampler.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Sampler extends android.support.v8.renderscript.BaseObj {
	android.support.v8.renderscript.Sampler$Value mMin
	android.support.v8.renderscript.Sampler$Value mMag
	android.support.v8.renderscript.Sampler$Value mWrapS
	android.support.v8.renderscript.Sampler$Value mWrapT
	android.support.v8.renderscript.Sampler$Value mWrapR
	float mAniso
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public android.support.v8.renderscript.Sampler$Value getMinification () 
	public android.support.v8.renderscript.Sampler$Value getMagnification () 
	public android.support.v8.renderscript.Sampler$Value getWrapS () 
	public android.support.v8.renderscript.Sampler$Value getWrapT () 
	public float getAnisotropy () 
	public static android.support.v8.renderscript.Sampler CLAMP_NEAREST (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.Sampler$Builder b
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Sampler CLAMP_LINEAR (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.Sampler$Builder b
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Sampler CLAMP_LINEAR_MIP_LINEAR (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.Sampler$Builder b
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Sampler WRAP_NEAREST (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.Sampler$Builder b
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Sampler WRAP_LINEAR (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.Sampler$Builder b
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Sampler WRAP_LINEAR_MIP_LINEAR (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.Sampler$Builder b
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Sampler MIRRORED_REPEAT_NEAREST (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.Sampler$Builder b
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.Sampler MIRRORED_REPEAT_LINEAR (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.Sampler$Builder b
		android.support.v8.renderscript.RenderScript rs
}

android/support/v8/renderscript/ScriptIntrinsicColorMatrixThunker.class
ScriptIntrinsicColorMatrixThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ScriptIntrinsicColorMatrixThunker extends android.support.v8.renderscript.ScriptIntrinsicColorMatrix {
	android.renderscript.ScriptIntrinsicColorMatrix mN
	android.renderscript.ScriptIntrinsicColorMatrix getNObj () 
	private void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicColorMatrixThunker create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.ElementThunker et
		android.support.v8.renderscript.ScriptIntrinsicColorMatrixThunker cm
	public void setColorMatrix (android.support.v8.renderscript.Matrix4f) 
		android.support.v8.renderscript.Matrix4f m
	public void setColorMatrix (android.support.v8.renderscript.Matrix3f) 
		android.support.v8.renderscript.Matrix3f m
	public void setGreyscale () 
	public void setYUVtoRGB () 
	public void setRGBtoYUV () 
	public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aint
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
		android.support.v8.renderscript.Script$KernelID k
	volatile android.renderscript.Script getNObj () 
	volatile android.renderscript.BaseObj getNObj () 
}

android/support/v8/renderscript/AllocationThunker.class
AllocationThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.AllocationThunker extends android.support.v8.renderscript.Allocation {
	android.renderscript.Allocation mN
	static android.graphics.BitmapFactory$Options mBitmapOptions
	android.renderscript.Allocation getNObj () 
	static android.renderscript.Allocation$MipmapControl convertMipmapControl (android.support.v8.renderscript.Allocation$MipmapControl) 
		android.support.v8.renderscript.Allocation$MipmapControl mc
	public android.support.v8.renderscript.Type getType () 
	public android.support.v8.renderscript.Element getElement () 
	public int getUsage () 
	public int getBytesSize () 
	void  (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Type, int, android.renderscript.Allocation) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Type t
		int usage
		android.renderscript.Allocation na
	public void syncAll (int) 
		int srcLocation
	public void ioSend () 
	public void ioReceive () 
	public void copyFrom (android.support.v8.renderscript.BaseObj[]) 
		int i
		android.support.v8.renderscript.BaseObj[] d
		android.renderscript.BaseObj[] dN
	public void copyFromUnchecked (int[]) 
		int[] d
	public void copyFromUnchecked (short[]) 
		short[] d
	public void copyFromUnchecked (byte[]) 
		byte[] d
	public void copyFromUnchecked (float[]) 
		float[] d
	public void copyFrom (int[]) 
		int[] d
	public void copyFrom (short[]) 
		short[] d
	public void copyFrom (byte[]) 
		byte[] d
	public void copyFrom (float[]) 
		float[] d
	public void copyFrom (android.graphics.Bitmap) 
		android.graphics.Bitmap b
	public void copyFrom (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation a
		android.support.v8.renderscript.AllocationThunker at
	public void setFromFieldPacker (int, android.support.v8.renderscript.FieldPacker) 
		int xoff
		android.support.v8.renderscript.FieldPacker fp
		android.renderscript.FieldPacker nfp
	public void setFromFieldPacker (int, int, android.support.v8.renderscript.FieldPacker) 
		int xoff
		int component_number
		android.support.v8.renderscript.FieldPacker fp
		android.renderscript.FieldPacker nfp
	public void generateMipmaps () 
	public void copy1DRangeFromUnchecked (int, int, int[]) 
		int off
		int count
		int[] d
	public void copy1DRangeFromUnchecked (int, int, short[]) 
		int off
		int count
		short[] d
	public void copy1DRangeFromUnchecked (int, int, byte[]) 
		int off
		int count
		byte[] d
	public void copy1DRangeFromUnchecked (int, int, float[]) 
		int off
		int count
		float[] d
	public void copy1DRangeFrom (int, int, int[]) 
		int off
		int count
		int[] d
	public void copy1DRangeFrom (int, int, short[]) 
		int off
		int count
		short[] d
	public void copy1DRangeFrom (int, int, byte[]) 
		int off
		int count
		byte[] d
	public void copy1DRangeFrom (int, int, float[]) 
		int off
		int count
		float[] d
	public void copy1DRangeFrom (int, int, android.support.v8.renderscript.Allocation, int) 
		int off
		int count
		android.support.v8.renderscript.Allocation data
		int dataOff
		android.support.v8.renderscript.AllocationThunker at
	public void copy2DRangeFrom (int, int, int, int, byte[]) 
		int xoff
		int yoff
		int w
		int h
		byte[] data
	public void copy2DRangeFrom (int, int, int, int, short[]) 
		int xoff
		int yoff
		int w
		int h
		short[] data
	public void copy2DRangeFrom (int, int, int, int, int[]) 
		int xoff
		int yoff
		int w
		int h
		int[] data
	public void copy2DRangeFrom (int, int, int, int, float[]) 
		int xoff
		int yoff
		int w
		int h
		float[] data
	public void copy2DRangeFrom (int, int, int, int, android.support.v8.renderscript.Allocation, int, int) 
		int xoff
		int yoff
		int w
		int h
		android.support.v8.renderscript.Allocation data
		int dataXoff
		int dataYoff
		android.support.v8.renderscript.AllocationThunker at
	public void copy2DRangeFrom (int, int, android.graphics.Bitmap) 
		int xoff
		int yoff
		android.graphics.Bitmap data
	public void copyTo (android.graphics.Bitmap) 
		android.graphics.Bitmap b
	public void copyTo (byte[]) 
		byte[] d
	public void copyTo (short[]) 
		short[] d
	public void copyTo (int[]) 
		int[] d
	public void copyTo (float[]) 
		float[] d
	public static android.support.v8.renderscript.Allocation createTyped (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Type, android.support.v8.renderscript.Allocation$MipmapControl, int) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Type type
		android.support.v8.renderscript.Allocation$MipmapControl mips
		int usage
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.TypeThunker tt
		android.renderscript.Allocation a
	public static android.support.v8.renderscript.Allocation createFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.support.v8.renderscript.Allocation$MipmapControl, int) 
		android.support.v8.renderscript.RenderScript rs
		android.graphics.Bitmap b
		android.support.v8.renderscript.Allocation$MipmapControl mips
		int usage
		android.support.v8.renderscript.RenderScriptThunker rst
		android.renderscript.Allocation a
		android.support.v8.renderscript.TypeThunker tt
	public static android.support.v8.renderscript.Allocation createCubemapFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.support.v8.renderscript.Allocation$MipmapControl, int) 
		android.support.v8.renderscript.RenderScript rs
		android.graphics.Bitmap b
		android.support.v8.renderscript.Allocation$MipmapControl mips
		int usage
		android.support.v8.renderscript.RenderScriptThunker rst
		android.renderscript.Allocation a
		android.support.v8.renderscript.TypeThunker tt
	public static android.support.v8.renderscript.Allocation createCubemapFromCubeFaces (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.support.v8.renderscript.Allocation$MipmapControl, int) 
		android.support.v8.renderscript.RenderScript rs
		android.graphics.Bitmap xpos
		android.graphics.Bitmap xneg
		android.graphics.Bitmap ypos
		android.graphics.Bitmap yneg
		android.graphics.Bitmap zpos
		android.graphics.Bitmap zneg
		android.support.v8.renderscript.Allocation$MipmapControl mips
		int usage
		android.support.v8.renderscript.RenderScriptThunker rst
		android.renderscript.Allocation a
		android.support.v8.renderscript.TypeThunker tt
	public static android.support.v8.renderscript.Allocation createFromBitmapResource (android.support.v8.renderscript.RenderScript, android.content.res.Resources, int, android.support.v8.renderscript.Allocation$MipmapControl, int) 
		android.support.v8.renderscript.RenderScript rs
		android.content.res.Resources res
		int id
		android.support.v8.renderscript.Allocation$MipmapControl mips
		int usage
		android.support.v8.renderscript.RenderScriptThunker rst
		android.renderscript.Allocation a
		android.support.v8.renderscript.TypeThunker tt
	public static android.support.v8.renderscript.Allocation createFromString (android.support.v8.renderscript.RenderScript, java.lang.String, int) 
		android.support.v8.renderscript.RenderScript rs
		String str
		int usage
		android.support.v8.renderscript.RenderScriptThunker rst
		android.renderscript.Allocation a
		android.support.v8.renderscript.TypeThunker tt
	public static android.support.v8.renderscript.Allocation createSized (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element, int, int) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		int count
		int usage
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.ElementThunker et
		android.renderscript.Allocation a
		android.support.v8.renderscript.TypeThunker tt
	volatile android.renderscript.BaseObj getNObj () 
	static void  () 
}

android/support/v8/renderscript/Double3.class
Double3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Double3 extends java.lang.Object {
	public double x
	public double y
	public double z
	public void  () 
	public void  (double, double, double) 
		double initX
		double initY
		double initZ
}

android/support/v8/renderscript/Byte3.class
Byte3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Byte3 extends java.lang.Object {
	public byte x
	public byte y
	public byte z
	public void  () 
	public void  (byte, byte, byte) 
		byte initX
		byte initY
		byte initZ
}

android/support/v8/renderscript/ScriptIntrinsicBlurThunker.class
ScriptIntrinsicBlurThunker.java
package android.support.v8.renderscript
 android.support.v8.renderscript.ScriptIntrinsicBlurThunker extends android.support.v8.renderscript.ScriptIntrinsicBlur {
	android.renderscript.ScriptIntrinsicBlur mN
	android.renderscript.ScriptIntrinsicBlur getNObj () 
	protected void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	public static android.support.v8.renderscript.ScriptIntrinsicBlurThunker create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element) 
		android.support.v8.renderscript.RenderScript rs
		android.support.v8.renderscript.Element e
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.ElementThunker et
		android.support.v8.renderscript.ScriptIntrinsicBlurThunker blur
	public void setInput (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation ain
		android.support.v8.renderscript.AllocationThunker aint
	public void setRadius (float) 
		float radius
	public void forEach (android.support.v8.renderscript.Allocation) 
		android.support.v8.renderscript.Allocation aout
		android.support.v8.renderscript.AllocationThunker aoutt
	public android.support.v8.renderscript.Script$KernelID getKernelID () 
		android.support.v8.renderscript.Script$KernelID k
	public android.support.v8.renderscript.Script$FieldID getFieldID_Input () 
		android.support.v8.renderscript.Script$FieldID f
	volatile android.renderscript.Script getNObj () 
	volatile android.renderscript.BaseObj getNObj () 
}

android/support/v8/renderscript/RSIllegalArgumentException.class
RSIllegalArgumentException.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RSIllegalArgumentException extends android.support.v8.renderscript.RSRuntimeException {
	public void  (java.lang.String) 
		String string
}

android/support/v8/renderscript/Long4.class
Long4.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Long4 extends java.lang.Object {
	public long x
	public long y
	public long z
	public long w
	public void  () 
	public void  (long, long, long, long) 
		long initX
		long initY
		long initZ
		long initW
}

android/support/v8/renderscript/BaseObj.class
BaseObj.java
package android.support.v8.renderscript
public android.support.v8.renderscript.BaseObj extends java.lang.Object {
	private int mID
	private boolean mDestroyed
	android.support.v8.renderscript.RenderScript mRS
	void  (int, android.support.v8.renderscript.RenderScript) 
		int id
		android.support.v8.renderscript.RenderScript rs
	void setID (int) 
		int id
	int getID (android.support.v8.renderscript.RenderScript) 
		android.support.v8.renderscript.RenderScriptThunker rst
		android.support.v8.renderscript.RenderScript rs
	android.renderscript.BaseObj getNObj () 
	void checkValid () 
	protected void finalize ()  throws java.lang.Throwable 
	public synchronized void destroy () 
	public int hashCode () 
	public boolean equals (java.lang.Object) 
		Object obj
		android.support.v8.renderscript.BaseObj b
}