Searched defs:radius (Results 1 – 6 of 6) sorted by relevance
105 public class Vr360Sphere(public val radius: Float) : CanvasShape { constant in androidx.xr.runtime.internal.SurfaceEntity.CanvasShape.Vr360Sphere113 public class Vr180Hemisphere(public val radius: Float) : CanvasShape { constant in androidx.xr.runtime.internal.SurfaceEntity.CanvasShape.Vr180Hemisphere
79 public class Vr360Sphere(public val radius: Float) : CanvasShape() { constant in CanvasShape.Vr360Sphere91 public class Vr180Hemisphere(public val radius: Float) : CanvasShape() { constant in CanvasShape.Vr180Hemisphere
182 public void setFeatherRadiusX(float radius) { in setFeatherRadiusX()195 public void setFeatherRadiusY(float radius) { in setFeatherRadiusY()
194 val radius = in updateShape() constant
440 public void setStereoSurfaceEntityCanvasShapeSphere(int impressNode, float radius) { in setStereoSurfaceEntityCanvasShapeSphere()456 public void setStereoSurfaceEntityCanvasShapeHemisphere(int impressNode, float radius) { in setStereoSurfaceEntityCanvasShapeHemisphere()
1150 val radius = 2.0f in <lambda>() constant