Android Developers Develop API reference Added in API level 11Deprecated in API level 31 Int4 Kotlin |Java open class Int4 kotlin.Any ↳ android.renderscript.Int4 Vector version of the basic int type. Provides four int fields packed. Summary Public constructors Int4() Int4(x: Int, y: Int, z: Int, w: Int) Properties Int w Int x Int y Int z Public constructors Int4 Added in API level 11 Int4() Int4 Added in API level 14 Int4( x: Int, y: Int, z: Int, w: Int) Properties w Added in API level 11 var w: Int Deprecated: Deprecated in Java. x Added in API level 11 var x: Int Deprecated: Deprecated in Java. y Added in API level 11 var y: Int Deprecated: Deprecated in Java. z Added in API level 11 var z: Int Deprecated: Deprecated in Java.