Google is committed to advancing racial equity for Black communities. See how.
Added in API level 11

Short4

public class Short4
extends Object

java.lang.Object
   ↳ android.renderscript.Short4


Vector version of the basic short type. Provides four short fields packed.

Summary

Fields

public short w

public short x

public short y

public short z

Public constructors

Short4()
Short4(short x, short y, short z, short w)

Inherited methods

Fields

w

Added in API level 11
public short w

x

Added in API level 11
public short x

y

Added in API level 11
public short y

z

Added in API level 11
public short z

Public constructors

Short4

Added in API level 11
public Short4 ()

Short4

Added in API level 14
public Short4 (short x, 
                short y, 
                short z, 
                short w)

Parameters
x short

y short

z short

w short