Most visited

Recently visited

Short4

public class Short4
extends Object

java.lang.Object
    android.support.v8.renderscript.Short4


用于将本机RenderScript short4类型暴露给Android系统的类。

摘要(Summary)

Fields

public short w

public short x

public short y

public short z

Public constructors

Short4()
Short4(short initX, short initY, short initZ, short initW)

继承方法(Inherited methods)

From class java.lang.Object

Fields

w

short w

x

short x

y

short y

z

short z

Public constructors

Short4

Short4 ()

Short4

Short4 (short initX, 
                short initY, 
                short initZ, 
                short initW)

参数(Parameters)
initX short
initY short
initZ short
initW short

Hooray!