FileDocCategorySizeDatePackage
Byte2.javaAPI DocAndroid 5.1 API991Thu Mar 12 22:22:56 GMT 2015android.support.v8.renderscript

Byte2

public class Byte2 extends Object
Class for exposing the native RenderScript byte2 type back to the Android system.

Fields Summary
public byte
x
public byte
y
Constructors Summary
public Byte2()

    
public Byte2(byte initX, byte initY)

        x = initX;
        y = initY;
    
Methods Summary