# Print output for @column tags ?> Short2 - Android SDK | Android Developers

Most visited

Recently visited

Short2

public class Short2
extends Object

java.lang.Object
   ↳ android.renderscript.Short2


Class for exposing the native RenderScript Short2 type back to the Android system. Vector version of the basic short type. Provides two short fields packed.

Summary

Fields

public short x

public short y

Public constructors

Short2()
Short2(short x, short y)

Inherited methods

Fields

x

public short x

y

public short y

Public constructors

Short2

public Short2 ()

Short2

public Short2 (short x, 
                short y)

Parameters
x short

y short