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

Int2

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

Fields Summary
public int
x
public int
y
Constructors Summary
public Int2()

    
public Int2(int initX, int initY)

        x = initX;
        y = initY;
    
Methods Summary