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

Short2

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

Fields Summary
public short
x
public short
y
Constructors Summary
public Short2()

    
public Short2(short initX, short initY)

        x = initX;
        y = initY;
    
Methods Summary