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

Int2

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

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

Summary

Public constructors

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

Properties

Int

Int

Public constructors

<init>

Added in API level 11
Int2()

<init>

Added in API level 14
Int2(
    x: Int,
    y: Int)

Properties

x

Added in API level 11
var x: Int

y

Added in API level 11
var y: Int