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

Short4

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

Fields Summary
public short
x
public short
y
public short
z
public short
w
Constructors Summary
public Short4()

    
public Short4(short initX, short initY, short initZ, short initW)

        x = initX;
        y = initY;
        z = initZ;
        w = initW;
    
Methods Summary