Most visited

Recently visited

Added in API level 11

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

From class java.lang.Object

Fields

x

Added in API level 11
short x

y

Added in API level 11
short y

Public constructors

Short2

Added in API level 11
Short2 ()

Short2

Added in API level 14
Short2 (short x, 
                short y)

Parameters
x short
y short

Hooray!