From 71621c0364caaace96df9992e15f95b84b569e18 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 10 Jun 2026 17:30:24 +0000
Subject: [PATCH 1/3] Initial plan
From 227fa7b98f1be0802922c7ffa472f8b86d79e57f Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 10 Jun 2026 18:07:18 +0000
Subject: [PATCH 2/3] Surface Kotlin object companions on Compose class
bindings via CompanionStatic rename
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
---
.../PublicAPI/PublicAPI.Unshipped.txt | 7 +-
.../Transforms/Metadata.xml | 14 +++
.../PublicAPI/PublicAPI.Unshipped.txt | 36 ++++----
.../Transforms/Metadata.xml | 12 +++
.../PublicAPI/PublicAPI.Unshipped.txt | 90 ++++++++++---------
.../ui-text-android/Transforms/Metadata.xml | 16 ++++
6 files changed, 113 insertions(+), 62 deletions(-)
diff --git a/source/androidx.compose.foundation/foundation-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.compose.foundation/foundation-android/PublicAPI/PublicAPI.Unshipped.txt
index d3bab0bd2..4bcebc572 100644
--- a/source/androidx.compose.foundation/foundation-android/PublicAPI/PublicAPI.Unshipped.txt
+++ b/source/androidx.compose.foundation/foundation-android/PublicAPI/PublicAPI.Unshipped.txt
@@ -964,8 +964,8 @@ AndroidX.Compose.Foundation.Text.KeyboardOptions
AndroidX.Compose.Foundation.Text.KeyboardOptions.AutoCorrect.get -> bool
AndroidX.Compose.Foundation.Text.KeyboardOptions.AutoCorrectEnabled.get -> Java.Lang.Boolean?
AndroidX.Compose.Foundation.Text.KeyboardOptions.Capitalization.get -> int
-AndroidX.Compose.Foundation.Text.KeyboardOptions.Companion
-AndroidX.Compose.Foundation.Text.KeyboardOptions.Companion.Default.get -> AndroidX.Compose.Foundation.Text.KeyboardOptions!
+AndroidX.Compose.Foundation.Text.KeyboardOptions.CompanionStatic
+AndroidX.Compose.Foundation.Text.KeyboardOptions.CompanionStatic.Default.get -> AndroidX.Compose.Foundation.Text.KeyboardOptions!
AndroidX.Compose.Foundation.Text.KeyboardOptions.ImeAction.get -> int
AndroidX.Compose.Foundation.Text.KeyboardOptions.KeyboardType.get -> int
AndroidX.Compose.Foundation.Text.KeyboardOptions.Merge(AndroidX.Compose.Foundation.Text.KeyboardOptions? other) -> AndroidX.Compose.Foundation.Text.KeyboardOptions!
@@ -1411,7 +1411,7 @@ override AndroidX.Compose.Foundation.Text.KeyModifiersKt.JniPeerMembers.get -> J
override AndroidX.Compose.Foundation.Text.KeyboardActions.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.KeyboardActions.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.KeyboardActionsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Text.KeyboardOptions.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Text.KeyboardOptions.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.KeyboardOptions.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.LongPressTextDragObserverKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Modifiers.LayoutUtilsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1753,6 +1753,7 @@ static AndroidX.Compose.Foundation.Text.Input.TextFieldStateKt.ToTextFieldBuffer
static AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode_androidKt.GetDefault(AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.Companion! obj) -> int
static AndroidX.Compose.Foundation.Text.KeyModifiersKt.GetModifiers(Android.Views.KeyEvent! obj) -> int
static AndroidX.Compose.Foundation.Text.KeyboardActionsKt.KeyboardActions(Kotlin.Jvm.Functions.IFunction1! onAny) -> AndroidX.Compose.Foundation.Text.KeyboardActions!
+static AndroidX.Compose.Foundation.Text.KeyboardOptions.Companion.get -> AndroidX.Compose.Foundation.Text.KeyboardOptions.CompanionStatic!
static AndroidX.Compose.Foundation.Text.Modifiers.LayoutUtilsKt.IsEllipsis(int obj) -> bool
static AndroidX.Compose.Foundation.Text.Selection.DefaultTextSelectionColors_androidKt.DefaultTextSelectionColors.get -> AndroidX.Compose.Foundation.Text.Selection.TextSelectionColors!
static AndroidX.Compose.Foundation.Text.Selection.PlatformSelectionBehaviors_androidKt.LocalTextClassifierCoroutineContext.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal!
diff --git a/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml b/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml
index d552c8c19..bdc4d85f4 100644
--- a/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml
+++ b/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml
@@ -71,4 +71,18 @@
-->
public
public
+
+
+ CompanionStatic
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 233741c17..ae6be754a 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
@@ -147,22 +147,22 @@ 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.CompanionStatic
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.Black_0d7_KjU.get -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.Blue_0d7_KjU.get -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.Cyan_0d7_KjU.get -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.DarkGray_0d7_KjU.get -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.Gray_0d7_KjU.get -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.Green_0d7_KjU.get -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.Hsl_JlNiLsg(float hue, float saturation, float lightness, float alpha, AndroidX.Compose.UI.Graphics.Colorspace.Rgb! colorSpace) -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.Hsv_JlNiLsg(float hue, float saturation, float value, float alpha, AndroidX.Compose.UI.Graphics.Colorspace.Rgb! colorSpace) -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.LightGray_0d7_KjU.get -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.Magenta_0d7_KjU.get -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.Red_0d7_KjU.get -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.Transparent_0d7_KjU.get -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.Unspecified_0d7_KjU.get -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.White_0d7_KjU.get -> long
+AndroidX.Compose.UI.Graphics.Color.CompanionStatic.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
@@ -967,7 +967,7 @@ override AndroidX.Compose.UI.Graphics.CanvasHolder.JniPeerMembers.get -> Java.In
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.CompanionStatic.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!
@@ -1155,6 +1155,7 @@ static AndroidX.Compose.UI.Graphics.AndroidColorFilter_androidKt.AsComposeColorF
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.FromColorLong(AndroidX.Compose.UI.Graphics.Color.CompanionStatic! 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!
@@ -1189,6 +1190,7 @@ static AndroidX.Compose.UI.Graphics.CanvasKt.Rotate(AndroidX.Compose.UI.Graphics
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.Companion.get -> AndroidX.Compose.UI.Graphics.Color.CompanionStatic!
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
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 d751c50da..c6cb578d5 100644
--- a/source/androidx.compose.ui/ui-graphics-android/Transforms/Metadata.xml
+++ b/source/androidx.compose.ui/ui-graphics-android/Transforms/Metadata.xml
@@ -29,4 +29,16 @@
-->
+
+ CompanionStatic
+
diff --git a/source/androidx.compose.ui/ui-text-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.compose.ui/ui-text-android/PublicAPI/PublicAPI.Unshipped.txt
index 57ba44b6f..2d4920e9c 100644
--- a/source/androidx.compose.ui/ui-text-android/PublicAPI/PublicAPI.Unshipped.txt
+++ b/source/androidx.compose.ui/ui-text-android/PublicAPI/PublicAPI.Unshipped.txt
@@ -147,12 +147,12 @@ AndroidX.Compose.UI.Text.Font.FontCompanion
AndroidX.Compose.UI.Text.Font.FontConsts
AndroidX.Compose.UI.Text.Font.FontFamily
AndroidX.Compose.UI.Text.Font.FontFamily.CanLoadSynchronously.get -> bool
-AndroidX.Compose.UI.Text.Font.FontFamily.Companion
-AndroidX.Compose.UI.Text.Font.FontFamily.Companion.Cursive.get -> AndroidX.Compose.UI.Text.Font.GenericFontFamily!
-AndroidX.Compose.UI.Text.Font.FontFamily.Companion.Default.get -> AndroidX.Compose.UI.Text.Font.SystemFontFamily!
-AndroidX.Compose.UI.Text.Font.FontFamily.Companion.Monospace.get -> AndroidX.Compose.UI.Text.Font.GenericFontFamily!
-AndroidX.Compose.UI.Text.Font.FontFamily.Companion.SansSerif.get -> AndroidX.Compose.UI.Text.Font.GenericFontFamily!
-AndroidX.Compose.UI.Text.Font.FontFamily.Companion.Serif.get -> AndroidX.Compose.UI.Text.Font.GenericFontFamily!
+AndroidX.Compose.UI.Text.Font.FontFamily.CompanionStatic
+AndroidX.Compose.UI.Text.Font.FontFamily.CompanionStatic.Cursive.get -> AndroidX.Compose.UI.Text.Font.GenericFontFamily!
+AndroidX.Compose.UI.Text.Font.FontFamily.CompanionStatic.Default.get -> AndroidX.Compose.UI.Text.Font.SystemFontFamily!
+AndroidX.Compose.UI.Text.Font.FontFamily.CompanionStatic.Monospace.get -> AndroidX.Compose.UI.Text.Font.GenericFontFamily!
+AndroidX.Compose.UI.Text.Font.FontFamily.CompanionStatic.SansSerif.get -> AndroidX.Compose.UI.Text.Font.GenericFontFamily!
+AndroidX.Compose.UI.Text.Font.FontFamily.CompanionStatic.Serif.get -> AndroidX.Compose.UI.Text.Font.GenericFontFamily!
AndroidX.Compose.UI.Text.Font.FontFamily.FontFamily(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
AndroidX.Compose.UI.Text.Font.FontFamily.IResolver
AndroidX.Compose.UI.Text.Font.FontFamily.IResolver.Preload(AndroidX.Compose.UI.Text.Font.FontFamily! fontFamily, Kotlin.Coroutines.IContinuation! p1) -> Java.Lang.Object?
@@ -204,10 +204,10 @@ AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.Companion.Blocking_PKNRLFQ.get
AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.Companion.OptionalLocal_PKNRLFQ.get -> int
AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.Value.get -> int
AndroidX.Compose.UI.Text.Font.FontStyle
-AndroidX.Compose.UI.Text.Font.FontStyle.Companion
-AndroidX.Compose.UI.Text.Font.FontStyle.Companion.Italic___LCdwA.get -> int
-AndroidX.Compose.UI.Text.Font.FontStyle.Companion.Normal___LCdwA.get -> int
-AndroidX.Compose.UI.Text.Font.FontStyle.Companion.Values() -> System.Collections.Generic.IList!
+AndroidX.Compose.UI.Text.Font.FontStyle.CompanionStatic
+AndroidX.Compose.UI.Text.Font.FontStyle.CompanionStatic.Italic___LCdwA.get -> int
+AndroidX.Compose.UI.Text.Font.FontStyle.CompanionStatic.Normal___LCdwA.get -> int
+AndroidX.Compose.UI.Text.Font.FontStyle.CompanionStatic.Values() -> System.Collections.Generic.IList!
AndroidX.Compose.UI.Text.Font.FontStyle.Value.get -> int
AndroidX.Compose.UI.Text.Font.FontSynthesis
AndroidX.Compose.UI.Text.Font.FontSynthesis.Companion
@@ -235,25 +235,25 @@ AndroidX.Compose.UI.Text.Font.FontVariation.Slant(float value) -> AndroidX.Compo
AndroidX.Compose.UI.Text.Font.FontVariation.Weight(int value) -> AndroidX.Compose.UI.Text.Font.FontVariation.ISetting!
AndroidX.Compose.UI.Text.Font.FontVariation.Width(float value) -> AndroidX.Compose.UI.Text.Font.FontVariation.ISetting!
AndroidX.Compose.UI.Text.Font.FontWeight
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.Black.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.Bold.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.ExtraBold.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.ExtraLight.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.Light.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.Medium.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.Normal.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.SemiBold.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.Thin.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.W100.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.W200.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.W300.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.W400.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.W500.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.W600.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.W700.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.W800.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
-AndroidX.Compose.UI.Text.Font.FontWeight.Companion.W900.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.Black.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.Bold.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.ExtraBold.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.ExtraLight.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.Light.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.Medium.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.Normal.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.SemiBold.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.Thin.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.W100.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.W200.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.W300.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.W400.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.W500.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.W600.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.W700.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.W800.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
+AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.W900.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
AndroidX.Compose.UI.Text.Font.FontWeight.CompareTo(AndroidX.Compose.UI.Text.Font.FontWeight! other) -> int
AndroidX.Compose.UI.Text.Font.FontWeight.FontWeight(int weight) -> void
AndroidX.Compose.UI.Text.Font.FontWeight.Weight.get -> int
@@ -780,12 +780,12 @@ AndroidX.Compose.UI.Text.Style.TextAlign.Companion.Values() -> System.Collection
AndroidX.Compose.UI.Text.Style.TextAlign.Value.get -> int
AndroidX.Compose.UI.Text.Style.TextAlignKt
AndroidX.Compose.UI.Text.Style.TextDecoration
-AndroidX.Compose.UI.Text.Style.TextDecoration.Companion
-AndroidX.Compose.UI.Text.Style.TextDecoration.Companion.Combine(System.Collections.Generic.IList! decorations) -> AndroidX.Compose.UI.Text.Style.TextDecoration!
-AndroidX.Compose.UI.Text.Style.TextDecoration.Companion.LineThrough.get -> AndroidX.Compose.UI.Text.Style.TextDecoration!
-AndroidX.Compose.UI.Text.Style.TextDecoration.Companion.None.get -> AndroidX.Compose.UI.Text.Style.TextDecoration!
-AndroidX.Compose.UI.Text.Style.TextDecoration.Companion.Underline.get -> AndroidX.Compose.UI.Text.Style.TextDecoration!
-AndroidX.Compose.UI.Text.Style.TextDecoration.Companion.ValueOf(int mask) -> AndroidX.Compose.UI.Text.Style.TextDecoration!
+AndroidX.Compose.UI.Text.Style.TextDecoration.CompanionStatic
+AndroidX.Compose.UI.Text.Style.TextDecoration.CompanionStatic.Combine(System.Collections.Generic.IList! decorations) -> AndroidX.Compose.UI.Text.Style.TextDecoration!
+AndroidX.Compose.UI.Text.Style.TextDecoration.CompanionStatic.LineThrough.get -> AndroidX.Compose.UI.Text.Style.TextDecoration!
+AndroidX.Compose.UI.Text.Style.TextDecoration.CompanionStatic.None.get -> AndroidX.Compose.UI.Text.Style.TextDecoration!
+AndroidX.Compose.UI.Text.Style.TextDecoration.CompanionStatic.Underline.get -> AndroidX.Compose.UI.Text.Style.TextDecoration!
+AndroidX.Compose.UI.Text.Style.TextDecoration.CompanionStatic.ValueOf(int mask) -> AndroidX.Compose.UI.Text.Style.TextDecoration!
AndroidX.Compose.UI.Text.Style.TextDecoration.Contains(AndroidX.Compose.UI.Text.Style.TextDecoration! other) -> bool
AndroidX.Compose.UI.Text.Style.TextDecoration.Mask.get -> int
AndroidX.Compose.UI.Text.Style.TextDecoration.Plus(AndroidX.Compose.UI.Text.Style.TextDecoration! decoration) -> AndroidX.Compose.UI.Text.Style.TextDecoration!
@@ -896,8 +896,8 @@ AndroidX.Compose.UI.Text.TextStyle.Background.get -> long
AndroidX.Compose.UI.Text.TextStyle.BaselineShift.get -> AndroidX.Compose.UI.Text.Style.BaselineShift?
AndroidX.Compose.UI.Text.TextStyle.Brush.get -> AndroidX.Compose.UI.Graphics.Brush?
AndroidX.Compose.UI.Text.TextStyle.Color.get -> long
-AndroidX.Compose.UI.Text.TextStyle.Companion
-AndroidX.Compose.UI.Text.TextStyle.Companion.Default.get -> AndroidX.Compose.UI.Text.TextStyle!
+AndroidX.Compose.UI.Text.TextStyle.CompanionStatic
+AndroidX.Compose.UI.Text.TextStyle.CompanionStatic.Default.get -> AndroidX.Compose.UI.Text.TextStyle!
AndroidX.Compose.UI.Text.TextStyle.Copy(AndroidX.Compose.UI.Graphics.Brush? brush, float alpha, long fontSize, AndroidX.Compose.UI.Text.Font.FontWeight? fontWeight, AndroidX.Compose.UI.Text.Font.FontStyle? fontStyle, AndroidX.Compose.UI.Text.Font.FontSynthesis? fontSynthesis, AndroidX.Compose.UI.Text.Font.FontFamily? fontFamily, string? fontFeatureSettings, long letterSpacing, AndroidX.Compose.UI.Text.Style.BaselineShift? baselineShift, AndroidX.Compose.UI.Text.Style.TextGeometricTransform? textGeometricTransform, AndroidX.Compose.UI.Text.Intl.LocaleList? localeList, long background, AndroidX.Compose.UI.Text.Style.TextDecoration? textDecoration, AndroidX.Compose.UI.Graphics.Shadow? shadow, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle? drawStyle, int textAlign, int textDirection, long lineHeight, AndroidX.Compose.UI.Text.Style.TextIndent? textIndent, AndroidX.Compose.UI.Text.PlatformTextStyle? platformStyle, AndroidX.Compose.UI.Text.Style.LineHeightStyle? lineHeightStyle, int lineBreak, int hyphens, AndroidX.Compose.UI.Text.Style.TextMotion? textMotion) -> AndroidX.Compose.UI.Text.TextStyle!
AndroidX.Compose.UI.Text.TextStyle.Copy(long color, long fontSize, AndroidX.Compose.UI.Text.Font.FontWeight? fontWeight, AndroidX.Compose.UI.Text.Font.FontStyle? fontStyle, AndroidX.Compose.UI.Text.Font.FontSynthesis? fontSynthesis, AndroidX.Compose.UI.Text.Font.FontFamily? fontFamily, string? fontFeatureSettings, long letterSpacing, AndroidX.Compose.UI.Text.Style.BaselineShift? baselineShift, AndroidX.Compose.UI.Text.Style.TextGeometricTransform? textGeometricTransform, AndroidX.Compose.UI.Text.Intl.LocaleList? localeList, long background, AndroidX.Compose.UI.Text.Style.TextDecoration? textDecoration, AndroidX.Compose.UI.Graphics.Shadow? shadow, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle? drawStyle, int textAlign, int textDirection, long lineHeight, AndroidX.Compose.UI.Text.Style.TextIndent? textIndent, AndroidX.Compose.UI.Text.PlatformTextStyle? platformStyle, AndroidX.Compose.UI.Text.Style.LineHeightStyle? lineHeightStyle, int lineBreak, int hyphens, AndroidX.Compose.UI.Text.Style.TextMotion? textMotion) -> AndroidX.Compose.UI.Text.TextStyle!
AndroidX.Compose.UI.Text.TextStyle.DrawStyle.get -> AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle?
@@ -1005,7 +1005,7 @@ override AndroidX.Compose.UI.Text.Font.FileBasedFontFamily.JniPeerMembers.get ->
override AndroidX.Compose.UI.Text.Font.FileBasedFontFamily.ThresholdClass.get -> nint
override AndroidX.Compose.UI.Text.Font.FileBasedFontFamily.ThresholdType.get -> System.Type!
override AndroidX.Compose.UI.Text.Font.FontCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.UI.Text.Font.FontFamily.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.UI.Text.Font.FontFamily.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Font.FontFamily.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Font.FontFamily.ThresholdClass.get -> nint
override AndroidX.Compose.UI.Text.Font.FontFamily.ThresholdType.get -> System.Type!
@@ -1017,7 +1017,7 @@ override AndroidX.Compose.UI.Text.Font.FontListFontFamily.JniPeerMembers.get ->
override AndroidX.Compose.UI.Text.Font.FontListFontFamilyTypefaceAdapterKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.UI.Text.Font.FontStyle.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.UI.Text.Font.FontStyle.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Font.FontStyle.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Font.FontSynthesis.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Font.FontSynthesis.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1025,7 +1025,7 @@ override AndroidX.Compose.UI.Text.Font.FontSynthesisKt.JniPeerMembers.get -> Jav
override AndroidX.Compose.UI.Text.Font.FontSynthesis_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Font.FontVariation.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Font.FontVariation.Settings.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.UI.Text.Font.FontWeight.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Font.FontWeight.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Font.FontWeightKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Font.GenericFontFamily.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1165,7 +1165,7 @@ override AndroidX.Compose.UI.Text.Style.ResolvedTextDirection.JniPeerMembers.get
override AndroidX.Compose.UI.Text.Style.TextAlign.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Style.TextAlign.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Style.TextAlignKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.UI.Text.Style.TextDecoration.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.UI.Text.Style.TextDecoration.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Style.TextDecoration.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Style.TextDirection.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.Style.TextDirection.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1194,7 +1194,7 @@ override AndroidX.Compose.UI.Text.TextPainterKt.JniPeerMembers.get -> Java.Inter
override AndroidX.Compose.UI.Text.TextRange.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.TextRange.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.TextRangeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.UI.Text.TextStyle.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.UI.Text.TextStyle.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.TextStyle.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.TextStyleKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Text.TextStyleKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1228,12 +1228,14 @@ static AndroidX.Compose.UI.Text.Font.AndroidFontKt.Font(Android.OS.ParcelFileDes
static AndroidX.Compose.UI.Text.Font.AndroidFontKt.Font(Java.IO.File! file, AndroidX.Compose.UI.Text.Font.FontWeight! weight, int style, AndroidX.Compose.UI.Text.Font.FontVariation.Settings! variationSettings) -> AndroidX.Compose.UI.Text.Font.IFont!
static AndroidX.Compose.UI.Text.Font.AndroidFontKt.Font(string! path, Android.Content.Res.AssetManager! assetManager, AndroidX.Compose.UI.Text.Font.FontWeight! weight, int style, AndroidX.Compose.UI.Text.Font.FontVariation.Settings! variationSettings) -> AndroidX.Compose.UI.Text.Font.IFont!
static AndroidX.Compose.UI.Text.Font.AndroidFontUtils_androidKt.GetAndroidBold(AndroidX.Compose.UI.Text.Font.FontWeight.Companion! obj) -> AndroidX.Compose.UI.Text.Font.FontWeight!
+static AndroidX.Compose.UI.Text.Font.AndroidFontUtils_androidKt.GetAndroidBold(AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic! obj) -> AndroidX.Compose.UI.Text.Font.FontWeight!
static AndroidX.Compose.UI.Text.Font.AndroidTypeface_androidKt.FontFamily(Android.Graphics.Typeface! typeface) -> AndroidX.Compose.UI.Text.Font.FontFamily!
static AndroidX.Compose.UI.Text.Font.AndroidTypeface_androidKt.Typeface(Android.Content.Context! context, AndroidX.Compose.UI.Text.Font.FontFamily! fontFamily, System.Collections.Generic.IList? styles) -> AndroidX.Compose.UI.Text.Font.ITypeface!
static AndroidX.Compose.UI.Text.Font.AndroidTypeface_androidKt.Typeface(Android.Graphics.Typeface! typeface) -> AndroidX.Compose.UI.Text.Font.ITypeface!
static AndroidX.Compose.UI.Text.Font.DelegatingFontLoaderForDeprecatedUsage_androidKt.CreateFontFamilyResolver(AndroidX.Compose.UI.Text.Font.IFontResourceLoader! fontResourceLoader, Android.Content.Context! context) -> AndroidX.Compose.UI.Text.Font.FontFamily.IResolver!
static AndroidX.Compose.UI.Text.Font.DeviceFontFamilyNameFontKt.Font(string! familyName, AndroidX.Compose.UI.Text.Font.FontWeight! weight, int style, AndroidX.Compose.UI.Text.Font.FontVariation.Settings! variationSettings) -> AndroidX.Compose.UI.Text.Font.IFont!
static AndroidX.Compose.UI.Text.Font.Font.Companion.get -> AndroidX.Compose.UI.Text.Font.FontCompanion!
+static AndroidX.Compose.UI.Text.Font.FontFamily.Companion.get -> AndroidX.Compose.UI.Text.Font.FontFamily.CompanionStatic!
static AndroidX.Compose.UI.Text.Font.FontFamilyKt.FontFamily(AndroidX.Compose.UI.Text.Font.ITypeface! typeface) -> AndroidX.Compose.UI.Text.Font.FontFamily!
static AndroidX.Compose.UI.Text.Font.FontFamilyKt.FontFamily(System.Collections.Generic.IList! fonts) -> AndroidX.Compose.UI.Text.Font.FontFamily!
static AndroidX.Compose.UI.Text.Font.FontFamilyKt.FontFamily(params AndroidX.Compose.UI.Text.Font.IFont![]! fonts) -> AndroidX.Compose.UI.Text.Font.FontFamily!
@@ -1246,7 +1248,9 @@ static AndroidX.Compose.UI.Text.Font.FontFamilyResolver_androidKt.ResolveAsTypef
static AndroidX.Compose.UI.Text.Font.FontKt.Font(int resId, AndroidX.Compose.UI.Text.Font.FontWeight! weight, int style, int loadingStrategy) -> AndroidX.Compose.UI.Text.Font.IFont!
static AndroidX.Compose.UI.Text.Font.FontKt.Font(int resId, AndroidX.Compose.UI.Text.Font.FontWeight! weight, int style, int loadingStrategy, AndroidX.Compose.UI.Text.Font.FontVariation.Settings! variationSettings) -> AndroidX.Compose.UI.Text.Font.IFont!
static AndroidX.Compose.UI.Text.Font.FontKt.ToFontFamily(AndroidX.Compose.UI.Text.Font.IFont! obj) -> AndroidX.Compose.UI.Text.Font.FontFamily!
+static AndroidX.Compose.UI.Text.Font.FontStyle.Companion.get -> AndroidX.Compose.UI.Text.Font.FontStyle.CompanionStatic!
static AndroidX.Compose.UI.Text.Font.FontVariation.Instance.get -> AndroidX.Compose.UI.Text.Font.FontVariation!
+static AndroidX.Compose.UI.Text.Font.FontWeight.Companion.get -> AndroidX.Compose.UI.Text.Font.FontWeight.CompanionStatic!
static AndroidX.Compose.UI.Text.Font.FontWeightKt.Lerp(AndroidX.Compose.UI.Text.Font.FontWeight! start, AndroidX.Compose.UI.Text.Font.FontWeight! stop, float fraction) -> AndroidX.Compose.UI.Text.Font.FontWeight!
static AndroidX.Compose.UI.Text.Font.ResourceFont.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Text.Font.FontCompanion!
static AndroidX.Compose.UI.Text.Html_androidKt.FromHtml(AndroidX.Compose.UI.Text.AnnotatedString.Companion! obj, string! htmlString, AndroidX.Compose.UI.Text.TextLinkStyles? linkStyles, AndroidX.Compose.UI.Text.ILinkInteractionListener? linkInteractionListener) -> AndroidX.Compose.UI.Text.AnnotatedString!
@@ -1287,6 +1291,7 @@ static AndroidX.Compose.UI.Text.Style.ResolvedTextDirection.ValueOf(string? valu
static AndroidX.Compose.UI.Text.Style.ResolvedTextDirection.Values() -> AndroidX.Compose.UI.Text.Style.ResolvedTextDirection![]?
static AndroidX.Compose.UI.Text.Style.TextAlignKt.IsSpecified(int obj) -> bool
static AndroidX.Compose.UI.Text.Style.TextAlignKt.TakeOrElse(int obj, Kotlin.Jvm.Functions.IFunction0! block) -> int
+static AndroidX.Compose.UI.Text.Style.TextDecoration.Companion.get -> AndroidX.Compose.UI.Text.Style.TextDecoration.CompanionStatic!
static AndroidX.Compose.UI.Text.Style.TextDirectionKt.IsSpecified(int obj) -> bool
static AndroidX.Compose.UI.Text.Style.TextDirectionKt.TakeOrElse(int obj, Kotlin.Jvm.Functions.IFunction0! block) -> int
static AndroidX.Compose.UI.Text.Style.TextGeometricTransformKt.Lerp(AndroidX.Compose.UI.Text.Style.TextGeometricTransform! start, AndroidX.Compose.UI.Text.Style.TextGeometricTransform! stop, float fraction) -> AndroidX.Compose.UI.Text.Style.TextGeometricTransform!
@@ -1300,6 +1305,7 @@ static AndroidX.Compose.UI.Text.TextRangeKt.Substring(Java.Lang.ICharSequence! o
static AndroidX.Compose.UI.Text.TextRangeKt.Substring(string! obj, long range) -> string!
static AndroidX.Compose.UI.Text.TextRangeKt.TextRange(int index) -> long
static AndroidX.Compose.UI.Text.TextRangeKt.TextRange(int start, int end) -> long
+static AndroidX.Compose.UI.Text.TextStyle.Companion.get -> AndroidX.Compose.UI.Text.TextStyle.CompanionStatic!
static AndroidX.Compose.UI.Text.TextStyleKt.Lerp(AndroidX.Compose.UI.Text.TextStyle! start, AndroidX.Compose.UI.Text.TextStyle! stop, float fraction) -> AndroidX.Compose.UI.Text.TextStyle!
virtual AndroidX.Compose.UI.Text.Input.TextInputService.StartInput(AndroidX.Compose.UI.Text.Input.TextFieldValue! value, AndroidX.Compose.UI.Text.Input.ImeOptions! imeOptions, Kotlin.Jvm.Functions.IFunction1! onEditCommand, Kotlin.Jvm.Functions.IFunction1! onImeActionPerformed) -> AndroidX.Compose.UI.Text.Input.TextInputSession!
virtual AndroidX.Compose.UI.Text.Input.TextInputService.StopInput(AndroidX.Compose.UI.Text.Input.TextInputSession! session) -> void
diff --git a/source/androidx.compose.ui/ui-text-android/Transforms/Metadata.xml b/source/androidx.compose.ui/ui-text-android/Transforms/Metadata.xml
index 94cc2574e..aeba89ce5 100644
--- a/source/androidx.compose.ui/ui-text-android/Transforms/Metadata.xml
+++ b/source/androidx.compose.ui/ui-text-android/Transforms/Metadata.xml
@@ -55,4 +55,20 @@
-->
+
+
+ CompanionStatic
+ CompanionStatic
+ CompanionStatic
+ CompanionStatic
+ CompanionStatic
From 90d2610493a3bc45ea94f8f712659c2950588027 Mon Sep 17 00:00:00 2001
From: Jonathan Peppers
Date: Thu, 11 Jun 2026 11:10:52 -0500
Subject: [PATCH 3/3] Use wildcard CompanionStatic rename to surface all class
companions
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The previous commit enumerated 7 specific Kotlin companion classes by name
across foundation-android (1), ui-graphics-android (1), and ui-text-android
(5). That fixed those 7 but left 62 more classes with the same problem in
just these three packages: ScrollState.Companion, LazyListState.Companion,
BlendMode.Companion, Brush.Companion, Path.Companion, ImeAction.Companion,
TextRange.Companion, AnnotatedString.Companion, and many others were still
unreachable without raw JNI.
Replace the per-class entries with the same wildcard XPath that
kotlin-stdlib, okio-jvm, com.google.ai.edge.aicore, and com.google.mlkit
genai-prompt already use:
CompanionStatic
This renames every nested *.Companion peer in the package to CompanionStatic,
letting the binding generator emit `public static .CompanionStatic
Companion { get; }` on every outer class.
After this change:
foundation-android : 24 new static Companion accessors
ui-graphics-android: 35 new static Companion accessors
ui-text-android : 45 new static Companion accessors
---
104 total (vs. 7 in the previous revision)
Interface companions are unaffected — the binding generator hoists them to
top-level Companion before this rename matches, so `Path.Companion`,
`ImageBitmap.Companion`, `DrawScope.Companion`, etc. surface correctly via
their hoisted peer.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
.../PublicAPI/PublicAPI.Unshipped.txt | 377 +++++++++----
.../Transforms/Metadata.xml | 16 +-
.../PublicAPI/PublicAPI.Unshipped.txt | 501 +++++++++++-------
.../Transforms/Metadata.xml | 23 +-
.../PublicAPI/PublicAPI.Unshipped.txt | 471 ++++++++--------
.../ui-text-android/Transforms/Metadata.xml | 19 +-
6 files changed, 896 insertions(+), 511 deletions(-)
diff --git a/source/androidx.compose.foundation/foundation-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.compose.foundation/foundation-android/PublicAPI/PublicAPI.Unshipped.txt
index 4bcebc572..90804055a 100644
--- a/source/androidx.compose.foundation/foundation-android/PublicAPI/PublicAPI.Unshipped.txt
+++ b/source/androidx.compose.foundation/foundation-android/PublicAPI/PublicAPI.Unshipped.txt
@@ -1,10 +1,10 @@
#nullable enable
AndroidX.Compose.Foundation.ActualJvm_jvmAndAndroidKt
AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder
-AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.Companion
-AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.Companion.Behind_B_4ceCc.get -> int
-AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.Companion.MediaOverlay_B_4ceCc.get -> int
-AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.Companion.OnTop_B_4ceCc.get -> int
+AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.CompanionStatic
+AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.CompanionStatic.Behind_B_4ceCc.get -> int
+AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.CompanionStatic.MediaOverlay_B_4ceCc.get -> int
+AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.CompanionStatic.OnTop_B_4ceCc.get -> int
AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.ZOrder.get -> int
AndroidX.Compose.Foundation.AndroidExternalSurface_androidKt
AndroidX.Compose.Foundation.AndroidOverscroll_androidKt
@@ -17,6 +17,8 @@ AndroidX.Compose.Foundation.BasicTooltip_androidKt
AndroidX.Compose.Foundation.Border.BorderLogicKt
AndroidX.Compose.Foundation.BorderKt
AndroidX.Compose.Foundation.BorderStroke
+AndroidX.Compose.Foundation.BorderStroke.Brush.get -> AndroidX.Compose.UI.Graphics.Brush!
+AndroidX.Compose.Foundation.BorderStroke.Copy(float width, AndroidX.Compose.UI.Graphics.Brush! brush) -> AndroidX.Compose.Foundation.BorderStroke!
AndroidX.Compose.Foundation.BorderStroke.Width.get -> float
AndroidX.Compose.Foundation.BorderStrokeKt
AndroidX.Compose.Foundation.CanvasKt
@@ -35,12 +37,12 @@ AndroidX.Compose.Foundation.Content.Internal.DragAndDropRequestPermission_androi
AndroidX.Compose.Foundation.Content.Internal.ReceiveContentConfigurationKt
AndroidX.Compose.Foundation.Content.Internal.ReceiveContentDragAndDropNode_androidKt
AndroidX.Compose.Foundation.Content.MediaType
-AndroidX.Compose.Foundation.Content.MediaType.Companion
-AndroidX.Compose.Foundation.Content.MediaType.Companion.All.get -> AndroidX.Compose.Foundation.Content.MediaType!
-AndroidX.Compose.Foundation.Content.MediaType.Companion.HtmlText.get -> AndroidX.Compose.Foundation.Content.MediaType!
-AndroidX.Compose.Foundation.Content.MediaType.Companion.Image.get -> AndroidX.Compose.Foundation.Content.MediaType!
-AndroidX.Compose.Foundation.Content.MediaType.Companion.PlainText.get -> AndroidX.Compose.Foundation.Content.MediaType!
-AndroidX.Compose.Foundation.Content.MediaType.Companion.Text.get -> AndroidX.Compose.Foundation.Content.MediaType!
+AndroidX.Compose.Foundation.Content.MediaType.CompanionStatic
+AndroidX.Compose.Foundation.Content.MediaType.CompanionStatic.All.get -> AndroidX.Compose.Foundation.Content.MediaType!
+AndroidX.Compose.Foundation.Content.MediaType.CompanionStatic.HtmlText.get -> AndroidX.Compose.Foundation.Content.MediaType!
+AndroidX.Compose.Foundation.Content.MediaType.CompanionStatic.Image.get -> AndroidX.Compose.Foundation.Content.MediaType!
+AndroidX.Compose.Foundation.Content.MediaType.CompanionStatic.PlainText.get -> AndroidX.Compose.Foundation.Content.MediaType!
+AndroidX.Compose.Foundation.Content.MediaType.CompanionStatic.Text.get -> AndroidX.Compose.Foundation.Content.MediaType!
AndroidX.Compose.Foundation.Content.MediaType.MediaType(string! representation) -> void
AndroidX.Compose.Foundation.Content.MediaType.Representation.get -> string!
AndroidX.Compose.Foundation.Content.PlatformTransferableContent
@@ -54,10 +56,10 @@ AndroidX.Compose.Foundation.Content.TransferableContent.ClipMetadata.get -> Andr
AndroidX.Compose.Foundation.Content.TransferableContent.GetSource() -> int
AndroidX.Compose.Foundation.Content.TransferableContent.PlatformTransferableContent.get -> AndroidX.Compose.Foundation.Content.PlatformTransferableContent?
AndroidX.Compose.Foundation.Content.TransferableContent.Source
-AndroidX.Compose.Foundation.Content.TransferableContent.Source.Companion
-AndroidX.Compose.Foundation.Content.TransferableContent.Source.Companion.Clipboard_kB6V9T0.get -> int
-AndroidX.Compose.Foundation.Content.TransferableContent.Source.Companion.DragAndDrop_kB6V9T0.get -> int
-AndroidX.Compose.Foundation.Content.TransferableContent.Source.Companion.Keyboard_kB6V9T0.get -> int
+AndroidX.Compose.Foundation.Content.TransferableContent.Source.CompanionStatic
+AndroidX.Compose.Foundation.Content.TransferableContent.Source.CompanionStatic.Clipboard_kB6V9T0.get -> int
+AndroidX.Compose.Foundation.Content.TransferableContent.Source.CompanionStatic.DragAndDrop_kB6V9T0.get -> int
+AndroidX.Compose.Foundation.Content.TransferableContent.Source.CompanionStatic.Keyboard_kB6V9T0.get -> int
AndroidX.Compose.Foundation.Content.TransferableContent_androidKt
AndroidX.Compose.Foundation.Contextmenu.ContextMenuAreaKt
AndroidX.Compose.Foundation.Contextmenu.ContextMenuGesturesKt
@@ -70,6 +72,8 @@ AndroidX.Compose.Foundation.DarkTheme_androidKt
AndroidX.Compose.Foundation.Draganddrop.AndroidDragAndDropSource_androidKt
AndroidX.Compose.Foundation.Draganddrop.DragAndDropSourceKt
AndroidX.Compose.Foundation.Draganddrop.DragAndDropTargetKt
+AndroidX.Compose.Foundation.Draganddrop.IDragAndDropSourceScope
+AndroidX.Compose.Foundation.Draganddrop.IDragAndDropSourceScope.StartTransfer(AndroidX.Compose.UI.Draganddrop.DragAndDropTransferData! transferData) -> void
AndroidX.Compose.Foundation.EdgeEffectCompat_androidKt
AndroidX.Compose.Foundation.ExcludeFromSystemGestureKt
AndroidX.Compose.Foundation.ExperimentalFoundationApiAttribute
@@ -78,7 +82,10 @@ AndroidX.Compose.Foundation.FocusableKt
AndroidX.Compose.Foundation.FocusedBoundsKt
AndroidX.Compose.Foundation.GestureNodeKt
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableDefaults
+AndroidX.Compose.Foundation.Gestures.AnchoredDraggableDefaults.DecayAnimationSpec.get -> AndroidX.Compose.Animation.Core.IDecayAnimationSpec!
+AndroidX.Compose.Foundation.Gestures.AnchoredDraggableDefaults.FlingBehavior(AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState! state, Kotlin.Jvm.Functions.IFunction1? positionalThreshold, AndroidX.Compose.Animation.Core.IAnimationSpec? animationSpec, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> AndroidX.Compose.Foundation.Gestures.ITargetedFlingBehavior!
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableDefaults.PositionalThreshold.get -> Kotlin.Jvm.Functions.IFunction1!
+AndroidX.Compose.Foundation.Gestures.AnchoredDraggableDefaults.SnapAnimationSpec.get -> AndroidX.Compose.Animation.Core.IAnimationSpec!
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.AnchoredDrag(AndroidX.Compose.Foundation.MutatePriority! dragPriority, Kotlin.Jvm.Functions.IFunction3! block, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
@@ -88,8 +95,9 @@ AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.AnchoredDraggableSta
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.AnchoredDraggableState(Java.Lang.Object? initialValue, AndroidX.Compose.Foundation.Gestures.IDraggableAnchors! anchors, Kotlin.Jvm.Functions.IFunction1! confirmValueChange) -> void
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.AnchoredDraggableState(Java.Lang.Object? initialValue, Kotlin.Jvm.Functions.IFunction1! confirmValueChange) -> void
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.Anchors.get -> AndroidX.Compose.Foundation.Gestures.IDraggableAnchors!
-AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.Companion
+AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.CompanionStatic
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.CurrentValue.get -> Java.Lang.Object?
+AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.DecayAnimationSpec.get -> AndroidX.Compose.Animation.Core.IDecayAnimationSpec!
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.DispatchRawDelta(float delta) -> float
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.InvokeProgress(Java.Lang.Object? from, Java.Lang.Object? to) -> float
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.IsAnimationRunning.get -> bool
@@ -97,13 +105,15 @@ AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.LastVelocity.get ->
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.Offset.get -> float
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.Progress.get -> float
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.RequireOffset() -> float
+AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.Settle(AndroidX.Compose.Animation.Core.IAnimationSpec! animationSpec, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.Settle(float velocity, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.SettledValue.get -> Java.Lang.Object?
+AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.SnapAnimationSpec.get -> AndroidX.Compose.Animation.Core.IAnimationSpec!
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.TargetValue.get -> Java.Lang.Object?
AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.UpdateAnchors(AndroidX.Compose.Foundation.Gestures.IDraggableAnchors! newAnchors, Java.Lang.Object? newTarget) -> void
AndroidX.Compose.Foundation.Gestures.AndroidScrollable_androidKt
AndroidX.Compose.Foundation.Gestures.BringIntoViewSpec
-AndroidX.Compose.Foundation.Gestures.BringIntoViewSpecCompanion
+AndroidX.Compose.Foundation.Gestures.BringIntoViewSpecCompanionStatic
AndroidX.Compose.Foundation.Gestures.BringIntoViewSpecConsts
AndroidX.Compose.Foundation.Gestures.BringIntoViewSpec_androidKt
AndroidX.Compose.Foundation.Gestures.ContentInViewNodeKt
@@ -122,7 +132,8 @@ AndroidX.Compose.Foundation.Gestures.IAnchoredDragScope
AndroidX.Compose.Foundation.Gestures.IAnchoredDragScope.DragTo(float newOffset, float lastKnownVelocity) -> void
AndroidX.Compose.Foundation.Gestures.IBringIntoViewSpec
AndroidX.Compose.Foundation.Gestures.IBringIntoViewSpec.CalculateScrollDistance(float offset, float size, float containerSize) -> float
-AndroidX.Compose.Foundation.Gestures.IBringIntoViewSpec.Companion.get -> AndroidX.Compose.Foundation.Gestures.BringIntoViewSpecCompanion!
+AndroidX.Compose.Foundation.Gestures.IBringIntoViewSpec.Companion.get -> AndroidX.Compose.Foundation.Gestures.BringIntoViewSpecCompanionStatic!
+AndroidX.Compose.Foundation.Gestures.IBringIntoViewSpec.ScrollAnimationSpec.get -> AndroidX.Compose.Animation.Core.IAnimationSpec!
AndroidX.Compose.Foundation.Gestures.IDrag2DScope
AndroidX.Compose.Foundation.Gestures.IDrag2DScope.DragBy(long p0) -> void
AndroidX.Compose.Foundation.Gestures.IDragScope
@@ -145,6 +156,9 @@ AndroidX.Compose.Foundation.Gestures.IDraggableState.DispatchRawDelta(float delt
AndroidX.Compose.Foundation.Gestures.IDraggableState.Drag(AndroidX.Compose.Foundation.MutatePriority! dragPriority, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! p2) -> Java.Lang.Object?
AndroidX.Compose.Foundation.Gestures.IFlingBehavior
AndroidX.Compose.Foundation.Gestures.IFlingBehavior.PerformFling(AndroidX.Compose.Foundation.Gestures.IScrollScope! p0, float initialVelocity, Kotlin.Coroutines.IContinuation! p2) -> Java.Lang.Object?
+AndroidX.Compose.Foundation.Gestures.IPressGestureScope
+AndroidX.Compose.Foundation.Gestures.IPressGestureScope.AwaitRelease(Kotlin.Coroutines.IContinuation! p0) -> Java.Lang.Object?
+AndroidX.Compose.Foundation.Gestures.IPressGestureScope.TryAwaitRelease(Kotlin.Coroutines.IContinuation! p0) -> Java.Lang.Object?
AndroidX.Compose.Foundation.Gestures.IScroll2DScope
AndroidX.Compose.Foundation.Gestures.IScroll2DScope.ScrollBy(long p0) -> long
AndroidX.Compose.Foundation.Gestures.IScrollScope
@@ -175,12 +189,14 @@ AndroidX.Compose.Foundation.Gestures.IndirectPointerInputDragCycleDetectorKt
AndroidX.Compose.Foundation.Gestures.MouseWheelScrollingLogicKt
AndroidX.Compose.Foundation.Gestures.NonTouchScrollingLogicKt
AndroidX.Compose.Foundation.Gestures.Orientation
+AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls
AndroidX.Compose.Foundation.Gestures.ScrollExtensionsKt
AndroidX.Compose.Foundation.Gestures.Scrollable2DKt
AndroidX.Compose.Foundation.Gestures.Scrollable2DStateKt
AndroidX.Compose.Foundation.Gestures.ScrollableDefaults
AndroidX.Compose.Foundation.Gestures.ScrollableDefaults.FlingBehavior(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Gestures.IFlingBehavior!
AndroidX.Compose.Foundation.Gestures.ScrollableDefaults.OverscrollEffect(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.IOverscrollEffect!
+AndroidX.Compose.Foundation.Gestures.ScrollableDefaults.ReverseDirection(AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection, AndroidX.Compose.Foundation.Gestures.Orientation! orientation, bool reverseScrolling) -> bool
AndroidX.Compose.Foundation.Gestures.ScrollableKt
AndroidX.Compose.Foundation.Gestures.ScrollableStateDefaultImpls
AndroidX.Compose.Foundation.Gestures.ScrollableStateKt
@@ -222,13 +238,16 @@ AndroidX.Compose.Foundation.IExperimentalFoundationApi
AndroidX.Compose.Foundation.IIndication
AndroidX.Compose.Foundation.IIndication.RememberUpdatedInstance(AndroidX.Compose.Foundation.Interaction.IInteractionSource! interactionSource, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.IIndicationInstance!
AndroidX.Compose.Foundation.IIndicationInstance
+AndroidX.Compose.Foundation.IIndicationInstance.DrawIndication(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! p0) -> void
AndroidX.Compose.Foundation.IIndicationNodeFactory
AndroidX.Compose.Foundation.IIndicationNodeFactory.Equals(Java.Lang.Object? other) -> bool
AndroidX.Compose.Foundation.IIndicationNodeFactory.GetHashCode() -> int
AndroidX.Compose.Foundation.IInternalFoundationApi
AndroidX.Compose.Foundation.IMarqueeSpacing
-AndroidX.Compose.Foundation.IMarqueeSpacing.Companion.get -> AndroidX.Compose.Foundation.MarqueeSpacingCompanion!
+AndroidX.Compose.Foundation.IMarqueeSpacing.CalculateSpacing(AndroidX.Compose.UI.Unit.IDensity! p0, int contentWidth, int containerWidth) -> int
+AndroidX.Compose.Foundation.IMarqueeSpacing.Companion.get -> AndroidX.Compose.Foundation.MarqueeSpacingCompanionStatic!
AndroidX.Compose.Foundation.IOverscrollEffect
+AndroidX.Compose.Foundation.IOverscrollEffect.ApplyToFling(long p0, Kotlin.Jvm.Functions.IFunction2! performFling, Kotlin.Coroutines.IContinuation! p2) -> Java.Lang.Object?
AndroidX.Compose.Foundation.IOverscrollEffect.EffectModifier.get -> AndroidX.Compose.UI.IModifier!
AndroidX.Compose.Foundation.IOverscrollEffect.IsInProgress.get -> bool
AndroidX.Compose.Foundation.IOverscrollFactory
@@ -300,14 +319,18 @@ AndroidX.Compose.Foundation.Internal.System_jvmAndAndroidKt
AndroidX.Compose.Foundation.InternalFoundationApiAttribute
AndroidX.Compose.Foundation.InternalFoundationApiAttribute.InternalFoundationApiAttribute() -> void
AndroidX.Compose.Foundation.Lazy.Grid.GridCellsAdaptive
+AndroidX.Compose.Foundation.Lazy.Grid.GridCellsAdaptive.CalculateCrossAxisCellSizes(AndroidX.Compose.UI.Unit.IDensity! _this_calculateCrossAxisCellSizes, int availableSize, int spacing) -> System.Collections.Generic.IList!
AndroidX.Compose.Foundation.Lazy.Grid.GridCellsFixed
+AndroidX.Compose.Foundation.Lazy.Grid.GridCellsFixed.CalculateCrossAxisCellSizes(AndroidX.Compose.UI.Unit.IDensity! _this_calculateCrossAxisCellSizes, int availableSize, int spacing) -> System.Collections.Generic.IList!
AndroidX.Compose.Foundation.Lazy.Grid.GridCellsFixed.GridCellsFixed(int count) -> void
AndroidX.Compose.Foundation.Lazy.Grid.GridCellsFixedSize
+AndroidX.Compose.Foundation.Lazy.Grid.GridCellsFixedSize.CalculateCrossAxisCellSizes(AndroidX.Compose.UI.Unit.IDensity! _this_calculateCrossAxisCellSizes, int availableSize, int spacing) -> System.Collections.Generic.IList!
AndroidX.Compose.Foundation.Lazy.Grid.GridItemSpan
AndroidX.Compose.Foundation.Lazy.Grid.IGridCells
+AndroidX.Compose.Foundation.Lazy.Grid.IGridCells.CalculateCrossAxisCellSizes(AndroidX.Compose.UI.Unit.IDensity! p0, int availableSize, int spacing) -> System.Collections.Generic.IList!
AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemInfo
AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemInfo.Column.get -> int
-AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemInfo.Companion.get -> AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoCompanion!
+AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemInfo.Companion.get -> AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoCompanionStatic!
AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemInfo.ContentType.get -> Java.Lang.Object?
AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemInfo.Index.get -> int
AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemInfo.Key.get -> Java.Lang.Object!
@@ -316,6 +339,7 @@ AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemInfo.Row.get -> int
AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemInfo.Size.get -> long
AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemInfo.Span.get -> int
AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemScope
+AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemScope.AnimateItem(AndroidX.Compose.UI.IModifier! p0, AndroidX.Compose.Animation.Core.IFiniteAnimationSpec? fadeInSpec, AndroidX.Compose.Animation.Core.IFiniteAnimationSpec? placementSpec, AndroidX.Compose.Animation.Core.IFiniteAnimationSpec? fadeOutSpec) -> AndroidX.Compose.UI.IModifier!
AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemSpanScope
AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemSpanScope.MaxCurrentLineSpan.get -> int
AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemSpanScope.MaxLineSpan.get -> int
@@ -351,7 +375,7 @@ AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridScopeMarker
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridBeyondBoundsModifierKt
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridDslKt
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfo
-AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoCompanion
+AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoCompanionStatic
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoConsts
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoKt
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemProviderKt
@@ -369,7 +393,7 @@ AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.AnimateScrollToItem(int index, int scrollOffset, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.CanScrollBackward.get -> bool
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.CanScrollForward.get -> bool
-AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.Companion
+AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.CompanionStatic
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.DispatchRawDelta(float delta) -> float
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.FirstVisibleItemIndex.get -> int
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.FirstVisibleItemScrollOffset.get -> int
@@ -389,6 +413,7 @@ AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.ScrollToItem(int index, int
AndroidX.Compose.Foundation.Lazy.Grid.LazyGridStateKt
AndroidX.Compose.Foundation.Lazy.Grid.LazySemanticsKt
AndroidX.Compose.Foundation.Lazy.ILazyItemScope
+AndroidX.Compose.Foundation.Lazy.ILazyItemScope.AnimateItem(AndroidX.Compose.UI.IModifier! _this_animateItem, AndroidX.Compose.Animation.Core.IFiniteAnimationSpec? fadeInSpec, AndroidX.Compose.Animation.Core.IFiniteAnimationSpec? placementSpec, AndroidX.Compose.Animation.Core.IFiniteAnimationSpec? fadeOutSpec) -> AndroidX.Compose.UI.IModifier!
AndroidX.Compose.Foundation.Lazy.ILazyItemScope.FillParentMaxHeight(AndroidX.Compose.UI.IModifier! p0, float fraction) -> AndroidX.Compose.UI.IModifier!
AndroidX.Compose.Foundation.Lazy.ILazyItemScope.FillParentMaxSize(AndroidX.Compose.UI.IModifier! p0, float fraction) -> AndroidX.Compose.UI.IModifier!
AndroidX.Compose.Foundation.Lazy.ILazyItemScope.FillParentMaxWidth(AndroidX.Compose.UI.IModifier! p0, float fraction) -> AndroidX.Compose.UI.IModifier!
@@ -430,6 +455,8 @@ AndroidX.Compose.Foundation.Lazy.Layout.IIntervalList.ForEach(int fromIndex, int
AndroidX.Compose.Foundation.Lazy.Layout.IIntervalList.Get(int index) -> AndroidX.Compose.Foundation.Lazy.Layout.IntervalListInterval!
AndroidX.Compose.Foundation.Lazy.Layout.IIntervalList.Size.get -> int
AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutCacheWindow
+AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutCacheWindow.CalculateAheadWindow(AndroidX.Compose.UI.Unit.IDensity! _this_calculateAheadWindow, int viewport) -> int
+AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutCacheWindow.CalculateBehindWindow(AndroidX.Compose.UI.Unit.IDensity! _this_calculateBehindWindow, int viewport) -> int
AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutItemProvider
AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutItemProvider.GetContentType(int index) -> Java.Lang.Object?
AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutItemProvider.GetIndex(Java.Lang.Object! key) -> int
@@ -440,6 +467,10 @@ AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutKeyIndexMap
AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutKeyIndexMap.GetIndex(Java.Lang.Object! key) -> int
AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutKeyIndexMap.GetKey(int index) -> Java.Lang.Object?
AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutMeasurePolicy
+AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutMeasurePolicy.Measure(AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutMeasureScope! p0, long p1) -> AndroidX.Compose.UI.Layout.IMeasureResult!
+AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutMeasureScope
+AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutMeasureScope.Compose(int index) -> System.Collections.Generic.IList!
+AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutMeasureScope.Measure(int index, long p1) -> System.Collections.Generic.IList!
AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope
AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope.CalculateDistanceTo(int targetIndex, int targetOffset) -> int
AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope.FirstVisibleItemIndex.get -> int
@@ -532,7 +563,7 @@ AndroidX.Compose.Foundation.Lazy.LazyListState
AndroidX.Compose.Foundation.Lazy.LazyListState.AnimateScrollToItem(int index, int scrollOffset, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
AndroidX.Compose.Foundation.Lazy.LazyListState.CanScrollBackward.get -> bool
AndroidX.Compose.Foundation.Lazy.LazyListState.CanScrollForward.get -> bool
-AndroidX.Compose.Foundation.Lazy.LazyListState.Companion
+AndroidX.Compose.Foundation.Lazy.LazyListState.CompanionStatic
AndroidX.Compose.Foundation.Lazy.LazyListState.DispatchRawDelta(float delta) -> float
AndroidX.Compose.Foundation.Lazy.LazyListState.FirstVisibleItemIndex.get -> int
AndroidX.Compose.Foundation.Lazy.LazyListState.FirstVisibleItemScrollOffset.get -> int
@@ -561,6 +592,7 @@ AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridItemInfo.Lane.g
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridItemInfo.Offset.get -> long
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridItemInfo.Size.get -> long
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridItemScope
+AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridItemScope.AnimateItem(AndroidX.Compose.UI.IModifier! p0, AndroidX.Compose.Animation.Core.IFiniteAnimationSpec? fadeInSpec, AndroidX.Compose.Animation.Core.IFiniteAnimationSpec? placementSpec, AndroidX.Compose.Animation.Core.IFiniteAnimationSpec? fadeOutSpec) -> AndroidX.Compose.UI.IModifier!
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo.AfterContentPadding.get -> int
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo.BeforeContentPadding.get -> int
@@ -575,6 +607,7 @@ AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridScope
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridScope.Item(Java.Lang.Object? key, Java.Lang.Object? contentType, AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan? span, Kotlin.Jvm.Functions.IFunction3! p3) -> void
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridScope.Items(int count, Kotlin.Jvm.Functions.IFunction1? key, Kotlin.Jvm.Functions.IFunction1! contentType, Kotlin.Jvm.Functions.IFunction1? span, Kotlin.Jvm.Functions.IFunction4! p4) -> void
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.IStaggeredGridCells
+AndroidX.Compose.Foundation.Lazy.Staggeredgrid.IStaggeredGridCells.CalculateCrossAxisCellSizes(AndroidX.Compose.UI.Unit.IDensity! p0, int availableSize, int spacing) -> int[]!
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridBeyondBoundsModifierKt
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridCellsKt
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridDslKt
@@ -591,7 +624,7 @@ AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.AnimateScrollToItem(int index, int scrollOffset, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.CanScrollBackward.get -> bool
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.CanScrollForward.get -> bool
-AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.Companion
+AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.CompanionStatic
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.DispatchRawDelta(float delta) -> float
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.FirstVisibleItemIndex.get -> int
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.FirstVisibleItemScrollOffset.get -> int
@@ -607,26 +640,29 @@ AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.ScrollIndi
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.ScrollToItem(int index, int scrollOffset, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridStateKt
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridCellsAdaptive
+AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridCellsAdaptive.CalculateCrossAxisCellSizes(AndroidX.Compose.UI.Unit.IDensity! _this_calculateCrossAxisCellSizes, int availableSize, int spacing) -> int[]!
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridCellsFixed
+AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridCellsFixed.CalculateCrossAxisCellSizes(AndroidX.Compose.UI.Unit.IDensity! _this_calculateCrossAxisCellSizes, int availableSize, int spacing) -> int[]!
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridCellsFixed.StaggeredGridCellsFixed(int count) -> void
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridCellsFixedSize
+AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridCellsFixedSize.CalculateCrossAxisCellSizes(AndroidX.Compose.UI.Unit.IDensity! _this_calculateCrossAxisCellSizes, int availableSize, int spacing) -> int[]!
AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan
-AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan.Companion
-AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan.Companion.FullLine.get -> AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan!
-AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan.Companion.SingleLane.get -> AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan!
+AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan.CompanionStatic
+AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan.CompanionStatic.FullLine.get -> AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan!
+AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan.CompanionStatic.SingleLane.get -> AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan!
AndroidX.Compose.Foundation.Magnifier_androidKt
AndroidX.Compose.Foundation.MarqueeAnimationMode
-AndroidX.Compose.Foundation.MarqueeAnimationMode.Companion
-AndroidX.Compose.Foundation.MarqueeAnimationMode.Companion.Immediately_ZbEOnfQ.get -> int
-AndroidX.Compose.Foundation.MarqueeAnimationMode.Companion.WhileFocused_ZbEOnfQ.get -> int
+AndroidX.Compose.Foundation.MarqueeAnimationMode.CompanionStatic
+AndroidX.Compose.Foundation.MarqueeAnimationMode.CompanionStatic.Immediately_ZbEOnfQ.get -> int
+AndroidX.Compose.Foundation.MarqueeAnimationMode.CompanionStatic.WhileFocused_ZbEOnfQ.get -> int
AndroidX.Compose.Foundation.MarqueeDefaults
AndroidX.Compose.Foundation.MarqueeDefaults.Iterations.get -> int
AndroidX.Compose.Foundation.MarqueeDefaults.RepeatDelayMillis.get -> int
AndroidX.Compose.Foundation.MarqueeDefaults.Spacing.get -> AndroidX.Compose.Foundation.IMarqueeSpacing!
AndroidX.Compose.Foundation.MarqueeDefaults.Velocity.get -> float
AndroidX.Compose.Foundation.MarqueeSpacing
-AndroidX.Compose.Foundation.MarqueeSpacingCompanion
-AndroidX.Compose.Foundation.MarqueeSpacingCompanion.FractionOfContainer(float fraction) -> AndroidX.Compose.Foundation.IMarqueeSpacing!
+AndroidX.Compose.Foundation.MarqueeSpacingCompanionStatic
+AndroidX.Compose.Foundation.MarqueeSpacingCompanionStatic.FractionOfContainer(float fraction) -> AndroidX.Compose.Foundation.IMarqueeSpacing!
AndroidX.Compose.Foundation.MarqueeSpacingConsts
AndroidX.Compose.Foundation.MutatePriority
AndroidX.Compose.Foundation.MutationInterruptedException
@@ -646,6 +682,7 @@ AndroidX.Compose.Foundation.Pager.IPageInfo.Index.get -> int
AndroidX.Compose.Foundation.Pager.IPageInfo.Key.get -> Java.Lang.Object!
AndroidX.Compose.Foundation.Pager.IPageInfo.Offset.get -> int
AndroidX.Compose.Foundation.Pager.IPageSize
+AndroidX.Compose.Foundation.Pager.IPageSize.CalculateMainAxisPageSize(AndroidX.Compose.UI.Unit.IDensity! p0, int availableSpace, int pageSpacing) -> int
AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo
AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.AfterContentPadding.get -> int
AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.BeforeContentPadding.get -> int
@@ -662,15 +699,18 @@ AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.VisiblePagesInfo.get -> Syste
AndroidX.Compose.Foundation.Pager.IPagerScope
AndroidX.Compose.Foundation.Pager.IPagerSnapDistance
AndroidX.Compose.Foundation.Pager.IPagerSnapDistance.CalculateTargetPage(int startPage, int suggestedTargetPage, float velocity, int pageSize, int pageSpacing) -> int
-AndroidX.Compose.Foundation.Pager.IPagerSnapDistance.Companion.get -> AndroidX.Compose.Foundation.Pager.PagerSnapDistanceCompanion!
+AndroidX.Compose.Foundation.Pager.IPagerSnapDistance.Companion.get -> AndroidX.Compose.Foundation.Pager.PagerSnapDistanceCompanionStatic!
AndroidX.Compose.Foundation.Pager.LazyLayoutPagerKt
AndroidX.Compose.Foundation.Pager.LazyLayoutSemanticStateKt
AndroidX.Compose.Foundation.Pager.MeasuredPageKt
AndroidX.Compose.Foundation.Pager.PageSizeFill
+AndroidX.Compose.Foundation.Pager.PageSizeFill.CalculateMainAxisPageSize(AndroidX.Compose.UI.Unit.IDensity! _this_calculateMainAxisPageSize, int availableSpace, int pageSpacing) -> int
AndroidX.Compose.Foundation.Pager.PageSizeFixed
+AndroidX.Compose.Foundation.Pager.PageSizeFixed.CalculateMainAxisPageSize(AndroidX.Compose.UI.Unit.IDensity! _this_calculateMainAxisPageSize, int availableSpace, int pageSpacing) -> int
AndroidX.Compose.Foundation.Pager.PageSizeFixed.PageSize_D9Ej5fM.get -> float
AndroidX.Compose.Foundation.Pager.PagerBeyondBoundsModifierKt
AndroidX.Compose.Foundation.Pager.PagerDefaults
+AndroidX.Compose.Foundation.Pager.PagerDefaults.FlingBehavior(AndroidX.Compose.Foundation.Pager.PagerState! state, AndroidX.Compose.Foundation.Pager.IPagerSnapDistance? pagerSnapDistance, AndroidX.Compose.Animation.Core.IDecayAnimationSpec? decayAnimationSpec, AndroidX.Compose.Animation.Core.IAnimationSpec? snapAnimationSpec, float snapPositionalThreshold, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> AndroidX.Compose.Foundation.Gestures.ITargetedFlingBehavior!
AndroidX.Compose.Foundation.Pager.PagerDefaults.PageNestedScrollConnection(AndroidX.Compose.Foundation.Pager.PagerState! state, AndroidX.Compose.Foundation.Gestures.Orientation! orientation, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.UI.Input.NestedScroll.INestedScrollConnection!
AndroidX.Compose.Foundation.Pager.PagerKt
AndroidX.Compose.Foundation.Pager.PagerLayoutInfoKt
@@ -680,11 +720,12 @@ AndroidX.Compose.Foundation.Pager.PagerScrollPositionKt
AndroidX.Compose.Foundation.Pager.PagerScrollScopeKt
AndroidX.Compose.Foundation.Pager.PagerSemanticsKt
AndroidX.Compose.Foundation.Pager.PagerSnapDistance
-AndroidX.Compose.Foundation.Pager.PagerSnapDistanceCompanion
-AndroidX.Compose.Foundation.Pager.PagerSnapDistanceCompanion.AtMost(int pages) -> AndroidX.Compose.Foundation.Pager.IPagerSnapDistance!
+AndroidX.Compose.Foundation.Pager.PagerSnapDistanceCompanionStatic
+AndroidX.Compose.Foundation.Pager.PagerSnapDistanceCompanionStatic.AtMost(int pages) -> AndroidX.Compose.Foundation.Pager.IPagerSnapDistance!
AndroidX.Compose.Foundation.Pager.PagerSnapDistanceConsts
AndroidX.Compose.Foundation.Pager.PagerSnapDistanceKt
AndroidX.Compose.Foundation.Pager.PagerState
+AndroidX.Compose.Foundation.Pager.PagerState.AnimateScrollToPage(int page, float pageOffsetFraction, AndroidX.Compose.Animation.Core.IAnimationSpec! animationSpec, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
AndroidX.Compose.Foundation.Pager.PagerState.CanScrollBackward.get -> bool
AndroidX.Compose.Foundation.Pager.PagerState.CanScrollForward.get -> bool
AndroidX.Compose.Foundation.Pager.PagerState.CurrentPage.get -> int
@@ -710,9 +751,10 @@ AndroidX.Compose.Foundation.Relocation.IBringIntoViewRequester
AndroidX.Compose.Foundation.Relocation.IBringIntoViewResponder
AndroidX.Compose.Foundation.ScrollKt
AndroidX.Compose.Foundation.ScrollState
+AndroidX.Compose.Foundation.ScrollState.AnimateScrollTo(int value, AndroidX.Compose.Animation.Core.IAnimationSpec! animationSpec, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
AndroidX.Compose.Foundation.ScrollState.CanScrollBackward.get -> bool
AndroidX.Compose.Foundation.ScrollState.CanScrollForward.get -> bool
-AndroidX.Compose.Foundation.ScrollState.Companion
+AndroidX.Compose.Foundation.ScrollState.CompanionStatic
AndroidX.Compose.Foundation.ScrollState.DispatchRawDelta(float delta) -> float
AndroidX.Compose.Foundation.ScrollState.InteractionSource.get -> AndroidX.Compose.Foundation.Interaction.IInteractionSource!
AndroidX.Compose.Foundation.ScrollState.IsScrollInProgress.get -> bool
@@ -729,23 +771,37 @@ AndroidX.Compose.Foundation.ScrollableAreaKt
AndroidX.Compose.Foundation.Selection.SelectableGroupKt
AndroidX.Compose.Foundation.Selection.SelectableKt
AndroidX.Compose.Foundation.Selection.ToggleableKt
+AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShape
+AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShape.AbsoluteCutCornerShape(AndroidX.Compose.Foundation.Shape.ICornerSize! topLeft, AndroidX.Compose.Foundation.Shape.ICornerSize! topRight, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomRight, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomLeft) -> void
AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShapeKt
+AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShape
+AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShape.AbsoluteRoundedCornerShape(AndroidX.Compose.Foundation.Shape.ICornerSize! topLeft, AndroidX.Compose.Foundation.Shape.ICornerSize! topRight, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomRight, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomLeft) -> void
AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShapeKt
+AndroidX.Compose.Foundation.Shape.CornerBasedShape
+AndroidX.Compose.Foundation.Shape.CornerBasedShape.BottomEnd.get -> AndroidX.Compose.Foundation.Shape.ICornerSize!
+AndroidX.Compose.Foundation.Shape.CornerBasedShape.BottomStart.get -> AndroidX.Compose.Foundation.Shape.ICornerSize!
+AndroidX.Compose.Foundation.Shape.CornerBasedShape.Copy(AndroidX.Compose.Foundation.Shape.ICornerSize! all) -> AndroidX.Compose.Foundation.Shape.CornerBasedShape!
+AndroidX.Compose.Foundation.Shape.CornerBasedShape.CornerBasedShape(AndroidX.Compose.Foundation.Shape.ICornerSize! topStart, AndroidX.Compose.Foundation.Shape.ICornerSize! topEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomStart) -> void
+AndroidX.Compose.Foundation.Shape.CornerBasedShape.CornerBasedShape(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
+AndroidX.Compose.Foundation.Shape.CornerBasedShape.CreateOutline(long size, AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection, AndroidX.Compose.UI.Unit.IDensity! density) -> AndroidX.Compose.UI.Graphics.Outline!
+AndroidX.Compose.Foundation.Shape.CornerBasedShape.TopEnd.get -> AndroidX.Compose.Foundation.Shape.ICornerSize!
+AndroidX.Compose.Foundation.Shape.CornerBasedShape.TopStart.get -> AndroidX.Compose.Foundation.Shape.ICornerSize!
AndroidX.Compose.Foundation.Shape.CornerSizeKt
+AndroidX.Compose.Foundation.Shape.CutCornerShape
+AndroidX.Compose.Foundation.Shape.CutCornerShape.CutCornerShape(AndroidX.Compose.Foundation.Shape.ICornerSize! topStart, AndroidX.Compose.Foundation.Shape.ICornerSize! topEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomStart) -> void
AndroidX.Compose.Foundation.Shape.CutCornerShapeKt
+AndroidX.Compose.Foundation.Shape.GenericShape
+AndroidX.Compose.Foundation.Shape.GenericShape.CreateOutline(long size, AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection, AndroidX.Compose.UI.Unit.IDensity! density) -> AndroidX.Compose.UI.Graphics.Outline!
AndroidX.Compose.Foundation.Shape.ICornerSize
+AndroidX.Compose.Foundation.Shape.ICornerSize.ToPx(long p0, AndroidX.Compose.UI.Unit.IDensity! density) -> float
+AndroidX.Compose.Foundation.Shape.RoundedCornerShape
+AndroidX.Compose.Foundation.Shape.RoundedCornerShape.RoundedCornerShape(AndroidX.Compose.Foundation.Shape.ICornerSize! topStart, AndroidX.Compose.Foundation.Shape.ICornerSize! topEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomStart) -> void
AndroidX.Compose.Foundation.Shape.RoundedCornerShapeKt
AndroidX.Compose.Foundation.Style.ExperimentalFoundationStyleApiAttribute
AndroidX.Compose.Foundation.Style.ExperimentalFoundationStyleApiAttribute.ExperimentalFoundationStyleApiAttribute() -> void
AndroidX.Compose.Foundation.Style.IExperimentalFoundationStyleApi
-AndroidX.Compose.Foundation.Style.IStyle
-AndroidX.Compose.Foundation.Style.IStyle.Companion.get -> AndroidX.Compose.Foundation.Style.StyleCompanion!
AndroidX.Compose.Foundation.Style.ResolvedStyleKt
-AndroidX.Compose.Foundation.Style.Style
AndroidX.Compose.Foundation.Style.StyleAnimationsKt
-AndroidX.Compose.Foundation.Style.StyleCompanion
-AndroidX.Compose.Foundation.Style.StyleCompanion.InterfaceConsts
-AndroidX.Compose.Foundation.Style.StyleConsts
AndroidX.Compose.Foundation.Style.StyleKt
AndroidX.Compose.Foundation.Style.StyleModifierKt
AndroidX.Compose.Foundation.Style.StyleScopeKt
@@ -776,8 +832,8 @@ AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuComponent
AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuComponent.Key.get -> Java.Lang.Object!
AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuComponent.TextContextMenuComponent(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData
-AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData.Companion
-AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData.Companion.Empty.get -> AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData!
+AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData.CompanionStatic
+AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData.CompanionStatic.Empty.get -> AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData!
AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData.Components.get -> System.Collections.Generic.IList!
AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData.TextContextMenuData(System.Collections.Generic.IList! components) -> void
AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuItem
@@ -820,15 +876,18 @@ AndroidX.Compose.Foundation.Text.IInternalFoundationTextApi
AndroidX.Compose.Foundation.Text.IKeyboardActionScope
AndroidX.Compose.Foundation.Text.IKeyboardActionScope.DefaultKeyboardAction(int p0) -> void
AndroidX.Compose.Foundation.Text.ITextAutoSize
-AndroidX.Compose.Foundation.Text.ITextAutoSize.Companion.get -> AndroidX.Compose.Foundation.Text.TextAutoSizeCompanion!
+AndroidX.Compose.Foundation.Text.ITextAutoSize.Companion.get -> AndroidX.Compose.Foundation.Text.TextAutoSizeCompanionStatic!
AndroidX.Compose.Foundation.Text.ITextAutoSize.Equals(Java.Lang.Object? other) -> bool
+AndroidX.Compose.Foundation.Text.ITextAutoSize.GetFontSize(AndroidX.Compose.Foundation.Text.Modifiers.ITextAutoSizeLayoutScope! p0, long p1, AndroidX.Compose.UI.Text.AnnotatedString! text) -> long
AndroidX.Compose.Foundation.Text.ITextAutoSize.GetHashCode() -> int
AndroidX.Compose.Foundation.Text.InlineTextContent
AndroidX.Compose.Foundation.Text.InlineTextContent.Children.get -> Kotlin.Jvm.Functions.IFunction3!
+AndroidX.Compose.Foundation.Text.InlineTextContent.InlineTextContent(AndroidX.Compose.UI.Text.Placeholder! placeholder, Kotlin.Jvm.Functions.IFunction3! children) -> void
+AndroidX.Compose.Foundation.Text.InlineTextContent.Placeholder.get -> AndroidX.Compose.UI.Text.Placeholder!
AndroidX.Compose.Foundation.Text.InlineTextContentKt
AndroidX.Compose.Foundation.Text.Input.IInputTransformation
AndroidX.Compose.Foundation.Text.Input.IInputTransformation.ApplySemantics(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! _this_applySemantics) -> void
-AndroidX.Compose.Foundation.Text.Input.IInputTransformation.Companion.get -> AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanion!
+AndroidX.Compose.Foundation.Text.Input.IInputTransformation.Companion.get -> AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanionStatic!
AndroidX.Compose.Foundation.Text.Input.IInputTransformation.KeyboardOptions.get -> AndroidX.Compose.Foundation.Text.KeyboardOptions?
AndroidX.Compose.Foundation.Text.Input.IInputTransformation.TransformInput(AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer! p0) -> void
AndroidX.Compose.Foundation.Text.Input.IKeyboardActionHandler
@@ -838,11 +897,11 @@ AndroidX.Compose.Foundation.Text.Input.IOutputTransformation.TransformOutput(And
AndroidX.Compose.Foundation.Text.Input.ITextFieldDecorator
AndroidX.Compose.Foundation.Text.Input.ITextFieldDecorator.Decoration(Kotlin.Jvm.Functions.IFunction2! p0, AndroidX.Compose.Runtime.IComposer? p1, int p2) -> void
AndroidX.Compose.Foundation.Text.Input.ITextFieldLineLimits
-AndroidX.Compose.Foundation.Text.Input.ITextFieldLineLimits.Companion.get -> AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanion!
+AndroidX.Compose.Foundation.Text.Input.ITextFieldLineLimits.Companion.get -> AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanionStatic!
AndroidX.Compose.Foundation.Text.Input.InputTransformation
-AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanion
-AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanion.InterfaceConsts
-AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanion.TransformInput(AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer! _this_transformInput) -> void
+AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanionStatic
+AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanionStatic.InterfaceConsts
+AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanionStatic.TransformInput(AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer! _this_transformInput) -> void
AndroidX.Compose.Foundation.Text.Input.InputTransformationConsts
AndroidX.Compose.Foundation.Text.Input.InputTransformationKt
AndroidX.Compose.Foundation.Text.Input.Internal.AndroidTextInputSession_androidKt
@@ -883,6 +942,8 @@ AndroidX.Compose.Foundation.Text.Input.Internal.ToCharArray_androidKt
AndroidX.Compose.Foundation.Text.Input.Internal.TransformedTextFieldStateKt
AndroidX.Compose.Foundation.Text.Input.Internal.Undo.TextUndoOperationKt
AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer
+AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.AddStyle(AndroidX.Compose.UI.Text.ParagraphStyle! paragraphStyle, int start, int end) -> void
+AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.AddStyle(AndroidX.Compose.UI.Text.SpanStyle! spanStyle, int start, int end) -> void
AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.Append(Java.Lang.ICharSequence? text) -> Java.Lang.IAppendable!
AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.Append(Java.Lang.ICharSequence? text, int start, int end) -> Java.Lang.IAppendable!
AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.Append(char char) -> Java.Lang.IAppendable!
@@ -911,8 +972,8 @@ AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.Selection.set -> void
AndroidX.Compose.Foundation.Text.Input.TextFieldBufferKt
AndroidX.Compose.Foundation.Text.Input.TextFieldCharSequenceKt
AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimits
-AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanion
-AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanion.Default.get -> AndroidX.Compose.Foundation.Text.Input.ITextFieldLineLimits!
+AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanionStatic
+AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanionStatic.Default.get -> AndroidX.Compose.Foundation.Text.Input.ITextFieldLineLimits!
AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsConsts
AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsMultiLine
AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsMultiLine.InterfaceConsts
@@ -923,6 +984,7 @@ AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsMultiLine.TextFieldLin
AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsSingleLine
AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsSingleLine.InterfaceConsts
AndroidX.Compose.Foundation.Text.Input.TextFieldState
+AndroidX.Compose.Foundation.Text.Input.TextFieldState.Composition.get -> AndroidX.Compose.UI.Text.TextRange?
AndroidX.Compose.Foundation.Text.Input.TextFieldState.Edit(Kotlin.Jvm.Functions.IFunction1! block) -> void
AndroidX.Compose.Foundation.Text.Input.TextFieldState.Selection.get -> long
AndroidX.Compose.Foundation.Text.Input.TextFieldState.Text.get -> string?
@@ -931,10 +993,10 @@ AndroidX.Compose.Foundation.Text.Input.TextFieldState.UndoState.get -> AndroidX.
AndroidX.Compose.Foundation.Text.Input.TextFieldState.WhenMappings
AndroidX.Compose.Foundation.Text.Input.TextFieldStateKt
AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode
-AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.Companion
-AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.Companion.Hidden_vTwcZD0.get -> int
-AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.Companion.RevealLastTyped_vTwcZD0.get -> int
-AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.Companion.Visible_vTwcZD0.get -> int
+AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.CompanionStatic
+AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.CompanionStatic.Hidden_vTwcZD0.get -> int
+AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.CompanionStatic.RevealLastTyped_vTwcZD0.get -> int
+AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.CompanionStatic.Visible_vTwcZD0.get -> int
AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.Value.get -> int
AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode_androidKt
AndroidX.Compose.Foundation.Text.Input.TextUndoManagerKt
@@ -949,8 +1011,8 @@ AndroidX.Compose.Foundation.Text.InternalFoundationTextApiAttribute.InternalFoun
AndroidX.Compose.Foundation.Text.KeyEventHelpers_androidKt
AndroidX.Compose.Foundation.Text.KeyModifiersKt
AndroidX.Compose.Foundation.Text.KeyboardActions
-AndroidX.Compose.Foundation.Text.KeyboardActions.Companion
-AndroidX.Compose.Foundation.Text.KeyboardActions.Companion.Default.get -> AndroidX.Compose.Foundation.Text.KeyboardActions!
+AndroidX.Compose.Foundation.Text.KeyboardActions.CompanionStatic
+AndroidX.Compose.Foundation.Text.KeyboardActions.CompanionStatic.Default.get -> AndroidX.Compose.Foundation.Text.KeyboardActions!
AndroidX.Compose.Foundation.Text.KeyboardActions.KeyboardActions() -> void
AndroidX.Compose.Foundation.Text.KeyboardActions.KeyboardActions(Kotlin.Jvm.Functions.IFunction1? onDone, Kotlin.Jvm.Functions.IFunction1? onGo, Kotlin.Jvm.Functions.IFunction1? onNext, Kotlin.Jvm.Functions.IFunction1? onPrevious, Kotlin.Jvm.Functions.IFunction1? onSearch, Kotlin.Jvm.Functions.IFunction1? onSend) -> void
AndroidX.Compose.Foundation.Text.KeyboardActions.OnDone.get -> Kotlin.Jvm.Functions.IFunction1?
@@ -966,11 +1028,16 @@ AndroidX.Compose.Foundation.Text.KeyboardOptions.AutoCorrectEnabled.get -> Java.
AndroidX.Compose.Foundation.Text.KeyboardOptions.Capitalization.get -> int
AndroidX.Compose.Foundation.Text.KeyboardOptions.CompanionStatic
AndroidX.Compose.Foundation.Text.KeyboardOptions.CompanionStatic.Default.get -> AndroidX.Compose.Foundation.Text.KeyboardOptions!
+AndroidX.Compose.Foundation.Text.KeyboardOptions.Copy(int capitalization, Java.Lang.Boolean? autoCorrectEnabled, int keyboardType, int imeAction, AndroidX.Compose.UI.Text.Input.PlatformImeOptions? platformImeOptions, Java.Lang.Boolean? showKeyboardOnFocus, AndroidX.Compose.UI.Text.Intl.LocaleList? hintLocales) -> AndroidX.Compose.Foundation.Text.KeyboardOptions!
+AndroidX.Compose.Foundation.Text.KeyboardOptions.HintLocales.get -> AndroidX.Compose.UI.Text.Intl.LocaleList?
AndroidX.Compose.Foundation.Text.KeyboardOptions.ImeAction.get -> int
AndroidX.Compose.Foundation.Text.KeyboardOptions.KeyboardType.get -> int
AndroidX.Compose.Foundation.Text.KeyboardOptions.Merge(AndroidX.Compose.Foundation.Text.KeyboardOptions? other) -> AndroidX.Compose.Foundation.Text.KeyboardOptions!
+AndroidX.Compose.Foundation.Text.KeyboardOptions.PlatformImeOptions.get -> AndroidX.Compose.UI.Text.Input.PlatformImeOptions?
AndroidX.Compose.Foundation.Text.KeyboardOptions.ShowKeyboardOnFocus.get -> Java.Lang.Boolean?
AndroidX.Compose.Foundation.Text.LongPressTextDragObserverKt
+AndroidX.Compose.Foundation.Text.Modifiers.ITextAutoSizeLayoutScope
+AndroidX.Compose.Foundation.Text.Modifiers.ITextAutoSizeLayoutScope.PerformLayout(long p0, AndroidX.Compose.UI.Text.AnnotatedString! text, long p2) -> AndroidX.Compose.UI.Text.TextLayoutResult!
AndroidX.Compose.Foundation.Text.Modifiers.LayoutUtilsKt
AndroidX.Compose.Foundation.Text.Modifiers.MinLinesConstrainerKt
AndroidX.Compose.Foundation.Text.Modifiers.ModifierUtilsKt
@@ -1010,8 +1077,8 @@ AndroidX.Compose.Foundation.Text.StringHelpersKt
AndroidX.Compose.Foundation.Text.StringHelpers_androidKt
AndroidX.Compose.Foundation.Text.StringsHelpers_jvmAndAndroidKt
AndroidX.Compose.Foundation.Text.TextAutoSize
-AndroidX.Compose.Foundation.Text.TextAutoSizeCompanion
-AndroidX.Compose.Foundation.Text.TextAutoSizeCompanion.StepBased_vU_0ePk(long minFontSize, long maxFontSize, long stepSize) -> AndroidX.Compose.Foundation.Text.ITextAutoSize!
+AndroidX.Compose.Foundation.Text.TextAutoSizeCompanionStatic
+AndroidX.Compose.Foundation.Text.TextAutoSizeCompanionStatic.StepBased_vU_0ePk(long minFontSize, long maxFontSize, long stepSize) -> AndroidX.Compose.Foundation.Text.ITextAutoSize!
AndroidX.Compose.Foundation.Text.TextAutoSizeConsts
AndroidX.Compose.Foundation.Text.TextAutoSizeDefaults
AndroidX.Compose.Foundation.Text.TextAutoSizeDefaults.MaxFontSize.get -> long
@@ -1041,14 +1108,16 @@ AndroidX.Compose.Foundation.Text.UndoManager_jvmAndAndroidKt
AndroidX.Compose.Foundation.Text.ValidatingOffsetMappingKt
abstract AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.RawIntervals.get -> AndroidX.Compose.Foundation.Lazy.Layout.IIntervalList!
abstract AndroidX.Compose.Foundation.Pager.PagerState.PageCount.get -> int
+abstract AndroidX.Compose.Foundation.Shape.CornerBasedShape.Copy(AndroidX.Compose.Foundation.Shape.ICornerSize! topStart, AndroidX.Compose.Foundation.Shape.ICornerSize! topEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomStart) -> AndroidX.Compose.Foundation.Shape.CornerBasedShape!
+abstract AndroidX.Compose.Foundation.Shape.CornerBasedShape.CreateOutline(long p0, float topStart, float topEnd, float bottomEnd, float bottomStart, AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection) -> AndroidX.Compose.UI.Graphics.Outline!
const AndroidX.Compose.Foundation.BasicTooltipDefaults.TooltipDuration = 1500 -> long
const AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfo.UnknownColumn = -1 -> int
const AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfo.UnknownRow = -1 -> int
-const AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoCompanion.UnknownColumn = -1 -> int
-const AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoCompanion.UnknownRow = -1 -> int
+const AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoCompanionStatic.UnknownColumn = -1 -> int
+const AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoCompanionStatic.UnknownRow = -1 -> int
const AndroidX.Compose.Foundation.Pager.PagerDefaults.BeyondViewportPageCount = 0 -> int
override AndroidX.Compose.Foundation.ActualJvm_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.AndroidExternalSurface_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.AndroidOverscroll_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1070,12 +1139,12 @@ override AndroidX.Compose.Foundation.ComposeFoundationFlags.JniPeerMembers.get -
override AndroidX.Compose.Foundation.Content.Internal.DragAndDropRequestPermission_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Content.Internal.ReceiveContentConfigurationKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Content.Internal.ReceiveContentDragAndDropNode_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Content.MediaType.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Content.MediaType.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Content.MediaType.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Content.PlatformTransferableContent.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Content.ReceiveContentKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Content.TransferableContent.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Content.TransferableContent.Source.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Content.TransferableContent.Source.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Content.TransferableContent.Source.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Content.TransferableContent_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Contextmenu.ContextMenuAreaKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1096,10 +1165,10 @@ override AndroidX.Compose.Foundation.FocusedBoundsKt.JniPeerMembers.get -> Java.
override AndroidX.Compose.Foundation.GestureNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Gestures.AnchoredDraggableDefaults.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Gestures.AndroidScrollable_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Gestures.BringIntoViewSpecCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Gestures.BringIntoViewSpecCompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Gestures.BringIntoViewSpec_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Gestures.ContentInViewNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1113,6 +1182,7 @@ override AndroidX.Compose.Foundation.Gestures.IndirectPointerInputDragCycleDetec
override AndroidX.Compose.Foundation.Gestures.MouseWheelScrollingLogicKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Gestures.NonTouchScrollingLogicKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Gestures.Orientation.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Gestures.ScrollExtensionsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Gestures.Scrollable2DKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Gestures.Scrollable2DStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1170,7 +1240,7 @@ override AndroidX.Compose.Foundation.Lazy.Grid.GridCellsFixedSize.JniPeerMembers
override AndroidX.Compose.Foundation.Lazy.Grid.GridItemSpan.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridBeyondBoundsModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridDslKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoCompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemProviderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1181,7 +1251,7 @@ override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridPrefetchStrategyKt.JniPee
override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridScrollPositionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridScrollScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridSpanKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Grid.LazySemanticsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1228,7 +1298,7 @@ override AndroidX.Compose.Foundation.Lazy.LazyListScopeDefaultImpls.JniPeerMembe
override AndroidX.Compose.Foundation.Lazy.LazyListScrollPositionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.LazyListScrollScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.LazyListSemanticsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Lazy.LazyListState.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Lazy.LazyListState.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.LazyListState.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.LazyListStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.LazyList_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1244,19 +1314,19 @@ override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridMeasure
override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridScrollPositionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridScrollScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridSemanticsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridCellsAdaptive.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridCellsFixed.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridCellsFixedSize.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Magnifier_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.MarqueeAnimationMode.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.MarqueeAnimationMode.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.MarqueeAnimationMode.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.MarqueeDefaults.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.MarqueeSpacingCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.MarqueeSpacingCompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.MutatePriority.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.MutationInterruptedException.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.MutatorMutex.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1277,7 +1347,7 @@ override AndroidX.Compose.Foundation.Pager.PagerMeasurePolicyKt.JniPeerMembers.g
override AndroidX.Compose.Foundation.Pager.PagerScrollPositionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Pager.PagerScrollScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Pager.PagerSemanticsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Pager.PagerSnapDistanceCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Pager.PagerSnapDistanceCompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Pager.PagerSnapDistanceKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Pager.PagerState.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Pager.PagerState.ThresholdClass.get -> nint
@@ -1288,20 +1358,31 @@ override AndroidX.Compose.Foundation.PreferKeepClear_androidKt.JniPeerMembers.ge
override AndroidX.Compose.Foundation.ProgressSemanticsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Relocation.BringIntoViewRequesterKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.ScrollKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.ScrollState.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.ScrollState.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.ScrollState.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.ScrollableAreaKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Selection.SelectableGroupKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Selection.SelectableKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Selection.ToggleableKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShape.Copy(AndroidX.Compose.Foundation.Shape.ICornerSize! topStart, AndroidX.Compose.Foundation.Shape.ICornerSize! topEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomStart) -> AndroidX.Compose.Foundation.Shape.CornerBasedShape!
+override AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShape.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShapeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShape.Copy(AndroidX.Compose.Foundation.Shape.ICornerSize! topStart, AndroidX.Compose.Foundation.Shape.ICornerSize! topEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomStart) -> AndroidX.Compose.Foundation.Shape.CornerBasedShape!
+override AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShape.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShapeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Shape.CornerBasedShape.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Shape.CornerBasedShape.ThresholdClass.get -> nint
+override AndroidX.Compose.Foundation.Shape.CornerBasedShape.ThresholdType.get -> System.Type!
override AndroidX.Compose.Foundation.Shape.CornerSizeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Shape.CutCornerShape.Copy(AndroidX.Compose.Foundation.Shape.ICornerSize! topStart, AndroidX.Compose.Foundation.Shape.ICornerSize! topEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomStart) -> AndroidX.Compose.Foundation.Shape.CornerBasedShape!
+override AndroidX.Compose.Foundation.Shape.CutCornerShape.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Shape.CutCornerShapeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Shape.GenericShape.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Shape.RoundedCornerShape.Copy(AndroidX.Compose.Foundation.Shape.ICornerSize! topStart, AndroidX.Compose.Foundation.Shape.ICornerSize! topEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomEnd, AndroidX.Compose.Foundation.Shape.ICornerSize! bottomStart) -> AndroidX.Compose.Foundation.Shape.CornerBasedShape!
+override AndroidX.Compose.Foundation.Shape.RoundedCornerShape.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Shape.RoundedCornerShapeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Style.ResolvedStyleKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Style.StyleAnimationsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Style.StyleCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Style.StyleKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Style.StyleModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Style.StyleScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1327,7 +1408,7 @@ override AndroidX.Compose.Foundation.Text.Contextmenu.Data.ProcessTextKey.JniPee
override AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuComponent.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuComponent.ThresholdClass.get -> nint
override AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuComponent.ThresholdType.get -> System.Type!
-override AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuItem.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuKeys.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1353,7 +1434,7 @@ override AndroidX.Compose.Foundation.Text.Handwriting.StylusHandwriting_androidK
override AndroidX.Compose.Foundation.Text.HeightInLinesModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.InlineTextContent.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.InlineTextContentKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.InputTransformationKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.Internal.AndroidTextInputSession_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.Internal.CodepointHelpers_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1395,20 +1476,20 @@ override AndroidX.Compose.Foundation.Text.Input.Internal.Undo.TextUndoOperationK
override AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.TextFieldBufferKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.TextFieldCharSequenceKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsMultiLine.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsSingleLine.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.TextFieldState.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.TextFieldState.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.TextFieldStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.TextUndoManagerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.Input.UndoState.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.KeyEventHelpers_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.KeyModifiersKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Text.KeyboardActions.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Text.KeyboardActions.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.KeyboardActions.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.KeyboardActionsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.KeyboardOptions.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1450,7 +1531,7 @@ override AndroidX.Compose.Foundation.Text.Selection.TextSelectionDelegateKt.JniP
override AndroidX.Compose.Foundation.Text.StringHelpersKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.StringHelpers_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.StringsHelpers_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
-override AndroidX.Compose.Foundation.Text.TextAutoSizeCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.Foundation.Text.TextAutoSizeCompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.TextAutoSizeDefaults.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.TextDelegateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.TextFieldCursorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
@@ -1475,16 +1556,28 @@ override AndroidX.Compose.Foundation.Text.TouchMode_androidKt.JniPeerMembers.get
override AndroidX.Compose.Foundation.Text.UndoManagerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.UndoManager_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.Foundation.Text.ValidatingOffsetMappingKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override sealed AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShape.CreateOutline(long size, float topStart, float topEnd, float bottomEnd, float bottomStart, AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection) -> AndroidX.Compose.UI.Graphics.Outline!
+override sealed AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShape.CreateOutline(long size, float topStart, float topEnd, float bottomEnd, float bottomStart, AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection) -> AndroidX.Compose.UI.Graphics.Outline!
+override sealed AndroidX.Compose.Foundation.Shape.CutCornerShape.CreateOutline(long size, float topStart, float topEnd, float bottomEnd, float bottomStart, AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection) -> AndroidX.Compose.UI.Graphics.Outline!
+override sealed AndroidX.Compose.Foundation.Shape.RoundedCornerShape.CreateOutline(long size, float topStart, float topEnd, float bottomEnd, float bottomStart, AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection) -> AndroidX.Compose.UI.Graphics.Outline!
+static AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.Companion.get -> AndroidX.Compose.Foundation.AndroidExternalSurfaceZOrder.CompanionStatic!
static AndroidX.Compose.Foundation.AndroidExternalSurface_androidKt.AndroidEmbeddedExternalSurface(AndroidX.Compose.UI.IModifier? modifier, bool isOpaque, long surfaceSize, float[]? transform, Kotlin.Jvm.Functions.IFunction1! onInit, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> void
static AndroidX.Compose.Foundation.AndroidExternalSurface_androidKt.AndroidExternalSurface(AndroidX.Compose.UI.IModifier? modifier, bool isOpaque, long surfaceSize, int p3, bool isSecure, Kotlin.Jvm.Functions.IFunction1! onInit, AndroidX.Compose.Runtime.IComposer? _composer, int zOrder, int _changed) -> void
static AndroidX.Compose.Foundation.AndroidOverscroll_androidKt.RememberPlatformOverscrollFactory(long glowColor, AndroidX.Compose.Foundation.Layout.IPaddingValues? glowDrawPadding, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> AndroidX.Compose.Foundation.IOverscrollFactory!
+static AndroidX.Compose.Foundation.BackgroundKt.Background(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Graphics.Brush! brush, AndroidX.Compose.UI.Graphics.IShape! shape, float alpha) -> AndroidX.Compose.UI.IModifier!
+static AndroidX.Compose.Foundation.BackgroundKt.Background(AndroidX.Compose.UI.IModifier! obj, long color, AndroidX.Compose.UI.Graphics.IShape! shape) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.BasicMarqueeKt.BasicMarquee(AndroidX.Compose.UI.IModifier! obj, int iterations, int animationMode, int repeatDelayMillis, int initialDelayMillis, AndroidX.Compose.Foundation.IMarqueeSpacing! spacing, float velocity) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.BasicMarqueeKt.MarqueeSpacing(float spacing) -> AndroidX.Compose.Foundation.IMarqueeSpacing!
static AndroidX.Compose.Foundation.BasicTooltipDefaults.Instance.get -> AndroidX.Compose.Foundation.BasicTooltipDefaults!
static AndroidX.Compose.Foundation.BasicTooltipKt.BasicTooltipBox(AndroidX.Compose.UI.Window.IPopupPositionProvider! positionProvider, Kotlin.Jvm.Functions.IFunction2! tooltip, AndroidX.Compose.Foundation.IBasicTooltipState! state, AndroidX.Compose.UI.IModifier? modifier, bool focusable, bool enableUserInput, bool propagateMinConstraints, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int p9, int _changed) -> void
static AndroidX.Compose.Foundation.BasicTooltipKt.BasicTooltipState(bool initialIsVisible, bool isPersistent, AndroidX.Compose.Foundation.MutatorMutex! mutatorMutex) -> AndroidX.Compose.Foundation.IBasicTooltipState!
static AndroidX.Compose.Foundation.BasicTooltipKt.RememberBasicTooltipState(bool initialIsVisible, bool isPersistent, AndroidX.Compose.Foundation.MutatorMutex? mutatorMutex, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> AndroidX.Compose.Foundation.IBasicTooltipState!
+static AndroidX.Compose.Foundation.BorderKt.Border(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.BorderStroke! border, AndroidX.Compose.UI.Graphics.IShape! shape) -> AndroidX.Compose.UI.IModifier!
+static AndroidX.Compose.Foundation.BorderKt.Border(AndroidX.Compose.UI.IModifier! obj, float width, AndroidX.Compose.UI.Graphics.Brush! brush, AndroidX.Compose.UI.Graphics.IShape! shape) -> AndroidX.Compose.UI.IModifier!
+static AndroidX.Compose.Foundation.BorderKt.Border(AndroidX.Compose.UI.IModifier! obj, float width, long color, AndroidX.Compose.UI.Graphics.IShape! shape) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.BorderStrokeKt.BorderStroke(float width, long color) -> AndroidX.Compose.Foundation.BorderStroke!
+static AndroidX.Compose.Foundation.CanvasKt.Canvas(AndroidX.Compose.UI.IModifier! modifier, Kotlin.Jvm.Functions.IFunction1! onDraw, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void
+static AndroidX.Compose.Foundation.CanvasKt.Canvas(AndroidX.Compose.UI.IModifier! modifier, string! contentDescription, Kotlin.Jvm.Functions.IFunction1! onDraw, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void
static AndroidX.Compose.Foundation.CheckScrollableContainerConstraintsKt.CheckScrollableContainerConstraints(long constraints, AndroidX.Compose.Foundation.Gestures.Orientation! orientation) -> void
static AndroidX.Compose.Foundation.ClickableKt.Clickable(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, AndroidX.Compose.Foundation.IIndication? indication, bool enabled, string? onClickLabel, AndroidX.Compose.UI.Semantics.Role? role, Kotlin.Jvm.Functions.IFunction0! onClick) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.ClickableKt.Clickable(AndroidX.Compose.UI.IModifier! obj, bool enabled, string? onClickLabel, AndroidX.Compose.UI.Semantics.Role? role, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, Kotlin.Jvm.Functions.IFunction0! onClick) -> AndroidX.Compose.UI.IModifier!
@@ -1527,11 +1620,15 @@ static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsSmartSelectionEnable
static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsTrackpadGestureHandlingEnabled.get -> bool
static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsTrackpadGestureHandlingEnabled.set -> void
static AndroidX.Compose.Foundation.Content.Internal.ReceiveContentConfigurationKt.ModifierLocalReceiveContent.get -> AndroidX.Compose.UI.Modifier.ProvidableModifierLocal!
+static AndroidX.Compose.Foundation.Content.MediaType.Companion.get -> AndroidX.Compose.Foundation.Content.MediaType.CompanionStatic!
static AndroidX.Compose.Foundation.Content.ReceiveContentKt.ContentReceiver(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Content.IReceiveContentListener! receiveContentListener) -> AndroidX.Compose.UI.IModifier!
+static AndroidX.Compose.Foundation.Content.TransferableContent.Source.Companion.get -> AndroidX.Compose.Foundation.Content.TransferableContent.Source.CompanionStatic!
static AndroidX.Compose.Foundation.Content.TransferableContent_androidKt.Consume(AndroidX.Compose.Foundation.Content.TransferableContent! obj, Kotlin.Jvm.Functions.IFunction1! predicate) -> AndroidX.Compose.Foundation.Content.TransferableContent?
static AndroidX.Compose.Foundation.Content.TransferableContent_androidKt.HasMediaType(AndroidX.Compose.Foundation.Content.TransferableContent! obj, AndroidX.Compose.Foundation.Content.MediaType! mediaType) -> bool
static AndroidX.Compose.Foundation.Contextmenu.ContextMenuUiKt.DefaultContextMenuColors.get -> Java.Lang.Object!
static AndroidX.Compose.Foundation.DarkThemeKt.IsSystemInDarkTheme(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> bool
+static AndroidX.Compose.Foundation.Draganddrop.AndroidDragAndDropSource_androidKt.DragAndDropSource(AndroidX.Compose.UI.IModifier! _this_dragAndDropSource, Kotlin.Jvm.Functions.IFunction2! block) -> AndroidX.Compose.UI.IModifier!
+static AndroidX.Compose.Foundation.Draganddrop.DragAndDropSourceKt.DragAndDropSource(AndroidX.Compose.UI.IModifier! _this_dragAndDropSource, Kotlin.Jvm.Functions.IFunction1! drawDragDecoration, Kotlin.Jvm.Functions.IFunction2! block) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.Draganddrop.DragAndDropTargetKt.DragAndDropTarget(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! shouldStartDragAndDrop, AndroidX.Compose.UI.Draganddrop.IDragAndDropTarget! target) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.ExcludeFromSystemGestureKt.ExcludeFromSystemGesture(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.FocusableKt.FocusGroup(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier!
@@ -1543,19 +1640,50 @@ static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.AnchoredDraggabl
static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.AnchoredDraggable(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState! state, bool reverseDirection, AndroidX.Compose.Foundation.Gestures.Orientation! orientation, bool enabled, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, AndroidX.Compose.Foundation.IOverscrollEffect? overscrollEffect, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.AnchoredDraggable(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState! state, bool reverseDirection, AndroidX.Compose.Foundation.Gestures.Orientation! orientation, bool enabled, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, AndroidX.Compose.Foundation.IOverscrollEffect? overscrollEffect, bool startDragImmediately, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.AnchoredDraggableMinFlingVelocity.get -> float
+static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.AnchoredDraggableState(Java.Lang.Object? initialValue, AndroidX.Compose.Foundation.Gestures.IDraggableAnchors! anchors, Kotlin.Jvm.Functions.IFunction1! positionalThreshold, Kotlin.Jvm.Functions.IFunction0! velocityThreshold, AndroidX.Compose.Animation.Core.IAnimationSpec! snapAnimationSpec, AndroidX.Compose.Animation.Core.IDecayAnimationSpec! decayAnimationSpec, Kotlin.Jvm.Functions.IFunction1! confirmValueChange) -> AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState!
+static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.AnchoredDraggableState(Java.Lang.Object? initialValue, Kotlin.Jvm.Functions.IFunction1! positionalThreshold, Kotlin.Jvm.Functions.IFunction0! velocityThreshold, AndroidX.Compose.Animation.Core.IAnimationSpec! snapAnimationSpec, AndroidX.Compose.Animation.Core.IDecayAnimationSpec! decayAnimationSpec, Kotlin.Jvm.Functions.IFunction1! confirmValueChange) -> AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState!
+static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.AnimateTo(AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState! obj, Java.Lang.Object? targetValue, AndroidX.Compose.Animation.Core.IAnimationSpec! animationSpec, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.AnimateToWithDecay(AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState! p0, Java.Lang.Object? targetValue, float velocity, AndroidX.Compose.Animation.Core.IAnimationSpec! snapAnimationSpec, AndroidX.Compose.Animation.Core.IDecayAnimationSpec! decayAnimationSpec, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.DraggableAnchors(Kotlin.Jvm.Functions.IFunction1! builder) -> AndroidX.Compose.Foundation.Gestures.IDraggableAnchors!
static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.ForEach(AndroidX.Compose.Foundation.Gestures.IDraggableAnchors! obj, Kotlin.Jvm.Functions.IFunction2! block) -> void
static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.SnapTo(AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState! obj, Java.Lang.Object? targetValue, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
-static AndroidX.Compose.Foundation.Gestures.BringIntoViewSpec.Companion.get -> AndroidX.Compose.Foundation.Gestures.BringIntoViewSpecCompanion!
+static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.Companion.get -> AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.CompanionStatic!
+static AndroidX.Compose.Foundation.Gestures.BringIntoViewSpec.Companion.get -> AndroidX.Compose.Foundation.Gestures.BringIntoViewSpecCompanionStatic!
static AndroidX.Compose.Foundation.Gestures.BringIntoViewSpec_androidKt.LocalBringIntoViewSpec.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal!
static AndroidX.Compose.Foundation.Gestures.BringIntoViewSpec_androidKt.PivotBringIntoViewSpec.get -> AndroidX.Compose.Foundation.Gestures.IBringIntoViewSpec!
+static AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt.AwaitDragOrCancellation(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, long p1, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt.AwaitHorizontalDragOrCancellation(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, long p1, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt.AwaitHorizontalPointerSlopOrCancellation(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, long p1, int p2, Kotlin.Jvm.Functions.IFunction2! onPointerSlopReached, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt.AwaitHorizontalTouchSlopOrCancellation(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, long p1, Kotlin.Jvm.Functions.IFunction2! onTouchSlopReached, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt.AwaitLongPressOrCancellation(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, long p1, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt.AwaitVerticalDragOrCancellation(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, long p1, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt.AwaitVerticalPointerSlopOrCancellation(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, long p1, int p2, Kotlin.Jvm.Functions.IFunction2! onPointerSlopReached, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt.AwaitVerticalTouchSlopOrCancellation(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, long p1, Kotlin.Jvm.Functions.IFunction2! onTouchSlopReached, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt.Drag(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, long p1, Kotlin.Jvm.Functions.IFunction1! onDrag, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt.HorizontalDrag(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, long p1, Kotlin.Jvm.Functions.IFunction1! onDrag, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt.VerticalDrag(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, long p1, Kotlin.Jvm.Functions.IFunction1! onDrag, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
static AndroidX.Compose.Foundation.Gestures.DraggableKt.DraggableState(Kotlin.Jvm.Functions.IFunction1! onDelta) -> AndroidX.Compose.Foundation.Gestures.IDraggableState!
static AndroidX.Compose.Foundation.Gestures.DraggableKt.RememberDraggableState(Kotlin.Jvm.Functions.IFunction1! onDelta, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Gestures.IDraggableState!
+static AndroidX.Compose.Foundation.Gestures.ForEachGestureKt.AwaitEachGesture(AndroidX.Compose.UI.Input.Pointer.IPointerInputScope! obj, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.ForEachGestureKt.ForEachGesture(AndroidX.Compose.UI.Input.Pointer.IPointerInputScope! p0, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
static AndroidX.Compose.Foundation.Gestures.Orientation.Entries.get -> Kotlin.Enums.IEnumEntries!
static AndroidX.Compose.Foundation.Gestures.Orientation.Horizontal.get -> AndroidX.Compose.Foundation.Gestures.Orientation?
static AndroidX.Compose.Foundation.Gestures.Orientation.ValueOf(string? value) -> AndroidX.Compose.Foundation.Gestures.Orientation?
static AndroidX.Compose.Foundation.Gestures.Orientation.Values() -> AndroidX.Compose.Foundation.Gestures.Orientation![]?
static AndroidX.Compose.Foundation.Gestures.Orientation.Vertical.get -> AndroidX.Compose.Foundation.Gestures.Orientation?
+static AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.RoundToPx_0680j_4(AndroidX.Compose.Foundation.Gestures.IPressGestureScope! _this, float _receiver) -> int
+static AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.RoundToPx__R2X_6o(AndroidX.Compose.Foundation.Gestures.IPressGestureScope! _this, long _receiver) -> int
+static AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.ToDpSize_k_rfVVM(AndroidX.Compose.Foundation.Gestures.IPressGestureScope! _this, long _receiver) -> long
+static AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.ToDp_GaN1DYA(AndroidX.Compose.Foundation.Gestures.IPressGestureScope! _this, long _receiver) -> float
+static AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.ToDp_u2uoSUM(AndroidX.Compose.Foundation.Gestures.IPressGestureScope! _this, float _receiver) -> float
+static AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.ToDp_u2uoSUM(AndroidX.Compose.Foundation.Gestures.IPressGestureScope! _this, int _receiver) -> float
+static AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.ToPx_0680j_4(AndroidX.Compose.Foundation.Gestures.IPressGestureScope! _this, float _receiver) -> float
+static AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.ToPx__R2X_6o(AndroidX.Compose.Foundation.Gestures.IPressGestureScope! _this, long _receiver) -> float
+static AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.ToSize_XkaWNTQ(AndroidX.Compose.Foundation.Gestures.IPressGestureScope! _this, long _receiver) -> long
+static AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.ToSp_0xMU5do(AndroidX.Compose.Foundation.Gestures.IPressGestureScope! _this, float _receiver) -> long
+static AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.ToSp_kPz2Gy4(AndroidX.Compose.Foundation.Gestures.IPressGestureScope! _this, float _receiver) -> long
+static AndroidX.Compose.Foundation.Gestures.PressGestureScopeDefaultImpls.ToSp_kPz2Gy4(AndroidX.Compose.Foundation.Gestures.IPressGestureScope! _this, int _receiver) -> long
+static AndroidX.Compose.Foundation.Gestures.ScrollExtensionsKt.AnimateScrollBy(AndroidX.Compose.Foundation.Gestures.IScrollableState! p0, float value, AndroidX.Compose.Animation.Core.IAnimationSpec! animationSpec, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
static AndroidX.Compose.Foundation.Gestures.ScrollExtensionsKt.ScrollBy(AndroidX.Compose.Foundation.Gestures.IScrollableState! p0, float value, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
static AndroidX.Compose.Foundation.Gestures.ScrollExtensionsKt.StopScroll(AndroidX.Compose.Foundation.Gestures.IScrollable2DState! obj, AndroidX.Compose.Foundation.MutatePriority! scrollPriority, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
static AndroidX.Compose.Foundation.Gestures.ScrollExtensionsKt.StopScroll(AndroidX.Compose.Foundation.Gestures.IScrollableState! obj, AndroidX.Compose.Foundation.MutatePriority! scrollPriority, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
@@ -1565,6 +1693,7 @@ static AndroidX.Compose.Foundation.Gestures.ScrollableKt.CanDragCalculation.get
static AndroidX.Compose.Foundation.Gestures.ScrollableKt.DefaultScrollMotionDurationScale.get -> AndroidX.Compose.UI.IMotionDurationScale!
static AndroidX.Compose.Foundation.Gestures.ScrollableKt.Scrollable(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Gestures.IScrollableState! state, AndroidX.Compose.Foundation.Gestures.Orientation! orientation, AndroidX.Compose.Foundation.IOverscrollEffect? overscrollEffect, bool enabled, bool reverseDirection, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, AndroidX.Compose.Foundation.Gestures.IBringIntoViewSpec? bringIntoViewSpec) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.Gestures.ScrollableKt.Scrollable(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Gestures.IScrollableState! state, AndroidX.Compose.Foundation.Gestures.Orientation! orientation, bool enabled, bool reverseDirection, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource) -> AndroidX.Compose.UI.IModifier!
+static AndroidX.Compose.Foundation.Gestures.ScrollableKt.UnityDensity.get -> AndroidX.Compose.UI.Unit.IDensity!
static AndroidX.Compose.Foundation.Gestures.ScrollableStateDefaultImpls.GetCanScrollBackward(AndroidX.Compose.Foundation.Gestures.IScrollableState! _this) -> bool
static AndroidX.Compose.Foundation.Gestures.ScrollableStateDefaultImpls.GetCanScrollForward(AndroidX.Compose.Foundation.Gestures.IScrollableState! _this) -> bool
static AndroidX.Compose.Foundation.Gestures.ScrollableStateDefaultImpls.GetLastScrolledBackward(AndroidX.Compose.Foundation.Gestures.IScrollableState! _this) -> bool
@@ -1580,9 +1709,12 @@ static AndroidX.Compose.Foundation.Gestures.Snapping.LazyListSnapLayoutInfoProvi
static AndroidX.Compose.Foundation.Gestures.Snapping.LazyListSnapLayoutInfoProviderKt.SnapLayoutInfoProvider(AndroidX.Compose.Foundation.Lazy.LazyListState! lazyListState, AndroidX.Compose.Foundation.Gestures.Snapping.ISnapPosition! snapPosition) -> AndroidX.Compose.Foundation.Gestures.Snapping.ISnapLayoutInfoProvider!
static AndroidX.Compose.Foundation.Gestures.Snapping.SnapFlingBehaviorKt.MinFlingVelocityDp.get -> float
static AndroidX.Compose.Foundation.Gestures.Snapping.SnapFlingBehaviorKt.RememberSnapFlingBehavior(AndroidX.Compose.Foundation.Gestures.Snapping.ISnapLayoutInfoProvider! snapLayoutInfoProvider, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Gestures.ITargetedFlingBehavior!
+static AndroidX.Compose.Foundation.Gestures.Snapping.SnapFlingBehaviorKt.SnapFlingBehavior(AndroidX.Compose.Foundation.Gestures.Snapping.ISnapLayoutInfoProvider! snapLayoutInfoProvider, AndroidX.Compose.Animation.Core.IDecayAnimationSpec! decayAnimationSpec, AndroidX.Compose.Animation.Core.IAnimationSpec! snapAnimationSpec) -> AndroidX.Compose.Foundation.Gestures.ITargetedFlingBehavior!
static AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionCenter.Instance.get -> AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionCenter!
static AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionEnd.Instance.get -> AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionEnd!
static AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionStart.Instance.get -> AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionStart!
+static AndroidX.Compose.Foundation.Gestures.TapGestureDetectorKt.AwaitFirstDown(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, bool requireUnconsumed, AndroidX.Compose.UI.Input.Pointer.PointerEventPass! pass, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.TapGestureDetectorKt.WaitForUpOrCancellation(AndroidX.Compose.UI.Input.Pointer.IAwaitPointerEventScope! p0, AndroidX.Compose.UI.Input.Pointer.PointerEventPass! pass, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
static AndroidX.Compose.Foundation.Gestures.TapGestureDetector_androidKt.IsDeepPress(AndroidX.Compose.UI.Input.Pointer.PointerEvent! obj) -> bool
static AndroidX.Compose.Foundation.Gestures.TransformGestureDetectorKt.CalculateCentroid(AndroidX.Compose.UI.Input.Pointer.PointerEvent! obj, bool useCurrent) -> long
static AndroidX.Compose.Foundation.Gestures.TransformGestureDetectorKt.CalculateCentroidSize(AndroidX.Compose.UI.Input.Pointer.PointerEvent! obj, bool useCurrent) -> float
@@ -1591,11 +1723,16 @@ static AndroidX.Compose.Foundation.Gestures.TransformGestureDetectorKt.Calculate
static AndroidX.Compose.Foundation.Gestures.TransformGestureDetectorKt.CalculateZoom(AndroidX.Compose.UI.Input.Pointer.PointerEvent! obj) -> float
static AndroidX.Compose.Foundation.Gestures.TransformScopeDefaultImpls.TransformByWithCentroid_IEwrmTk(AndroidX.Compose.Foundation.Gestures.ITransformScope! _this, long centroid, float zoomChange, long panChange, float rotationChange) -> void
static AndroidX.Compose.Foundation.Gestures.TransformableKt.Transformable(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Gestures.ITransformableState! state, bool lockRotationOnZoomPan, bool enabled) -> AndroidX.Compose.UI.IModifier!
+static AndroidX.Compose.Foundation.Gestures.TransformableStateKt.AnimateRotateBy(AndroidX.Compose.Foundation.Gestures.ITransformableState! obj, float degrees, AndroidX.Compose.Animation.Core.IAnimationSpec! animationSpec, long centroid, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
+static AndroidX.Compose.Foundation.Gestures.TransformableStateKt.AnimateZoomBy(AndroidX.Compose.Foundation.Gestures.ITransformableState! obj, float zoomFactor, AndroidX.Compose.Animation.Core.IAnimationSpec! animationSpec, long centroid, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
static AndroidX.Compose.Foundation.Gestures.TransformableStateKt.PanBy(AndroidX.Compose.Foundation.Gestures.ITransformableState! obj, long offset, long centroid, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
static AndroidX.Compose.Foundation.Gestures.TransformableStateKt.RotateBy(AndroidX.Compose.Foundation.Gestures.ITransformableState! obj, float degrees, long centroid, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
static AndroidX.Compose.Foundation.Gestures.TransformableStateKt.StopTransformation(AndroidX.Compose.Foundation.Gestures.ITransformableState! obj, AndroidX.Compose.Foundation.MutatePriority! terminationPriority, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
static AndroidX.Compose.Foundation.Gestures.TransformableStateKt.ZoomBy(AndroidX.Compose.Foundation.Gestures.ITransformableState! obj, float zoomFactor, long centroid, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
static AndroidX.Compose.Foundation.HoverableKt.Hoverable(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource! interactionSource, bool enabled) -> AndroidX.Compose.UI.IModifier!
+static AndroidX.Compose.Foundation.ImageKt.Image(AndroidX.Compose.UI.Graphics.IImageBitmap! bitmap, string? contentDescription, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.UI.IAlignment? alignment, AndroidX.Compose.UI.Layout.IContentScale? contentScale, float alpha, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p7, AndroidX.Compose.Runtime.IComposer? _composer, int filterQuality, int _changed) -> void
+static AndroidX.Compose.Foundation.ImageKt.Image(AndroidX.Compose.UI.Graphics.Painter.Painter! painter, string? contentDescription, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.UI.IAlignment? alignment, AndroidX.Compose.UI.Layout.IContentScale? contentScale, float alpha, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, AndroidX.Compose.Runtime.IComposer? _composer, int p8, int _changed) -> void
+static AndroidX.Compose.Foundation.ImageKt.Image(AndroidX.Compose.UI.Graphics.Vector.ImageVector! imageVector, string? contentDescription, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.UI.IAlignment? alignment, AndroidX.Compose.UI.Layout.IContentScale? contentScale, float alpha, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, AndroidX.Compose.Runtime.IComposer? _composer, int p8, int _changed) -> void
static AndroidX.Compose.Foundation.IndicationKt.Indication(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Interaction.IInteractionSource! interactionSource, AndroidX.Compose.Foundation.IIndication? indication) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.IndicationKt.LocalIndication.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal!
static AndroidX.Compose.Foundation.Interaction.DragInteractionKt.CollectIsDraggedAsState(AndroidX.Compose.Foundation.Interaction.IInteractionSource! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IState!
@@ -1609,12 +1746,13 @@ static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridDslKt.ItemsIndexed(AndroidX
static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridDslKt.ItemsIndexed(AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridScope! obj, System.Collections.IList! items, Kotlin.Jvm.Functions.IFunction2? key, Kotlin.Jvm.Functions.IFunction3? span, Kotlin.Jvm.Functions.IFunction2! contentType, Kotlin.Jvm.Functions.IFunction5! itemContent) -> void
static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridDslKt.LazyHorizontalGrid(AndroidX.Compose.Foundation.Lazy.Grid.IGridCells! rows, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState? state, AndroidX.Compose.Foundation.Layout.IPaddingValues? contentPadding, bool reverseLayout, AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal? horizontalArrangement, AndroidX.Compose.Foundation.Layout.Arrangement.IVertical? verticalArrangement, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior, bool userScrollEnabled, AndroidX.Compose.Foundation.IOverscrollEffect? overscrollEffect, Kotlin.Jvm.Functions.IFunction1! content, AndroidX.Compose.Runtime.IComposer? _composer, int p12, int _changed, int _changed1) -> void
static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridDslKt.LazyVerticalGrid(AndroidX.Compose.Foundation.Lazy.Grid.IGridCells! columns, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState? state, AndroidX.Compose.Foundation.Layout.IPaddingValues? contentPadding, bool reverseLayout, AndroidX.Compose.Foundation.Layout.Arrangement.IVertical? verticalArrangement, AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal? horizontalArrangement, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior, bool userScrollEnabled, AndroidX.Compose.Foundation.IOverscrollEffect? overscrollEffect, Kotlin.Jvm.Functions.IFunction1! content, AndroidX.Compose.Runtime.IComposer? _composer, int p12, int _changed, int _changed1) -> void
-static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfo.Companion.get -> AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoCompanion!
+static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfo.Companion.get -> AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoCompanionStatic!
static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridLayoutInfoKt.GetFirstVisibleItemLineIndex(AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo! obj) -> int
static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridLayoutInfoKt.GetSingleAxisViewportSize(AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo! obj) -> int
static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridPrefetchStrategyKt.LazyGridPrefetchStrategy(int nestedPrefetchItemCount) -> AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchStrategy!
static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridScrollScopeKt.LazyLayoutScrollScope(AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState! state, AndroidX.Compose.Foundation.Gestures.IScrollScope! scrollScope) -> AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope!
static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridSpanKt.GridItemSpan(int currentLineSpan) -> long
+static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.Companion.get -> AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.CompanionStatic!
static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridStateKt.RememberLazyGridState(AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutCacheWindow! cacheWindow, int p1, int initialFirstVisibleItemIndex, AndroidX.Compose.Runtime.IComposer? _composer, int initialFirstVisibleItemScrollOffset, int _changed) -> AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState!
static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridStateKt.RememberLazyGridState(int p0, int initialFirstVisibleItemIndex, AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchStrategy? prefetchStrategy, AndroidX.Compose.Runtime.IComposer? _composer, int initialFirstVisibleItemScrollOffset, int _changed) -> AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState!
static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridStateKt.RememberLazyGridState(int p0, int initialFirstVisibleItemIndex, AndroidX.Compose.Runtime.IComposer? _composer, int initialFirstVisibleItemScrollOffset, int _changed) -> AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState!
@@ -1628,6 +1766,7 @@ static AndroidX.Compose.Foundation.Lazy.LazyDslKt.ItemsIndexed(AndroidX.Compose.
static AndroidX.Compose.Foundation.Lazy.LazyDslKt.ItemsIndexed(AndroidX.Compose.Foundation.Lazy.ILazyListScope! obj, System.Collections.IList! items, Kotlin.Jvm.Functions.IFunction2? key, Kotlin.Jvm.Functions.IFunction2! contentType, Kotlin.Jvm.Functions.IFunction5! itemContent) -> void
static AndroidX.Compose.Foundation.Lazy.LazyDslKt.LazyColumn(AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Lazy.LazyListState? state, AndroidX.Compose.Foundation.Layout.IPaddingValues? contentPadding, bool reverseLayout, AndroidX.Compose.Foundation.Layout.Arrangement.IVertical? verticalArrangement, AndroidX.Compose.UI.IAlignmentHorizontal? horizontalAlignment, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior, bool userScrollEnabled, AndroidX.Compose.Foundation.IOverscrollEffect? overscrollEffect, Kotlin.Jvm.Functions.IFunction1! content, AndroidX.Compose.Runtime.IComposer? _composer, int p11, int _changed) -> void
static AndroidX.Compose.Foundation.Lazy.LazyDslKt.LazyRow(AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Lazy.LazyListState? state, AndroidX.Compose.Foundation.Layout.IPaddingValues? contentPadding, bool reverseLayout, AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal? horizontalArrangement, AndroidX.Compose.UI.IAlignmentVertical? verticalAlignment, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior, bool userScrollEnabled, AndroidX.Compose.Foundation.IOverscrollEffect? overscrollEffect, Kotlin.Jvm.Functions.IFunction1! content, AndroidX.Compose.Runtime.IComposer? _composer, int p11, int _changed) -> void
+static AndroidX.Compose.Foundation.Lazy.LazyItemScopeDefaultImpls.AnimateItem(AndroidX.Compose.Foundation.Lazy.ILazyItemScope! _this, AndroidX.Compose.UI.IModifier! _receiver, AndroidX.Compose.Animation.Core.IFiniteAnimationSpec? fadeInSpec, AndroidX.Compose.Animation.Core.IFiniteAnimationSpec? placementSpec, AndroidX.Compose.Animation.Core.IFiniteAnimationSpec? fadeOutSpec) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.Lazy.LazyListLayoutInfoDefaultImpls.GetAfterContentPadding(AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo! _this) -> int
static AndroidX.Compose.Foundation.Lazy.LazyListLayoutInfoDefaultImpls.GetBeforeContentPadding(AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo! _this) -> int
static AndroidX.Compose.Foundation.Lazy.LazyListLayoutInfoDefaultImpls.GetMainAxisItemSpacing(AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo! _this) -> int
@@ -1640,6 +1779,7 @@ static AndroidX.Compose.Foundation.Lazy.LazyListScopeDefaultImpls.Item(AndroidX.
static AndroidX.Compose.Foundation.Lazy.LazyListScopeDefaultImpls.Items(AndroidX.Compose.Foundation.Lazy.ILazyListScope! _this, int count, Kotlin.Jvm.Functions.IFunction1? key, Kotlin.Jvm.Functions.IFunction1! contentType, Kotlin.Jvm.Functions.IFunction4! itemContent) -> void
static AndroidX.Compose.Foundation.Lazy.LazyListScopeDefaultImpls.StickyHeader(AndroidX.Compose.Foundation.Lazy.ILazyListScope! _this, Java.Lang.Object? key, Java.Lang.Object? contentType, Kotlin.Jvm.Functions.IFunction4! content) -> void
static AndroidX.Compose.Foundation.Lazy.LazyListScrollScopeKt.LazyLayoutScrollScope(AndroidX.Compose.Foundation.Lazy.LazyListState! state, AndroidX.Compose.Foundation.Gestures.IScrollScope! scrollScope) -> AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope!
+static AndroidX.Compose.Foundation.Lazy.LazyListState.Companion.get -> AndroidX.Compose.Foundation.Lazy.LazyListState.CompanionStatic!
static AndroidX.Compose.Foundation.Lazy.LazyListStateKt.RememberLazyListState(AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutCacheWindow! cacheWindow, int p1, int initialFirstVisibleItemIndex, AndroidX.Compose.Runtime.IComposer? _composer, int initialFirstVisibleItemScrollOffset, int _changed) -> AndroidX.Compose.Foundation.Lazy.LazyListState!
static AndroidX.Compose.Foundation.Lazy.LazyListStateKt.RememberLazyListState(int p0, int initialFirstVisibleItemIndex, AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchStrategy? prefetchStrategy, AndroidX.Compose.Runtime.IComposer? _composer, int initialFirstVisibleItemScrollOffset, int _changed) -> AndroidX.Compose.Foundation.Lazy.LazyListState!
static AndroidX.Compose.Foundation.Lazy.LazyListStateKt.RememberLazyListState(int p0, int initialFirstVisibleItemIndex, AndroidX.Compose.Runtime.IComposer? _composer, int initialFirstVisibleItemScrollOffset, int _changed) -> AndroidX.Compose.Foundation.Lazy.LazyListState!
@@ -1652,9 +1792,12 @@ static AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridDslKt.Laz
static AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridMeasureResultKt.EmptyLazyStaggeredGridLayoutInfo.get -> Java.Lang.Object!
static AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridMeasureResultKt.GetSingleAxisViewportSize(AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo! obj) -> int
static AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridScrollScopeKt.LazyLayoutScrollScope(AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState! state, AndroidX.Compose.Foundation.Gestures.IScrollScope! scrollScope) -> AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope!
+static AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.Companion.get -> AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.CompanionStatic!
static AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridStateKt.RememberLazyStaggeredGridState(int p0, int initialFirstVisibleItemIndex, AndroidX.Compose.Runtime.IComposer? _composer, int initialFirstVisibleItemScrollOffset, int _changed) -> AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState!
+static AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan.Companion.get -> AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridItemSpan.CompanionStatic!
+static AndroidX.Compose.Foundation.MarqueeAnimationMode.Companion.get -> AndroidX.Compose.Foundation.MarqueeAnimationMode.CompanionStatic!
static AndroidX.Compose.Foundation.MarqueeDefaults.Instance.get -> AndroidX.Compose.Foundation.MarqueeDefaults!
-static AndroidX.Compose.Foundation.MarqueeSpacing.Companion.get -> AndroidX.Compose.Foundation.MarqueeSpacingCompanion!
+static AndroidX.Compose.Foundation.MarqueeSpacing.Companion.get -> AndroidX.Compose.Foundation.MarqueeSpacingCompanionStatic!
static AndroidX.Compose.Foundation.MutatePriority.Default.get -> AndroidX.Compose.Foundation.MutatePriority?
static AndroidX.Compose.Foundation.MutatePriority.Entries.get -> Kotlin.Enums.IEnumEntries!
static AndroidX.Compose.Foundation.MutatePriority.PreventUserInput.get -> AndroidX.Compose.Foundation.MutatePriority?
@@ -1673,7 +1816,7 @@ static AndroidX.Compose.Foundation.Pager.PagerKt.HorizontalPager(AndroidX.Compos
static AndroidX.Compose.Foundation.Pager.PagerKt.VerticalPager(AndroidX.Compose.Foundation.Pager.PagerState! state, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Layout.IPaddingValues? contentPadding, AndroidX.Compose.Foundation.Pager.IPageSize? pageSize, int p4, float pageSpacing, AndroidX.Compose.UI.IAlignmentHorizontal? horizontalAlignment, AndroidX.Compose.Foundation.Gestures.ITargetedFlingBehavior? flingBehavior, bool userScrollEnabled, bool reverseLayout, Kotlin.Jvm.Functions.IFunction1? key, AndroidX.Compose.UI.Input.NestedScroll.INestedScrollConnection? pageNestedScrollConnection, AndroidX.Compose.Foundation.Gestures.Snapping.ISnapPosition? snapPosition, AndroidX.Compose.Foundation.IOverscrollEffect? overscrollEffect, Kotlin.Jvm.Functions.IFunction4! pageContent, AndroidX.Compose.Runtime.IComposer? _composer, int beyondViewportPageCount, int _changed, int _changed1) -> void
static AndroidX.Compose.Foundation.Pager.PagerLayoutInfoKt.GetMainAxisViewportSize(AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo! obj) -> int
static AndroidX.Compose.Foundation.Pager.PagerScrollScopeKt.LazyLayoutScrollScope(AndroidX.Compose.Foundation.Pager.PagerState! state, AndroidX.Compose.Foundation.Gestures.IScrollScope! scrollScope) -> AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope!
-static AndroidX.Compose.Foundation.Pager.PagerSnapDistance.Companion.get -> AndroidX.Compose.Foundation.Pager.PagerSnapDistanceCompanion!
+static AndroidX.Compose.Foundation.Pager.PagerSnapDistance.Companion.get -> AndroidX.Compose.Foundation.Pager.PagerSnapDistanceCompanionStatic!
static AndroidX.Compose.Foundation.Pager.PagerStateKt.DefaultPositionThreshold.get -> float
static AndroidX.Compose.Foundation.Pager.PagerStateKt.EmptyLayoutInfo.get -> Java.Lang.Object!
static AndroidX.Compose.Foundation.Pager.PagerStateKt.PagerState(int currentPage, float currentPageOffsetFraction, Kotlin.Jvm.Functions.IFunction0! pageCount) -> AndroidX.Compose.Foundation.Pager.PagerState!
@@ -1689,6 +1832,7 @@ static AndroidX.Compose.Foundation.ScrollKt.HorizontalScroll(AndroidX.Compose.UI
static AndroidX.Compose.Foundation.ScrollKt.RememberScrollState(int p0, AndroidX.Compose.Runtime.IComposer? _composer, int initial, int _changed) -> AndroidX.Compose.Foundation.ScrollState!
static AndroidX.Compose.Foundation.ScrollKt.VerticalScroll(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.ScrollState! state, AndroidX.Compose.Foundation.IOverscrollEffect? overscrollEffect, bool enabled, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior, bool reverseScrolling) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.ScrollKt.VerticalScroll(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.ScrollState! state, bool enabled, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior, bool reverseScrolling) -> AndroidX.Compose.UI.IModifier!
+static AndroidX.Compose.Foundation.ScrollState.Companion.get -> AndroidX.Compose.Foundation.ScrollState.CompanionStatic!
static AndroidX.Compose.Foundation.ScrollableAreaKt.ScrollableArea(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Gestures.IScrollableState! state, AndroidX.Compose.Foundation.Gestures.Orientation! orientation, AndroidX.Compose.Foundation.IOverscrollEffect? overscrollEffect, bool enabled, bool reverseScrolling, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, AndroidX.Compose.Foundation.Gestures.IBringIntoViewSpec? bringIntoViewSpec) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.ScrollableAreaKt.ScrollableArea(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Gestures.IScrollableState! state, AndroidX.Compose.Foundation.Gestures.Orientation! orientation, bool enabled, bool reverseScrolling, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, AndroidX.Compose.Foundation.Gestures.IBringIntoViewSpec? bringIntoViewSpec) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.Selection.SelectableGroupKt.SelectableGroup(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier!
@@ -1698,25 +1842,50 @@ static AndroidX.Compose.Foundation.Selection.ToggleableKt.Toggleable(AndroidX.Co
static AndroidX.Compose.Foundation.Selection.ToggleableKt.Toggleable(AndroidX.Compose.UI.IModifier! obj, bool value, bool enabled, AndroidX.Compose.UI.Semantics.Role? role, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, Kotlin.Jvm.Functions.IFunction1! onValueChange) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.Selection.ToggleableKt.TriStateToggleable(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.State.ToggleableState! state, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, AndroidX.Compose.Foundation.IIndication? indication, bool enabled, AndroidX.Compose.UI.Semantics.Role? role, Kotlin.Jvm.Functions.IFunction0! onClick) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.Selection.ToggleableKt.TriStateToggleable(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.State.ToggleableState! state, bool enabled, AndroidX.Compose.UI.Semantics.Role? role, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, Kotlin.Jvm.Functions.IFunction0! onClick) -> AndroidX.Compose.UI.IModifier!
+static AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShapeKt.AbsoluteCutCornerShape(AndroidX.Compose.Foundation.Shape.ICornerSize! corner) -> AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShape!
+static AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShapeKt.AbsoluteCutCornerShape(float size) -> AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShape!
+static AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShapeKt.AbsoluteCutCornerShape(float topLeft, float topRight, float bottomRight, float bottomLeft) -> AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShape!
+static AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShapeKt.AbsoluteCutCornerShape(int percent) -> AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShape!
+static AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShapeKt.AbsoluteCutCornerShape(int topLeftPercent, int topRightPercent, int bottomRightPercent, int bottomLeftPercent) -> AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShape!
+static AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShapeKt.AbsoluteRoundedCornerShape(AndroidX.Compose.Foundation.Shape.ICornerSize! corner) -> AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShape!
+static AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShapeKt.AbsoluteRoundedCornerShape(float size) -> AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShape!
+static AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShapeKt.AbsoluteRoundedCornerShape(float topLeft, float topRight, float bottomRight, float bottomLeft) -> AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShape!
+static AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShapeKt.AbsoluteRoundedCornerShape(int percent) -> AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShape!
+static AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShapeKt.AbsoluteRoundedCornerShape(int topLeftPercent, int topRightPercent, int bottomRightPercent, int bottomLeftPercent) -> AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShape!
static AndroidX.Compose.Foundation.Shape.CornerSizeKt.CornerSize(float size) -> AndroidX.Compose.Foundation.Shape.ICornerSize!
static AndroidX.Compose.Foundation.Shape.CornerSizeKt.CornerSize(int percent) -> AndroidX.Compose.Foundation.Shape.ICornerSize!
static AndroidX.Compose.Foundation.Shape.CornerSizeKt.ZeroCornerSize.get -> AndroidX.Compose.Foundation.Shape.ICornerSize!
+static AndroidX.Compose.Foundation.Shape.CutCornerShapeKt.CutCornerShape(AndroidX.Compose.Foundation.Shape.ICornerSize! corner) -> AndroidX.Compose.Foundation.Shape.CutCornerShape!
+static AndroidX.Compose.Foundation.Shape.CutCornerShapeKt.CutCornerShape(float size) -> AndroidX.Compose.Foundation.Shape.CutCornerShape!
+static AndroidX.Compose.Foundation.Shape.CutCornerShapeKt.CutCornerShape(float topStart, float topEnd, float bottomEnd, float bottomStart) -> AndroidX.Compose.Foundation.Shape.CutCornerShape!
+static AndroidX.Compose.Foundation.Shape.CutCornerShapeKt.CutCornerShape(int percent) -> AndroidX.Compose.Foundation.Shape.CutCornerShape!
+static AndroidX.Compose.Foundation.Shape.CutCornerShapeKt.CutCornerShape(int topStartPercent, int topEndPercent, int bottomEndPercent, int bottomStartPercent) -> AndroidX.Compose.Foundation.Shape.CutCornerShape!
+static AndroidX.Compose.Foundation.Shape.RoundedCornerShapeKt.CircleShape.get -> AndroidX.Compose.Foundation.Shape.RoundedCornerShape!
+static AndroidX.Compose.Foundation.Shape.RoundedCornerShapeKt.RoundedCornerShape(AndroidX.Compose.Foundation.Shape.ICornerSize! corner) -> AndroidX.Compose.Foundation.Shape.RoundedCornerShape!
+static AndroidX.Compose.Foundation.Shape.RoundedCornerShapeKt.RoundedCornerShape(float size) -> AndroidX.Compose.Foundation.Shape.RoundedCornerShape!
+static AndroidX.Compose.Foundation.Shape.RoundedCornerShapeKt.RoundedCornerShape(float topStart, float topEnd, float bottomEnd, float bottomStart) -> AndroidX.Compose.Foundation.Shape.RoundedCornerShape!
+static AndroidX.Compose.Foundation.Shape.RoundedCornerShapeKt.RoundedCornerShape(int percent) -> AndroidX.Compose.Foundation.Shape.RoundedCornerShape!
+static AndroidX.Compose.Foundation.Shape.RoundedCornerShapeKt.RoundedCornerShape(int topStartPercent, int topEndPercent, int bottomEndPercent, int bottomStartPercent) -> AndroidX.Compose.Foundation.Shape.RoundedCornerShape!
static AndroidX.Compose.Foundation.Style.ResolvedStyleKt.TextDefaultsResolvedStyle.get -> Kotlin.Unit!
-static AndroidX.Compose.Foundation.Style.Style.Companion.get -> AndroidX.Compose.Foundation.Style.StyleCompanion!
-static AndroidX.Compose.Foundation.Style.StyleCompanion.InterfaceConsts.Companion.get -> AndroidX.Compose.Foundation.Style.StyleCompanion!
-static AndroidX.Compose.Foundation.Style.StyleKt.Style(AndroidX.Compose.Foundation.Style.IStyle! style1, AndroidX.Compose.Foundation.Style.IStyle! style2) -> AndroidX.Compose.Foundation.Style.IStyle!
-static AndroidX.Compose.Foundation.Style.StyleKt.Style(AndroidX.Compose.Foundation.Style.IStyle! style1, AndroidX.Compose.Foundation.Style.IStyle! style2, AndroidX.Compose.Foundation.Style.IStyle! style3) -> AndroidX.Compose.Foundation.Style.IStyle!
-static AndroidX.Compose.Foundation.Style.StyleKt.Style(params AndroidX.Compose.Foundation.Style.IStyle![]! styles) -> AndroidX.Compose.Foundation.Style.IStyle!
-static AndroidX.Compose.Foundation.Style.StyleKt.Then(AndroidX.Compose.Foundation.Style.IStyle! obj, AndroidX.Compose.Foundation.Style.IStyle! other) -> AndroidX.Compose.Foundation.Style.IStyle!
static AndroidX.Compose.Foundation.SystemGestureExclusionKt.SystemGestureExclusion(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier!
static AndroidX.Compose.Foundation.Text.AndroidCursorHandle_androidKt.CursorHandleHeight.get -> float
static AndroidX.Compose.Foundation.Text.AndroidCursorHandle_androidKt.CursorHandleWidth.get -> float
+static AndroidX.Compose.Foundation.Text.AutofillHighlightKt.LocalAutofillHighlightBrush.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal!
+static AndroidX.Compose.Foundation.Text.AutofillHighlightKt.LocalAutofillHighlightColor.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal!
+static AndroidX.Compose.Foundation.Text.BasicSecureTextFieldKt.BasicSecureTextField(AndroidX.Compose.Foundation.Text.Input.TextFieldState! state, AndroidX.Compose.UI.IModifier? modifier, bool enabled, bool readOnly, AndroidX.Compose.Foundation.Text.Input.IInputTransformation? inputTransformation, AndroidX.Compose.UI.Text.TextStyle? textStyle, AndroidX.Compose.Foundation.Text.KeyboardOptions? keyboardOptions, AndroidX.Compose.Foundation.Text.Input.IKeyboardActionHandler? onKeyboardAction, Kotlin.Jvm.Functions.IFunction2? onTextLayout, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, AndroidX.Compose.UI.Graphics.Brush? cursorBrush, AndroidX.Compose.Foundation.Text.Input.ITextFieldDecorator? decorator, int p12, char textObfuscationCharacter, AndroidX.Compose.Foundation.ScrollState? scrollState, AndroidX.Compose.Runtime.IComposer? _composer, int textObfuscationMode, int _changed, int _changed1) -> void
static AndroidX.Compose.Foundation.Text.BasicSecureTextField_androidKt.ContentResolverForSecureTextField.get -> Kotlin.Jvm.Functions.IFunction1!
static AndroidX.Compose.Foundation.Text.BasicSecureTextField_androidKt.ContentResolverForSecureTextField.set -> void
+static AndroidX.Compose.Foundation.Text.BasicTextFieldKt.BasicTextField(AndroidX.Compose.Foundation.Text.Input.TextFieldState! state, AndroidX.Compose.UI.IModifier? modifier, bool enabled, bool readOnly, AndroidX.Compose.Foundation.Text.Input.IInputTransformation? inputTransformation, AndroidX.Compose.UI.Text.TextStyle? textStyle, AndroidX.Compose.Foundation.Text.KeyboardOptions? keyboardOptions, AndroidX.Compose.Foundation.Text.Input.IKeyboardActionHandler? onKeyboardAction, AndroidX.Compose.Foundation.Text.Input.ITextFieldLineLimits? lineLimits, Kotlin.Jvm.Functions.IFunction2? onTextLayout, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, AndroidX.Compose.UI.Graphics.Brush? cursorBrush, AndroidX.Compose.Foundation.Text.Input.IOutputTransformation? outputTransformation, AndroidX.Compose.Foundation.Text.Input.ITextFieldDecorator? decorator, AndroidX.Compose.Foundation.ScrollState? scrollState, AndroidX.Compose.Runtime.IComposer? _composer, int p16, int _changed, int _changed1) -> void
+static AndroidX.Compose.Foundation.Text.BasicTextFieldKt.BasicTextField(AndroidX.Compose.UI.Text.Input.TextFieldValue! value, Kotlin.Jvm.Functions.IFunction1! onValueChange, AndroidX.Compose.UI.IModifier? modifier, bool enabled, bool readOnly, AndroidX.Compose.UI.Text.TextStyle? textStyle, AndroidX.Compose.Foundation.Text.KeyboardOptions? keyboardOptions, AndroidX.Compose.Foundation.Text.KeyboardActions? keyboardActions, bool singleLine, int p9, int maxLines, AndroidX.Compose.UI.Text.Input.IVisualTransformation? visualTransformation, Kotlin.Jvm.Functions.IFunction1? onTextLayout, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, AndroidX.Compose.UI.Graphics.Brush? cursorBrush, Kotlin.Jvm.Functions.IFunction3? decorationBox, AndroidX.Compose.Runtime.IComposer? _composer, int minLines, int _changed, int _changed1) -> void
+static AndroidX.Compose.Foundation.Text.BasicTextFieldKt.BasicTextField(string! value, Kotlin.Jvm.Functions.IFunction1! onValueChange, AndroidX.Compose.UI.IModifier? modifier, bool enabled, bool readOnly, AndroidX.Compose.UI.Text.TextStyle? textStyle, AndroidX.Compose.Foundation.Text.KeyboardOptions? keyboardOptions, AndroidX.Compose.Foundation.Text.KeyboardActions? keyboardActions, bool singleLine, int p9, int maxLines, AndroidX.Compose.UI.Text.Input.IVisualTransformation? visualTransformation, Kotlin.Jvm.Functions.IFunction1? onTextLayout, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, AndroidX.Compose.UI.Graphics.Brush? cursorBrush, Kotlin.Jvm.Functions.IFunction3? decorationBox, AndroidX.Compose.Runtime.IComposer? _composer, int minLines, int _changed, int _changed1) -> void
+static AndroidX.Compose.Foundation.Text.BasicTextKt.BasicText(AndroidX.Compose.UI.Text.AnnotatedString! text, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.UI.Text.TextStyle? style, Kotlin.Jvm.Functions.IFunction1? onTextLayout, int p4, bool softWrap, int overflow, int maxLines, System.Collections.Generic.IDictionary? inlineContent, AndroidX.Compose.UI.Graphics.IColorProducer? color, AndroidX.Compose.Foundation.Text.ITextAutoSize? autoSize, AndroidX.Compose.Runtime.IComposer? _composer, int minLines, int _changed, int _changed1) -> void
+static AndroidX.Compose.Foundation.Text.BasicTextKt.BasicText(string! text, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.UI.Text.TextStyle? style, Kotlin.Jvm.Functions.IFunction1? onTextLayout, int p4, bool softWrap, int overflow, int maxLines, AndroidX.Compose.UI.Graphics.IColorProducer? color, AndroidX.Compose.Foundation.Text.ITextAutoSize? autoSize, AndroidX.Compose.Runtime.IComposer? _composer, int minLines, int _changed) -> void
static AndroidX.Compose.Foundation.Text.BasicText_androidKt.CoreCountSatisfactory.get -> bool
static AndroidX.Compose.Foundation.Text.BasicText_androidKt.LocalBackgroundTextMeasurementExecutor.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal!
+static AndroidX.Compose.Foundation.Text.ClickableTextKt.ClickableText(AndroidX.Compose.UI.Text.AnnotatedString! text, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.UI.Text.TextStyle? style, bool softWrap, int p4, int overflow, Kotlin.Jvm.Functions.IFunction1? onTextLayout, Kotlin.Jvm.Functions.IFunction1! onClick, AndroidX.Compose.Runtime.IComposer? _composer, int maxLines, int _changed) -> void
static AndroidX.Compose.Foundation.Text.Contextmenu.Builder.TextContextMenuBuilderScopeKt.IsSeparator(AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuComponent? obj) -> bool
static AndroidX.Compose.Foundation.Text.Contextmenu.Builder.TextContextMenuBuilderScope_androidKt.Item(AndroidX.Compose.Foundation.Text.Contextmenu.Builder.TextContextMenuBuilderScope! obj, Java.Lang.Object! key, string! label, int leadingIcon, Kotlin.Jvm.Functions.IFunction1! onClick) -> void
+static AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData.Companion.get -> AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData.CompanionStatic!
static AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuKeys.Instance.get -> AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuKeys!
static AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuSeparator.Instance.get -> AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuSeparator!
static AndroidX.Compose.Foundation.Text.Contextmenu.Modifier.TextContextMenuModifierKt.AppendTextContextMenuComponents(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! builder) -> AndroidX.Compose.UI.IModifier!
@@ -1729,8 +1898,10 @@ static AndroidX.Compose.Foundation.Text.Handwriting.StylusHandwritingKt.Handwrit
static AndroidX.Compose.Foundation.Text.Handwriting.StylusHandwritingKt.HandwritingBoundsHorizontalOffset.get -> float
static AndroidX.Compose.Foundation.Text.Handwriting.StylusHandwritingKt.HandwritingBoundsVerticalOffset.get -> float
static AndroidX.Compose.Foundation.Text.Handwriting.StylusHandwriting_androidKt.IsStylusHandwritingSupported.get -> bool
-static AndroidX.Compose.Foundation.Text.Input.InputTransformation.Companion.get -> AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanion!
-static AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanion.InterfaceConsts.Companion.get -> AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanion!
+static AndroidX.Compose.Foundation.Text.InlineTextContentKt.AppendInlineContent(AndroidX.Compose.UI.Text.AnnotatedString.Builder! obj, string! id, string! alternateText) -> void
+static AndroidX.Compose.Foundation.Text.Input.InputTransformation.Companion.get -> AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanionStatic!
+static AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanionStatic.InterfaceConsts.Companion.get -> AndroidX.Compose.Foundation.Text.Input.InputTransformationCompanionStatic!
+static AndroidX.Compose.Foundation.Text.Input.InputTransformationKt.AllCaps(AndroidX.Compose.Foundation.Text.Input.IInputTransformation! obj, AndroidX.Compose.UI.Text.Intl.Locale! locale) -> AndroidX.Compose.Foundation.Text.Input.IInputTransformation!
static AndroidX.Compose.Foundation.Text.Input.InputTransformationKt.ByValue(AndroidX.Compose.Foundation.Text.Input.IInputTransformation! obj, Kotlin.Jvm.Functions.IFunction2! transformation) -> AndroidX.Compose.Foundation.Text.Input.IInputTransformation!
static AndroidX.Compose.Foundation.Text.Input.InputTransformationKt.MaxLength(AndroidX.Compose.Foundation.Text.Input.IInputTransformation! obj, int maxLength) -> AndroidX.Compose.Foundation.Text.Input.IInputTransformation!
static AndroidX.Compose.Foundation.Text.Input.InputTransformationKt.Then(AndroidX.Compose.Foundation.Text.Input.IInputTransformation! obj, AndroidX.Compose.Foundation.Text.Input.IInputTransformation! next) -> AndroidX.Compose.Foundation.Text.Input.IInputTransformation!
@@ -1738,25 +1909,31 @@ static AndroidX.Compose.Foundation.Text.Input.Internal.LegacyPlatformTextInputSe
static AndroidX.Compose.Foundation.Text.Input.Internal.LegacyPlatformTextInputServiceAdapter_androidKt.InputMethodManagerFactory.set -> void
static AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldKeyEventHandler_androidKt.IsFromSoftKeyboard(Android.Views.KeyEvent! obj) -> bool
static AndroidX.Compose.Foundation.Text.Input.TextFieldBufferKt.Delete(AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer! obj, int start, int end) -> void
+static AndroidX.Compose.Foundation.Text.Input.TextFieldBufferKt.ForEachChange(AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.IChangeList! obj, Kotlin.Jvm.Functions.IFunction2! block) -> void
+static AndroidX.Compose.Foundation.Text.Input.TextFieldBufferKt.ForEachChangeReversed(AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.IChangeList! obj, Kotlin.Jvm.Functions.IFunction2! block) -> void
static AndroidX.Compose.Foundation.Text.Input.TextFieldBufferKt.Insert(AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer! obj, int index, string! text) -> void
static AndroidX.Compose.Foundation.Text.Input.TextFieldBufferKt.PlaceCursorAtEnd(AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer! obj) -> void
static AndroidX.Compose.Foundation.Text.Input.TextFieldBufferKt.SelectAll(AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer! obj) -> void
-static AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimits.Companion.get -> AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanion!
-static AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsMultiLine.InterfaceConsts.Companion.get -> AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanion!
+static AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimits.Companion.get -> AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanionStatic!
+static AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsMultiLine.InterfaceConsts.Companion.get -> AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanionStatic!
static AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsSingleLine.Instance.get -> AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsSingleLine!
-static AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsSingleLine.InterfaceConsts.Companion.get -> AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanion!
+static AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsSingleLine.InterfaceConsts.Companion.get -> AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsCompanionStatic!
static AndroidX.Compose.Foundation.Text.Input.TextFieldStateKt.ClearText(AndroidX.Compose.Foundation.Text.Input.TextFieldState! obj) -> void
static AndroidX.Compose.Foundation.Text.Input.TextFieldStateKt.RememberTextFieldState(string? initialText, long initialSelection, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> AndroidX.Compose.Foundation.Text.Input.TextFieldState!
static AndroidX.Compose.Foundation.Text.Input.TextFieldStateKt.SetTextAndPlaceCursorAtEnd(AndroidX.Compose.Foundation.Text.Input.TextFieldState! obj, string! text) -> void
static AndroidX.Compose.Foundation.Text.Input.TextFieldStateKt.SetTextAndSelectAll(AndroidX.Compose.Foundation.Text.Input.TextFieldState! obj, string! text) -> void
static AndroidX.Compose.Foundation.Text.Input.TextFieldStateKt.ToTextFieldBuffer(AndroidX.Compose.Foundation.Text.Input.TextFieldState! obj) -> AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer!
-static AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode_androidKt.GetDefault(AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.Companion! obj) -> int
+static AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.Companion.get -> AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.CompanionStatic!
+static AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode_androidKt.GetDefault(AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode.CompanionStatic! obj) -> int
static AndroidX.Compose.Foundation.Text.KeyModifiersKt.GetModifiers(Android.Views.KeyEvent! obj) -> int
+static AndroidX.Compose.Foundation.Text.KeyboardActions.Companion.get -> AndroidX.Compose.Foundation.Text.KeyboardActions.CompanionStatic!
static AndroidX.Compose.Foundation.Text.KeyboardActionsKt.KeyboardActions(Kotlin.Jvm.Functions.IFunction1! onAny) -> AndroidX.Compose.Foundation.Text.KeyboardActions!
static AndroidX.Compose.Foundation.Text.KeyboardOptions.Companion.get -> AndroidX.Compose.Foundation.Text.KeyboardOptions.CompanionStatic!
static AndroidX.Compose.Foundation.Text.Modifiers.LayoutUtilsKt.IsEllipsis(int obj) -> bool
static AndroidX.Compose.Foundation.Text.Selection.DefaultTextSelectionColors_androidKt.DefaultTextSelectionColors.get -> AndroidX.Compose.Foundation.Text.Selection.TextSelectionColors!
static AndroidX.Compose.Foundation.Text.Selection.PlatformSelectionBehaviors_androidKt.LocalTextClassifierCoroutineContext.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal!
+static AndroidX.Compose.Foundation.Text.Selection.PlatformSelectionBehaviors_androidKt.PlatformSelectionBehaviorsFactory.get -> Kotlin.Jvm.Functions.IFunction4!
+static AndroidX.Compose.Foundation.Text.Selection.PlatformSelectionBehaviors_androidKt.PlatformSelectionBehaviorsFactory.set -> void
static AndroidX.Compose.Foundation.Text.Selection.SelectionContainerKt.DisableSelection(Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void
static AndroidX.Compose.Foundation.Text.Selection.SelectionContainerKt.SelectionContainer(AndroidX.Compose.UI.IModifier? modifier, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> void
static AndroidX.Compose.Foundation.Text.Selection.SelectionHandlesKt.HandleHeight.get -> float
@@ -1765,7 +1942,7 @@ static AndroidX.Compose.Foundation.Text.Selection.SelectionHandlesKt.SelectionHa
static AndroidX.Compose.Foundation.Text.Selection.SelectionMagnifierKt.OffsetDisplacementThreshold.get -> long
static AndroidX.Compose.Foundation.Text.Selection.SelectionRegistrarKt.LocalSelectionRegistrar.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal!
static AndroidX.Compose.Foundation.Text.Selection.TextSelectionColorsKt.LocalTextSelectionColors.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal!
-static AndroidX.Compose.Foundation.Text.TextAutoSize.Companion.get -> AndroidX.Compose.Foundation.Text.TextAutoSizeCompanion!
+static AndroidX.Compose.Foundation.Text.TextAutoSize.Companion.get -> AndroidX.Compose.Foundation.Text.TextAutoSizeCompanionStatic!
static AndroidX.Compose.Foundation.Text.TextAutoSizeDefaults.Instance.get -> AndroidX.Compose.Foundation.Text.TextAutoSizeDefaults!
static AndroidX.Compose.Foundation.Text.TextFieldCursor_androidKt.DefaultCursorThickness.get -> float
static AndroidX.Compose.Foundation.Text.TextFieldDelegateKt.EmptyTextReplacement.get -> string!
@@ -1773,6 +1950,7 @@ static AndroidX.Compose.Foundation.Text.TextFieldKeyInput_androidKt.IsTypedEvent
static AndroidX.Compose.Foundation.Text.TextPointerIcon_androidKt.HandwritingPointerIcon.get -> AndroidX.Compose.UI.Input.Pointer.IPointerIcon!
static AndroidX.Compose.Foundation.Text.TouchMode_androidKt.IsInTouchMode.get -> bool
static AndroidX.Compose.Foundation.Text.UndoManagerKt.SNAPSHOTS_INTERVAL_MILLIS.get -> int
+static AndroidX.Compose.Foundation.Text.ValidatingOffsetMappingKt.ValidatingEmptyOffsetMappingIdentity.get -> AndroidX.Compose.UI.Text.Input.IOffsetMapping!
virtual AndroidX.Compose.Foundation.Content.ReceiveContentOnReceiveHandler.Invoke(AndroidX.Compose.Foundation.Content.TransferableContent! transferableContent) -> AndroidX.Compose.Foundation.Content.TransferableContent?
virtual AndroidX.Compose.Foundation.Pager.PagerState.DispatchRawDelta(float delta) -> float
virtual AndroidX.Compose.Foundation.Pager.PagerState.IsScrollInProgress.get -> bool
@@ -1780,3 +1958,4 @@ virtual AndroidX.Compose.Foundation.Pager.PagerState.LastScrolledBackward.get ->
virtual AndroidX.Compose.Foundation.Pager.PagerState.LastScrolledForward.get -> bool
virtual AndroidX.Compose.Foundation.Pager.PagerState.Scroll(AndroidX.Compose.Foundation.MutatePriority! scrollPriority, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object?
virtual AndroidX.Compose.Foundation.Pager.PagerState.ScrollIndicatorState.get -> AndroidX.Compose.Foundation.IScrollIndicatorState?
+virtual AndroidX.Compose.Foundation.Shape.CornerBasedShape.Lerp(Java.Lang.Object? other, float t) -> Java.Lang.Object?
diff --git a/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml b/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml
index bdc4d85f4..e7faf1b5c 100644
--- a/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml
+++ b/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml
@@ -77,12 +77,14 @@
`.Companion`, which collides with the static `Companion` property the
generator would otherwise emit on the outer class (a nested type and a
property can't share a name), so the field is silently dropped and the
- singleton is only reachable via raw JNI. Rename the nested companion peer to
- `CompanionStatic` (matching the okio binding convention) so the generator can
- surface `public static KeyboardOptions.CompanionStatic Companion { get; }`,
- letting consumers write `KeyboardOptions.Companion.Default` directly.
- (Interface companions are unaffected — their peer is already hoisted/renamed,
- so they surface without help.)
+ singleton is only reachable via raw JNI. Rename every nested `*.Companion`
+ peer to `CompanionStatic` (the same wildcard pattern kotlin-stdlib, okio,
+ aicore, and genai-prompt already use) so the generator surfaces
+ `public static .CompanionStatic Companion { get; }` on every outer
+ class, letting consumers write e.g. `KeyboardOptions.Companion.Default`,
+ `ScrollState.Companion.Saver`, `LazyListState.Companion.Saver` directly.
+ (Interface companions are hoisted to top-level `Companion` by the
+ generator before this rename matches, so they're unaffected.)
-->
- CompanionStatic
+ CompanionStatic
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 ae6be754a..cf329be5c 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
@@ -86,54 +86,54 @@ 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.BlendMode.CompanionStatic
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Clear_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.ColorBurn_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.ColorDodge_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Color_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Darken_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Difference_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.DstAtop_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.DstIn_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.DstOut_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.DstOver_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Dst_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Exclusion_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Hardlight_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Hue_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Lighten_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Luminosity_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Modulate_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Multiply_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Overlay_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Plus_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Saturation_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Screen_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Softlight_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.SrcAtop_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.SrcIn_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.SrcOut_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.SrcOver_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.Src_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic.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.CompanionStatic
+AndroidX.Compose.UI.Graphics.Brush.CompanionStatic.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.CompanionStatic.HorizontalGradient_8A_3gB4(Kotlin.Pair![]! colorStops, float startX, float endX, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush!
+AndroidX.Compose.UI.Graphics.Brush.CompanionStatic.HorizontalGradient_8A_3gB4(System.Collections.Generic.IList! colors, float startX, float endX, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush!
+AndroidX.Compose.UI.Graphics.Brush.CompanionStatic.LinearGradient_mHitzGk(Kotlin.Pair![]! colorStops, long start, long end, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush!
+AndroidX.Compose.UI.Graphics.Brush.CompanionStatic.LinearGradient_mHitzGk(System.Collections.Generic.IList! colors, long start, long end, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush!
+AndroidX.Compose.UI.Graphics.Brush.CompanionStatic.RadialGradient_P_Vx_Ks(Kotlin.Pair![]! colorStops, long center, float radius, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush!
+AndroidX.Compose.UI.Graphics.Brush.CompanionStatic.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.CompanionStatic.SweepGradient_Uv8p0NA(Kotlin.Pair![]! colorStops, long center) -> AndroidX.Compose.UI.Graphics.Brush!
+AndroidX.Compose.UI.Graphics.Brush.CompanionStatic.SweepGradient_Uv8p0NA(System.Collections.Generic.IList! colors, long center) -> AndroidX.Compose.UI.Graphics.Brush!
+AndroidX.Compose.UI.Graphics.Brush.CompanionStatic.VerticalGradient_8A_3gB4(Kotlin.Pair![]! colorStops, float startY, float endY, int tileMode) -> AndroidX.Compose.UI.Graphics.Brush!
+AndroidX.Compose.UI.Graphics.Brush.CompanionStatic.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
@@ -143,9 +143,9 @@ 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.ClipOp.CompanionStatic
+AndroidX.Compose.UI.Graphics.ClipOp.CompanionStatic.Difference_rtfAjoo.get -> int
+AndroidX.Compose.UI.Graphics.ClipOp.CompanionStatic.Intersect_rtfAjoo.get -> int
AndroidX.Compose.UI.Graphics.Color
AndroidX.Compose.UI.Graphics.Color.CompanionStatic
AndroidX.Compose.UI.Graphics.Color.CompanionStatic.Black_0d7_KjU.get -> long
@@ -166,10 +166,10 @@ AndroidX.Compose.UI.Graphics.Color.CompanionStatic.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.ColorFilter.CompanionStatic
+AndroidX.Compose.UI.Graphics.ColorFilter.CompanionStatic.ColorMatrix_jHG_Opc(float[]! colorMatrix) -> AndroidX.Compose.UI.Graphics.ColorFilter!
+AndroidX.Compose.UI.Graphics.ColorFilter.CompanionStatic.Lighting__OWjLjI(long multiply, long add) -> AndroidX.Compose.UI.Graphics.ColorFilter!
+AndroidX.Compose.UI.Graphics.ColorFilter.CompanionStatic.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[]!
@@ -178,16 +178,16 @@ AndroidX.Compose.UI.Graphics.ColorMatrixColorFilter.CopyColorMatrix(float[]! tar
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.Adaptation.CompanionStatic
+AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.CompanionStatic.Bradford.get -> AndroidX.Compose.UI.Graphics.Colorspace.Adaptation!
+AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.CompanionStatic.Ciecat02.get -> AndroidX.Compose.UI.Graphics.Colorspace.Adaptation!
+AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.CompanionStatic.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.ColorModel.CompanionStatic
+AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.CompanionStatic.Cmyk_xdoWZVw.get -> long
+AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.CompanionStatic.Lab_xdoWZVw.get -> long
+AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.CompanionStatic.Rgb_xdoWZVw.get -> long
+AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.CompanionStatic.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
@@ -235,11 +235,11 @@ AndroidX.Compose.UI.Graphics.Colorspace.Illuminant.GetB() -> AndroidX.Compose.UI
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.RenderIntent.CompanionStatic
+AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent.CompanionStatic.Absolute_uksYyKA.get -> int
+AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent.CompanionStatic.Perceptual_uksYyKA.get -> int
+AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent.CompanionStatic.Relative_uksYyKA.get -> int
+AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent.CompanionStatic.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[]!
@@ -288,8 +288,40 @@ 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.CanvasDrawScope
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.CanvasDrawScope() -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.Density.get -> float
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.Draw(AndroidX.Compose.UI.Unit.IDensity! density, AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection, AndroidX.Compose.UI.Graphics.ICanvas! canvas, long size, Kotlin.Jvm.Functions.IFunction1! block) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawArc(AndroidX.Compose.UI.Graphics.Brush! brush, float startAngle, float sweepAngle, bool useCenter, long topLeft, long size, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawArc(long color, float startAngle, float sweepAngle, bool useCenter, long topLeft, long size, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawCircle(AndroidX.Compose.UI.Graphics.Brush! brush, float radius, long center, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawCircle(long color, float radius, long center, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawContext.get -> AndroidX.Compose.UI.Graphics.Drawscope.IDrawContext!
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawImage(AndroidX.Compose.UI.Graphics.IImageBitmap! image, long srcOffset, long srcSize, long dstOffset, long dstSize, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode, int filterQuality) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawImage(AndroidX.Compose.UI.Graphics.IImageBitmap! image, long topLeft, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawLine(AndroidX.Compose.UI.Graphics.Brush! brush, long start, long end, float strokeWidth, int cap, AndroidX.Compose.UI.Graphics.IPathEffect? pathEffect, float alpha, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawLine(long color, long start, long end, float strokeWidth, int cap, AndroidX.Compose.UI.Graphics.IPathEffect? pathEffect, float alpha, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawOval(AndroidX.Compose.UI.Graphics.Brush! brush, long topLeft, long size, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawOval(long color, long topLeft, long size, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawParams.get -> Java.Lang.Object!
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawPath(AndroidX.Compose.UI.Graphics.IPath! path, AndroidX.Compose.UI.Graphics.Brush! brush, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawPath(AndroidX.Compose.UI.Graphics.IPath! path, long color, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawRect(AndroidX.Compose.UI.Graphics.Brush! brush, long topLeft, long size, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawRect(long color, long topLeft, long size, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawRoundRect(AndroidX.Compose.UI.Graphics.Brush! brush, long topLeft, long size, long cornerRadius, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.DrawRoundRect(long color, long topLeft, long size, long cornerRadius, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, float alpha, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.FontScale.get -> float
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.InterfaceConsts
+AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.LayoutDirection.get -> AndroidX.Compose.UI.Unit.LayoutDirection!
AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScopeKt
+AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls
AndroidX.Compose.UI.Graphics.Drawscope.DrawContextKt
+AndroidX.Compose.UI.Graphics.Drawscope.DrawScope
+AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeCompanionStatic
+AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeCompanionStatic.DefaultBlendMode_0nO6VwU.get -> int
+AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeCompanionStatic.DefaultFilterQuality_f_v9h1I.get -> int
+AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeConsts
+AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls
AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt
AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeMarkerAttribute
AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeMarkerAttribute.DrawScopeMarkerAttribute() -> void
@@ -298,14 +330,43 @@ AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle.DrawStyle(nint javaReference, A
AndroidX.Compose.UI.Graphics.Drawscope.DrawTransformDefaultImpls
AndroidX.Compose.UI.Graphics.Drawscope.DrawTransformKt
AndroidX.Compose.UI.Graphics.Drawscope.Fill
+AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope
+AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope.DrawContent() -> void
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.Density.get -> AndroidX.Compose.UI.Unit.IDensity!
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawContext.Density.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.LayoutDirection.get -> AndroidX.Compose.UI.Unit.LayoutDirection!
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawContext.LayoutDirection.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.IDrawScope
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.Center.get -> long
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.Companion.get -> AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeCompanionStatic!
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawArc(AndroidX.Compose.UI.Graphics.Brush! brush, float startAngle, float sweepAngle, bool useCenter, long p4, long p5, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p9) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawArc(long p0, float startAngle, float sweepAngle, bool useCenter, long p4, long p5, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p9) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawCircle(AndroidX.Compose.UI.Graphics.Brush! brush, float radius, long p2, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p6) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawCircle(long p0, float radius, long p2, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p6) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawContext.get -> AndroidX.Compose.UI.Graphics.Drawscope.IDrawContext!
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawImage(AndroidX.Compose.UI.Graphics.IImageBitmap! image, long p1, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p5) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawImage(AndroidX.Compose.UI.Graphics.IImageBitmap! image, long srcOffset, long srcSize, long dstOffset, long dstSize, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode, int filterQuality) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawLine(AndroidX.Compose.UI.Graphics.Brush! brush, long p1, long p2, float strokeWidth, int p4, AndroidX.Compose.UI.Graphics.IPathEffect? pathEffect, float alpha, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p8) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawLine(long p0, long p1, long p2, float strokeWidth, int p4, AndroidX.Compose.UI.Graphics.IPathEffect? pathEffect, float alpha, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p8) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawOval(AndroidX.Compose.UI.Graphics.Brush! brush, long p1, long p2, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p6) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawOval(long p0, long p1, long p2, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p6) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawPath(AndroidX.Compose.UI.Graphics.IPath! path, AndroidX.Compose.UI.Graphics.Brush! brush, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p5) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawPath(AndroidX.Compose.UI.Graphics.IPath! path, long p1, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p5) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawRect(AndroidX.Compose.UI.Graphics.Brush! brush, long p1, long p2, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p6) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawRect(long p0, long p1, long p2, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p6) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawRoundRect(AndroidX.Compose.UI.Graphics.Brush! brush, long p1, long p2, long p3, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p7) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.DrawRoundRect(long p0, long p1, long p2, long p3, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, float alpha, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int p7) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.LayoutDirection.get -> AndroidX.Compose.UI.Unit.LayoutDirection!
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.Record(AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer! _this_record_u2dJVtK1S4, long size, Kotlin.Jvm.Functions.IFunction1! block) -> void
+AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope.Size.get -> long
AndroidX.Compose.UI.Graphics.Drawscope.IDrawScopeMarker
AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform
AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform.Center.get -> long
@@ -319,9 +380,9 @@ AndroidX.Compose.UI.Graphics.Drawscope.IDrawTransform.Transform(float[]! p0) ->
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.CompanionStatic
+AndroidX.Compose.UI.Graphics.Drawscope.Stroke.CompanionStatic.DefaultCap_KaPHkGw.get -> int
+AndroidX.Compose.UI.Graphics.Drawscope.Stroke.CompanionStatic.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?
@@ -329,11 +390,11 @@ 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.CompanionStatic
+AndroidX.Compose.UI.Graphics.FilterQuality.CompanionStatic.High_f_v9h1I.get -> int
+AndroidX.Compose.UI.Graphics.FilterQuality.CompanionStatic.Low_f_v9h1I.get -> int
+AndroidX.Compose.UI.Graphics.FilterQuality.CompanionStatic.Medium_f_v9h1I.get -> int
+AndroidX.Compose.UI.Graphics.FilterQuality.CompanionStatic.None_f_v9h1I.get -> int
AndroidX.Compose.UI.Graphics.FilterQuality.Value.get -> int
AndroidX.Compose.UI.Graphics.Float16Kt
AndroidX.Compose.UI.Graphics.ICanvas
@@ -368,7 +429,7 @@ AndroidX.Compose.UI.Graphics.IGraphicsContext.CreateGraphicsLayer() -> AndroidX.
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.Companion.get -> AndroidX.Compose.UI.Graphics.ImageBitmapCompanionStatic!
AndroidX.Compose.UI.Graphics.IImageBitmap.Config.get -> int
AndroidX.Compose.UI.Graphics.IImageBitmap.HasAlpha.get -> bool
AndroidX.Compose.UI.Graphics.IImageBitmap.Height.get -> int
@@ -376,7 +437,7 @@ 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.Companion.get -> AndroidX.Compose.UI.Graphics.InterpolatableCompanionStatic!
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
@@ -410,7 +471,7 @@ 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.Companion.get -> AndroidX.Compose.UI.Graphics.PathCompanionStatic!
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
@@ -435,7 +496,7 @@ 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.IPathEffect.Companion.get -> AndroidX.Compose.UI.Graphics.PathEffectCompanionStatic!
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
@@ -443,15 +504,16 @@ 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.IShape.CreateOutline(long p0, AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection, AndroidX.Compose.UI.Unit.IDensity! density) -> AndroidX.Compose.UI.Graphics.Outline!
AndroidX.Compose.UI.Graphics.ImageBitmap
-AndroidX.Compose.UI.Graphics.ImageBitmapCompanion
+AndroidX.Compose.UI.Graphics.ImageBitmapCompanionStatic
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.CompanionStatic
+AndroidX.Compose.UI.Graphics.ImageBitmapConfig.CompanionStatic.Alpha8__sVssgQ.get -> int
+AndroidX.Compose.UI.Graphics.ImageBitmapConfig.CompanionStatic.Argb8888__sVssgQ.get -> int
+AndroidX.Compose.UI.Graphics.ImageBitmapConfig.CompanionStatic.F16__sVssgQ.get -> int
+AndroidX.Compose.UI.Graphics.ImageBitmapConfig.CompanionStatic.Gpu__sVssgQ.get -> int
+AndroidX.Compose.UI.Graphics.ImageBitmapConfig.CompanionStatic.Rgb565__sVssgQ.get -> int
AndroidX.Compose.UI.Graphics.ImageBitmapConfig.Value.get -> int
AndroidX.Compose.UI.Graphics.ImageBitmapConsts
AndroidX.Compose.UI.Graphics.ImageBitmapDefaultImpls
@@ -459,8 +521,8 @@ 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.InterpolatableCompanionStatic
+AndroidX.Compose.UI.Graphics.InterpolatableCompanionStatic.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
@@ -485,10 +547,10 @@ 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.CompositingStrategy.CompanionStatic
+AndroidX.Compose.UI.Graphics.Layer.CompositingStrategy.CompanionStatic.Auto_ke2Ky5w.get -> int
+AndroidX.Compose.UI.Graphics.Layer.CompositingStrategy.CompanionStatic.ModulateAlpha_ke2Ky5w.get -> int
+AndroidX.Compose.UI.Graphics.Layer.CompositingStrategy.CompanionStatic.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
@@ -502,7 +564,7 @@ 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.CompanionStatic
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
@@ -511,6 +573,7 @@ AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.Outline.get -> AndroidX.Compose
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.Record(AndroidX.Compose.UI.Unit.IDensity! density, AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection, long size, Kotlin.Jvm.Functions.IFunction1! block) -> 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
@@ -547,7 +610,7 @@ 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.CompanionStatic
AndroidX.Compose.UI.Graphics.Matrix.GetValues() -> float[]!
AndroidX.Compose.UI.Graphics.MatrixKt
AndroidX.Compose.UI.Graphics.OffsetEffect
@@ -568,29 +631,30 @@ AndroidX.Compose.UI.Graphics.Painter.BrushPainter.BrushPainter(AndroidX.Compose.
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.Draw(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this_draw_u2dx_KDEd0, long size, float alpha, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter) -> void
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.PaintingStyle.CompanionStatic
+AndroidX.Compose.UI.Graphics.PaintingStyle.CompanionStatic.Fill_TiuSbCo.get -> int
+AndroidX.Compose.UI.Graphics.PaintingStyle.CompanionStatic.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.PathCompanionStatic
+AndroidX.Compose.UI.Graphics.PathCompanionStatic.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.PathEffectCompanionStatic
+AndroidX.Compose.UI.Graphics.PathEffectCompanionStatic.ChainPathEffect(AndroidX.Compose.UI.Graphics.IPathEffect! outer, AndroidX.Compose.UI.Graphics.IPathEffect! inner) -> AndroidX.Compose.UI.Graphics.IPathEffect!
+AndroidX.Compose.UI.Graphics.PathEffectCompanionStatic.CornerPathEffect(float radius) -> AndroidX.Compose.UI.Graphics.IPathEffect!
+AndroidX.Compose.UI.Graphics.PathEffectCompanionStatic.DashPathEffect(float[]! intervals, float phase) -> AndroidX.Compose.UI.Graphics.IPathEffect!
+AndroidX.Compose.UI.Graphics.PathEffectCompanionStatic.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.PathFillType.CompanionStatic
+AndroidX.Compose.UI.Graphics.PathFillType.CompanionStatic.EvenOdd_Rg_k1Os.get -> int
+AndroidX.Compose.UI.Graphics.PathFillType.CompanionStatic.NonZero_Rg_k1Os.get -> int
AndroidX.Compose.UI.Graphics.PathGeometryKt
AndroidX.Compose.UI.Graphics.PathGeometryKt.WhenMappings
AndroidX.Compose.UI.Graphics.PathHitTester
@@ -602,12 +666,12 @@ 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.PathOperation.CompanionStatic
+AndroidX.Compose.UI.Graphics.PathOperation.CompanionStatic.Difference_b3I0S0c.get -> int
+AndroidX.Compose.UI.Graphics.PathOperation.CompanionStatic.Intersect_b3I0S0c.get -> int
+AndroidX.Compose.UI.Graphics.PathOperation.CompanionStatic.ReverseDifference_b3I0S0c.get -> int
+AndroidX.Compose.UI.Graphics.PathOperation.CompanionStatic.Union_b3I0S0c.get -> int
+AndroidX.Compose.UI.Graphics.PathOperation.CompanionStatic.Xor_b3I0S0c.get -> int
AndroidX.Compose.UI.Graphics.PathOperationKt
AndroidX.Compose.UI.Graphics.PathSegment
AndroidX.Compose.UI.Graphics.PathSegment.GetPoints() -> float[]!
@@ -626,10 +690,10 @@ AndroidX.Compose.UI.Graphics.PixelMap.PixelMap(int[]! buffer, int width, int hei
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.PointMode.CompanionStatic
+AndroidX.Compose.UI.Graphics.PointMode.CompanionStatic.Lines_r_lszbg.get -> int
+AndroidX.Compose.UI.Graphics.PointMode.CompanionStatic.Points_r_lszbg.get -> int
+AndroidX.Compose.UI.Graphics.PointMode.CompanionStatic.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?
@@ -648,8 +712,8 @@ 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.CompanionStatic
+AndroidX.Compose.UI.Graphics.Shadow.CompanionStatic.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
@@ -658,29 +722,29 @@ 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.StampedPathEffectStyle.CompanionStatic
+AndroidX.Compose.UI.Graphics.StampedPathEffectStyle.CompanionStatic.Morph_Ypspkwk.get -> int
+AndroidX.Compose.UI.Graphics.StampedPathEffectStyle.CompanionStatic.Rotate_Ypspkwk.get -> int
+AndroidX.Compose.UI.Graphics.StampedPathEffectStyle.CompanionStatic.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.StrokeCap.CompanionStatic
+AndroidX.Compose.UI.Graphics.StrokeCap.CompanionStatic.Butt_KaPHkGw.get -> int
+AndroidX.Compose.UI.Graphics.StrokeCap.CompanionStatic.Round_KaPHkGw.get -> int
+AndroidX.Compose.UI.Graphics.StrokeCap.CompanionStatic.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.StrokeJoin.CompanionStatic
+AndroidX.Compose.UI.Graphics.StrokeJoin.CompanionStatic.Bevel_LxFBmk8.get -> int
+AndroidX.Compose.UI.Graphics.StrokeJoin.CompanionStatic.Miter_LxFBmk8.get -> int
+AndroidX.Compose.UI.Graphics.StrokeJoin.CompanionStatic.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.TileMode.CompanionStatic
+AndroidX.Compose.UI.Graphics.TileMode.CompanionStatic.Clamp_3opZhB0.get -> int
+AndroidX.Compose.UI.Graphics.TileMode.CompanionStatic.Decal_3opZhB0.get -> int
+AndroidX.Compose.UI.Graphics.TileMode.CompanionStatic.Mirror_3opZhB0.get -> int
+AndroidX.Compose.UI.Graphics.TileMode.CompanionStatic.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!
@@ -890,10 +954,10 @@ AndroidX.Compose.UI.Graphics.Vector.PathParser.ToNodes() -> System.Collections.G
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.VertexMode.CompanionStatic
+AndroidX.Compose.UI.Graphics.VertexMode.CompanionStatic.TriangleFan_c2xauaI.get -> int
+AndroidX.Compose.UI.Graphics.VertexMode.CompanionStatic.TriangleStrip_c2xauaI.get -> int
+AndroidX.Compose.UI.Graphics.VertexMode.CompanionStatic.Triangles_c2xauaI.get -> int
AndroidX.Compose.UI.Graphics.Vertices
AndroidX.Compose.UI.Graphics.Vertices.GetColors() -> int[]!
AndroidX.Compose.UI.Graphics.Vertices.GetIndices() -> short[]!
@@ -907,6 +971,7 @@ abstract AndroidX.Compose.UI.Graphics.Colorspace.ColorSpace.GetMinValue(int comp
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.Painter.Painter.OnDraw(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! p0) -> void
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
@@ -953,11 +1018,11 @@ override AndroidX.Compose.UI.Graphics.AndroidTileMode_androidKt.WhenMappings.Jni
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.CompanionStatic.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.CompanionStatic.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!
@@ -965,11 +1030,11 @@ override AndroidX.Compose.UI.Graphics.BrushKt.JniPeerMembers.get -> Java.Interop
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.CompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Graphics.ClipOp.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Graphics.Color.CompanionStatic.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.CompanionStatic.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!
@@ -977,11 +1042,11 @@ override AndroidX.Compose.UI.Graphics.ColorKt.JniPeerMembers.get -> Java.Interop
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.CompanionStatic.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.CompanionStatic.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
@@ -993,7 +1058,7 @@ override AndroidX.Compose.UI.Graphics.Colorspace.Connector.ThresholdClass.get ->
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.CompanionStatic.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
@@ -1005,8 +1070,12 @@ override AndroidX.Compose.UI.Graphics.Colorspace.TransferParameters.JniPeerMembe
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.CanvasDrawScope.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
override AndroidX.Compose.UI.Graphics.Drawscope.DrawContextKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeCompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.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
@@ -1014,33 +1083,33 @@ override AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle.ThresholdType.get -> S
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.CompanionStatic.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.CompanionStatic.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.ImageBitmapCompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.UI.Graphics.ImageBitmapConfig.CompanionStatic.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.InterpolatableCompanionStatic.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.CompanionStatic.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.CompanionStatic.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.CompanionStatic.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!
@@ -1062,13 +1131,13 @@ override AndroidX.Compose.UI.Graphics.Painter.ColorPainter.JniPeerMembers.get ->
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.CompanionStatic.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.PathCompanionStatic.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.PathEffectCompanionStatic.JniPeerMembers.get -> Java.Interop.JniPeerMembers!
+override AndroidX.Compose.UI.Graphics.PathFillType.CompanionStatic.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!
@@ -1077,7 +1146,7 @@ override AndroidX.Compose.UI.Graphics.PathHitTester.WhenMappings.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.CompanionStatic.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!
@@ -1086,7 +1155,7 @@ override AndroidX.Compose.UI.Graphics.PathSegmentKt.JniPeerMembers.get -> Java.I
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.CompanionStatic.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!
@@ -1099,18 +1168,18 @@ override AndroidX.Compose.UI.Graphics.ShaderBrush.JniPeerMembers.get -> Java.Int
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.CompanionStatic.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.CompanionStatic.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.CompanionStatic.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.CompanionStatic.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.CompanionStatic.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!
@@ -1139,7 +1208,7 @@ override AndroidX.Compose.UI.Graphics.Vector.PathNode.VerticalTo.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.CompanionStatic.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!
@@ -1154,7 +1223,6 @@ static AndroidX.Compose.UI.Graphics.AndroidColorFilter_androidKt.AsAndroidColorF
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.FromColorLong(AndroidX.Compose.UI.Graphics.Color.CompanionStatic! 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!
@@ -1165,7 +1233,7 @@ static AndroidX.Compose.UI.Graphics.AndroidMatrixConversions_androidKt.SetFrom(f
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.AndroidPath.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Graphics.PathCompanionStatic!
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!
@@ -1183,6 +1251,8 @@ static AndroidX.Compose.UI.Graphics.BezierKt.EvaluateCubic(float p1, float p2, f
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.BlendMode.Companion.get -> AndroidX.Compose.UI.Graphics.BlendMode.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.Brush.Companion.get -> AndroidX.Compose.UI.Graphics.Brush.CompanionStatic!
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!
@@ -1190,9 +1260,11 @@ static AndroidX.Compose.UI.Graphics.CanvasKt.Rotate(AndroidX.Compose.UI.Graphics
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.ClipOp.Companion.get -> AndroidX.Compose.UI.Graphics.ClipOp.CompanionStatic!
static AndroidX.Compose.UI.Graphics.Color.Companion.get -> AndroidX.Compose.UI.Graphics.Color.CompanionStatic!
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.ColorFilter.Companion.get -> AndroidX.Compose.UI.Graphics.ColorFilter.CompanionStatic!
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
@@ -1206,34 +1278,95 @@ static AndroidX.Compose.UI.Graphics.ColorKt.TakeOrElse(long obj, Kotlin.Jvm.Func
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.Adaptation.Companion.get -> AndroidX.Compose.UI.Graphics.Colorspace.Adaptation.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.Companion.get -> AndroidX.Compose.UI.Graphics.Colorspace.ColorModel.CompanionStatic!
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.Colorspace.RenderIntent.Companion.get -> AndroidX.Compose.UI.Graphics.Colorspace.RenderIntent.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.Drawscope.CanvasDrawScope.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeCompanionStatic!
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.DrawImage_AZ2fEMs(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, AndroidX.Compose.UI.Graphics.IImageBitmap! image, long srcOffset, long srcSize, long dstOffset, long dstSize, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode, int filterQuality) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.GetCenter_F1C5BW0(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.GetSize_NH_jbRc(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.Record_JVtK1S4(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer! _receiver, long size, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.RoundToPx_0680j_4(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, float _receiver) -> int
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.RoundToPx__R2X_6o(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, long _receiver) -> int
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.ToDpSize_k_rfVVM(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, long _receiver) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.ToDp_GaN1DYA(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, long _receiver) -> float
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.ToDp_u2uoSUM(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, float _receiver) -> float
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.ToDp_u2uoSUM(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, int _receiver) -> float
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.ToPx_0680j_4(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, float _receiver) -> float
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.ToPx__R2X_6o(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, long _receiver) -> float
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.ToSize_XkaWNTQ(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, long _receiver) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.ToSp_0xMU5do(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, float _receiver) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.ToSp_kPz2Gy4(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, float _receiver) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.ContentDrawScopeDefaultImpls.ToSp_kPz2Gy4(AndroidX.Compose.UI.Graphics.Drawscope.IContentDrawScope! _this, int _receiver) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawContextKt.DefaultDensity.get -> AndroidX.Compose.UI.Unit.IDensity!
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScope.Companion.get -> AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeCompanionStatic!
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.DrawImage_AZ2fEMs(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, AndroidX.Compose.UI.Graphics.IImageBitmap! image, long srcOffset, long srcSize, long dstOffset, long dstSize, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode, int filterQuality) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.GetCenter_F1C5BW0(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.GetSize_NH_jbRc(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.Record_JVtK1S4(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer! _receiver, long size, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.RoundToPx_0680j_4(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, float _receiver) -> int
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.RoundToPx__R2X_6o(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, long _receiver) -> int
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.ToDpSize_k_rfVVM(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, long _receiver) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.ToDp_GaN1DYA(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, long _receiver) -> float
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.ToDp_u2uoSUM(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, float _receiver) -> float
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.ToDp_u2uoSUM(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, int _receiver) -> float
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.ToPx_0680j_4(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, float _receiver) -> float
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.ToPx__R2X_6o(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, long _receiver) -> float
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.ToSize_XkaWNTQ(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, long _receiver) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.ToSp_0xMU5do(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, float _receiver) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.ToSp_kPz2Gy4(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, float _receiver) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeDefaultImpls.ToSp_kPz2Gy4(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! _this, int _receiver) -> long
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.ClipPath(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, AndroidX.Compose.UI.Graphics.IPath! path, int clipOp, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.ClipRect(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, float left, float top, float right, float bottom, int clipOp, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.Draw(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, AndroidX.Compose.UI.Unit.IDensity! density, AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection, AndroidX.Compose.UI.Graphics.ICanvas! canvas, long size, AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer? graphicsLayer, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.DrawIntoCanvas(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.Inset(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, float horizontal, float vertical, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.Inset(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, float inset, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.Inset(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, float left, float top, float right, float bottom, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.Rotate(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, float degrees, long pivot, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.RotateRad(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, float radians, long pivot, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.Scale(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, float scale, long pivot, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.Scale(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, float scaleX, float scaleY, long pivot, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.Translate(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, float left, float top, Kotlin.Jvm.Functions.IFunction1! block) -> void
+static AndroidX.Compose.UI.Graphics.Drawscope.DrawScopeKt.WithTransform(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, Kotlin.Jvm.Functions.IFunction1! transformBlock, Kotlin.Jvm.Functions.IFunction1! drawBlock) -> void
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.Drawscope.Stroke.Companion.get -> AndroidX.Compose.UI.Graphics.Drawscope.Stroke.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.FilterQuality.Companion.get -> AndroidX.Compose.UI.Graphics.FilterQuality.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.ImageBitmap.Companion.get -> AndroidX.Compose.UI.Graphics.ImageBitmapCompanionStatic!
+static AndroidX.Compose.UI.Graphics.ImageBitmapConfig.Companion.get -> AndroidX.Compose.UI.Graphics.ImageBitmapConfig.CompanionStatic!
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.Interpolatable.Companion.get -> AndroidX.Compose.UI.Graphics.InterpolatableCompanionStatic!
static AndroidX.Compose.UI.Graphics.IntervalTreeKt.EmptyInterval.get -> AndroidX.Compose.UI.Graphics.Interval!
+static AndroidX.Compose.UI.Graphics.Layer.CompositingStrategy.Companion.get -> AndroidX.Compose.UI.Graphics.Layer.CompositingStrategy.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.Companion.get -> AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.Layer.GraphicsLayerKt.DrawLayer(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, AndroidX.Compose.UI.Graphics.Layer.GraphicsLayer! graphicsLayer) -> void
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.LinearGradient.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Graphics.InterpolatableCompanionStatic!
+static AndroidX.Compose.UI.Graphics.Matrix.Companion.get -> AndroidX.Compose.UI.Graphics.Matrix.CompanionStatic!
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.Drawscope.IDrawScope! obj, AndroidX.Compose.UI.Graphics.Outline! outline, AndroidX.Compose.UI.Graphics.Brush! brush, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> void
+static AndroidX.Compose.UI.Graphics.OutlineKt.DrawOutline(AndroidX.Compose.UI.Graphics.Drawscope.IDrawScope! obj, AndroidX.Compose.UI.Graphics.Outline! outline, long color, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! style, AndroidX.Compose.UI.Graphics.ColorFilter? colorFilter, int blendMode) -> 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.PaintingStyle.Companion.get -> AndroidX.Compose.UI.Graphics.PaintingStyle.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.Path.Companion.get -> AndroidX.Compose.UI.Graphics.PathCompanionStatic!
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!
@@ -1248,17 +1381,19 @@ static AndroidX.Compose.UI.Graphics.PathDirection.CounterClockwise.get -> Androi
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.PathEffect.Companion.get -> AndroidX.Compose.UI.Graphics.PathEffectCompanionStatic!
+static AndroidX.Compose.UI.Graphics.PathFillType.Companion.get -> AndroidX.Compose.UI.Graphics.PathFillType.CompanionStatic!
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.PathOperation.Companion.get -> AndroidX.Compose.UI.Graphics.PathOperation.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.PathOperationKt.GetDifference(AndroidX.Compose.UI.Graphics.PathOperation.CompanionStatic! obj) -> int
+static AndroidX.Compose.UI.Graphics.PathOperationKt.GetIntersect(AndroidX.Compose.UI.Graphics.PathOperation.CompanionStatic! obj) -> int
+static AndroidX.Compose.UI.Graphics.PathOperationKt.GetReverseDifference(AndroidX.Compose.UI.Graphics.PathOperation.CompanionStatic! obj) -> int
+static AndroidX.Compose.UI.Graphics.PathOperationKt.GetUnion(AndroidX.Compose.UI.Graphics.PathOperation.CompanionStatic! obj) -> int
+static AndroidX.Compose.UI.Graphics.PathOperationKt.GetXor(AndroidX.Compose.UI.Graphics.PathOperation.CompanionStatic! 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?
@@ -1273,7 +1408,10 @@ static AndroidX.Compose.UI.Graphics.PathSegmentKt.CloseSegment.get -> AndroidX.C
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.PointMode.Companion.get -> AndroidX.Compose.UI.Graphics.PointMode.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.RadialGradient.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Graphics.InterpolatableCompanionStatic!
+static AndroidX.Compose.UI.Graphics.RectHelper_androidKt.ToAndroidRect(AndroidX.Compose.UI.Unit.IntRect! obj) -> Android.Graphics.Rect!
+static AndroidX.Compose.UI.Graphics.RectHelper_androidKt.ToComposeIntRect(Android.Graphics.Rect! obj) -> AndroidX.Compose.UI.Unit.IntRect!
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!
@@ -1282,9 +1420,14 @@ static AndroidX.Compose.UI.Graphics.ShaderKt.ImageShader(AndroidX.Compose.UI.Gra
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.Shadow.Companion.get -> AndroidX.Compose.UI.Graphics.Shadow.CompanionStatic!
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.SolidColor.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Graphics.InterpolatableCompanionStatic!
+static AndroidX.Compose.UI.Graphics.StampedPathEffectStyle.Companion.get -> AndroidX.Compose.UI.Graphics.StampedPathEffectStyle.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.StrokeCap.Companion.get -> AndroidX.Compose.UI.Graphics.StrokeCap.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.StrokeJoin.Companion.get -> AndroidX.Compose.UI.Graphics.StrokeJoin.CompanionStatic!
+static AndroidX.Compose.UI.Graphics.SweepGradient.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Graphics.InterpolatableCompanionStatic!
+static AndroidX.Compose.UI.Graphics.TileMode.Companion.get -> AndroidX.Compose.UI.Graphics.TileMode.CompanionStatic!
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[]!
@@ -1293,8 +1436,10 @@ static AndroidX.Compose.UI.Graphics.Vector.FastFloatParserKt.IsDigit(char obj) -
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!
+static AndroidX.Compose.UI.Graphics.VertexMode.Companion.get -> AndroidX.Compose.UI.Graphics.VertexMode.CompanionStatic!
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.Painter.Painter.ApplyLayoutDirection(AndroidX.Compose.UI.Unit.LayoutDirection! layoutDirection) -> 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 c6cb578d5..8d0bed049 100644
--- a/source/androidx.compose.ui/ui-graphics-android/Transforms/Metadata.xml
+++ b/source/androidx.compose.ui/ui-graphics-android/Transforms/Metadata.xml
@@ -30,15 +30,20 @@
- CompanionStatic
+ CompanionStatic
diff --git a/source/androidx.compose.ui/ui-text-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.compose.ui/ui-text-android/PublicAPI/PublicAPI.Unshipped.txt
index 2d4920e9c..2b6f6bade 100644
--- a/source/androidx.compose.ui/ui-text-android/PublicAPI/PublicAPI.Unshipped.txt
+++ b/source/androidx.compose.ui/ui-text-android/PublicAPI/PublicAPI.Unshipped.txt
@@ -65,7 +65,7 @@ AndroidX.Compose.UI.Text.AnnotatedString.Builder.ToAnnotatedString() -> AndroidX
AndroidX.Compose.UI.Text.AnnotatedString.Builder.WithBulletListItem(AndroidX.Compose.UI.Text.AnnotatedString.Builder.BulletScope! _this_withBulletListItem, AndroidX.Compose.UI.Text.Bullet? bullet, Kotlin.Jvm.Functions.IFunction1! block) -> Java.Lang.Object!
AndroidX.Compose.UI.Text.AnnotatedString.Builder.WithBulletList_o2QH7mI(long indentation, AndroidX.Compose.UI.Text.Bullet! bullet, Kotlin.Jvm.Functions.IFunction1! block) -> Java.Lang.Object!
AndroidX.Compose.UI.Text.AnnotatedString.CharAt(int index) -> char
-AndroidX.Compose.UI.Text.AnnotatedString.Companion
+AndroidX.Compose.UI.Text.AnnotatedString.CompanionStatic
AndroidX.Compose.UI.Text.AnnotatedString.FlatMapAnnotations(Kotlin.Jvm.Functions.IFunction1! transform) -> AndroidX.Compose.UI.Text.AnnotatedString!
AndroidX.Compose.UI.Text.AnnotatedString.Get(int index) -> char
AndroidX.Compose.UI.Text.AnnotatedString.GetLinkAnnotations(int start, int end) -> System.Collections.Generic.IList!
@@ -102,11 +102,11 @@ AndroidX.Compose.UI.Text.AnnotatedStringKt
AndroidX.Compose.UI.Text.Bullet
AndroidX.Compose.UI.Text.Bullet.Alpha.get -> float
AndroidX.Compose.UI.Text.Bullet.Brush.get -> AndroidX.Compose.UI.Graphics.Brush?
-AndroidX.Compose.UI.Text.Bullet.Companion
-AndroidX.Compose.UI.Text.Bullet.Companion.Default.get -> AndroidX.Compose.UI.Text.Bullet!
-AndroidX.Compose.UI.Text.Bullet.Companion.DefaultIndentation_XSAIIZE.get -> long
-AndroidX.Compose.UI.Text.Bullet.Companion.DefaultPadding_XSAIIZE.get -> long
-AndroidX.Compose.UI.Text.Bullet.Companion.DefaultSize_XSAIIZE.get -> long
+AndroidX.Compose.UI.Text.Bullet.CompanionStatic
+AndroidX.Compose.UI.Text.Bullet.CompanionStatic.Default.get -> AndroidX.Compose.UI.Text.Bullet!
+AndroidX.Compose.UI.Text.Bullet.CompanionStatic.DefaultIndentation_XSAIIZE.get -> long
+AndroidX.Compose.UI.Text.Bullet.CompanionStatic.DefaultPadding_XSAIIZE.get -> long
+AndroidX.Compose.UI.Text.Bullet.CompanionStatic.DefaultSize_XSAIIZE.get -> long
AndroidX.Compose.UI.Text.Bullet.Copy(AndroidX.Compose.UI.Graphics.IShape! shape, long width, long height, long padding, AndroidX.Compose.UI.Graphics.Brush? brush, float alpha, AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle! drawStyle) -> AndroidX.Compose.UI.Text.Bullet!
AndroidX.Compose.UI.Text.Bullet.DrawStyle.get -> AndroidX.Compose.UI.Graphics.Drawscope.DrawStyle!
AndroidX.Compose.UI.Text.Bullet.Height.get -> long
@@ -116,10 +116,10 @@ AndroidX.Compose.UI.Text.Bullet.Width.get -> long
AndroidX.Compose.UI.Text.CharHelpers_androidKt
AndroidX.Compose.UI.Text.ComposeUiTextFlags
AndroidX.Compose.UI.Text.EmojiSupportMatch
-AndroidX.Compose.UI.Text.EmojiSupportMatch.Companion
-AndroidX.Compose.UI.Text.EmojiSupportMatch.Companion.All__3YsG6Y.get -> int
-AndroidX.Compose.UI.Text.EmojiSupportMatch.Companion.Default__3YsG6Y.get -> int
-AndroidX.Compose.UI.Text.EmojiSupportMatch.Companion.None__3YsG6Y.get -> int
+AndroidX.Compose.UI.Text.EmojiSupportMatch.CompanionStatic
+AndroidX.Compose.UI.Text.EmojiSupportMatch.CompanionStatic.All__3YsG6Y.get -> int
+AndroidX.Compose.UI.Text.EmojiSupportMatch.CompanionStatic.Default__3YsG6Y.get -> int
+AndroidX.Compose.UI.Text.EmojiSupportMatch.CompanionStatic.None__3YsG6Y.get -> int
AndroidX.Compose.UI.Text.ExperimentalTextApiAttribute
AndroidX.Compose.UI.Text.ExperimentalTextApiAttribute.ExperimentalTextApiAttribute() -> void
AndroidX.Compose.UI.Text.Font.AndroidFont
@@ -143,7 +143,7 @@ AndroidX.Compose.UI.Text.Font.DeviceFontFamilyNameFontKt
AndroidX.Compose.UI.Text.Font.FileBasedFontFamily
AndroidX.Compose.UI.Text.Font.FileBasedFontFamily.FileBasedFontFamily(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void
AndroidX.Compose.UI.Text.Font.Font
-AndroidX.Compose.UI.Text.Font.FontCompanion
+AndroidX.Compose.UI.Text.Font.FontCompanionStatic
AndroidX.Compose.UI.Text.Font.FontConsts
AndroidX.Compose.UI.Text.Font.FontFamily
AndroidX.Compose.UI.Text.Font.FontFamily.CanLoadSynchronously.get -> bool
@@ -198,10 +198,10 @@ AndroidX.Compose.UI.Text.Font.FontListFontFamily.ToArray() -> Java.Lang.Object![
AndroidX.Compose.UI.Text.Font.FontListFontFamily.ToArray(Java.Lang.Object![]? array) -> Java.Lang.Object![]?
AndroidX.Compose.UI.Text.Font.FontListFontFamilyTypefaceAdapterKt
AndroidX.Compose.UI.Text.Font.FontLoadingStrategy
-AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.Companion
-AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.Companion.Async_PKNRLFQ.get -> int
-AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.Companion.Blocking_PKNRLFQ.get -> int
-AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.Companion.OptionalLocal_PKNRLFQ.get -> int
+AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.CompanionStatic
+AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.CompanionStatic.Async_PKNRLFQ.get -> int
+AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.CompanionStatic.Blocking_PKNRLFQ.get -> int
+AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.CompanionStatic.OptionalLocal_PKNRLFQ.get -> int
AndroidX.Compose.UI.Text.Font.FontLoadingStrategy.Value.get -> int
AndroidX.Compose.UI.Text.Font.FontStyle
AndroidX.Compose.UI.Text.Font.FontStyle.CompanionStatic
@@ -210,12 +210,12 @@ AndroidX.Compose.UI.Text.Font.FontStyle.CompanionStatic.Normal___LCdwA.get -> in
AndroidX.Compose.UI.Text.Font.FontStyle.CompanionStatic.Values() -> System.Collections.Generic.IList!
AndroidX.Compose.UI.Text.Font.FontStyle.Value.get -> int
AndroidX.Compose.UI.Text.Font.FontSynthesis
-AndroidX.Compose.UI.Text.Font.FontSynthesis.Companion
-AndroidX.Compose.UI.Text.Font.FontSynthesis.Companion.All_GVVA2EU.get -> int
-AndroidX.Compose.UI.Text.Font.FontSynthesis.Companion.None_GVVA2EU.get -> int
-AndroidX.Compose.UI.Text.Font.FontSynthesis.Companion.Style_GVVA2EU.get -> int
-AndroidX.Compose.UI.Text.Font.FontSynthesis.Companion.ValueOf_9CiegCU(int value) -> int
-AndroidX.Compose.UI.Text.Font.FontSynthesis.Companion.Weight_GVVA2EU.get -> int
+AndroidX.Compose.UI.Text.Font.FontSynthesis.CompanionStatic
+AndroidX.Compose.UI.Text.Font.FontSynthesis.CompanionStatic.All_GVVA2EU.get -> int
+AndroidX.Compose.UI.Text.Font.FontSynthesis.CompanionStatic.None_GVVA2EU.get -> int
+AndroidX.Compose.UI.Text.Font.FontSynthesis.CompanionStatic.Style_GVVA2EU.get -> int
+AndroidX.Compose.UI.Text.Font.FontSynthesis.CompanionStatic.ValueOf_9CiegCU(int value) -> int
+AndroidX.Compose.UI.Text.Font.FontSynthesis.CompanionStatic.Weight_GVVA2EU.get -> int
AndroidX.Compose.UI.Text.Font.FontSynthesis.Value.get -> int
AndroidX.Compose.UI.Text.Font.FontSynthesisKt
AndroidX.Compose.UI.Text.Font.FontSynthesis_androidKt
@@ -224,6 +224,7 @@ AndroidX.Compose.UI.Text.Font.FontVariation.Grade(int value) -> AndroidX.Compose
AndroidX.Compose.UI.Text.Font.FontVariation.ISetting
AndroidX.Compose.UI.Text.Font.FontVariation.ISetting.AxisName.get -> string!
AndroidX.Compose.UI.Text.Font.FontVariation.ISetting.NeedsDensity.get -> bool
+AndroidX.Compose.UI.Text.Font.FontVariation.ISetting.ToVariationValue(AndroidX.Compose.UI.Unit.IDensity? density) -> float
AndroidX.Compose.UI.Text.Font.FontVariation.InvokeSettings(AndroidX.Compose.UI.Text.Font.FontWeight! weight, int style, params AndroidX.Compose.UI.Text.Font.FontVariation.ISetting![]! settings) -> AndroidX.Compose.UI.Text.Font.FontVariation.Settings!
AndroidX.Compose.UI.Text.Font.FontVariation.Italic(float value) -> AndroidX.Compose.UI.Text.Font.FontVariation.ISetting!
AndroidX.Compose.UI.Text.Font.FontVariation.OpticalSizing(long textSize) -> AndroidX.Compose.UI.Text.Font.FontVariation.ISetting!
@@ -261,7 +262,7 @@ AndroidX.Compose.UI.Text.Font.FontWeightKt
AndroidX.Compose.UI.Text.Font.GenericFontFamily
AndroidX.Compose.UI.Text.Font.GenericFontFamily.Name.get -> string!
AndroidX.Compose.UI.Text.Font.IFont
-AndroidX.Compose.UI.Text.Font.IFont.Companion.get -> AndroidX.Compose.UI.Text.Font.FontCompanion!
+AndroidX.Compose.UI.Text.Font.IFont.Companion.get -> AndroidX.Compose.UI.Text.Font.FontCompanionStatic!
AndroidX.Compose.UI.Text.Font.IFont.LoadingStrategy.get -> int
AndroidX.Compose.UI.Text.Font.IFont.Style.get -> int
AndroidX.Compose.UI.Text.Font.IFont.Weight.get -> AndroidX.Compose.UI.Text.Font.FontWeight!
@@ -326,7 +327,7 @@ AndroidX.Compose.UI.Text.IParagraphIntrinsics.HasStaleResolvedFonts.get -> bool
AndroidX.Compose.UI.Text.IParagraphIntrinsics.MaxIntrinsicWidth.get -> float
AndroidX.Compose.UI.Text.IParagraphIntrinsics.MinIntrinsicWidth.get -> float
AndroidX.Compose.UI.Text.ITextInclusionStrategy
-AndroidX.Compose.UI.Text.ITextInclusionStrategy.Companion.get -> AndroidX.Compose.UI.Text.TextInclusionStrategyCompanion!
+AndroidX.Compose.UI.Text.ITextInclusionStrategy.Companion.get -> AndroidX.Compose.UI.Text.TextInclusionStrategyCompanionStatic!
AndroidX.Compose.UI.Text.Input.BackspaceCommand
AndroidX.Compose.UI.Text.Input.BackspaceCommand.ApplyTo(AndroidX.Compose.UI.Text.Input.EditingBuffer! buffer) -> void
AndroidX.Compose.UI.Text.Input.BackspaceCommand.BackspaceCommand() -> void
@@ -369,7 +370,7 @@ AndroidX.Compose.UI.Text.Input.IInputEventCallback
AndroidX.Compose.UI.Text.Input.IInputEventCallback.OnEditCommands(System.Collections.Generic.IList! editCommands) -> void
AndroidX.Compose.UI.Text.Input.IInputEventCallback.OnImeAction(int p0) -> void
AndroidX.Compose.UI.Text.Input.IOffsetMapping
-AndroidX.Compose.UI.Text.Input.IOffsetMapping.Companion.get -> AndroidX.Compose.UI.Text.Input.OffsetMappingCompanion!
+AndroidX.Compose.UI.Text.Input.IOffsetMapping.Companion.get -> AndroidX.Compose.UI.Text.Input.OffsetMappingCompanionStatic!
AndroidX.Compose.UI.Text.Input.IOffsetMapping.OriginalToTransformed(int offset) -> int
AndroidX.Compose.UI.Text.Input.IOffsetMapping.TransformedToOriginal(int offset) -> int
AndroidX.Compose.UI.Text.Input.IPlatformTextInputService
@@ -380,24 +381,24 @@ AndroidX.Compose.UI.Text.Input.IPlatformTextInputService.StartInput(AndroidX.Com
AndroidX.Compose.UI.Text.Input.IPlatformTextInputService.StopInput() -> void
AndroidX.Compose.UI.Text.Input.IPlatformTextInputService.UpdateState(AndroidX.Compose.UI.Text.Input.TextFieldValue? oldValue, AndroidX.Compose.UI.Text.Input.TextFieldValue! newValue) -> void
AndroidX.Compose.UI.Text.Input.IVisualTransformation
-AndroidX.Compose.UI.Text.Input.IVisualTransformation.Companion.get -> AndroidX.Compose.UI.Text.Input.VisualTransformationCompanion!
+AndroidX.Compose.UI.Text.Input.IVisualTransformation.Companion.get -> AndroidX.Compose.UI.Text.Input.VisualTransformationCompanionStatic!
AndroidX.Compose.UI.Text.Input.IVisualTransformation.Filter(AndroidX.Compose.UI.Text.AnnotatedString! text) -> AndroidX.Compose.UI.Text.Input.TransformedText!
AndroidX.Compose.UI.Text.Input.ImeAction
-AndroidX.Compose.UI.Text.Input.ImeAction.Companion
-AndroidX.Compose.UI.Text.Input.ImeAction.Companion.Default_eUduSuo.get -> int
-AndroidX.Compose.UI.Text.Input.ImeAction.Companion.Done_eUduSuo.get -> int
-AndroidX.Compose.UI.Text.Input.ImeAction.Companion.Go_eUduSuo.get -> int
-AndroidX.Compose.UI.Text.Input.ImeAction.Companion.Next_eUduSuo.get -> int
-AndroidX.Compose.UI.Text.Input.ImeAction.Companion.None_eUduSuo.get -> int
-AndroidX.Compose.UI.Text.Input.ImeAction.Companion.Previous_eUduSuo.get -> int
-AndroidX.Compose.UI.Text.Input.ImeAction.Companion.Search_eUduSuo.get -> int
-AndroidX.Compose.UI.Text.Input.ImeAction.Companion.Send_eUduSuo.get -> int
-AndroidX.Compose.UI.Text.Input.ImeAction.Companion.Unspecified_eUduSuo.get -> int
+AndroidX.Compose.UI.Text.Input.ImeAction.CompanionStatic
+AndroidX.Compose.UI.Text.Input.ImeAction.CompanionStatic.Default_eUduSuo.get -> int
+AndroidX.Compose.UI.Text.Input.ImeAction.CompanionStatic.Done_eUduSuo.get -> int
+AndroidX.Compose.UI.Text.Input.ImeAction.CompanionStatic.Go_eUduSuo.get -> int
+AndroidX.Compose.UI.Text.Input.ImeAction.CompanionStatic.Next_eUduSuo.get -> int
+AndroidX.Compose.UI.Text.Input.ImeAction.CompanionStatic.None_eUduSuo.get -> int
+AndroidX.Compose.UI.Text.Input.ImeAction.CompanionStatic.Previous_eUduSuo.get -> int
+AndroidX.Compose.UI.Text.Input.ImeAction.CompanionStatic.Search_eUduSuo.get -> int
+AndroidX.Compose.UI.Text.Input.ImeAction.CompanionStatic.Send_eUduSuo.get -> int
+AndroidX.Compose.UI.Text.Input.ImeAction.CompanionStatic.Unspecified_eUduSuo.get -> int
AndroidX.Compose.UI.Text.Input.ImeOptions
AndroidX.Compose.UI.Text.Input.ImeOptions.AutoCorrect.get -> bool
AndroidX.Compose.UI.Text.Input.ImeOptions.Capitalization.get -> int
-AndroidX.Compose.UI.Text.Input.ImeOptions.Companion
-AndroidX.Compose.UI.Text.Input.ImeOptions.Companion.Default.get -> AndroidX.Compose.UI.Text.Input.ImeOptions!
+AndroidX.Compose.UI.Text.Input.ImeOptions.CompanionStatic
+AndroidX.Compose.UI.Text.Input.ImeOptions.CompanionStatic.Default.get -> AndroidX.Compose.UI.Text.Input.ImeOptions!
AndroidX.Compose.UI.Text.Input.ImeOptions.Copy(bool singleLine, int capitalization, bool autoCorrect, int keyboardType, int imeAction, AndroidX.Compose.UI.Text.Input.PlatformImeOptions? platformImeOptions, AndroidX.Compose.UI.Text.Intl.LocaleList! hintLocales) -> AndroidX.Compose.UI.Text.Input.ImeOptions!
AndroidX.Compose.UI.Text.Input.ImeOptions.HintLocales.get -> AndroidX.Compose.UI.Text.Intl.LocaleList!
AndroidX.Compose.UI.Text.Input.ImeOptions.ImeAction.get -> int
@@ -405,32 +406,32 @@ AndroidX.Compose.UI.Text.Input.ImeOptions.KeyboardType.get -> int
AndroidX.Compose.UI.Text.Input.ImeOptions.PlatformImeOptions.get -> AndroidX.Compose.UI.Text.Input.PlatformImeOptions?
AndroidX.Compose.UI.Text.Input.ImeOptions.SingleLine.get -> bool
AndroidX.Compose.UI.Text.Input.KeyboardCapitalization
-AndroidX.Compose.UI.Text.Input.KeyboardCapitalization.Companion
-AndroidX.Compose.UI.Text.Input.KeyboardCapitalization.Companion.Characters_IUNYP9k.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardCapitalization.Companion.None_IUNYP9k.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardCapitalization.Companion.Sentences_IUNYP9k.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardCapitalization.Companion.Unspecified_IUNYP9k.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardCapitalization.Companion.Words_IUNYP9k.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardCapitalization.CompanionStatic
+AndroidX.Compose.UI.Text.Input.KeyboardCapitalization.CompanionStatic.Characters_IUNYP9k.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardCapitalization.CompanionStatic.None_IUNYP9k.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardCapitalization.CompanionStatic.Sentences_IUNYP9k.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardCapitalization.CompanionStatic.Unspecified_IUNYP9k.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardCapitalization.CompanionStatic.Words_IUNYP9k.get -> int
AndroidX.Compose.UI.Text.Input.KeyboardType
-AndroidX.Compose.UI.Text.Input.KeyboardType.Companion
-AndroidX.Compose.UI.Text.Input.KeyboardType.Companion.Ascii_PjHm6EE.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardType.Companion.Decimal_PjHm6EE.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardType.Companion.Email_PjHm6EE.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardType.Companion.NumberPassword_PjHm6EE.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardType.Companion.Number_PjHm6EE.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardType.Companion.Password_PjHm6EE.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardType.Companion.Phone_PjHm6EE.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardType.Companion.Text_PjHm6EE.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardType.Companion.Unspecified_PjHm6EE.get -> int
-AndroidX.Compose.UI.Text.Input.KeyboardType.Companion.Uri_PjHm6EE.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardType.CompanionStatic
+AndroidX.Compose.UI.Text.Input.KeyboardType.CompanionStatic.Ascii_PjHm6EE.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardType.CompanionStatic.Decimal_PjHm6EE.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardType.CompanionStatic.Email_PjHm6EE.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardType.CompanionStatic.NumberPassword_PjHm6EE.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardType.CompanionStatic.Number_PjHm6EE.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardType.CompanionStatic.Password_PjHm6EE.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardType.CompanionStatic.Phone_PjHm6EE.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardType.CompanionStatic.Text_PjHm6EE.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardType.CompanionStatic.Unspecified_PjHm6EE.get -> int
+AndroidX.Compose.UI.Text.Input.KeyboardType.CompanionStatic.Uri_PjHm6EE.get -> int
AndroidX.Compose.UI.Text.Input.MathUtilsKt
AndroidX.Compose.UI.Text.Input.MoveCursorCommand
AndroidX.Compose.UI.Text.Input.MoveCursorCommand.Amount.get -> int
AndroidX.Compose.UI.Text.Input.MoveCursorCommand.ApplyTo(AndroidX.Compose.UI.Text.Input.EditingBuffer! buffer) -> void
AndroidX.Compose.UI.Text.Input.MoveCursorCommand.MoveCursorCommand(int amount) -> void
AndroidX.Compose.UI.Text.Input.OffsetMapping
-AndroidX.Compose.UI.Text.Input.OffsetMappingCompanion
-AndroidX.Compose.UI.Text.Input.OffsetMappingCompanion.Identity.get -> AndroidX.Compose.UI.Text.Input.IOffsetMapping!
+AndroidX.Compose.UI.Text.Input.OffsetMappingCompanionStatic
+AndroidX.Compose.UI.Text.Input.OffsetMappingCompanionStatic.Identity.get -> AndroidX.Compose.UI.Text.Input.IOffsetMapping!
AndroidX.Compose.UI.Text.Input.OffsetMappingConsts
AndroidX.Compose.UI.Text.Input.PartialGapBuffer
AndroidX.Compose.UI.Text.Input.PartialGapBuffer.Get(int index) -> char
@@ -468,7 +469,7 @@ AndroidX.Compose.UI.Text.Input.SetSelectionCommand.SetSelectionCommand(int start
AndroidX.Compose.UI.Text.Input.SetSelectionCommand.Start.get -> int
AndroidX.Compose.UI.Text.Input.TextFieldValue
AndroidX.Compose.UI.Text.Input.TextFieldValue.AnnotatedString.get -> AndroidX.Compose.UI.Text.AnnotatedString!
-AndroidX.Compose.UI.Text.Input.TextFieldValue.Companion
+AndroidX.Compose.UI.Text.Input.TextFieldValue.CompanionStatic
AndroidX.Compose.UI.Text.Input.TextFieldValue.Composition.get -> AndroidX.Compose.UI.Text.TextRange?
AndroidX.Compose.UI.Text.Input.TextFieldValue.Copy(AndroidX.Compose.UI.Text.AnnotatedString! annotatedString, long selection, AndroidX.Compose.UI.Text.TextRange? composition) -> AndroidX.Compose.UI.Text.Input.TextFieldValue!
AndroidX.Compose.UI.Text.Input.TextFieldValue.Copy(string! text, long selection, AndroidX.Compose.UI.Text.TextRange? composition) -> AndroidX.Compose.UI.Text.Input.TextFieldValue!
@@ -494,8 +495,8 @@ AndroidX.Compose.UI.Text.Input.TransformedText.OffsetMapping.get -> AndroidX.Com
AndroidX.Compose.UI.Text.Input.TransformedText.Text.get -> AndroidX.Compose.UI.Text.AnnotatedString!
AndroidX.Compose.UI.Text.Input.TransformedText.TransformedText(AndroidX.Compose.UI.Text.AnnotatedString! text, AndroidX.Compose.UI.Text.Input.IOffsetMapping! offsetMapping) -> void
AndroidX.Compose.UI.Text.Input.VisualTransformation
-AndroidX.Compose.UI.Text.Input.VisualTransformationCompanion
-AndroidX.Compose.UI.Text.Input.VisualTransformationCompanion.None.get -> AndroidX.Compose.UI.Text.Input.IVisualTransformation!
+AndroidX.Compose.UI.Text.Input.VisualTransformationCompanionStatic
+AndroidX.Compose.UI.Text.Input.VisualTransformationCompanionStatic.None.get -> AndroidX.Compose.UI.Text.Input.IVisualTransformation!
AndroidX.Compose.UI.Text.Input.VisualTransformationConsts
AndroidX.Compose.UI.Text.Internal.InlineClassHelperKt
AndroidX.Compose.UI.Text.Internal.JvmDefaultWithCompatibility_jvmAndAndroidKt
@@ -503,8 +504,8 @@ AndroidX.Compose.UI.Text.InternalTextApiAttribute
AndroidX.Compose.UI.Text.InternalTextApiAttribute.InternalTextApiAttribute() -> void
AndroidX.Compose.UI.Text.Intl.AndroidPlatformLocale_androidKt
AndroidX.Compose.UI.Text.Intl.Locale
-AndroidX.Compose.UI.Text.Intl.Locale.Companion
-AndroidX.Compose.UI.Text.Intl.Locale.Companion.Current.get -> AndroidX.Compose.UI.Text.Intl.Locale!
+AndroidX.Compose.UI.Text.Intl.Locale.CompanionStatic
+AndroidX.Compose.UI.Text.Intl.Locale.CompanionStatic.Current.get -> AndroidX.Compose.UI.Text.Intl.Locale!
AndroidX.Compose.UI.Text.Intl.Locale.Language.get -> string!
AndroidX.Compose.UI.Text.Intl.Locale.Locale(Java.Util.Locale! platformLocale) -> void
AndroidX.Compose.UI.Text.Intl.Locale.Locale(string! languageTag) -> void
@@ -516,9 +517,9 @@ AndroidX.Compose.UI.Text.Intl.LocaleList
AndroidX.Compose.UI.Text.Intl.LocaleList.Add(AndroidX.Compose.UI.Text.Intl.Locale? element) -> bool
AndroidX.Compose.UI.Text.Intl.LocaleList.AddAll(System.Collections.Generic.ICollection? elements) -> bool
AndroidX.Compose.UI.Text.Intl.LocaleList.Clear() -> void
-AndroidX.Compose.UI.Text.Intl.LocaleList.Companion
-AndroidX.Compose.UI.Text.Intl.LocaleList.Companion.Current.get -> AndroidX.Compose.UI.Text.Intl.LocaleList!
-AndroidX.Compose.UI.Text.Intl.LocaleList.Companion.Empty.get -> AndroidX.Compose.UI.Text.Intl.LocaleList!
+AndroidX.Compose.UI.Text.Intl.LocaleList.CompanionStatic
+AndroidX.Compose.UI.Text.Intl.LocaleList.CompanionStatic.Current.get -> AndroidX.Compose.UI.Text.Intl.LocaleList!
+AndroidX.Compose.UI.Text.Intl.LocaleList.CompanionStatic.Empty.get -> AndroidX.Compose.UI.Text.Intl.LocaleList!
AndroidX.Compose.UI.Text.Intl.LocaleList.Contains(AndroidX.Compose.UI.Text.Intl.Locale! element) -> bool
AndroidX.Compose.UI.Text.Intl.LocaleList.Contains(Java.Lang.Object? element) -> bool
AndroidX.Compose.UI.Text.Intl.LocaleList.ContainsAll(System.Collections.Generic.ICollection