Short2public 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;
|
|