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

Int4

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

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

Summary

Public constructors

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

Properties

Int

Int

Int

Int

Public constructors

<init>

Added in API level 11
Int4()

<init>

Added in API level 14
Int4(
    x: Int,
    y: Int,
    z: Int,
    w: Int)

Properties

w

Added in API level 11
var w: Int

x

Added in API level 11
var x: Int

y

Added in API level 11
var y: Int

z

Added in API level 11
var z: Int