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