Home
last modified time | relevance | path

Searched defs:Zero (Results 1 – 6 of 6) sorted by relevance

/xr/compose/compose/src/main/kotlin/androidx/xr/compose/unit/
DIntVolumeSize.kt61 public val Zero: IntVolumeSize = IntVolumeSize(0, 0, 0) constant
DDpVolumeSize.kt60 public val Zero: DpVolumeSize = DpVolumeSize(0.dp, 0.dp, 0.dp) constant
/xr/runtime/runtime/src/main/kotlin/androidx/xr/runtime/math/
DVector2.kt110 @JvmField public val Zero: Vector2 = Vector2(x = 0f, y = 0f) in hashCode() constant
DVector4.kt133 @JvmField public val Zero: Vector4 = Vector4(x = 0f, y = 0f, z = 0f, w = 0f) in toString() constant
DVector3.kt121 @JvmField public val Zero: Vector3 = Vector3(x = 0f, y = 0f, z = 0f) in toString() constant
DMatrix4.kt234 public val Zero: Matrix4 = in hashCode() constant