From 6a8bed457edb18e2a7d67a288e2f6eef3bd9e241 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:35:33 +0000 Subject: [PATCH 1/4] Initial plan From 2c32c32e3032b8da3d9e57d8d95a89f46b592930 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:25:36 +0000 Subject: [PATCH 2/4] Ship real bindings for Xamarin.AndroidX.Compose.UI.Graphics.Android Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com> --- source/AndroidXProject.cshtml | 2 + .../PublicAPI/PublicAPI.Unshipped.txt | 1299 ++++++++++++++++- .../Transforms/Metadata.xml | 53 +- 3 files changed, 1330 insertions(+), 24 deletions(-) diff --git a/source/AndroidXProject.cshtml b/source/AndroidXProject.cshtml index 3038135c6..47a4756a8 100644 --- a/source/AndroidXProject.cshtml +++ b/source/AndroidXProject.cshtml @@ -14,6 +14,8 @@ "Xamarin.AndroidX.Compose.Foundation.Android", "Xamarin.AndroidX.Compose.Foundation.Layout", "Xamarin.AndroidX.Compose.Foundation.Layout.Android", + "Xamarin.AndroidX.Compose.UI.Graphics", + "Xamarin.AndroidX.Compose.UI.Graphics.Android", }; } diff --git a/source/androidx.compose.ui/ui-graphics-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.compose.ui/ui-graphics-android/PublicAPI/PublicAPI.Unshipped.txt index 7dc5c5811..233741c17 100644 --- a/source/androidx.compose.ui/ui-graphics-android/PublicAPI/PublicAPI.Unshipped.txt +++ b/source/androidx.compose.ui/ui-graphics-android/PublicAPI/PublicAPI.Unshipped.txt @@ -1 +1,1298 @@ -#nullable enable +#nullable enable +AndroidX.Compose.UI.Graphics.AndroidBlendMode_androidKt +AndroidX.Compose.UI.Graphics.AndroidBlendMode_androidKt.WhenMappings +AndroidX.Compose.UI.Graphics.AndroidCanvas_androidKt +AndroidX.Compose.UI.Graphics.AndroidColorFilter_androidKt +AndroidX.Compose.UI.Graphics.AndroidColorSpace_androidKt +AndroidX.Compose.UI.Graphics.AndroidColor_androidKt +AndroidX.Compose.UI.Graphics.AndroidGraphicsContext_androidKt +AndroidX.Compose.UI.Graphics.AndroidImageBitmap_androidKt +AndroidX.Compose.UI.Graphics.AndroidMatrixConversions_androidKt +AndroidX.Compose.UI.Graphics.AndroidPaint +AndroidX.Compose.UI.Graphics.AndroidPaint.Alpha.get -> float +AndroidX.Compose.UI.Graphics.AndroidPaint.Alpha.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.AndroidPaint() -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.AndroidPaint(Android.Graphics.Paint! internalPaint) -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.AntiAlias.get -> bool +AndroidX.Compose.UI.Graphics.AndroidPaint.AntiAlias.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.AsFrameworkPaint() -> Android.Graphics.Paint! +AndroidX.Compose.UI.Graphics.AndroidPaint.BlendMode.get -> int +AndroidX.Compose.UI.Graphics.AndroidPaint.BlendMode.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.Color.get -> long +AndroidX.Compose.UI.Graphics.AndroidPaint.Color.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.ColorFilter.get -> AndroidX.Compose.UI.Graphics.ColorFilter? +AndroidX.Compose.UI.Graphics.AndroidPaint.ColorFilter.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.FilterQuality.get -> int +AndroidX.Compose.UI.Graphics.AndroidPaint.FilterQuality.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.PathEffect.get -> AndroidX.Compose.UI.Graphics.IPathEffect? +AndroidX.Compose.UI.Graphics.AndroidPaint.PathEffect.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.Shader.get -> Android.Graphics.Shader? +AndroidX.Compose.UI.Graphics.AndroidPaint.Shader.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.StrokeCap.get -> int +AndroidX.Compose.UI.Graphics.AndroidPaint.StrokeCap.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.StrokeJoin.get -> int +AndroidX.Compose.UI.Graphics.AndroidPaint.StrokeJoin.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.StrokeMiterLimit.get -> float +AndroidX.Compose.UI.Graphics.AndroidPaint.StrokeMiterLimit.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.StrokeWidth.get -> float +AndroidX.Compose.UI.Graphics.AndroidPaint.StrokeWidth.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint.Style.get -> int +AndroidX.Compose.UI.Graphics.AndroidPaint.Style.set -> void +AndroidX.Compose.UI.Graphics.AndroidPaint_androidKt +AndroidX.Compose.UI.Graphics.AndroidPaint_androidKt.WhenMappings +AndroidX.Compose.UI.Graphics.AndroidPath +AndroidX.Compose.UI.Graphics.AndroidPath.AddPath(AndroidX.Compose.UI.Graphics.IPath! path, long offset) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.AndroidPath() -> void +AndroidX.Compose.UI.Graphics.AndroidPath.AndroidPath(Android.Graphics.Path! internalPath) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.Close() -> void +AndroidX.Compose.UI.Graphics.AndroidPath.CubicTo(float x1, float y1, float x2, float y2, float x3, float y3) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.FillType.get -> int +AndroidX.Compose.UI.Graphics.AndroidPath.FillType.set -> void +AndroidX.Compose.UI.Graphics.AndroidPath.InterfaceConsts +AndroidX.Compose.UI.Graphics.AndroidPath.InternalPath.get -> Android.Graphics.Path! +AndroidX.Compose.UI.Graphics.AndroidPath.IsConvex.get -> bool +AndroidX.Compose.UI.Graphics.AndroidPath.IsEmpty.get -> bool +AndroidX.Compose.UI.Graphics.AndroidPath.LineTo(float x, float y) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.MoveTo(float x, float y) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.Op(AndroidX.Compose.UI.Graphics.IPath! path1, AndroidX.Compose.UI.Graphics.IPath! path2, int operation) -> bool +AndroidX.Compose.UI.Graphics.AndroidPath.QuadraticBezierTo(float x1, float y1, float x2, float y2) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.QuadraticTo(float x1, float y1, float x2, float y2) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.RelativeCubicTo(float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.RelativeLineTo(float dx, float dy) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.RelativeMoveTo(float dx, float dy) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.RelativeQuadraticBezierTo(float dx1, float dy1, float dx2, float dy2) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.RelativeQuadraticTo(float dx1, float dy1, float dx2, float dy2) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.Reset() -> void +AndroidX.Compose.UI.Graphics.AndroidPath.Rewind() -> void +AndroidX.Compose.UI.Graphics.AndroidPath.Transform(float[]! matrix) -> void +AndroidX.Compose.UI.Graphics.AndroidPath.Translate(long offset) -> void +AndroidX.Compose.UI.Graphics.AndroidPathEffect_androidKt +AndroidX.Compose.UI.Graphics.AndroidPathIterator_androidKt +AndroidX.Compose.UI.Graphics.AndroidPathIterator_androidKt.WhenMappings +AndroidX.Compose.UI.Graphics.AndroidPathMeasure +AndroidX.Compose.UI.Graphics.AndroidPathMeasure.GetPosition(float distance) -> long +AndroidX.Compose.UI.Graphics.AndroidPathMeasure.GetSegment(float startDistance, float stopDistance, AndroidX.Compose.UI.Graphics.IPath! destination, bool startWithMoveTo) -> bool +AndroidX.Compose.UI.Graphics.AndroidPathMeasure.GetTangent(float distance) -> long +AndroidX.Compose.UI.Graphics.AndroidPathMeasure.Length.get -> float +AndroidX.Compose.UI.Graphics.AndroidPathMeasure.SetPath(AndroidX.Compose.UI.Graphics.IPath? path, bool forceClosed) -> void +AndroidX.Compose.UI.Graphics.AndroidPathMeasure_androidKt +AndroidX.Compose.UI.Graphics.AndroidPath_androidKt +AndroidX.Compose.UI.Graphics.AndroidPath_androidKt.WhenMappings +AndroidX.Compose.UI.Graphics.AndroidRenderEffect_androidKt +AndroidX.Compose.UI.Graphics.AndroidShader_androidKt +AndroidX.Compose.UI.Graphics.AndroidTileMode_androidKt +AndroidX.Compose.UI.Graphics.AndroidTileMode_androidKt.WhenMappings +AndroidX.Compose.UI.Graphics.AndroidVertexMode_androidKt +AndroidX.Compose.UI.Graphics.BezierKt +AndroidX.Compose.UI.Graphics.BezierKt.WhenMappings +AndroidX.Compose.UI.Graphics.BlendMode +AndroidX.Compose.UI.Graphics.BlendMode.Companion +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Clear_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.ColorBurn_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.ColorDodge_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Color_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Darken_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Difference_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.DstAtop_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.DstIn_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.DstOut_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.DstOver_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Dst_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Exclusion_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Hardlight_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Hue_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Lighten_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Luminosity_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Modulate_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Multiply_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Overlay_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Plus_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Saturation_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Screen_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Softlight_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.SrcAtop_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.SrcIn_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.SrcOut_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.SrcOver_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Src_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendMode.Companion.Xor_0nO6VwU.get -> int +AndroidX.Compose.UI.Graphics.BlendModeColorFilter +AndroidX.Compose.UI.Graphics.BlendModeColorFilter.BlendMode.get -> int +AndroidX.Compose.UI.Graphics.BlendModeColorFilter.Color.get -> long +AndroidX.Compose.UI.Graphics.BlurEffect +AndroidX.Compose.UI.Graphics.Brush +AndroidX.Compose.UI.Graphics.Brush.Brush(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.Brush.Companion +AndroidX.Compose.UI.Graphics.Brush.Companion.Composite_7EN7VTw(AndroidX.Compose.UI.Graphics.Brush! dstBrush, AndroidX.Compose.UI.Graphics.Brush! srcBrush, int blendMode) -> AndroidX.Compose.UI.Graphics.Brush! +AndroidX.Compose.UI.Graphics.Brush.Companion.HorizontalGradient_8A_3gB4(Kotlin.Pair![]! colorStops, float startX, float endX, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush! +AndroidX.Compose.UI.Graphics.Brush.Companion.HorizontalGradient_8A_3gB4(System.Collections.Generic.IList! colors, float startX, float endX, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush! +AndroidX.Compose.UI.Graphics.Brush.Companion.LinearGradient_mHitzGk(Kotlin.Pair![]! colorStops, long start, long end, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush! +AndroidX.Compose.UI.Graphics.Brush.Companion.LinearGradient_mHitzGk(System.Collections.Generic.IList! colors, long start, long end, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush! +AndroidX.Compose.UI.Graphics.Brush.Companion.RadialGradient_P_Vx_Ks(Kotlin.Pair![]! colorStops, long center, float radius, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush! +AndroidX.Compose.UI.Graphics.Brush.Companion.RadialGradient_P_Vx_Ks(System.Collections.Generic.IList! colors, long center, float radius, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush! +AndroidX.Compose.UI.Graphics.Brush.Companion.SweepGradient_Uv8p0NA(Kotlin.Pair![]! colorStops, long center) -> AndroidX.Compose.UI.Graphics.Brush! +AndroidX.Compose.UI.Graphics.Brush.Companion.SweepGradient_Uv8p0NA(System.Collections.Generic.IList! colors, long center) -> AndroidX.Compose.UI.Graphics.Brush! +AndroidX.Compose.UI.Graphics.Brush.Companion.VerticalGradient_8A_3gB4(Kotlin.Pair![]! colorStops, float startY, float endY, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush! +AndroidX.Compose.UI.Graphics.Brush.Companion.VerticalGradient_8A_3gB4(System.Collections.Generic.IList! colors, float startY, float endY, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush! +AndroidX.Compose.UI.Graphics.Brush.IntrinsicSize.get -> long +AndroidX.Compose.UI.Graphics.BrushKt +AndroidX.Compose.UI.Graphics.CanvasDefaultImpls +AndroidX.Compose.UI.Graphics.CanvasHolder +AndroidX.Compose.UI.Graphics.CanvasHolder.AndroidCanvas.get -> Java.Lang.Object! +AndroidX.Compose.UI.Graphics.CanvasHolder.CanvasHolder() -> void +AndroidX.Compose.UI.Graphics.CanvasHolder.DrawInto(Android.Graphics.Canvas! targetCanvas, Kotlin.Jvm.Functions.IFunction1! block) -> void +AndroidX.Compose.UI.Graphics.CanvasKt +AndroidX.Compose.UI.Graphics.ClipOp +AndroidX.Compose.UI.Graphics.ClipOp.Companion +AndroidX.Compose.UI.Graphics.ClipOp.Companion.Difference_rtfAjoo.get -> int +AndroidX.Compose.UI.Graphics.ClipOp.Companion.Intersect_rtfAjoo.get -> int +AndroidX.Compose.UI.Graphics.Color +AndroidX.Compose.UI.Graphics.Color.Companion +AndroidX.Compose.UI.Graphics.Color.Companion.Black_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Companion.Blue_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Companion.Cyan_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Companion.DarkGray_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Companion.Gray_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Companion.Green_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Companion.Hsl_JlNiLsg(float hue, float saturation, float lightness, float alpha, AndroidX.Compose.UI.Graphics.Colorspace.Rgb! colorSpace) -> long +AndroidX.Compose.UI.Graphics.Color.Companion.Hsv_JlNiLsg(float hue, float saturation, float value, float alpha, AndroidX.Compose.UI.Graphics.Colorspace.Rgb! colorSpace) -> long +AndroidX.Compose.UI.Graphics.Color.Companion.LightGray_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Companion.Magenta_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Companion.Red_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Companion.Transparent_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Companion.Unspecified_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Companion.White_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Companion.Yellow_0d7_KjU.get -> long +AndroidX.Compose.UI.Graphics.Color.Value.get -> ulong +AndroidX.Compose.UI.Graphics.ColorFilter +AndroidX.Compose.UI.Graphics.ColorFilter.ColorFilter(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.ColorFilter.Companion +AndroidX.Compose.UI.Graphics.ColorFilter.Companion.ColorMatrix_jHG_Opc(float[]! colorMatrix) -> AndroidX.Compose.UI.Graphics.ColorFilter! +AndroidX.Compose.UI.Graphics.ColorFilter.Companion.Lighting__OWjLjI(long multiply, long add) -> AndroidX.Compose.UI.Graphics.ColorFilter! +AndroidX.Compose.UI.Graphics.ColorFilter.Companion.Tint_xETnrds(long color, int blendMode) -> AndroidX.Compose.UI.Graphics.ColorFilter! +AndroidX.Compose.UI.Graphics.ColorKt +AndroidX.Compose.UI.Graphics.ColorMatrix +AndroidX.Compose.UI.Graphics.ColorMatrix.GetValues() -> float[]! +AndroidX.Compose.UI.Graphics.ColorMatrixColorFilter +AndroidX.Compose.UI.Graphics.ColorMatrixColorFilter.CopyColorMatrix(float[]! targetColorMatrix) -> float[]! +AndroidX.Compose.UI.Graphics.ColorMatrixKt +AndroidX.Compose.UI.Graphics.Colorspace.Adaptation +AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.Adaptation(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.Companion +AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.Companion.Bradford.get -> AndroidX.Compose.UI.Graphics.Colorspace.Adaptation! +AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.Companion.Ciecat02.get -> AndroidX.Compose.UI.Graphics.Colorspace.Adaptation! +AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.Companion.VonKries.get -> AndroidX.Compose.UI.Graphics.Colorspace.Adaptation! +AndroidX.Compose.UI.Graphics.Colorspace.ColorModel +AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.Companion +AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.Companion.Cmyk_xdoWZVw.get -> long +AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.Companion.Lab_xdoWZVw.get -> long +AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.Companion.Rgb_xdoWZVw.get -> long +AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.Companion.Xyz_xdoWZVw.get -> long +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.ColorSpace(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.ComponentCount.get -> int +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.FromXyz(float x, float y, float z) -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.Model.get -> long +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.Name.get -> string! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.ToXyz(float r, float g, float b) -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaceKt +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.Aces.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.Acescg.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.AdobeRgb.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.Bt2020.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.Bt2020Hlg.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.Bt2020Pq.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.Bt709.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.CieLab.get -> AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.CieXyz.get -> AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.DciP3.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.DisplayP3.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.ExtendedSrgb.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.LinearExtendedSrgb.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.LinearSrgb.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.Match(float[]! toXYZD50, AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters! function) -> AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace? +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.Ntsc1953.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.Oklab.get -> AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.ProPhotoRgb.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.SmpteC.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.Srgb.get -> AndroidX.Compose.UI.Graphics.Colorspace.Rgb! +AndroidX.Compose.UI.Graphics.Colorspace.Connector +AndroidX.Compose.UI.Graphics.Colorspace.Connector.Connector(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.Colorspace.Connector.Destination.get -> AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! +AndroidX.Compose.UI.Graphics.Colorspace.Connector.RenderIntent.get -> int +AndroidX.Compose.UI.Graphics.Colorspace.Connector.Source.get -> AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! +AndroidX.Compose.UI.Graphics.Colorspace.Connector.Transform(float r, float g, float b) -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.ConnectorKt +AndroidX.Compose.UI.Graphics.Colorspace.Illuminant +AndroidX.Compose.UI.Graphics.Colorspace.Illuminant.D50.get -> AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! +AndroidX.Compose.UI.Graphics.Colorspace.Illuminant.D55.get -> AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! +AndroidX.Compose.UI.Graphics.Colorspace.Illuminant.D60.get -> AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! +AndroidX.Compose.UI.Graphics.Colorspace.Illuminant.D65.get -> AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! +AndroidX.Compose.UI.Graphics.Colorspace.Illuminant.D75.get -> AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! +AndroidX.Compose.UI.Graphics.Colorspace.Illuminant.GetA() -> AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! +AndroidX.Compose.UI.Graphics.Colorspace.Illuminant.GetB() -> AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! +AndroidX.Compose.UI.Graphics.Colorspace.Illuminant.GetC() -> AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! +AndroidX.Compose.UI.Graphics.Colorspace.Illuminant.GetE() -> AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! +AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent +AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent.Companion +AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent.Companion.Absolute_uksYyKA.get -> int +AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent.Companion.Perceptual_uksYyKA.get -> int +AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent.Companion.Relative_uksYyKA.get -> int +AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent.Companion.Saturation_uksYyKA.get -> int +AndroidX.Compose.UI.Graphics.Colorspace.Rgb +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.Eotf.get -> Kotlin.Jvm.Functions.IFunction1! +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.FromLinear(float r, float g, float b) -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.FromLinear(float[]! v) -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.GetInverseTransform() -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.GetInverseTransform(float[]! inverseTransform) -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.GetPrimaries() -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.GetPrimaries(float[]! primaries) -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.GetTransform() -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.GetTransform(float[]! transform) -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.Oetf.get -> Kotlin.Jvm.Functions.IFunction1! +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.Rgb(string! name, float[]! primaries, AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! whitePoint, AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters! function) -> void +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.Rgb(string! name, float[]! primaries, AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! whitePoint, Kotlin.Jvm.Functions.IFunction1! oetf, Kotlin.Jvm.Functions.IFunction1! eotf, float min, float max) -> void +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.Rgb(string! name, float[]! primaries, AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! whitePoint, double gamma) -> void +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.Rgb(string! name, float[]! toXYZ, AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters! function) -> void +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.Rgb(string! name, float[]! toXYZ, Kotlin.Jvm.Functions.IFunction1! oetf, Kotlin.Jvm.Functions.IFunction1! eotf) -> void +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.Rgb(string! name, float[]! toXYZ, double gamma) -> void +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.ToLinear(float r, float g, float b) -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.ToLinear(float[]! v) -> float[]! +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.TransferParameters.get -> AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters? +AndroidX.Compose.UI.Graphics.Colorspace.Rgb.WhitePoint.get -> AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.Component1() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.Component2() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.Component3() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.Component4() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.Component5() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.Component6() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.Component7() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.Copy(double gamma, double a, double b, double c, double d, double e, double f) -> AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters! +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.Gamma.get -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.GetA() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.GetB() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.GetC() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.GetD() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.GetE() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.GetF() -> double +AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.TransferParameters(double gamma, double a, double b, double c, double d, double e, double f) -> void +AndroidX.Compose.UI.Graphics.Colorspace.TransferParametersKt +AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint +AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint.Component1() -> float +AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint.Component2() -> float +AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint.Copy(float x, float y) -> AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! +AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint.GetX() -> float +AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint.GetY() -> float +AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint.WhitePoint(float x, float y) -> void +AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint.WhitePoint(float x, float y, float z) -> void +AndroidX.Compose.UI.Graphics.DegreesKt +AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScopeKt +AndroidX.Compose.UI.Graphics.Drawscope.DrawContextKt +AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt +AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeMarkerAttribute +AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeMarkerAttribute.DrawScopeMarkerAttribute() -> void +AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle +AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle.DrawStyle(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.Drawscope.DrawTransformDefaultImpls +AndroidX.Compose.UI.Graphics.Drawscope.DrawTransformKt +AndroidX.Compose.UI.Graphics.Drawscope.Fill +AndroidX.Compose.UI.Graphics.Drawscope.IDrawContext +AndroidX.Compose.UI.Graphics.Drawscope.IDrawContext.Canvas.get -> AndroidX.Compose.UI.Graphics.ICanvas! +AndroidX.Compose.UI.Graphics.Drawscope.IDrawContext.Canvas.set -> void +AndroidX.Compose.UI.Graphics.Drawscope.IDrawContext.GraphicsLayer.get -> AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer? +AndroidX.Compose.UI.Graphics.Drawscope.IDrawContext.GraphicsLayer.set -> void +AndroidX.Compose.UI.Graphics.Drawscope.IDrawContext.Size.get -> long +AndroidX.Compose.UI.Graphics.Drawscope.IDrawContext.Size.set -> void +AndroidX.Compose.UI.Graphics.Drawscope.IDrawContext.Transform.get -> AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform! +AndroidX.Compose.UI.Graphics.Drawscope.IDrawScopeMarker +AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform +AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform.Center.get -> long +AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform.ClipPath(AndroidX.Compose.UI.Graphics.IPath! path, int p1) -> void +AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform.ClipRect(float left, float top, float right, float bottom, int p4) -> void +AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform.Inset(float left, float top, float right, float bottom) -> void +AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform.Rotate(float degrees, long p1) -> void +AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform.Scale(float scaleX, float scaleY, long p2) -> void +AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform.Size.get -> long +AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform.Transform(float[]! p0) -> void +AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform.Translate(float left, float top) -> void +AndroidX.Compose.UI.Graphics.Drawscope.Stroke +AndroidX.Compose.UI.Graphics.Drawscope.Stroke.Cap.get -> int +AndroidX.Compose.UI.Graphics.Drawscope.Stroke.Companion +AndroidX.Compose.UI.Graphics.Drawscope.Stroke.Companion.DefaultCap_KaPHkGw.get -> int +AndroidX.Compose.UI.Graphics.Drawscope.Stroke.Companion.DefaultJoin_LxFBmk8.get -> int +AndroidX.Compose.UI.Graphics.Drawscope.Stroke.Join.get -> int +AndroidX.Compose.UI.Graphics.Drawscope.Stroke.Miter.get -> float +AndroidX.Compose.UI.Graphics.Drawscope.Stroke.PathEffect.get -> AndroidX.Compose.UI.Graphics.IPathEffect? +AndroidX.Compose.UI.Graphics.Drawscope.Stroke.Width.get -> float +AndroidX.Compose.UI.Graphics.ExperimentalGraphicsApiAttribute +AndroidX.Compose.UI.Graphics.ExperimentalGraphicsApiAttribute.ExperimentalGraphicsApiAttribute() -> void +AndroidX.Compose.UI.Graphics.FilterQuality +AndroidX.Compose.UI.Graphics.FilterQuality.Companion +AndroidX.Compose.UI.Graphics.FilterQuality.Companion.High_f_v9h1I.get -> int +AndroidX.Compose.UI.Graphics.FilterQuality.Companion.Low_f_v9h1I.get -> int +AndroidX.Compose.UI.Graphics.FilterQuality.Companion.Medium_f_v9h1I.get -> int +AndroidX.Compose.UI.Graphics.FilterQuality.Companion.None_f_v9h1I.get -> int +AndroidX.Compose.UI.Graphics.FilterQuality.Value.get -> int +AndroidX.Compose.UI.Graphics.Float16Kt +AndroidX.Compose.UI.Graphics.ICanvas +AndroidX.Compose.UI.Graphics.ICanvas.ClipPath(AndroidX.Compose.UI.Graphics.IPath! path, int p1) -> void +AndroidX.Compose.UI.Graphics.ICanvas.ClipRect(float left, float top, float right, float bottom, int p4) -> void +AndroidX.Compose.UI.Graphics.ICanvas.Concat(float[]! p0) -> void +AndroidX.Compose.UI.Graphics.ICanvas.DisableZ() -> void +AndroidX.Compose.UI.Graphics.ICanvas.DrawArc(float left, float top, float right, float bottom, float startAngle, float sweepAngle, bool useCenter, AndroidX.Compose.UI.Graphics.IPaint! paint) -> void +AndroidX.Compose.UI.Graphics.ICanvas.DrawCircle(long p0, float radius, AndroidX.Compose.UI.Graphics.IPaint! paint) -> void +AndroidX.Compose.UI.Graphics.ICanvas.DrawImage(AndroidX.Compose.UI.Graphics.IImageBitmap! image, long p1, AndroidX.Compose.UI.Graphics.IPaint! paint) -> void +AndroidX.Compose.UI.Graphics.ICanvas.DrawImageRect(AndroidX.Compose.UI.Graphics.IImageBitmap! image, long p1, long p2, long p3, long p4, AndroidX.Compose.UI.Graphics.IPaint! paint) -> void +AndroidX.Compose.UI.Graphics.ICanvas.DrawLine(long p0, long p1, AndroidX.Compose.UI.Graphics.IPaint! paint) -> void +AndroidX.Compose.UI.Graphics.ICanvas.DrawOval(float left, float top, float right, float bottom, AndroidX.Compose.UI.Graphics.IPaint! paint) -> void +AndroidX.Compose.UI.Graphics.ICanvas.DrawPath(AndroidX.Compose.UI.Graphics.IPath! path, AndroidX.Compose.UI.Graphics.IPaint! paint) -> void +AndroidX.Compose.UI.Graphics.ICanvas.DrawRawPoints(int p0, float[]! points, AndroidX.Compose.UI.Graphics.IPaint! paint) -> void +AndroidX.Compose.UI.Graphics.ICanvas.DrawRect(float left, float top, float right, float bottom, AndroidX.Compose.UI.Graphics.IPaint! paint) -> void +AndroidX.Compose.UI.Graphics.ICanvas.DrawRoundRect(float left, float top, float right, float bottom, float radiusX, float radiusY, AndroidX.Compose.UI.Graphics.IPaint! paint) -> void +AndroidX.Compose.UI.Graphics.ICanvas.DrawVertices(AndroidX.Compose.UI.Graphics.Vertices! vertices, int p1, AndroidX.Compose.UI.Graphics.IPaint! paint) -> void +AndroidX.Compose.UI.Graphics.ICanvas.EnableZ() -> void +AndroidX.Compose.UI.Graphics.ICanvas.Restore() -> void +AndroidX.Compose.UI.Graphics.ICanvas.Rotate(float degrees) -> void +AndroidX.Compose.UI.Graphics.ICanvas.Save() -> void +AndroidX.Compose.UI.Graphics.ICanvas.Scale(float sx, float sy) -> void +AndroidX.Compose.UI.Graphics.ICanvas.Skew(float sx, float sy) -> void +AndroidX.Compose.UI.Graphics.ICanvas.SkewRad(float sxRad, float syRad) -> void +AndroidX.Compose.UI.Graphics.ICanvas.Translate(float dx, float dy) -> void +AndroidX.Compose.UI.Graphics.IColorProducer +AndroidX.Compose.UI.Graphics.IColorProducer.Invoke() -> long +AndroidX.Compose.UI.Graphics.IExperimentalGraphicsApi +AndroidX.Compose.UI.Graphics.IGraphicsContext +AndroidX.Compose.UI.Graphics.IGraphicsContext.CreateGraphicsLayer() -> AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer! +AndroidX.Compose.UI.Graphics.IGraphicsContext.ReleaseGraphicsLayer(AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer! layer) -> void +AndroidX.Compose.UI.Graphics.IImageBitmap +AndroidX.Compose.UI.Graphics.IImageBitmap.ColorSpace.get -> AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! +AndroidX.Compose.UI.Graphics.IImageBitmap.Companion.get -> AndroidX.Compose.UI.Graphics.ImageBitmapCompanion! +AndroidX.Compose.UI.Graphics.IImageBitmap.Config.get -> int +AndroidX.Compose.UI.Graphics.IImageBitmap.HasAlpha.get -> bool +AndroidX.Compose.UI.Graphics.IImageBitmap.Height.get -> int +AndroidX.Compose.UI.Graphics.IImageBitmap.PrepareToDraw() -> void +AndroidX.Compose.UI.Graphics.IImageBitmap.ReadPixels(int[]! buffer, int startX, int startY, int width, int height, int bufferOffset, int stride) -> void +AndroidX.Compose.UI.Graphics.IImageBitmap.Width.get -> int +AndroidX.Compose.UI.Graphics.IInterpolatable +AndroidX.Compose.UI.Graphics.IInterpolatable.Companion.get -> AndroidX.Compose.UI.Graphics.InterpolatableCompanion! +AndroidX.Compose.UI.Graphics.IInterpolatable.Lerp(Java.Lang.Object? other, float t) -> Java.Lang.Object? +AndroidX.Compose.UI.Graphics.IPaint +AndroidX.Compose.UI.Graphics.IPaint.Alpha.get -> float +AndroidX.Compose.UI.Graphics.IPaint.Alpha.set -> void +AndroidX.Compose.UI.Graphics.IPaint.AntiAlias.get -> bool +AndroidX.Compose.UI.Graphics.IPaint.AntiAlias.set -> void +AndroidX.Compose.UI.Graphics.IPaint.AsFrameworkPaint() -> Android.Graphics.Paint! +AndroidX.Compose.UI.Graphics.IPaint.BlendMode.get -> int +AndroidX.Compose.UI.Graphics.IPaint.BlendMode.set -> void +AndroidX.Compose.UI.Graphics.IPaint.Color.get -> long +AndroidX.Compose.UI.Graphics.IPaint.Color.set -> void +AndroidX.Compose.UI.Graphics.IPaint.ColorFilter.get -> AndroidX.Compose.UI.Graphics.ColorFilter? +AndroidX.Compose.UI.Graphics.IPaint.ColorFilter.set -> void +AndroidX.Compose.UI.Graphics.IPaint.FilterQuality.get -> int +AndroidX.Compose.UI.Graphics.IPaint.FilterQuality.set -> void +AndroidX.Compose.UI.Graphics.IPaint.PathEffect.get -> AndroidX.Compose.UI.Graphics.IPathEffect? +AndroidX.Compose.UI.Graphics.IPaint.PathEffect.set -> void +AndroidX.Compose.UI.Graphics.IPaint.Shader.get -> Android.Graphics.Shader? +AndroidX.Compose.UI.Graphics.IPaint.Shader.set -> void +AndroidX.Compose.UI.Graphics.IPaint.StrokeCap.get -> int +AndroidX.Compose.UI.Graphics.IPaint.StrokeCap.set -> void +AndroidX.Compose.UI.Graphics.IPaint.StrokeJoin.get -> int +AndroidX.Compose.UI.Graphics.IPaint.StrokeJoin.set -> void +AndroidX.Compose.UI.Graphics.IPaint.StrokeMiterLimit.get -> float +AndroidX.Compose.UI.Graphics.IPaint.StrokeMiterLimit.set -> void +AndroidX.Compose.UI.Graphics.IPaint.StrokeWidth.get -> float +AndroidX.Compose.UI.Graphics.IPaint.StrokeWidth.set -> void +AndroidX.Compose.UI.Graphics.IPaint.Style.get -> int +AndroidX.Compose.UI.Graphics.IPaint.Style.set -> void +AndroidX.Compose.UI.Graphics.IPath +AndroidX.Compose.UI.Graphics.IPath.AddPath(AndroidX.Compose.UI.Graphics.IPath! path, long p1) -> void +AndroidX.Compose.UI.Graphics.IPath.And(AndroidX.Compose.UI.Graphics.IPath! path) -> AndroidX.Compose.UI.Graphics.IPath! +AndroidX.Compose.UI.Graphics.IPath.Close() -> void +AndroidX.Compose.UI.Graphics.IPath.Companion.get -> AndroidX.Compose.UI.Graphics.PathCompanion! +AndroidX.Compose.UI.Graphics.IPath.CubicTo(float x1, float y1, float x2, float y2, float x3, float y3) -> void +AndroidX.Compose.UI.Graphics.IPath.FillType.get -> int +AndroidX.Compose.UI.Graphics.IPath.FillType.set -> void +AndroidX.Compose.UI.Graphics.IPath.IsConvex.get -> bool +AndroidX.Compose.UI.Graphics.IPath.IsEmpty.get -> bool +AndroidX.Compose.UI.Graphics.IPath.LineTo(float x, float y) -> void +AndroidX.Compose.UI.Graphics.IPath.Minus(AndroidX.Compose.UI.Graphics.IPath! path) -> AndroidX.Compose.UI.Graphics.IPath! +AndroidX.Compose.UI.Graphics.IPath.MoveTo(float x, float y) -> void +AndroidX.Compose.UI.Graphics.IPath.Op(AndroidX.Compose.UI.Graphics.IPath! path1, AndroidX.Compose.UI.Graphics.IPath! path2, int p2) -> bool +AndroidX.Compose.UI.Graphics.IPath.Or(AndroidX.Compose.UI.Graphics.IPath! path) -> AndroidX.Compose.UI.Graphics.IPath! +AndroidX.Compose.UI.Graphics.IPath.Plus(AndroidX.Compose.UI.Graphics.IPath! path) -> AndroidX.Compose.UI.Graphics.IPath! +AndroidX.Compose.UI.Graphics.IPath.QuadraticBezierTo(float x1, float y1, float x2, float y2) -> void +AndroidX.Compose.UI.Graphics.IPath.QuadraticTo(float x1, float y1, float x2, float y2) -> void +AndroidX.Compose.UI.Graphics.IPath.RelativeCubicTo(float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) -> void +AndroidX.Compose.UI.Graphics.IPath.RelativeLineTo(float dx, float dy) -> void +AndroidX.Compose.UI.Graphics.IPath.RelativeMoveTo(float dx, float dy) -> void +AndroidX.Compose.UI.Graphics.IPath.RelativeQuadraticBezierTo(float dx1, float dy1, float dx2, float dy2) -> void +AndroidX.Compose.UI.Graphics.IPath.RelativeQuadraticTo(float dx1, float dy1, float dx2, float dy2) -> void +AndroidX.Compose.UI.Graphics.IPath.Reset() -> void +AndroidX.Compose.UI.Graphics.IPath.Rewind() -> void +AndroidX.Compose.UI.Graphics.IPath.Transform(float[]! matrix) -> void +AndroidX.Compose.UI.Graphics.IPath.Translate(long p0) -> void +AndroidX.Compose.UI.Graphics.IPath.Xor(AndroidX.Compose.UI.Graphics.IPath! path) -> AndroidX.Compose.UI.Graphics.IPath! +AndroidX.Compose.UI.Graphics.IPathEffect +AndroidX.Compose.UI.Graphics.IPathEffect.Companion.get -> AndroidX.Compose.UI.Graphics.PathEffectCompanion! +AndroidX.Compose.UI.Graphics.IPathMeasure +AndroidX.Compose.UI.Graphics.IPathMeasure.GetPosition(float distance) -> long +AndroidX.Compose.UI.Graphics.IPathMeasure.GetSegment(float startDistance, float stopDistance, AndroidX.Compose.UI.Graphics.IPath! destination, bool startWithMoveTo) -> bool +AndroidX.Compose.UI.Graphics.IPathMeasure.GetTangent(float distance) -> long +AndroidX.Compose.UI.Graphics.IPathMeasure.Length.get -> float +AndroidX.Compose.UI.Graphics.IPathMeasure.SetPath(AndroidX.Compose.UI.Graphics.IPath? path, bool forceClosed) -> void +AndroidX.Compose.UI.Graphics.IShape +AndroidX.Compose.UI.Graphics.ImageBitmap +AndroidX.Compose.UI.Graphics.ImageBitmapCompanion +AndroidX.Compose.UI.Graphics.ImageBitmapConfig +AndroidX.Compose.UI.Graphics.ImageBitmapConfig.Companion +AndroidX.Compose.UI.Graphics.ImageBitmapConfig.Companion.Alpha8__sVssgQ.get -> int +AndroidX.Compose.UI.Graphics.ImageBitmapConfig.Companion.Argb8888__sVssgQ.get -> int +AndroidX.Compose.UI.Graphics.ImageBitmapConfig.Companion.F16__sVssgQ.get -> int +AndroidX.Compose.UI.Graphics.ImageBitmapConfig.Companion.Gpu__sVssgQ.get -> int +AndroidX.Compose.UI.Graphics.ImageBitmapConfig.Companion.Rgb565__sVssgQ.get -> int +AndroidX.Compose.UI.Graphics.ImageBitmapConfig.Value.get -> int +AndroidX.Compose.UI.Graphics.ImageBitmapConsts +AndroidX.Compose.UI.Graphics.ImageBitmapDefaultImpls +AndroidX.Compose.UI.Graphics.ImageBitmapKt +AndroidX.Compose.UI.Graphics.InlineClassHelperKt +AndroidX.Compose.UI.Graphics.Internal.JvmDefaultWithCompatibility_jvmAndroidAndroidKt +AndroidX.Compose.UI.Graphics.Interpolatable +AndroidX.Compose.UI.Graphics.InterpolatableCompanion +AndroidX.Compose.UI.Graphics.InterpolatableCompanion.Lerp(Java.Lang.Object? a, Java.Lang.Object? b, float t) -> Java.Lang.Object? +AndroidX.Compose.UI.Graphics.InterpolatableConsts +AndroidX.Compose.UI.Graphics.Interval +AndroidX.Compose.UI.Graphics.Interval.Contains(float value) -> bool +AndroidX.Compose.UI.Graphics.Interval.Data.get -> Java.Lang.Object? +AndroidX.Compose.UI.Graphics.Interval.End.get -> float +AndroidX.Compose.UI.Graphics.Interval.Interval(float start, float end, Java.Lang.Object? data) -> void +AndroidX.Compose.UI.Graphics.Interval.Interval(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.Interval.Overlaps(AndroidX.Compose.UI.Graphics.Interval! other) -> bool +AndroidX.Compose.UI.Graphics.Interval.Overlaps(float start, float end) -> bool +AndroidX.Compose.UI.Graphics.Interval.Start.get -> float +AndroidX.Compose.UI.Graphics.IntervalTree +AndroidX.Compose.UI.Graphics.IntervalTree.AddInterval(float start, float end, Java.Lang.Object? data) -> void +AndroidX.Compose.UI.Graphics.IntervalTree.Clear() -> void +AndroidX.Compose.UI.Graphics.IntervalTree.Contains(Kotlin.Ranges.IClosedFloatingPointRange! interval) -> bool +AndroidX.Compose.UI.Graphics.IntervalTree.Contains(float value) -> bool +AndroidX.Compose.UI.Graphics.IntervalTree.FindFirstOverlap(Kotlin.Ranges.IClosedFloatingPointRange! interval) -> AndroidX.Compose.UI.Graphics.Interval! +AndroidX.Compose.UI.Graphics.IntervalTree.FindFirstOverlap(float start, float end) -> AndroidX.Compose.UI.Graphics.Interval! +AndroidX.Compose.UI.Graphics.IntervalTree.FindOverlaps(Kotlin.Ranges.IClosedFloatingPointRange! interval, System.Collections.IList! results) -> System.Collections.IList! +AndroidX.Compose.UI.Graphics.IntervalTree.FindOverlaps(float start, float end, System.Collections.IList! results) -> System.Collections.IList! +AndroidX.Compose.UI.Graphics.IntervalTree.IntervalTree() -> void +AndroidX.Compose.UI.Graphics.IntervalTree.Iterator() -> Java.Util.IIterator! +AndroidX.Compose.UI.Graphics.IntervalTree.PlusAssign(AndroidX.Compose.UI.Graphics.Interval! interval) -> void +AndroidX.Compose.UI.Graphics.IntervalTreeKt +AndroidX.Compose.UI.Graphics.Layer.CompositingStrategy +AndroidX.Compose.UI.Graphics.Layer.CompositingStrategy.Companion +AndroidX.Compose.UI.Graphics.Layer.CompositingStrategy.Companion.Auto_ke2Ky5w.get -> int +AndroidX.Compose.UI.Graphics.Layer.CompositingStrategy.Companion.ModulateAlpha_ke2Ky5w.get -> int +AndroidX.Compose.UI.Graphics.Layer.CompositingStrategy.Companion.Offscreen_ke2Ky5w.get -> int +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.Alpha.get -> float +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.Alpha.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.AmbientShadowColor.get -> long +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.AmbientShadowColor.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.BlendMode.get -> int +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.BlendMode.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.CameraDistance.get -> float +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.CameraDistance.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.Clip.get -> bool +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.Clip.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.ColorFilter.get -> AndroidX.Compose.UI.Graphics.ColorFilter? +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.ColorFilter.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.Companion +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.CompositingStrategy.get -> int +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.CompositingStrategy.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.IsReleased.get -> bool +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.LayerId.get -> long +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.Outline.get -> AndroidX.Compose.UI.Graphics.Outline! +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.OwnerViewId.get -> long +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.PivotOffset.get -> long +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.PivotOffset.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.RenderEffect.get -> AndroidX.Compose.UI.Graphics.RenderEffect? +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.RenderEffect.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.RotationX.get -> float +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.RotationX.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.RotationY.get -> float +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.RotationY.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.RotationZ.get -> float +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.RotationZ.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.ScaleX.get -> float +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.ScaleX.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.ScaleY.get -> float +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.ScaleY.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.SetPathOutline(AndroidX.Compose.UI.Graphics.IPath! path) -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.SetRectOutline(long topLeft, long size) -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.SetRoundRectOutline(long topLeft, long size, float cornerRadius) -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.ShadowElevation.get -> float +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.ShadowElevation.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.Size.get -> long +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.SpotShadowColor.get -> long +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.SpotShadowColor.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.ToImageBitmap(Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.TopLeft.get -> long +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.TopLeft.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.TranslationX.get -> float +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.TranslationX.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.TranslationY.get -> float +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.TranslationY.set -> void +AndroidX.Compose.UI.Graphics.Layer.GraphicsLayerKt +AndroidX.Compose.UI.Graphics.Layer.LayerSnapshot_androidKt +AndroidX.Compose.UI.Graphics.LightingColorFilter +AndroidX.Compose.UI.Graphics.LightingColorFilter.Add.get -> long +AndroidX.Compose.UI.Graphics.LightingColorFilter.Multiply.get -> long +AndroidX.Compose.UI.Graphics.LinearGradient +AndroidX.Compose.UI.Graphics.LinearGradient.InterfaceConsts +AndroidX.Compose.UI.Graphics.LinearGradient.Lerp(Java.Lang.Object? other, float t) -> Java.Lang.Object? +AndroidX.Compose.UI.Graphics.Matrix +AndroidX.Compose.UI.Graphics.Matrix.Companion +AndroidX.Compose.UI.Graphics.Matrix.GetValues() -> float[]! +AndroidX.Compose.UI.Graphics.MatrixKt +AndroidX.Compose.UI.Graphics.OffsetEffect +AndroidX.Compose.UI.Graphics.Outline +AndroidX.Compose.UI.Graphics.Outline.Generic +AndroidX.Compose.UI.Graphics.Outline.Generic.Generic(AndroidX.Compose.UI.Graphics.IPath! path) -> void +AndroidX.Compose.UI.Graphics.Outline.Generic.Path.get -> AndroidX.Compose.UI.Graphics.IPath! +AndroidX.Compose.UI.Graphics.Outline.Outline(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.Outline.Rectangle +AndroidX.Compose.UI.Graphics.Outline.Rounded +AndroidX.Compose.UI.Graphics.OutlineKt +AndroidX.Compose.UI.Graphics.PaintKt +AndroidX.Compose.UI.Graphics.Painter.BitmapPainter +AndroidX.Compose.UI.Graphics.Painter.BitmapPainterKt +AndroidX.Compose.UI.Graphics.Painter.BrushPainter +AndroidX.Compose.UI.Graphics.Painter.BrushPainter.Brush.get -> AndroidX.Compose.UI.Graphics.Brush! +AndroidX.Compose.UI.Graphics.Painter.BrushPainter.BrushPainter(AndroidX.Compose.UI.Graphics.Brush! brush) -> void +AndroidX.Compose.UI.Graphics.Painter.ColorPainter +AndroidX.Compose.UI.Graphics.Painter.ColorPainter.Color.get -> long +AndroidX.Compose.UI.Graphics.Painter.Painter +AndroidX.Compose.UI.Graphics.Painter.Painter.Painter() -> void +AndroidX.Compose.UI.Graphics.Painter.Painter.Painter(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.PaintingStyle +AndroidX.Compose.UI.Graphics.PaintingStyle.Companion +AndroidX.Compose.UI.Graphics.PaintingStyle.Companion.Fill_TiuSbCo.get -> int +AndroidX.Compose.UI.Graphics.PaintingStyle.Companion.Stroke_TiuSbCo.get -> int +AndroidX.Compose.UI.Graphics.Path +AndroidX.Compose.UI.Graphics.PathCompanion +AndroidX.Compose.UI.Graphics.PathCompanion.Combine_xh6zSI8(int operation, AndroidX.Compose.UI.Graphics.IPath! path1, AndroidX.Compose.UI.Graphics.IPath! path2) -> AndroidX.Compose.UI.Graphics.IPath! +AndroidX.Compose.UI.Graphics.PathConsts +AndroidX.Compose.UI.Graphics.PathDefaultImpls +AndroidX.Compose.UI.Graphics.PathDirection +AndroidX.Compose.UI.Graphics.PathEffect +AndroidX.Compose.UI.Graphics.PathEffectCompanion +AndroidX.Compose.UI.Graphics.PathEffectCompanion.ChainPathEffect(AndroidX.Compose.UI.Graphics.IPathEffect! outer, AndroidX.Compose.UI.Graphics.IPathEffect! inner) -> AndroidX.Compose.UI.Graphics.IPathEffect! +AndroidX.Compose.UI.Graphics.PathEffectCompanion.CornerPathEffect(float radius) -> AndroidX.Compose.UI.Graphics.IPathEffect! +AndroidX.Compose.UI.Graphics.PathEffectCompanion.DashPathEffect(float[]! intervals, float phase) -> AndroidX.Compose.UI.Graphics.IPathEffect! +AndroidX.Compose.UI.Graphics.PathEffectCompanion.StampedPathEffect_7aD1DOk(AndroidX.Compose.UI.Graphics.IPath! shape, float advance, float phase, int style) -> AndroidX.Compose.UI.Graphics.IPathEffect! +AndroidX.Compose.UI.Graphics.PathEffectConsts +AndroidX.Compose.UI.Graphics.PathFillType +AndroidX.Compose.UI.Graphics.PathFillType.Companion +AndroidX.Compose.UI.Graphics.PathFillType.Companion.EvenOdd_Rg_k1Os.get -> int +AndroidX.Compose.UI.Graphics.PathFillType.Companion.NonZero_Rg_k1Os.get -> int +AndroidX.Compose.UI.Graphics.PathGeometryKt +AndroidX.Compose.UI.Graphics.PathGeometryKt.WhenMappings +AndroidX.Compose.UI.Graphics.PathHitTester +AndroidX.Compose.UI.Graphics.PathHitTester.Contains(long position) -> bool +AndroidX.Compose.UI.Graphics.PathHitTester.PathHitTester() -> void +AndroidX.Compose.UI.Graphics.PathHitTester.UpdatePath(AndroidX.Compose.UI.Graphics.IPath! path, float tolerance) -> void +AndroidX.Compose.UI.Graphics.PathHitTester.WhenMappings +AndroidX.Compose.UI.Graphics.PathHitTesterKt +AndroidX.Compose.UI.Graphics.PathKt +AndroidX.Compose.UI.Graphics.PathMeasureDefaultImpls +AndroidX.Compose.UI.Graphics.PathOperation +AndroidX.Compose.UI.Graphics.PathOperation.Companion +AndroidX.Compose.UI.Graphics.PathOperation.Companion.Difference_b3I0S0c.get -> int +AndroidX.Compose.UI.Graphics.PathOperation.Companion.Intersect_b3I0S0c.get -> int +AndroidX.Compose.UI.Graphics.PathOperation.Companion.ReverseDifference_b3I0S0c.get -> int +AndroidX.Compose.UI.Graphics.PathOperation.Companion.Union_b3I0S0c.get -> int +AndroidX.Compose.UI.Graphics.PathOperation.Companion.Xor_b3I0S0c.get -> int +AndroidX.Compose.UI.Graphics.PathOperationKt +AndroidX.Compose.UI.Graphics.PathSegment +AndroidX.Compose.UI.Graphics.PathSegment.GetPoints() -> float[]! +AndroidX.Compose.UI.Graphics.PathSegment.GetType() -> AndroidX.Compose.UI.Graphics.PathSegment.Type! +AndroidX.Compose.UI.Graphics.PathSegment.Type +AndroidX.Compose.UI.Graphics.PathSegment.Weight.get -> float +AndroidX.Compose.UI.Graphics.PathSegmentKt +AndroidX.Compose.UI.Graphics.PathSvgKt +AndroidX.Compose.UI.Graphics.PathSvgKt.WhenMappings +AndroidX.Compose.UI.Graphics.PixelMap +AndroidX.Compose.UI.Graphics.PixelMap.BufferOffset.get -> int +AndroidX.Compose.UI.Graphics.PixelMap.Get(int x, int y) -> long +AndroidX.Compose.UI.Graphics.PixelMap.GetBuffer() -> int[]! +AndroidX.Compose.UI.Graphics.PixelMap.Height.get -> int +AndroidX.Compose.UI.Graphics.PixelMap.PixelMap(int[]! buffer, int width, int height, int bufferOffset, int stride) -> void +AndroidX.Compose.UI.Graphics.PixelMap.Stride.get -> int +AndroidX.Compose.UI.Graphics.PixelMap.Width.get -> int +AndroidX.Compose.UI.Graphics.PointMode +AndroidX.Compose.UI.Graphics.PointMode.Companion +AndroidX.Compose.UI.Graphics.PointMode.Companion.Lines_r_lszbg.get -> int +AndroidX.Compose.UI.Graphics.PointMode.Companion.Points_r_lszbg.get -> int +AndroidX.Compose.UI.Graphics.PointMode.Companion.Polygon_r_lszbg.get -> int +AndroidX.Compose.UI.Graphics.RadialGradient +AndroidX.Compose.UI.Graphics.RadialGradient.InterfaceConsts +AndroidX.Compose.UI.Graphics.RadialGradient.Lerp(Java.Lang.Object? other, float t) -> Java.Lang.Object? +AndroidX.Compose.UI.Graphics.RectHelper_androidKt +AndroidX.Compose.UI.Graphics.RectangleShapeKt +AndroidX.Compose.UI.Graphics.RenderEffect +AndroidX.Compose.UI.Graphics.RenderEffect.AsAndroidRenderEffect() -> Android.Graphics.RenderEffect! +AndroidX.Compose.UI.Graphics.RenderEffect.RenderEffect(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.RenderEffectKt +AndroidX.Compose.UI.Graphics.ShaderBrush +AndroidX.Compose.UI.Graphics.ShaderBrush.GetTransform() -> float[]? +AndroidX.Compose.UI.Graphics.ShaderBrush.SetTransform(float[]? value) -> void +AndroidX.Compose.UI.Graphics.ShaderBrush.ShaderBrush() -> void +AndroidX.Compose.UI.Graphics.ShaderBrush.ShaderBrush(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.ShaderKt +AndroidX.Compose.UI.Graphics.Shadow +AndroidX.Compose.UI.Graphics.Shadow.BlurRadius.get -> float +AndroidX.Compose.UI.Graphics.Shadow.Color.get -> long +AndroidX.Compose.UI.Graphics.Shadow.Companion +AndroidX.Compose.UI.Graphics.Shadow.Companion.None.get -> AndroidX.Compose.UI.Graphics.Shadow! +AndroidX.Compose.UI.Graphics.Shadow.Copy(long color, long offset, float blurRadius) -> AndroidX.Compose.UI.Graphics.Shadow! +AndroidX.Compose.UI.Graphics.Shadow.Offset.get -> long +AndroidX.Compose.UI.Graphics.ShadowKt +AndroidX.Compose.UI.Graphics.SolidColor +AndroidX.Compose.UI.Graphics.SolidColor.InterfaceConsts +AndroidX.Compose.UI.Graphics.SolidColor.Lerp(Java.Lang.Object? other, float t) -> Java.Lang.Object? +AndroidX.Compose.UI.Graphics.SolidColor.Value.get -> long +AndroidX.Compose.UI.Graphics.StampedPathEffectStyle +AndroidX.Compose.UI.Graphics.StampedPathEffectStyle.Companion +AndroidX.Compose.UI.Graphics.StampedPathEffectStyle.Companion.Morph_Ypspkwk.get -> int +AndroidX.Compose.UI.Graphics.StampedPathEffectStyle.Companion.Rotate_Ypspkwk.get -> int +AndroidX.Compose.UI.Graphics.StampedPathEffectStyle.Companion.Translate_Ypspkwk.get -> int +AndroidX.Compose.UI.Graphics.StrokeCap +AndroidX.Compose.UI.Graphics.StrokeCap.Companion +AndroidX.Compose.UI.Graphics.StrokeCap.Companion.Butt_KaPHkGw.get -> int +AndroidX.Compose.UI.Graphics.StrokeCap.Companion.Round_KaPHkGw.get -> int +AndroidX.Compose.UI.Graphics.StrokeCap.Companion.Square_KaPHkGw.get -> int +AndroidX.Compose.UI.Graphics.StrokeJoin +AndroidX.Compose.UI.Graphics.StrokeJoin.Companion +AndroidX.Compose.UI.Graphics.StrokeJoin.Companion.Bevel_LxFBmk8.get -> int +AndroidX.Compose.UI.Graphics.StrokeJoin.Companion.Miter_LxFBmk8.get -> int +AndroidX.Compose.UI.Graphics.StrokeJoin.Companion.Round_LxFBmk8.get -> int +AndroidX.Compose.UI.Graphics.SweepGradient +AndroidX.Compose.UI.Graphics.SweepGradient.InterfaceConsts +AndroidX.Compose.UI.Graphics.SweepGradient.Lerp(Java.Lang.Object? other, float t) -> Java.Lang.Object? +AndroidX.Compose.UI.Graphics.TileMode +AndroidX.Compose.UI.Graphics.TileMode.Companion +AndroidX.Compose.UI.Graphics.TileMode.Companion.Clamp_3opZhB0.get -> int +AndroidX.Compose.UI.Graphics.TileMode.Companion.Decal_3opZhB0.get -> int +AndroidX.Compose.UI.Graphics.TileMode.Companion.Mirror_3opZhB0.get -> int +AndroidX.Compose.UI.Graphics.TileMode.Companion.Repeated_3opZhB0.get -> int +AndroidX.Compose.UI.Graphics.Vector.FastFloatParserKt +AndroidX.Compose.UI.Graphics.Vector.PathBuilder +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.ArcTo(float horizontalEllipseRadius, float verticalEllipseRadius, float theta, bool isMoreThanHalf, bool isPositiveArc, float x1, float y1) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.ArcToRelative(float a, float b, float theta, bool isMoreThanHalf, bool isPositiveArc, float dx1, float dy1) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.Close() -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.CurveTo(float x1, float y1, float x2, float y2, float x3, float y3) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.CurveToRelative(float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.HorizontalLineTo(float x) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.HorizontalLineToRelative(float dx) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.LineTo(float x, float y) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.LineToRelative(float dx, float dy) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.MoveTo(float x, float y) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.MoveToRelative(float dx, float dy) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.Nodes.get -> System.Collections.Generic.IList! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.PathBuilder() -> void +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.QuadTo(float x1, float y1, float x2, float y2) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.QuadToRelative(float dx1, float dy1, float dx2, float dy2) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.ReflectiveCurveTo(float x1, float y1, float x2, float y2) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.ReflectiveCurveToRelative(float dx1, float dy1, float dx2, float dy2) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.ReflectiveQuadTo(float x1, float y1) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.ReflectiveQuadToRelative(float dx1, float dy1) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.VerticalLineTo(float y) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathBuilder.VerticalLineToRelative(float dy) -> AndroidX.Compose.UI.Graphics.Vector.PathBuilder! +AndroidX.Compose.UI.Graphics.Vector.PathNode +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.ArcStartX.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.ArcStartY.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.ArcTo(float horizontalEllipseRadius, float verticalEllipseRadius, float theta, bool isMoreThanHalf, bool isPositiveArc, float arcStartX, float arcStartY) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.Component3() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.Component4() -> bool +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.Component5() -> bool +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.Component6() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.Component7() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.Copy(float horizontalEllipseRadius, float verticalEllipseRadius, float theta, bool isMoreThanHalf, bool isPositiveArc, float arcStartX, float arcStartY) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.HorizontalEllipseRadius.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.IsMoreThanHalf.get -> bool +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.IsPositiveArc.get -> bool +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.Theta.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.VerticalEllipseRadius.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.Close +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.Component3() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.Component4() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.Component5() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.Component6() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.Copy(float x1, float y1, float x2, float y2, float x3, float y3) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.CurveTo(float x1, float y1, float x2, float y2, float x3, float y3) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.X1.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.X2.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.X3.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.Y1.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.Y2.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.Y3.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.HorizontalTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.HorizontalTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.HorizontalTo.Copy(float x) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.HorizontalTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.HorizontalTo.GetX() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.HorizontalTo.HorizontalTo(float x) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.IsCurve.get -> bool +AndroidX.Compose.UI.Graphics.Vector.PathNode.IsQuad.get -> bool +AndroidX.Compose.UI.Graphics.Vector.PathNode.LineTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.LineTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.LineTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.LineTo.Copy(float x, float y) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.LineTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.LineTo.GetX() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.LineTo.GetY() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.LineTo.LineTo(float x, float y) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.MoveTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.MoveTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.MoveTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.MoveTo.Copy(float x, float y) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.MoveTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.MoveTo.GetX() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.MoveTo.GetY() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.MoveTo.MoveTo(float x, float y) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.PathNode(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo.Component3() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo.Component4() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo.Copy(float x1, float y1, float x2, float y2) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo.QuadTo(float x1, float y1, float x2, float y2) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo.X1.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo.X2.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo.Y1.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo.Y2.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo.Component3() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo.Component4() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo.Copy(float x1, float y1, float x2, float y2) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo.ReflectiveCurveTo(float x1, float y1, float x2, float y2) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo.X1.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo.X2.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo.Y1.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo.Y2.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveQuadTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveQuadTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveQuadTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveQuadTo.Copy(float x, float y) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveQuadTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveQuadTo.GetX() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveQuadTo.GetY() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveQuadTo.ReflectiveQuadTo(float x, float y) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.ArcStartDx.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.ArcStartDy.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.Component3() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.Component4() -> bool +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.Component5() -> bool +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.Component6() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.Component7() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.Copy(float horizontalEllipseRadius, float verticalEllipseRadius, float theta, bool isMoreThanHalf, bool isPositiveArc, float arcStartDx, float arcStartDy) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.HorizontalEllipseRadius.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.IsMoreThanHalf.get -> bool +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.IsPositiveArc.get -> bool +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.RelativeArcTo(float horizontalEllipseRadius, float verticalEllipseRadius, float theta, bool isMoreThanHalf, bool isPositiveArc, float arcStartDx, float arcStartDy) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.Theta.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.VerticalEllipseRadius.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Component3() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Component4() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Component5() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Component6() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Copy(float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Dx1.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Dx2.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Dx3.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Dy1.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Dy2.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.Dy3.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.RelativeCurveTo(float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeHorizontalTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeHorizontalTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeHorizontalTo.Copy(float dx) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeHorizontalTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeHorizontalTo.Dx.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeHorizontalTo.RelativeHorizontalTo(float dx) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeLineTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeLineTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeLineTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeLineTo.Copy(float dx, float dy) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeLineTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeLineTo.Dx.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeLineTo.Dy.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeLineTo.RelativeLineTo(float dx, float dy) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeMoveTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeMoveTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeMoveTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeMoveTo.Copy(float dx, float dy) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeMoveTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeMoveTo.Dx.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeMoveTo.Dy.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeMoveTo.RelativeMoveTo(float dx, float dy) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo.Component3() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo.Component4() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo.Copy(float dx1, float dy1, float dx2, float dy2) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo.Dx1.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo.Dx2.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo.Dy1.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo.Dy2.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo.RelativeQuadTo(float dx1, float dy1, float dx2, float dy2) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo.Component3() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo.Component4() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo.Copy(float dx1, float dy1, float dx2, float dy2) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo.Dx1.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo.Dx2.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo.Dy1.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo.Dy2.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo.RelativeReflectiveCurveTo(float dx1, float dy1, float dx2, float dy2) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveQuadTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveQuadTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveQuadTo.Component2() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveQuadTo.Copy(float dx, float dy) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveQuadTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveQuadTo.Dx.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveQuadTo.Dy.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveQuadTo.RelativeReflectiveQuadTo(float dx, float dy) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeVerticalTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeVerticalTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeVerticalTo.Copy(float dy) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeVerticalTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeVerticalTo.Dy.get -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeVerticalTo.RelativeVerticalTo(float dy) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNode.VerticalTo +AndroidX.Compose.UI.Graphics.Vector.PathNode.VerticalTo.Component1() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.VerticalTo.Copy(float y) -> AndroidX.Compose.UI.Graphics.Vector.PathNode.VerticalTo! +AndroidX.Compose.UI.Graphics.Vector.PathNode.VerticalTo.GetY() -> float +AndroidX.Compose.UI.Graphics.Vector.PathNode.VerticalTo.VerticalTo(float y) -> void +AndroidX.Compose.UI.Graphics.Vector.PathNodeKt +AndroidX.Compose.UI.Graphics.Vector.PathParser +AndroidX.Compose.UI.Graphics.Vector.PathParser.AddPathNodes(System.Collections.Generic.IList! nodes) -> AndroidX.Compose.UI.Graphics.Vector.PathParser! +AndroidX.Compose.UI.Graphics.Vector.PathParser.Clear() -> void +AndroidX.Compose.UI.Graphics.Vector.PathParser.ParsePathString(string! pathData) -> AndroidX.Compose.UI.Graphics.Vector.PathParser! +AndroidX.Compose.UI.Graphics.Vector.PathParser.PathParser() -> void +AndroidX.Compose.UI.Graphics.Vector.PathParser.PathStringToNodes(string! pathData, System.Collections.Generic.IList! nodes) -> System.Collections.Generic.IList! +AndroidX.Compose.UI.Graphics.Vector.PathParser.ToNodes() -> System.Collections.Generic.IList! +AndroidX.Compose.UI.Graphics.Vector.PathParser.ToPath(AndroidX.Compose.UI.Graphics.IPath! target) -> AndroidX.Compose.UI.Graphics.IPath! +AndroidX.Compose.UI.Graphics.Vector.PathParserKt +AndroidX.Compose.UI.Graphics.VertexMode +AndroidX.Compose.UI.Graphics.VertexMode.Companion +AndroidX.Compose.UI.Graphics.VertexMode.Companion.TriangleFan_c2xauaI.get -> int +AndroidX.Compose.UI.Graphics.VertexMode.Companion.TriangleStrip_c2xauaI.get -> int +AndroidX.Compose.UI.Graphics.VertexMode.Companion.Triangles_c2xauaI.get -> int +AndroidX.Compose.UI.Graphics.Vertices +AndroidX.Compose.UI.Graphics.Vertices.GetColors() -> int[]! +AndroidX.Compose.UI.Graphics.Vertices.GetIndices() -> short[]! +AndroidX.Compose.UI.Graphics.Vertices.GetPositions() -> float[]! +AndroidX.Compose.UI.Graphics.Vertices.GetTextureCoordinates() -> float[]! +AndroidX.Compose.UI.Graphics.Vertices.VertexMode.get -> int +abstract AndroidX.Compose.UI.Graphics.Brush.ApplyTo(long p0, AndroidX.Compose.UI.Graphics.IPaint! p, float alpha) -> void +abstract AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.FromXyz(float[]! v) -> float[]! +abstract AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.GetMaxValue(int component) -> float +abstract AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.GetMinValue(int component) -> float +abstract AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.IsWideGamut.get -> bool +abstract AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.ToXyz(float[]! v) -> float[]! +abstract AndroidX.Compose.UI.Graphics.Painter.Painter.IntrinsicSize.get -> long +abstract AndroidX.Compose.UI.Graphics.RenderEffect.CreateRenderEffect() -> Android.Graphics.RenderEffect! +abstract AndroidX.Compose.UI.Graphics.ShaderBrush.CreateShader(long p0) -> Android.Graphics.Shader! +const AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.MaxId = 63 -> int +const AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.MinId = -1 -> int +const AndroidX.Compose.UI.Graphics.Drawscope.Stroke.DefaultMiter = 4 -> float +const AndroidX.Compose.UI.Graphics.Drawscope.Stroke.HairlineWidth = 0 -> float +const AndroidX.Compose.UI.Graphics.Layer.GraphicsLayerKt.DefaultCameraDistance = 8 -> float +const AndroidX.Compose.UI.Graphics.Matrix.Perspective0 = 3 -> int +const AndroidX.Compose.UI.Graphics.Matrix.Perspective1 = 7 -> int +const AndroidX.Compose.UI.Graphics.Matrix.Perspective2 = 15 -> int +const AndroidX.Compose.UI.Graphics.Matrix.ScaleX = 0 -> int +const AndroidX.Compose.UI.Graphics.Matrix.ScaleY = 5 -> int +const AndroidX.Compose.UI.Graphics.Matrix.ScaleZ = 10 -> int +const AndroidX.Compose.UI.Graphics.Matrix.SkewX = 4 -> int +const AndroidX.Compose.UI.Graphics.Matrix.SkewY = 1 -> int +const AndroidX.Compose.UI.Graphics.Matrix.TranslateX = 12 -> int +const AndroidX.Compose.UI.Graphics.Matrix.TranslateY = 13 -> int +const AndroidX.Compose.UI.Graphics.Matrix.TranslateZ = 14 -> int +const AndroidX.Compose.UI.Graphics.PaintKt.DefaultAlpha = 1 -> float +override AndroidX.Compose.UI.Graphics.AndroidBlendMode_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidBlendMode_androidKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidCanvas_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidColorFilter_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidColorSpace_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidColor_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidGraphicsContext_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidImageBitmap_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidMatrixConversions_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidPaint.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidPaint_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidPaint_androidKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidPath.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidPathEffect_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidPathIterator_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidPathIterator_androidKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidPathMeasure.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidPathMeasure_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidPath_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidPath_androidKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidRenderEffect_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidShader_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidTileMode_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidTileMode_androidKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.AndroidVertexMode_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.BezierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.BezierKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.BlendMode.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.BlendMode.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.BlendModeColorFilter.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.BlurEffect.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Brush.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Brush.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Brush.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.Brush.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.BrushKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.CanvasDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.CanvasHolder.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.CanvasKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ClipOp.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ClipOp.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Color.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Color.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ColorFilter.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ColorFilter.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ColorFilter.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.ColorFilter.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.ColorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ColorMatrix.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ColorMatrixColorFilter.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ColorMatrixKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaceKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.Connector.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.Connector.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.Colorspace.Connector.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.Colorspace.ConnectorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.Illuminant.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.Rgb.FromXyz(float[]! v) -> float[]! +override AndroidX.Compose.UI.Graphics.Colorspace.Rgb.GetMaxValue(int component) -> float +override AndroidX.Compose.UI.Graphics.Colorspace.Rgb.GetMinValue(int component) -> float +override AndroidX.Compose.UI.Graphics.Colorspace.Rgb.IsWideGamut.get -> bool +override AndroidX.Compose.UI.Graphics.Colorspace.Rgb.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.Rgb.ToXyz(float[]! v) -> float[]! +override AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.TransferParametersKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.DegreesKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Drawscope.DrawContextKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.Drawscope.DrawTransformDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Drawscope.DrawTransformKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Drawscope.Fill.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Drawscope.Stroke.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Drawscope.Stroke.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.FilterQuality.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.FilterQuality.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Float16Kt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ImageBitmapCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ImageBitmapConfig.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ImageBitmapConfig.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ImageBitmapDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ImageBitmapKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.InlineClassHelperKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Internal.JvmDefaultWithCompatibility_jvmAndroidAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.InterpolatableCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Interval.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Interval.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.Interval.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.IntervalTree.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.IntervalTreeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Layer.CompositingStrategy.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Layer.CompositingStrategy.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Layer.GraphicsLayerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Layer.LayerSnapshot_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.LightingColorFilter.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.LinearGradient.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Matrix.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Matrix.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.MatrixKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.OffsetEffect.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Outline.Generic.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Outline.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Outline.Rectangle.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Outline.Rounded.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Outline.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.Outline.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.OutlineKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PaintKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Painter.BitmapPainter.IntrinsicSize.get -> long +override AndroidX.Compose.UI.Graphics.Painter.BitmapPainter.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Painter.BitmapPainterKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Painter.BrushPainter.IntrinsicSize.get -> long +override AndroidX.Compose.UI.Graphics.Painter.BrushPainter.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Painter.ColorPainter.IntrinsicSize.get -> long +override AndroidX.Compose.UI.Graphics.Painter.ColorPainter.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Painter.Painter.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Painter.Painter.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.Painter.Painter.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.PaintingStyle.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PaintingStyle.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathDirection.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathEffectCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathFillType.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathFillType.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathGeometryKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathGeometryKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathHitTester.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathHitTester.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathHitTesterKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathMeasureDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathOperation.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathOperation.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathOperationKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathSegment.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathSegment.Type.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathSegmentKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathSvgKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PathSvgKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PixelMap.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PointMode.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.PointMode.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.RadialGradient.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.RectHelper_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.RectangleShapeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.RenderEffect.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.RenderEffect.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.RenderEffect.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.RenderEffectKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ShaderBrush.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ShaderBrush.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.ShaderBrush.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.ShaderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Shadow.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Shadow.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.ShadowKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.SolidColor.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.StampedPathEffectStyle.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.StampedPathEffectStyle.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.StrokeCap.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.StrokeCap.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.StrokeJoin.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.StrokeJoin.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.SweepGradient.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.TileMode.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.TileMode.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.FastFloatParserKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathBuilder.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.ArcTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.Close.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.CurveTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.HorizontalTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.LineTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.MoveTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.QuadTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveCurveTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.ReflectiveQuadTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeArcTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeCurveTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeHorizontalTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeLineTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeMoveTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeQuadTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveCurveTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeReflectiveQuadTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.RelativeVerticalTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.Vector.PathNode.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.Vector.PathNode.VerticalTo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathParser.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.PathParserKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.VertexMode.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.VertexMode.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vertices.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override sealed AndroidX.Compose.UI.Graphics.LinearGradient.CreateShader(long size) -> Android.Graphics.Shader! +override sealed AndroidX.Compose.UI.Graphics.RadialGradient.CreateShader(long size) -> Android.Graphics.Shader! +override sealed AndroidX.Compose.UI.Graphics.ShaderBrush.ApplyTo(long size, AndroidX.Compose.UI.Graphics.IPaint! p, float alpha) -> void +override sealed AndroidX.Compose.UI.Graphics.SolidColor.ApplyTo(long size, AndroidX.Compose.UI.Graphics.IPaint! p, float alpha) -> void +override sealed AndroidX.Compose.UI.Graphics.SweepGradient.CreateShader(long size) -> Android.Graphics.Shader! +static AndroidX.Compose.UI.Graphics.AndroidBlendMode_androidKt.IsSupported(int obj) -> bool +static AndroidX.Compose.UI.Graphics.AndroidCanvas_androidKt.Canvas(Android.Graphics.Canvas! c) -> AndroidX.Compose.UI.Graphics.ICanvas! +static AndroidX.Compose.UI.Graphics.AndroidCanvas_androidKt.GetNativeCanvas(AndroidX.Compose.UI.Graphics.ICanvas! obj) -> Android.Graphics.Canvas! +static AndroidX.Compose.UI.Graphics.AndroidColorFilter_androidKt.AsAndroidColorFilter(AndroidX.Compose.UI.Graphics.ColorFilter! obj) -> Android.Graphics.ColorFilter! +static AndroidX.Compose.UI.Graphics.AndroidColorFilter_androidKt.AsComposeColorFilter(Android.Graphics.ColorFilter! obj) -> AndroidX.Compose.UI.Graphics.ColorFilter! +static AndroidX.Compose.UI.Graphics.AndroidColorSpace_androidKt.ToAndroidColorSpace(AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! obj) -> Android.Graphics.ColorSpace! +static AndroidX.Compose.UI.Graphics.AndroidColorSpace_androidKt.ToComposeColorSpace(Android.Graphics.ColorSpace! obj) -> AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! +static AndroidX.Compose.UI.Graphics.AndroidColor_androidKt.FromColorLong(AndroidX.Compose.UI.Graphics.Color.Companion! obj, long colorLong) -> long +static AndroidX.Compose.UI.Graphics.AndroidColor_androidKt.ToColorLong(long obj) -> long +static AndroidX.Compose.UI.Graphics.AndroidGraphicsContext_androidKt.GraphicsContext(Android.Views.ViewGroup! layerContainer) -> AndroidX.Compose.UI.Graphics.IGraphicsContext! +static AndroidX.Compose.UI.Graphics.AndroidImageBitmap_androidKt.AsAndroidBitmap(AndroidX.Compose.UI.Graphics.IImageBitmap! obj) -> Android.Graphics.Bitmap! +static AndroidX.Compose.UI.Graphics.AndroidImageBitmap_androidKt.AsImageBitmap(Android.Graphics.Bitmap! obj) -> AndroidX.Compose.UI.Graphics.IImageBitmap! +static AndroidX.Compose.UI.Graphics.AndroidMatrixConversions_androidKt.SetFrom(Android.Graphics.Matrix! obj, float[]! matrix) -> void +static AndroidX.Compose.UI.Graphics.AndroidMatrixConversions_androidKt.SetFrom(float[]! obj, Android.Graphics.Matrix! matrix) -> void +static AndroidX.Compose.UI.Graphics.AndroidPaint_androidKt.AsComposePaint(Android.Graphics.Paint! obj) -> AndroidX.Compose.UI.Graphics.IPaint! +static AndroidX.Compose.UI.Graphics.AndroidPaint_androidKt.GetNativePaint(AndroidX.Compose.UI.Graphics.IPaint! obj) -> Android.Graphics.Paint! +static AndroidX.Compose.UI.Graphics.AndroidPaint_androidKt.Paint() -> AndroidX.Compose.UI.Graphics.IPaint! +static AndroidX.Compose.UI.Graphics.AndroidPath.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Graphics.PathCompanion! +static AndroidX.Compose.UI.Graphics.AndroidPathEffect_androidKt.AsAndroidPathEffect(AndroidX.Compose.UI.Graphics.IPathEffect! obj) -> Android.Graphics.PathEffect! +static AndroidX.Compose.UI.Graphics.AndroidPathEffect_androidKt.ToComposePathEffect(Android.Graphics.PathEffect! obj) -> AndroidX.Compose.UI.Graphics.IPathEffect! +static AndroidX.Compose.UI.Graphics.AndroidPathMeasure_androidKt.PathMeasure() -> AndroidX.Compose.UI.Graphics.IPathMeasure! +static AndroidX.Compose.UI.Graphics.AndroidPath_androidKt.AsAndroidPath(AndroidX.Compose.UI.Graphics.IPath! obj) -> Android.Graphics.Path! +static AndroidX.Compose.UI.Graphics.AndroidPath_androidKt.AsComposePath(Android.Graphics.Path! obj) -> AndroidX.Compose.UI.Graphics.IPath! +static AndroidX.Compose.UI.Graphics.AndroidPath_androidKt.Path() -> AndroidX.Compose.UI.Graphics.IPath! +static AndroidX.Compose.UI.Graphics.AndroidRenderEffect_androidKt.AsComposeRenderEffect(Android.Graphics.RenderEffect! obj) -> AndroidX.Compose.UI.Graphics.RenderEffect! +static AndroidX.Compose.UI.Graphics.AndroidTileMode_androidKt.IsSupported(int obj) -> bool +static AndroidX.Compose.UI.Graphics.AndroidTileMode_androidKt.ToAndroidTileMode(int obj) -> Android.Graphics.Shader.TileMode! +static AndroidX.Compose.UI.Graphics.AndroidTileMode_androidKt.ToComposeTileMode(Android.Graphics.Shader.TileMode! obj) -> int +static AndroidX.Compose.UI.Graphics.AndroidVertexMode_androidKt.ToAndroidVertexMode(int obj) -> Android.Graphics.Canvas.VertexMode! +static AndroidX.Compose.UI.Graphics.BezierKt.ComputeCubicVerticalBounds(float p0y, float p1y, float p2y, float p3y, float[]! roots, int index) -> long +static AndroidX.Compose.UI.Graphics.BezierKt.ComputeHorizontalBounds(AndroidX.Compose.UI.Graphics.PathSegment! segment, float[]! roots, int index) -> long +static AndroidX.Compose.UI.Graphics.BezierKt.EvaluateCubic(float p1, float p2, float t) -> float +static AndroidX.Compose.UI.Graphics.BezierKt.EvaluateY(AndroidX.Compose.UI.Graphics.PathSegment! segment, float t) -> float +static AndroidX.Compose.UI.Graphics.BezierKt.FindFirstCubicRoot(float p0, float p1, float p2, float p3) -> float +static AndroidX.Compose.UI.Graphics.BezierKt.FindFirstRoot(AndroidX.Compose.UI.Graphics.PathSegment! segment, float fraction) -> float +static AndroidX.Compose.UI.Graphics.BrushKt.ShaderBrush(Android.Graphics.Shader! shader) -> AndroidX.Compose.UI.Graphics.ShaderBrush! +static AndroidX.Compose.UI.Graphics.CanvasDefaultImpls.SkewRad(AndroidX.Compose.UI.Graphics.ICanvas! _this, float sxRad, float syRad) -> void +static AndroidX.Compose.UI.Graphics.CanvasKt.Canvas(AndroidX.Compose.UI.Graphics.IImageBitmap! image) -> AndroidX.Compose.UI.Graphics.ICanvas! +static AndroidX.Compose.UI.Graphics.CanvasKt.Rotate(AndroidX.Compose.UI.Graphics.ICanvas! obj, float degrees, float pivotX, float pivotY) -> void +static AndroidX.Compose.UI.Graphics.CanvasKt.RotateRad(AndroidX.Compose.UI.Graphics.ICanvas! obj, float radians, float pivotX, float pivotY) -> void +static AndroidX.Compose.UI.Graphics.CanvasKt.Scale(AndroidX.Compose.UI.Graphics.ICanvas! obj, float sx, float sy, float pivotX, float pivotY) -> void +static AndroidX.Compose.UI.Graphics.CanvasKt.WithSave(AndroidX.Compose.UI.Graphics.ICanvas! obj, Kotlin.Jvm.Functions.IFunction0! block) -> void +static AndroidX.Compose.UI.Graphics.Color.Convert(long arg0, AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! colorSpace) -> long +static AndroidX.Compose.UI.Graphics.Color.Copy(long arg0, float alpha, float red, float green, float blue) -> long +static AndroidX.Compose.UI.Graphics.ColorKt.Color(float red, float green, float blue, float alpha, AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! colorSpace) -> long +static AndroidX.Compose.UI.Graphics.ColorKt.Color(int color) -> long +static AndroidX.Compose.UI.Graphics.ColorKt.Color(int red, int green, int blue, int alpha) -> long +static AndroidX.Compose.UI.Graphics.ColorKt.Color(long color) -> long +static AndroidX.Compose.UI.Graphics.ColorKt.CompositeOver(long obj, long background) -> long +static AndroidX.Compose.UI.Graphics.ColorKt.IsSpecified(long obj) -> bool +static AndroidX.Compose.UI.Graphics.ColorKt.IsUnspecified(long obj) -> bool +static AndroidX.Compose.UI.Graphics.ColorKt.Lerp(long start, long stop, float fraction) -> long +static AndroidX.Compose.UI.Graphics.ColorKt.Luminance(long obj) -> float +static AndroidX.Compose.UI.Graphics.ColorKt.TakeOrElse(long obj, Kotlin.Jvm.Functions.IFunction0! block) -> long +static AndroidX.Compose.UI.Graphics.ColorKt.ToArgb(long obj) -> int +static AndroidX.Compose.UI.Graphics.ColorMatrix.Set(float[]? arg0, float[]! src) -> void +static AndroidX.Compose.UI.Graphics.ColorMatrix.TimesAssign(float[]? arg0, float[]! colorMatrix) -> void +static AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaceKt.Adapt(AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! obj, AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! whitePoint) -> AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! +static AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaceKt.Adapt(AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! obj, AndroidX.Compose.UI.Graphics.Colorspace.WhitePoint! whitePoint, AndroidX.Compose.UI.Graphics.Colorspace.Adaptation! adaptation) -> AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! +static AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaceKt.Connect(AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! obj, AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! destination, int intent) -> AndroidX.Compose.UI.Graphics.Colorspace.Connector! +static AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces.Instance.get -> AndroidX.Compose.UI.Graphics.Colorspace.ColorSpaces! +static AndroidX.Compose.UI.Graphics.Colorspace.ConnectorKt.Connectors.get -> AndroidX.Collection.MutableIntObjectMap! +static AndroidX.Compose.UI.Graphics.Colorspace.Illuminant.Instance.get -> AndroidX.Compose.UI.Graphics.Colorspace.Illuminant! +static AndroidX.Compose.UI.Graphics.Drawscope.DrawTransformDefaultImpls.GetCenter_F1C5BW0(AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform! _this) -> long +static AndroidX.Compose.UI.Graphics.Drawscope.DrawTransformKt.Inset(AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform! obj, float horizontal, float vertical) -> void +static AndroidX.Compose.UI.Graphics.Drawscope.DrawTransformKt.Inset(AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform! obj, float inset) -> void +static AndroidX.Compose.UI.Graphics.Drawscope.DrawTransformKt.RotateRad(AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform! obj, float radians, long pivot) -> void +static AndroidX.Compose.UI.Graphics.Drawscope.DrawTransformKt.Scale(AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform! obj, float scale, long pivot) -> void +static AndroidX.Compose.UI.Graphics.Drawscope.Fill.Instance.get -> AndroidX.Compose.UI.Graphics.Drawscope.Fill! +static AndroidX.Compose.UI.Graphics.ImageBitmap.Companion.get -> AndroidX.Compose.UI.Graphics.ImageBitmapCompanion! +static AndroidX.Compose.UI.Graphics.ImageBitmapKt.DecodeToImageBitmap(byte[]! obj) -> AndroidX.Compose.UI.Graphics.IImageBitmap! +static AndroidX.Compose.UI.Graphics.ImageBitmapKt.ImageBitmap(int width, int height, int config, bool hasAlpha, AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace! colorSpace) -> AndroidX.Compose.UI.Graphics.IImageBitmap! +static AndroidX.Compose.UI.Graphics.ImageBitmapKt.ToPixelMap(AndroidX.Compose.UI.Graphics.IImageBitmap! obj, int startX, int startY, int width, int height, int[]! buffer, int bufferOffset, int stride) -> AndroidX.Compose.UI.Graphics.PixelMap! +static AndroidX.Compose.UI.Graphics.Interpolatable.Companion.get -> AndroidX.Compose.UI.Graphics.InterpolatableCompanion! +static AndroidX.Compose.UI.Graphics.IntervalTreeKt.EmptyInterval.get -> AndroidX.Compose.UI.Graphics.Interval! +static AndroidX.Compose.UI.Graphics.Layer.GraphicsLayerKt.SetOutline(AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer! obj, AndroidX.Compose.UI.Graphics.Outline! outline) -> void +static AndroidX.Compose.UI.Graphics.LinearGradient.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Graphics.InterpolatableCompanion! +static AndroidX.Compose.UI.Graphics.Matrix.Map(float[]? arg0, long point) -> long +static AndroidX.Compose.UI.Graphics.Matrix.SetFrom(float[]? arg0, float[]! matrix) -> void +static AndroidX.Compose.UI.Graphics.Matrix.TimesAssign(float[]? arg0, float[]! m) -> void +static AndroidX.Compose.UI.Graphics.MatrixKt.IsIdentity(float[]! obj) -> bool +static AndroidX.Compose.UI.Graphics.OutlineKt.AddOutline(AndroidX.Compose.UI.Graphics.IPath! obj, AndroidX.Compose.UI.Graphics.Outline! outline) -> void +static AndroidX.Compose.UI.Graphics.OutlineKt.DrawOutline(AndroidX.Compose.UI.Graphics.ICanvas! obj, AndroidX.Compose.UI.Graphics.Outline! outline, AndroidX.Compose.UI.Graphics.IPaint! paint) -> void +static AndroidX.Compose.UI.Graphics.Painter.BitmapPainterKt.BitmapPainter(AndroidX.Compose.UI.Graphics.IImageBitmap! image, long srcOffset, long srcSize, int filterQuality) -> AndroidX.Compose.UI.Graphics.Painter.BitmapPainter! +static AndroidX.Compose.UI.Graphics.Path.Companion.get -> AndroidX.Compose.UI.Graphics.PathCompanion! +static AndroidX.Compose.UI.Graphics.PathDefaultImpls.And(AndroidX.Compose.UI.Graphics.IPath! _this, AndroidX.Compose.UI.Graphics.IPath! path) -> AndroidX.Compose.UI.Graphics.IPath! +static AndroidX.Compose.UI.Graphics.PathDefaultImpls.Minus(AndroidX.Compose.UI.Graphics.IPath! _this, AndroidX.Compose.UI.Graphics.IPath! path) -> AndroidX.Compose.UI.Graphics.IPath! +static AndroidX.Compose.UI.Graphics.PathDefaultImpls.Or(AndroidX.Compose.UI.Graphics.IPath! _this, AndroidX.Compose.UI.Graphics.IPath! path) -> AndroidX.Compose.UI.Graphics.IPath! +static AndroidX.Compose.UI.Graphics.PathDefaultImpls.Plus(AndroidX.Compose.UI.Graphics.IPath! _this, AndroidX.Compose.UI.Graphics.IPath! path) -> AndroidX.Compose.UI.Graphics.IPath! +static AndroidX.Compose.UI.Graphics.PathDefaultImpls.QuadraticTo(AndroidX.Compose.UI.Graphics.IPath! _this, float x1, float y1, float x2, float y2) -> void +static AndroidX.Compose.UI.Graphics.PathDefaultImpls.RelativeQuadraticTo(AndroidX.Compose.UI.Graphics.IPath! _this, float dx1, float dy1, float dx2, float dy2) -> void +static AndroidX.Compose.UI.Graphics.PathDefaultImpls.Rewind(AndroidX.Compose.UI.Graphics.IPath! _this) -> void +static AndroidX.Compose.UI.Graphics.PathDefaultImpls.Transform_58bKbWc(AndroidX.Compose.UI.Graphics.IPath! _this, float[]! matrix) -> void +static AndroidX.Compose.UI.Graphics.PathDefaultImpls.Xor(AndroidX.Compose.UI.Graphics.IPath! _this, AndroidX.Compose.UI.Graphics.IPath! path) -> AndroidX.Compose.UI.Graphics.IPath! +static AndroidX.Compose.UI.Graphics.PathDirection.Clockwise.get -> AndroidX.Compose.UI.Graphics.PathDirection? +static AndroidX.Compose.UI.Graphics.PathDirection.CounterClockwise.get -> AndroidX.Compose.UI.Graphics.PathDirection? +static AndroidX.Compose.UI.Graphics.PathDirection.Entries.get -> Kotlin.Enums.IEnumEntries! +static AndroidX.Compose.UI.Graphics.PathDirection.ValueOf(string? value) -> AndroidX.Compose.UI.Graphics.PathDirection? +static AndroidX.Compose.UI.Graphics.PathDirection.Values() -> AndroidX.Compose.UI.Graphics.PathDirection![]? +static AndroidX.Compose.UI.Graphics.PathEffect.Companion.get -> AndroidX.Compose.UI.Graphics.PathEffectCompanion! +static AndroidX.Compose.UI.Graphics.PathGeometryKt.ComputeDirection(AndroidX.Compose.UI.Graphics.IPath! obj) -> AndroidX.Compose.UI.Graphics.PathDirection! +static AndroidX.Compose.UI.Graphics.PathGeometryKt.Divide(AndroidX.Compose.UI.Graphics.IPath! obj, System.Collections.Generic.IList! contours) -> System.Collections.Generic.IList! +static AndroidX.Compose.UI.Graphics.PathGeometryKt.Reverse(AndroidX.Compose.UI.Graphics.IPath! obj, AndroidX.Compose.UI.Graphics.IPath! destination) -> AndroidX.Compose.UI.Graphics.IPath! +static AndroidX.Compose.UI.Graphics.PathHitTesterKt.PathHitTester(AndroidX.Compose.UI.Graphics.IPath! path, float tolerance) -> AndroidX.Compose.UI.Graphics.PathHitTester! +static AndroidX.Compose.UI.Graphics.PathKt.Copy(AndroidX.Compose.UI.Graphics.IPath! obj) -> AndroidX.Compose.UI.Graphics.IPath! +static AndroidX.Compose.UI.Graphics.PathOperationKt.GetDifference(AndroidX.Compose.UI.Graphics.PathOperation.Companion! obj) -> int +static AndroidX.Compose.UI.Graphics.PathOperationKt.GetIntersect(AndroidX.Compose.UI.Graphics.PathOperation.Companion! obj) -> int +static AndroidX.Compose.UI.Graphics.PathOperationKt.GetReverseDifference(AndroidX.Compose.UI.Graphics.PathOperation.Companion! obj) -> int +static AndroidX.Compose.UI.Graphics.PathOperationKt.GetUnion(AndroidX.Compose.UI.Graphics.PathOperation.Companion! obj) -> int +static AndroidX.Compose.UI.Graphics.PathOperationKt.GetXor(AndroidX.Compose.UI.Graphics.PathOperation.Companion! obj) -> int +static AndroidX.Compose.UI.Graphics.PathSegment.Type.Close.get -> AndroidX.Compose.UI.Graphics.PathSegment.Type? +static AndroidX.Compose.UI.Graphics.PathSegment.Type.Conic.get -> AndroidX.Compose.UI.Graphics.PathSegment.Type? +static AndroidX.Compose.UI.Graphics.PathSegment.Type.Cubic.get -> AndroidX.Compose.UI.Graphics.PathSegment.Type? +static AndroidX.Compose.UI.Graphics.PathSegment.Type.Done.get -> AndroidX.Compose.UI.Graphics.PathSegment.Type? +static AndroidX.Compose.UI.Graphics.PathSegment.Type.Entries.get -> Kotlin.Enums.IEnumEntries! +static AndroidX.Compose.UI.Graphics.PathSegment.Type.Line.get -> AndroidX.Compose.UI.Graphics.PathSegment.Type? +static AndroidX.Compose.UI.Graphics.PathSegment.Type.Move.get -> AndroidX.Compose.UI.Graphics.PathSegment.Type? +static AndroidX.Compose.UI.Graphics.PathSegment.Type.Quadratic.get -> AndroidX.Compose.UI.Graphics.PathSegment.Type? +static AndroidX.Compose.UI.Graphics.PathSegment.Type.ValueOf(string? value) -> AndroidX.Compose.UI.Graphics.PathSegment.Type? +static AndroidX.Compose.UI.Graphics.PathSegment.Type.Values() -> AndroidX.Compose.UI.Graphics.PathSegment.Type![]? +static AndroidX.Compose.UI.Graphics.PathSegmentKt.CloseSegment.get -> AndroidX.Compose.UI.Graphics.PathSegment! +static AndroidX.Compose.UI.Graphics.PathSegmentKt.DoneSegment.get -> AndroidX.Compose.UI.Graphics.PathSegment! +static AndroidX.Compose.UI.Graphics.PathSvgKt.AddSvg(AndroidX.Compose.UI.Graphics.IPath! obj, string! pathData) -> void +static AndroidX.Compose.UI.Graphics.PathSvgKt.ToSvg(AndroidX.Compose.UI.Graphics.IPath! obj, bool asDocument) -> string! +static AndroidX.Compose.UI.Graphics.RadialGradient.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Graphics.InterpolatableCompanion! +static AndroidX.Compose.UI.Graphics.RectangleShapeKt.RectangleShape.get -> AndroidX.Compose.UI.Graphics.IShape! +static AndroidX.Compose.UI.Graphics.RenderEffectKt.BlurEffect(float radiusX, float radiusY, int edgeTreatment) -> AndroidX.Compose.UI.Graphics.BlurEffect! +static AndroidX.Compose.UI.Graphics.RenderEffectKt.OffsetEffect(float offsetX, float offsetY) -> AndroidX.Compose.UI.Graphics.OffsetEffect! +static AndroidX.Compose.UI.Graphics.ShaderKt.CompositeShader(Android.Graphics.Shader! dst, Android.Graphics.Shader! src, int blendMode) -> Android.Graphics.Shader! +static AndroidX.Compose.UI.Graphics.ShaderKt.ImageShader(AndroidX.Compose.UI.Graphics.IImageBitmap! image, int tileModeX, int tileModeY) -> Android.Graphics.Shader! +static AndroidX.Compose.UI.Graphics.ShaderKt.LinearGradientShader(long from, long to, System.Collections.Generic.IList! colors, System.Collections.Generic.IList? colorStops, int tileMode) -> Android.Graphics.Shader! +static AndroidX.Compose.UI.Graphics.ShaderKt.RadialGradientShader(long center, float radius, System.Collections.Generic.IList! colors, System.Collections.Generic.IList? colorStops, int tileMode) -> Android.Graphics.Shader! +static AndroidX.Compose.UI.Graphics.ShaderKt.SweepGradientShader(long center, System.Collections.Generic.IList! colors, System.Collections.Generic.IList? colorStops) -> Android.Graphics.Shader! +static AndroidX.Compose.UI.Graphics.ShadowKt.Lerp(AndroidX.Compose.UI.Graphics.Shadow! start, AndroidX.Compose.UI.Graphics.Shadow! stop, float fraction) -> AndroidX.Compose.UI.Graphics.Shadow! +static AndroidX.Compose.UI.Graphics.SolidColor.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Graphics.InterpolatableCompanion! +static AndroidX.Compose.UI.Graphics.SweepGradient.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Graphics.InterpolatableCompanion! +static AndroidX.Compose.UI.Graphics.Vector.FastFloatParserKt.GetFloatValue(long obj) -> float +static AndroidX.Compose.UI.Graphics.Vector.FastFloatParserKt.GetIndex(long obj) -> int +static AndroidX.Compose.UI.Graphics.Vector.FastFloatParserKt.GetMantissa64() -> long[]! +static AndroidX.Compose.UI.Graphics.Vector.FastFloatParserKt.GetPowersOfTen() -> float[]! +static AndroidX.Compose.UI.Graphics.Vector.FastFloatParserKt.IsDigit(char obj) -> bool +static AndroidX.Compose.UI.Graphics.Vector.PathNode.Close.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.PathNode.Close! +static AndroidX.Compose.UI.Graphics.Vector.PathParserKt.GetEmptyArray() -> float[]! +static AndroidX.Compose.UI.Graphics.Vector.PathParserKt.ToPath(System.Collections.Generic.IList! obj, AndroidX.Compose.UI.Graphics.IPath! target) -> AndroidX.Compose.UI.Graphics.IPath! +virtual AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.IsSrgb.get -> bool +virtual AndroidX.Compose.UI.Graphics.Colorspace.Connector.Transform(float[]! v) -> float[]! +virtual AndroidX.Compose.UI.Graphics.Painter.Painter.ApplyAlpha(float alpha) -> bool +virtual AndroidX.Compose.UI.Graphics.Painter.Painter.ApplyColorFilter(AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter) -> bool +virtual AndroidX.Compose.UI.Graphics.RenderEffect.IsSupported.get -> bool diff --git a/source/androidx.compose.ui/ui-graphics-android/Transforms/Metadata.xml b/source/androidx.compose.ui/ui-graphics-android/Transforms/Metadata.xml index 15c040621..d751c50da 100644 --- a/source/androidx.compose.ui/ui-graphics-android/Transforms/Metadata.xml +++ b/source/androidx.compose.ui/ui-graphics-android/Transforms/Metadata.xml @@ -1,25 +1,32 @@ - - + + + AndroidX.Compose.UI.Graphics + AndroidX.Compose.UI.Graphics.Colorspace + AndroidX.Compose.UI.Graphics.Drawscope + AndroidX.Compose.UI.Graphics.Internal + AndroidX.Compose.UI.Graphics.Layer + AndroidX.Compose.UI.Graphics.Layer.View + AndroidX.Compose.UI.Graphics.Painter + AndroidX.Compose.UI.Graphics.Vector - + + - \ No newline at end of file + + + + From 843989249fe7cec21a99d29ded9e7515eaff4ba8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:01:05 +0000 Subject: [PATCH 3/4] Update namespaces and increment ui-graphics versions to 1.11.2.1 Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com> --- config.json | 4 ++-- published-namespaces.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 4ab81a1e7..b5a0cebb2 100644 --- a/config.json +++ b/config.json @@ -542,14 +542,14 @@ "groupId": "androidx.compose.ui", "artifactId": "ui-graphics", "version": "1.11.2", - "nugetVersion": "1.11.2", + "nugetVersion": "1.11.2.1", "nugetId": "Xamarin.AndroidX.Compose.UI.Graphics" }, { "groupId": "androidx.compose.ui", "artifactId": "ui-graphics-android", "version": "1.11.2", - "nugetVersion": "1.11.2", + "nugetVersion": "1.11.2.1", "nugetId": "Xamarin.AndroidX.Compose.UI.Graphics.Android" }, { diff --git a/published-namespaces.txt b/published-namespaces.txt index c8a2d79e9..aa3370bab 100644 --- a/published-namespaces.txt +++ b/published-namespaces.txt @@ -436,6 +436,12 @@ AndroidX.Compose.UI.Draganddrop AndroidX.Compose.UI.Draw AndroidX.Compose.UI.Focus AndroidX.Compose.UI.Graphics +AndroidX.Compose.UI.Graphics.Colorspace +AndroidX.Compose.UI.Graphics.Drawscope +AndroidX.Compose.UI.Graphics.Internal +AndroidX.Compose.UI.Graphics.Layer +AndroidX.Compose.UI.Graphics.Layer.View +AndroidX.Compose.UI.Graphics.Painter AndroidX.Compose.UI.Graphics.Vector AndroidX.Compose.UI.Graphics.Vector.Compat AndroidX.Compose.UI.HapticFeedback From 3c3aadb82309e27a3035567a6ea3d957a9450dff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:13:35 +0000 Subject: [PATCH 4/4] Fix foundation-android shape binding errors from UI.Graphics un-strip Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com> --- .../foundation-android/Transforms/Metadata.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml b/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml index 2934ba7b2..1e7122daf 100644 --- a/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml +++ b/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml @@ -5,6 +5,10 @@ signature and clash. --> + + + + + + + AndroidX.Compose.Foundation.Shape.CornerBasedShape + AndroidX.Compose.Foundation.Shape.CornerBasedShape + AndroidX.Compose.Foundation.Shape.CornerBasedShape + AndroidX.Compose.Foundation.Shape.CornerBasedShape