Most visited

Recently visited

Added in API level 11

Short2

public class Short2
extends Object

java.lang.Object
   ↳ android.renderscript.Short2


用于将本机RenderScript Short2类型显示回Android系统的类。 基本短型的矢量版本。 提供两个简短的字段打包。

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!