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

Short4

open class Short4
kotlin.Any
   ↳ android.renderscript.Short4

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

Summary

Public constructors

<init>(x: Short, y: Short, z: Short, w: Short)

Properties

Short

Short

Short

Short

Public constructors

<init>

Added in API level 11
Short4()

<init>

Added in API level 14
Short4(
    x: Short,
    y: Short,
    z: Short,
    w: Short)

Properties

w

Added in API level 11
var w: Short

x

Added in API level 11
var x: Short

y

Added in API level 11
var y: Short

z

Added in API level 11
var z: Short