From f7f4d19e8a70e1b6665a6297e69f2bc301647df1 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 21 May 2026 12:04:49 -0500 Subject: [PATCH 1/5] Ship real bindings for Xamarin.AndroidX.Compose.Runtime (#1415) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `Xamarin.AndroidX.Compose.Runtime.Android` (artifactId `androidx.compose.runtime:runtime-android`) previously shipped as an empty managed facade because `Transforms/Metadata.xml` contained a package-wide `` strip. This change replaces that strip with targeted `` entries for the Kotlin idioms the JNI binding generator cannot project into C#, so the package now ships ~980 lines of real public API. Mirrors the proven recipe in jonathanpeppers/compose-net@d1c6a5e: - src/ComposeNet.Bindings.Runtime/Transforms/Metadata.xml - src/ComposeNet.Bindings.Runtime/ComposeNet.Bindings.Runtime.csproj Targeted strips (14 from compose-net + 4 added during this work): Compose-net entries: - SnapshotState{List,Map,Set} + *Kt (KMP collection-jvm interface erasure mismatches `java.util.*`) - MutableSnapshot + Snapshot.getReadObserver (Kotlin typealias) - AbstractApplier (generic IApplier erasure) - BroadcastFrameClock, PausableMonotonicFrameClock (missing CoroutineContext.Element.key override) - Mutable{Int,Long,Float,Double}State + non-mutable peers (primitive `value` hides MutableState.value setter) - MonotonicFrameClock.Key, SnapshotContextElement.Key (companion object collides with inherited `key` property) - ComposerKt.isAfterFirstChild (overload collapse) Added here: - androidx.compose.runtime.composer.{gapbuffer,linkbuffer}{,.changelist} (internal Kotlin packages whose namespace collides with the `Composer` class — C# cannot have a namespace and type with the same FQN) Other changes: - `source/_PackageLevelCustomizations.cshtml`: inject `` into the generated `Xamarin.AndroidX.Compose.Runtime.Android` csproj. - `source/AndroidXProject.cshtml`: drop the "C# bindings are not provided" note from the Compose.Runtime / Compose.Runtime.Android package description (no longer accurate). - `source/androidx.compose.runtime/runtime-android/PublicAPI/PublicAPI.Unshipped.txt`: regenerated baseline (auto-produced by `_GeneratePublicApiFiles` in `Directory.Build.targets`). `Xamarin.AndroidX.Compose.Runtime` (artifactId `runtime`) is the KMP umbrella with no bytecode of its own; it transitively gains the real managed surface via its `ProjectReference` to `runtime-android`, so the consumer-facing nuget also ships real bindings now. Verified locally: both `androidx.compose.runtime.runtime-android` and `androidx.compose.runtime.runtime` build clean for `net9.0-android` and `net10.0-android`. Closes #1415 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- config.json | 30 +- source/AndroidXProject.cshtml | 2 +- .../PublicAPI/PublicAPI.Unshipped.txt | 980 +++++++++++++++++- .../runtime-android/Transforms/Metadata.xml | 137 ++- .../Additions/MutableStateSerializer.cs | 15 + .../PublicAPI/PublicAPI.Unshipped.txt | 7 + 6 files changed, 1080 insertions(+), 91 deletions(-) create mode 100644 source/androidx.savedstate/savedstate-compose-android/Additions/MutableStateSerializer.cs diff --git a/config.json b/config.json index 0ac2f49dc..fc339129e 100644 --- a/config.json +++ b/config.json @@ -412,21 +412,21 @@ "groupId": "androidx.compose.runtime", "artifactId": "runtime", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime" }, { "groupId": "androidx.compose.runtime", "artifactId": "runtime-android", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.Android" }, { "groupId": "androidx.compose.runtime", "artifactId": "runtime-annotation", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.Annotation", "excludedRuntimeDependencies": "androidx.compose.runtime.runtime-annotation-jvm", "type": "no-bindings" @@ -435,7 +435,7 @@ "groupId": "androidx.compose.runtime", "artifactId": "runtime-annotation-android", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.Annotation.Android", "type": "no-bindings" }, @@ -443,7 +443,7 @@ "groupId": "androidx.compose.runtime", "artifactId": "runtime-annotation-jvm", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.Annotation.Jvm", "type": "no-bindings" }, @@ -451,63 +451,63 @@ "groupId": "androidx.compose.runtime", "artifactId": "runtime-livedata", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.LiveData" }, { "groupId": "androidx.compose.runtime", "artifactId": "runtime-retain", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.Retain" }, { "groupId": "androidx.compose.runtime", "artifactId": "runtime-retain-android", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.Retain.Android" }, { "groupId": "androidx.compose.runtime", "artifactId": "runtime-rxjava2", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.RxJava2" }, { "groupId": "androidx.compose.runtime", "artifactId": "runtime-rxjava2-android", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.RxJava2.Android" }, { "groupId": "androidx.compose.runtime", "artifactId": "runtime-rxjava3", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.RxJava3" }, { "groupId": "androidx.compose.runtime", "artifactId": "runtime-rxjava3-android", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.RxJava3.Android" }, { "groupId": "androidx.compose.runtime", "artifactId": "runtime-saveable", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.Saveable" }, { "groupId": "androidx.compose.runtime", "artifactId": "runtime-saveable-android", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Runtime.Saveable.Android" }, { @@ -1860,7 +1860,7 @@ "groupId": "androidx.savedstate", "artifactId": "savedstate-compose-android", "version": "1.4.0", - "nugetVersion": "1.4.0.2", + "nugetVersion": "1.4.0.3", "nugetId": "Xamarin.AndroidX.SavedState.SavedState.Compose.Android" }, { diff --git a/source/AndroidXProject.cshtml b/source/AndroidXProject.cshtml index c8eefd5b6..871205dc1 100644 --- a/source/AndroidXProject.cshtml +++ b/source/AndroidXProject.cshtml @@ -37,7 +37,7 @@ @(Model.NuGetPackageId) .NET for Android and MAUI bindings for the Android Java library '@(Model.MavenGroupId):@(Model.Name)'. - $(Title)@(Model.NuGetPackageId.StartsWith("Xamarin.AndroidX.Compose") ? " Note this package only adds the Java library to the application. C# bindings are not provided." : string.Empty) + $(Title)@(Model.NuGetPackageId.StartsWith("Xamarin.AndroidX.Compose") && Model.NuGetPackageId != "Xamarin.AndroidX.Compose.Runtime" && Model.NuGetPackageId != "Xamarin.AndroidX.Compose.Runtime.Android" ? " Note this package only adds the Java library to the application. C# bindings are not provided." : string.Empty) @(!string.IsNullOrWhiteSpace(Model.MavenDescription) ? $"Library description: {Model.MavenDescription}" : string.Empty) diff --git a/source/androidx.compose.runtime/runtime-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.compose.runtime/runtime-android/PublicAPI/PublicAPI.Unshipped.txt index 7dc5c5811..f32fa3a52 100644 --- a/source/androidx.compose.runtime/runtime-android/PublicAPI/PublicAPI.Unshipped.txt +++ b/source/androidx.compose.runtime/runtime-android/PublicAPI/PublicAPI.Unshipped.txt @@ -1 +1,979 @@ -#nullable enable +#nullable enable +AndroidX.Compose.Runtime.ActualAndroid_androidKt +AndroidX.Compose.Runtime.ActualJvm_jvmKt +AndroidX.Compose.Runtime.ApplierDefaultImpls +AndroidX.Compose.Runtime.BitwiseOperatorsKt +AndroidX.Compose.Runtime.CancellationHandle +AndroidX.Compose.Runtime.CancellationHandleCompanion +AndroidX.Compose.Runtime.CancellationHandleConsts +AndroidX.Compose.Runtime.CheckResultKt +AndroidX.Compose.Runtime.Collection.ArrayUtils_androidKt +AndroidX.Compose.Runtime.Collection.ExtensionsKt +AndroidX.Compose.Runtime.Collection.MutableVector +AndroidX.Compose.Runtime.Collection.MutableVector.Add(Java.Lang.Object? element) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.Add(int index, Java.Lang.Object? element) -> void +AndroidX.Compose.Runtime.Collection.MutableVector.AddAll(AndroidX.Compose.Runtime.Collection.MutableVector! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.AddAll(Java.Lang.Object![]! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.AddAll(System.Collections.ICollection! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.AddAll(System.Collections.IList! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.AddAll(int index, AndroidX.Compose.Runtime.Collection.MutableVector! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.AddAll(int index, System.Collections.ICollection! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.AddAll(int index, System.Collections.IList! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.Any(Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.AsMutableList() -> System.Collections.IList! +AndroidX.Compose.Runtime.Collection.MutableVector.Clear() -> void +AndroidX.Compose.Runtime.Collection.MutableVector.Contains(Java.Lang.Object? element) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.ContainsAll(AndroidX.Compose.Runtime.Collection.MutableVector! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.ContainsAll(System.Collections.ICollection! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.ContainsAll(System.Collections.IList! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.ContentEquals(AndroidX.Compose.Runtime.Collection.MutableVector! other) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.EnsureCapacity(int capacity) -> void +AndroidX.Compose.Runtime.Collection.MutableVector.First() -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.First(Kotlin.Jvm.Functions.IFunction1! predicate) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.FirstOrNull() -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.FirstOrNull(Kotlin.Jvm.Functions.IFunction1! predicate) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.Fold(Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.FoldIndexed(Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction3! operation) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.FoldRight(Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.FoldRightIndexed(Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction3! operation) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.ForEach(Kotlin.Jvm.Functions.IFunction1! block) -> void +AndroidX.Compose.Runtime.Collection.MutableVector.ForEachIndexed(Kotlin.Jvm.Functions.IFunction2! block) -> void +AndroidX.Compose.Runtime.Collection.MutableVector.ForEachReversed(Kotlin.Jvm.Functions.IFunction1! block) -> void +AndroidX.Compose.Runtime.Collection.MutableVector.ForEachReversedIndexed(Kotlin.Jvm.Functions.IFunction2! block) -> void +AndroidX.Compose.Runtime.Collection.MutableVector.Get(int index) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.IndexOf(Java.Lang.Object? element) -> int +AndroidX.Compose.Runtime.Collection.MutableVector.IndexOfFirst(Kotlin.Jvm.Functions.IFunction1! predicate) -> int +AndroidX.Compose.Runtime.Collection.MutableVector.IndexOfLast(Kotlin.Jvm.Functions.IFunction1! predicate) -> int +AndroidX.Compose.Runtime.Collection.MutableVector.Indices.get -> Kotlin.Ranges.IntRange! +AndroidX.Compose.Runtime.Collection.MutableVector.IsEmpty.get -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.IsNotEmpty.get -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.Last() -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.Last(Kotlin.Jvm.Functions.IFunction1! predicate) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.LastIndex.get -> int +AndroidX.Compose.Runtime.Collection.MutableVector.LastIndexOf(Java.Lang.Object? element) -> int +AndroidX.Compose.Runtime.Collection.MutableVector.LastOrNull() -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.LastOrNull(Kotlin.Jvm.Functions.IFunction1! predicate) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.MinusAssign(Java.Lang.Object? element) -> void +AndroidX.Compose.Runtime.Collection.MutableVector.PlusAssign(Java.Lang.Object? element) -> void +AndroidX.Compose.Runtime.Collection.MutableVector.Remove(Java.Lang.Object? element) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.RemoveAll(AndroidX.Compose.Runtime.Collection.MutableVector! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.RemoveAll(System.Collections.ICollection! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.RemoveAll(System.Collections.IList! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.RemoveAt(int index) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.RemoveIf(Kotlin.Jvm.Functions.IFunction1! predicate) -> void +AndroidX.Compose.Runtime.Collection.MutableVector.RemoveRange(int start, int end) -> void +AndroidX.Compose.Runtime.Collection.MutableVector.RetainAll(System.Collections.ICollection! elements) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.ReversedAny(Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +AndroidX.Compose.Runtime.Collection.MutableVector.Set(int index, Java.Lang.Object? element) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Collection.MutableVector.Size.get -> int +AndroidX.Compose.Runtime.Collection.MutableVector.SortWith(Java.Util.IComparator! comparator) -> void +AndroidX.Compose.Runtime.Collection.MutableVector.SumBy(Kotlin.Jvm.Functions.IFunction1! selector) -> int +AndroidX.Compose.Runtime.Collection.MutableVectorKt +AndroidX.Compose.Runtime.Collection.ScatterSetWrapperKt +AndroidX.Compose.Runtime.ComposableAttribute +AndroidX.Compose.Runtime.ComposableAttribute.ComposableAttribute() -> void +AndroidX.Compose.Runtime.ComposableInferredTargetAttribute +AndroidX.Compose.Runtime.ComposableInferredTargetAttribute.ComposableInferredTargetAttribute() -> void +AndroidX.Compose.Runtime.ComposableInferredTargetAttribute.Scheme.get -> string? +AndroidX.Compose.Runtime.ComposableInferredTargetAttribute.Scheme.set -> void +AndroidX.Compose.Runtime.ComposableOpenTargetAttribute +AndroidX.Compose.Runtime.ComposableOpenTargetAttribute.ComposableOpenTargetAttribute() -> void +AndroidX.Compose.Runtime.ComposableOpenTargetAttribute.Index.get -> int +AndroidX.Compose.Runtime.ComposableOpenTargetAttribute.Index.set -> void +AndroidX.Compose.Runtime.ComposableTargetAttribute +AndroidX.Compose.Runtime.ComposableTargetAttribute.Applier.get -> string? +AndroidX.Compose.Runtime.ComposableTargetAttribute.Applier.set -> void +AndroidX.Compose.Runtime.ComposableTargetAttribute.ComposableTargetAttribute() -> void +AndroidX.Compose.Runtime.ComposableTargetMarkerAttribute +AndroidX.Compose.Runtime.ComposableTargetMarkerAttribute.ComposableTargetMarkerAttribute() -> void +AndroidX.Compose.Runtime.ComposableTargetMarkerAttribute.Description.get -> string? +AndroidX.Compose.Runtime.ComposableTargetMarkerAttribute.Description.set -> void +AndroidX.Compose.Runtime.ComposablesKt +AndroidX.Compose.Runtime.ComposeCompilerApiAttribute +AndroidX.Compose.Runtime.ComposeCompilerApiAttribute.ComposeCompilerApiAttribute() -> void +AndroidX.Compose.Runtime.ComposeRuntimeFlags +AndroidX.Compose.Runtime.Composer +AndroidX.Compose.Runtime.ComposerCompanion +AndroidX.Compose.Runtime.ComposerCompanion.Empty.get -> Java.Lang.Object! +AndroidX.Compose.Runtime.ComposerCompanion.SetDiagnosticStackTraceEnabled(bool enabled) -> void +AndroidX.Compose.Runtime.ComposerCompanion.SetDiagnosticStackTraceMode_76WK1J0(int mode) -> void +AndroidX.Compose.Runtime.ComposerCompanion.SetTracer(AndroidX.Compose.Runtime.ICompositionTracer? tracer) -> void +AndroidX.Compose.Runtime.ComposerConsts +AndroidX.Compose.Runtime.ComposerKt +AndroidX.Compose.Runtime.CompositeKeyHashCode_jvmKt +AndroidX.Compose.Runtime.CompositionContext +AndroidX.Compose.Runtime.CompositionContext.CompositionContext(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.Runtime.CompositionContextKt +AndroidX.Compose.Runtime.CompositionKt +AndroidX.Compose.Runtime.CompositionLocal +AndroidX.Compose.Runtime.CompositionLocal.CompositionLocal(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.Runtime.CompositionLocal.GetCurrent(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> Java.Lang.Object? +AndroidX.Compose.Runtime.CompositionLocalContext +AndroidX.Compose.Runtime.CompositionLocalKt +AndroidX.Compose.Runtime.CompositionLocalMap +AndroidX.Compose.Runtime.CompositionLocalMapCompanion +AndroidX.Compose.Runtime.CompositionLocalMapCompanion.Empty.get -> AndroidX.Compose.Runtime.ICompositionLocalMap! +AndroidX.Compose.Runtime.CompositionLocalMapConsts +AndroidX.Compose.Runtime.CompositionLocalMapKt +AndroidX.Compose.Runtime.DisallowComposableCallsAttribute +AndroidX.Compose.Runtime.DisallowComposableCallsAttribute.DisallowComposableCallsAttribute() -> void +AndroidX.Compose.Runtime.DisposableEffectScope +AndroidX.Compose.Runtime.DisposableEffectScope.DisposableEffectScope() -> void +AndroidX.Compose.Runtime.DisposableEffectScope.OnDispose(Kotlin.Jvm.Functions.IFunction0! onDisposeEffect) -> AndroidX.Compose.Runtime.IDisposableEffectResult! +AndroidX.Compose.Runtime.DontMemoizeAttribute +AndroidX.Compose.Runtime.DontMemoizeAttribute.DontMemoizeAttribute() -> void +AndroidX.Compose.Runtime.EffectsKt +AndroidX.Compose.Runtime.ExperimentalComposeApiAttribute +AndroidX.Compose.Runtime.ExperimentalComposeApiAttribute.ExperimentalComposeApiAttribute() -> void +AndroidX.Compose.Runtime.ExperimentalComposeRuntimeApiAttribute +AndroidX.Compose.Runtime.ExperimentalComposeRuntimeApiAttribute.ExperimentalComposeRuntimeApiAttribute() -> void +AndroidX.Compose.Runtime.ExplicitGroupsComposableAttribute +AndroidX.Compose.Runtime.ExplicitGroupsComposableAttribute.ExplicitGroupsComposableAttribute() -> void +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.ExtensionsKt +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableList.UtilsKt +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableMap.PersistentHashMapContentIteratorsKt +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableMap.TrieNodeKt +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableSet.TrieNodeKt +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Internal.CommonFunctionsKt +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Internal.ForEachOneBitKt +AndroidX.Compose.Runtime.GapComposerKt +AndroidX.Compose.Runtime.HostDefaultProviderKt +AndroidX.Compose.Runtime.HotReloaderKt +AndroidX.Compose.Runtime.IApplier +AndroidX.Compose.Runtime.IApplier.Apply(Kotlin.Jvm.Functions.IFunction2! block, Java.Lang.Object? value) -> void +AndroidX.Compose.Runtime.IApplier.Clear() -> void +AndroidX.Compose.Runtime.IApplier.Current.get -> Java.Lang.Object? +AndroidX.Compose.Runtime.IApplier.Down(Java.Lang.Object? node) -> void +AndroidX.Compose.Runtime.IApplier.InsertBottomUp(int index, Java.Lang.Object? instance) -> void +AndroidX.Compose.Runtime.IApplier.InsertTopDown(int index, Java.Lang.Object? instance) -> void +AndroidX.Compose.Runtime.IApplier.Move(int from, int to, int count) -> void +AndroidX.Compose.Runtime.IApplier.OnBeginChanges() -> void +AndroidX.Compose.Runtime.IApplier.OnEndChanges() -> void +AndroidX.Compose.Runtime.IApplier.Remove(int index, int count) -> void +AndroidX.Compose.Runtime.IApplier.Reuse() -> void +AndroidX.Compose.Runtime.IApplier.Up() -> void +AndroidX.Compose.Runtime.ICancellationHandle +AndroidX.Compose.Runtime.ICancellationHandle.Cancel() -> void +AndroidX.Compose.Runtime.ICancellationHandle.Companion.get -> AndroidX.Compose.Runtime.CancellationHandleCompanion! +AndroidX.Compose.Runtime.IComposable +AndroidX.Compose.Runtime.IComposableInferredTarget +AndroidX.Compose.Runtime.IComposableInferredTarget.Scheme() -> string? +AndroidX.Compose.Runtime.IComposableOpenTarget +AndroidX.Compose.Runtime.IComposableOpenTarget.Index() -> int +AndroidX.Compose.Runtime.IComposableTarget +AndroidX.Compose.Runtime.IComposableTarget.Applier() -> string? +AndroidX.Compose.Runtime.IComposableTargetMarker +AndroidX.Compose.Runtime.IComposableTargetMarker.Description() -> string? +AndroidX.Compose.Runtime.IComposeCompilerApi +AndroidX.Compose.Runtime.IComposeNodeLifecycleCallback +AndroidX.Compose.Runtime.IComposeNodeLifecycleCallback.OnDeactivate() -> void +AndroidX.Compose.Runtime.IComposeNodeLifecycleCallback.OnRelease() -> void +AndroidX.Compose.Runtime.IComposeNodeLifecycleCallback.OnReuse() -> void +AndroidX.Compose.Runtime.IComposer +AndroidX.Compose.Runtime.IComposer.Applier.get -> AndroidX.Compose.Runtime.IApplier! +AndroidX.Compose.Runtime.IComposer.Apply(Java.Lang.Object? value, Kotlin.Jvm.Functions.IFunction2! block) -> void +AndroidX.Compose.Runtime.IComposer.ApplyCoroutineContext.get -> Kotlin.Coroutines.ICoroutineContext! +AndroidX.Compose.Runtime.IComposer.BuildContext() -> AndroidX.Compose.Runtime.CompositionContext! +AndroidX.Compose.Runtime.IComposer.Changed(Java.Lang.Object? value) -> bool +AndroidX.Compose.Runtime.IComposer.Changed(bool value) -> bool +AndroidX.Compose.Runtime.IComposer.Changed(char value) -> bool +AndroidX.Compose.Runtime.IComposer.Changed(double value) -> bool +AndroidX.Compose.Runtime.IComposer.Changed(float value) -> bool +AndroidX.Compose.Runtime.IComposer.Changed(int value) -> bool +AndroidX.Compose.Runtime.IComposer.Changed(long value) -> bool +AndroidX.Compose.Runtime.IComposer.Changed(sbyte value) -> bool +AndroidX.Compose.Runtime.IComposer.Changed(short value) -> bool +AndroidX.Compose.Runtime.IComposer.ChangedInstance(Java.Lang.Object? value) -> bool +AndroidX.Compose.Runtime.IComposer.CollectParameterInformation() -> void +AndroidX.Compose.Runtime.IComposer.Companion.get -> AndroidX.Compose.Runtime.ComposerCompanion! +AndroidX.Compose.Runtime.IComposer.CompositeKeyHashCode.get -> long +AndroidX.Compose.Runtime.IComposer.Composition.get -> AndroidX.Compose.Runtime.IControlledComposition! +AndroidX.Compose.Runtime.IComposer.CompositionData.get -> AndroidX.Compose.Runtime.Tooling.ICompositionData! +AndroidX.Compose.Runtime.IComposer.CompoundKeyHash.get -> int +AndroidX.Compose.Runtime.IComposer.Consume(AndroidX.Compose.Runtime.CompositionLocal! key) -> Java.Lang.Object? +AndroidX.Compose.Runtime.IComposer.CreateNode(Kotlin.Jvm.Functions.IFunction0! factory) -> void +AndroidX.Compose.Runtime.IComposer.CurrentCompositionLocalMap.get -> AndroidX.Compose.Runtime.ICompositionLocalMap! +AndroidX.Compose.Runtime.IComposer.CurrentMarker.get -> int +AndroidX.Compose.Runtime.IComposer.DeactivateToEndGroup(bool changed) -> void +AndroidX.Compose.Runtime.IComposer.DefaultsInvalid.get -> bool +AndroidX.Compose.Runtime.IComposer.DisableReusing() -> void +AndroidX.Compose.Runtime.IComposer.DisableSourceInformation() -> void +AndroidX.Compose.Runtime.IComposer.EnableReusing() -> void +AndroidX.Compose.Runtime.IComposer.EndDefaults() -> void +AndroidX.Compose.Runtime.IComposer.EndMovableGroup() -> void +AndroidX.Compose.Runtime.IComposer.EndNode() -> void +AndroidX.Compose.Runtime.IComposer.EndProvider() -> void +AndroidX.Compose.Runtime.IComposer.EndProviders() -> void +AndroidX.Compose.Runtime.IComposer.EndReplaceGroup() -> void +AndroidX.Compose.Runtime.IComposer.EndReplaceableGroup() -> void +AndroidX.Compose.Runtime.IComposer.EndRestartGroup() -> AndroidX.Compose.Runtime.IScopeUpdateScope? +AndroidX.Compose.Runtime.IComposer.EndReusableGroup() -> void +AndroidX.Compose.Runtime.IComposer.EndToMarker(int marker) -> void +AndroidX.Compose.Runtime.IComposer.InsertMovableContent(AndroidX.Compose.Runtime.MovableContent! value, Java.Lang.Object? parameter) -> void +AndroidX.Compose.Runtime.IComposer.InsertMovableContentReferences(System.Collections.Generic.IList! references) -> void +AndroidX.Compose.Runtime.IComposer.Inserting.get -> bool +AndroidX.Compose.Runtime.IComposer.JoinKey(Java.Lang.Object? left, Java.Lang.Object? right) -> Java.Lang.Object! +AndroidX.Compose.Runtime.IComposer.RecomposeScope.get -> AndroidX.Compose.Runtime.IRecomposeScope? +AndroidX.Compose.Runtime.IComposer.RecomposeScopeIdentity.get -> Java.Lang.Object? +AndroidX.Compose.Runtime.IComposer.RecordSideEffect(Kotlin.Jvm.Functions.IFunction0! effect) -> void +AndroidX.Compose.Runtime.IComposer.RecordUsed(AndroidX.Compose.Runtime.IRecomposeScope! scope) -> void +AndroidX.Compose.Runtime.IComposer.RememberedValue() -> Java.Lang.Object? +AndroidX.Compose.Runtime.IComposer.ScheduleFrameEndCallback(Kotlin.Jvm.Functions.IFunction0! action) -> AndroidX.Compose.Runtime.ICancellationHandle! +AndroidX.Compose.Runtime.IComposer.ShouldExecute(bool parametersChanged, int flags) -> bool +AndroidX.Compose.Runtime.IComposer.SkipCurrentGroup() -> void +AndroidX.Compose.Runtime.IComposer.SkipToGroupEnd() -> void +AndroidX.Compose.Runtime.IComposer.Skipping.get -> bool +AndroidX.Compose.Runtime.IComposer.SourceInformation(string! sourceInformation) -> void +AndroidX.Compose.Runtime.IComposer.SourceInformationMarkerEnd() -> void +AndroidX.Compose.Runtime.IComposer.SourceInformationMarkerStart(int key, string! sourceInformation) -> void +AndroidX.Compose.Runtime.IComposer.StartDefaults() -> void +AndroidX.Compose.Runtime.IComposer.StartMovableGroup(int key, Java.Lang.Object? dataKey) -> void +AndroidX.Compose.Runtime.IComposer.StartNode() -> void +AndroidX.Compose.Runtime.IComposer.StartProvider(AndroidX.Compose.Runtime.ProvidedValue! value) -> void +AndroidX.Compose.Runtime.IComposer.StartProviders(AndroidX.Compose.Runtime.ProvidedValue![]! values) -> void +AndroidX.Compose.Runtime.IComposer.StartReplaceGroup(int key) -> void +AndroidX.Compose.Runtime.IComposer.StartReplaceableGroup(int key) -> void +AndroidX.Compose.Runtime.IComposer.StartRestartGroup(int key) -> AndroidX.Compose.Runtime.IComposer! +AndroidX.Compose.Runtime.IComposer.StartReusableGroup(int key, Java.Lang.Object? dataKey) -> void +AndroidX.Compose.Runtime.IComposer.StartReusableNode() -> void +AndroidX.Compose.Runtime.IComposer.UpdateRememberedValue(Java.Lang.Object? value) -> void +AndroidX.Compose.Runtime.IComposer.UseNode() -> void +AndroidX.Compose.Runtime.IComposition +AndroidX.Compose.Runtime.IComposition.Dispose() -> void +AndroidX.Compose.Runtime.IComposition.HasInvalidations.get -> bool +AndroidX.Compose.Runtime.IComposition.IsDisposed.get -> bool +AndroidX.Compose.Runtime.IComposition.SetContent(Kotlin.Jvm.Functions.IFunction2! p0) -> void +AndroidX.Compose.Runtime.ICompositionLocalAccessorScope +AndroidX.Compose.Runtime.ICompositionLocalAccessorScope.GetCurrentValue(AndroidX.Compose.Runtime.CompositionLocal! p0) -> Java.Lang.Object? +AndroidX.Compose.Runtime.ICompositionLocalMap +AndroidX.Compose.Runtime.ICompositionLocalMap.Companion.get -> AndroidX.Compose.Runtime.CompositionLocalMapCompanion! +AndroidX.Compose.Runtime.ICompositionLocalMap.Get(AndroidX.Compose.Runtime.CompositionLocal! key) -> Java.Lang.Object? +AndroidX.Compose.Runtime.ICompositionServiceKey +AndroidX.Compose.Runtime.ICompositionServices +AndroidX.Compose.Runtime.ICompositionServices.GetCompositionService(AndroidX.Compose.Runtime.ICompositionServiceKey! key) -> Java.Lang.Object? +AndroidX.Compose.Runtime.ICompositionTracer +AndroidX.Compose.Runtime.ICompositionTracer.IsTraceInProgress.get -> bool +AndroidX.Compose.Runtime.ICompositionTracer.TraceEventEnd() -> void +AndroidX.Compose.Runtime.ICompositionTracer.TraceEventStart(int key, int dirty1, int dirty2, string! info) -> void +AndroidX.Compose.Runtime.IControlledComposition +AndroidX.Compose.Runtime.IControlledComposition.AbandonChanges() -> void +AndroidX.Compose.Runtime.IControlledComposition.ApplyChanges() -> void +AndroidX.Compose.Runtime.IControlledComposition.ApplyLateChanges() -> void +AndroidX.Compose.Runtime.IControlledComposition.ChangesApplied() -> void +AndroidX.Compose.Runtime.IControlledComposition.ComposeContent(Kotlin.Jvm.Functions.IFunction2! p0) -> void +AndroidX.Compose.Runtime.IControlledComposition.DelegateInvalidations(AndroidX.Compose.Runtime.IControlledComposition? to, int groupIndex, Kotlin.Jvm.Functions.IFunction0! block) -> Java.Lang.Object? +AndroidX.Compose.Runtime.IControlledComposition.DisposeUnusedMovableContent(AndroidX.Compose.Runtime.MovableContentState! state) -> void +AndroidX.Compose.Runtime.IControlledComposition.GetAndSetShouldPauseCallback(AndroidX.Compose.Runtime.IShouldPauseCallback? shouldPause) -> AndroidX.Compose.Runtime.IShouldPauseCallback? +AndroidX.Compose.Runtime.IControlledComposition.HasPendingChanges.get -> bool +AndroidX.Compose.Runtime.IControlledComposition.InsertMovableContent(System.Collections.Generic.IList! references) -> void +AndroidX.Compose.Runtime.IControlledComposition.InvalidateAll() -> void +AndroidX.Compose.Runtime.IControlledComposition.IsComposing.get -> bool +AndroidX.Compose.Runtime.IControlledComposition.ObservesAnyOf(System.Collections.Generic.ICollection! values) -> bool +AndroidX.Compose.Runtime.IControlledComposition.PrepareCompose(Kotlin.Jvm.Functions.IFunction0! block) -> void +AndroidX.Compose.Runtime.IControlledComposition.Recompose() -> bool +AndroidX.Compose.Runtime.IControlledComposition.RecordModificationsOf(System.Collections.Generic.ICollection! values) -> void +AndroidX.Compose.Runtime.IControlledComposition.RecordReadOf(Java.Lang.Object! value) -> void +AndroidX.Compose.Runtime.IControlledComposition.RecordWriteOf(Java.Lang.Object! value) -> void +AndroidX.Compose.Runtime.IControlledComposition.VerifyConsistent() -> void +AndroidX.Compose.Runtime.IDisallowComposableCalls +AndroidX.Compose.Runtime.IDisposableEffectResult +AndroidX.Compose.Runtime.IDisposableEffectResult.Dispose() -> void +AndroidX.Compose.Runtime.IDontMemoize +AndroidX.Compose.Runtime.IExperimentalComposeApi +AndroidX.Compose.Runtime.IExperimentalComposeRuntimeApi +AndroidX.Compose.Runtime.IExplicitGroupsComposable +AndroidX.Compose.Runtime.IHostDefaultKey +AndroidX.Compose.Runtime.IHostDefaultProvider +AndroidX.Compose.Runtime.IHostDefaultProvider.GetHostDefault(AndroidX.Compose.Runtime.IHostDefaultKey! key) -> Java.Lang.Object? +AndroidX.Compose.Runtime.IInternalComposeApi +AndroidX.Compose.Runtime.IInternalComposeTracingApi +AndroidX.Compose.Runtime.IMonotonicFrameClock +AndroidX.Compose.Runtime.IMonotonicFrameClock.Key.get -> Kotlin.Coroutines.ICoroutineContextKey! +AndroidX.Compose.Runtime.IMonotonicFrameClock.WithFrameNanos(Kotlin.Jvm.Functions.IFunction1! onFrame, Kotlin.Coroutines.IContinuation! p1) -> Java.Lang.Object? +AndroidX.Compose.Runtime.IMutableState +AndroidX.Compose.Runtime.IMutableState.Component1() -> Java.Lang.Object? +AndroidX.Compose.Runtime.IMutableState.Component2() -> Kotlin.Jvm.Functions.IFunction1! +AndroidX.Compose.Runtime.IMutableState.Value.get -> Java.Lang.Object? +AndroidX.Compose.Runtime.IMutableState.Value.set -> void +AndroidX.Compose.Runtime.INoLiveLiterals +AndroidX.Compose.Runtime.INonRestartableComposable +AndroidX.Compose.Runtime.INonSkippableComposable +AndroidX.Compose.Runtime.IPausableComposition +AndroidX.Compose.Runtime.IPausableComposition.SetPausableContent(Kotlin.Jvm.Functions.IFunction2! p0) -> AndroidX.Compose.Runtime.IPausedComposition! +AndroidX.Compose.Runtime.IPausableComposition.SetPausableContentWithReuse(Kotlin.Jvm.Functions.IFunction2! p0) -> AndroidX.Compose.Runtime.IPausedComposition! +AndroidX.Compose.Runtime.IPausedComposition +AndroidX.Compose.Runtime.IPausedComposition.Apply() -> void +AndroidX.Compose.Runtime.IPausedComposition.Cancel() -> void +AndroidX.Compose.Runtime.IPausedComposition.IsApplied.get -> bool +AndroidX.Compose.Runtime.IPausedComposition.IsCancelled.get -> bool +AndroidX.Compose.Runtime.IPausedComposition.IsComplete.get -> bool +AndroidX.Compose.Runtime.IPausedComposition.Resume(AndroidX.Compose.Runtime.IShouldPauseCallback! shouldPause) -> bool +AndroidX.Compose.Runtime.IProduceStateScope +AndroidX.Compose.Runtime.IProduceStateScope.AwaitDispose(Kotlin.Jvm.Functions.IFunction0! onDispose, Kotlin.Coroutines.IContinuation! p1) -> Java.Lang.Object? +AndroidX.Compose.Runtime.IReadOnlyComposable +AndroidX.Compose.Runtime.IRecomposeScope +AndroidX.Compose.Runtime.IRecomposeScope.Invalidate() -> void +AndroidX.Compose.Runtime.IRecomposerErrorInformation +AndroidX.Compose.Runtime.IRecomposerErrorInformation.Cause.get -> Java.Lang.Throwable! +AndroidX.Compose.Runtime.IRecomposerErrorInformation.IsRecoverable.get -> bool +AndroidX.Compose.Runtime.IRecomposerInfo +AndroidX.Compose.Runtime.IRecomposerInfo.ChangeCount.get -> long +AndroidX.Compose.Runtime.IRecomposerInfo.Companion.get -> AndroidX.Compose.Runtime.RecomposerInfoCompanion? +AndroidX.Compose.Runtime.IRecomposerInfo.ErrorState.get -> Xamarin.KotlinX.Coroutines.Flow.IStateFlow! +AndroidX.Compose.Runtime.IRecomposerInfo.HasPendingWork.get -> bool +AndroidX.Compose.Runtime.IRecomposerInfo.Observe(AndroidX.Compose.Runtime.Tooling.ICompositionRegistrationObserver! observer) -> AndroidX.Compose.Runtime.Tooling.ICompositionObserverHandle? +AndroidX.Compose.Runtime.IRecomposerInfo.State.get -> Xamarin.KotlinX.Coroutines.Flow.IFlow! +AndroidX.Compose.Runtime.IRememberObserver +AndroidX.Compose.Runtime.IRememberObserver.OnAbandoned() -> void +AndroidX.Compose.Runtime.IRememberObserver.OnForgotten() -> void +AndroidX.Compose.Runtime.IRememberObserver.OnRemembered() -> void +AndroidX.Compose.Runtime.IReusableComposition +AndroidX.Compose.Runtime.IReusableComposition.Deactivate() -> void +AndroidX.Compose.Runtime.IReusableComposition.SetContentWithReuse(Kotlin.Jvm.Functions.IFunction2! p0) -> void +AndroidX.Compose.Runtime.IScopeUpdateScope +AndroidX.Compose.Runtime.IScopeUpdateScope.UpdateScope(Kotlin.Jvm.Functions.IFunction2! block) -> void +AndroidX.Compose.Runtime.IShouldPauseCallback +AndroidX.Compose.Runtime.IShouldPauseCallback.ShouldPause() -> bool +AndroidX.Compose.Runtime.ISnapshotMutationPolicy +AndroidX.Compose.Runtime.ISnapshotMutationPolicy.Equivalent(Java.Lang.Object? a, Java.Lang.Object? b) -> bool +AndroidX.Compose.Runtime.ISnapshotMutationPolicy.Merge(Java.Lang.Object? previous, Java.Lang.Object? current, Java.Lang.Object? applied) -> Java.Lang.Object? +AndroidX.Compose.Runtime.IState +AndroidX.Compose.Runtime.IState.Value.get -> Java.Lang.Object? +AndroidX.Compose.Runtime.IViewTreeHostDefaultKey +AndroidX.Compose.Runtime.IViewTreeHostDefaultKey.TagKey.get -> int +AndroidX.Compose.Runtime.Internal.Atomic_jvmKt +AndroidX.Compose.Runtime.Internal.ComposableLambdaKt +AndroidX.Compose.Runtime.Internal.ComposableLambdaN_jvmKt +AndroidX.Compose.Runtime.Internal.DecoyAttribute +AndroidX.Compose.Runtime.Internal.DecoyAttribute.DecoyAttribute() -> void +AndroidX.Compose.Runtime.Internal.DecoyAttribute.Signature.get -> string![]? +AndroidX.Compose.Runtime.Internal.DecoyAttribute.Signature.set -> void +AndroidX.Compose.Runtime.Internal.DecoyAttribute.TargetName.get -> string? +AndroidX.Compose.Runtime.Internal.DecoyAttribute.TargetName.set -> void +AndroidX.Compose.Runtime.Internal.DecoyImplementationAttribute +AndroidX.Compose.Runtime.Internal.DecoyImplementationAttribute.DecoyImplementationAttribute() -> void +AndroidX.Compose.Runtime.Internal.DecoyImplementationAttribute.Id.get -> long +AndroidX.Compose.Runtime.Internal.DecoyImplementationAttribute.Id.set -> void +AndroidX.Compose.Runtime.Internal.DecoyImplementationAttribute.Name.get -> string? +AndroidX.Compose.Runtime.Internal.DecoyImplementationAttribute.Name.set -> void +AndroidX.Compose.Runtime.Internal.DecoyKt +AndroidX.Compose.Runtime.Internal.Expect_jvmKt +AndroidX.Compose.Runtime.Internal.FunctionKeyMetaAttribute +AndroidX.Compose.Runtime.Internal.FunctionKeyMetaAttribute.EndOffset.get -> int +AndroidX.Compose.Runtime.Internal.FunctionKeyMetaAttribute.EndOffset.set -> void +AndroidX.Compose.Runtime.Internal.FunctionKeyMetaAttribute.FunctionKeyMetaAttribute() -> void +AndroidX.Compose.Runtime.Internal.FunctionKeyMetaAttribute.Key.get -> int +AndroidX.Compose.Runtime.Internal.FunctionKeyMetaAttribute.Key.set -> void +AndroidX.Compose.Runtime.Internal.FunctionKeyMetaAttribute.StartOffset.get -> int +AndroidX.Compose.Runtime.Internal.FunctionKeyMetaAttribute.StartOffset.set -> void +AndroidX.Compose.Runtime.Internal.FunctionKeyMetaClassAttribute +AndroidX.Compose.Runtime.Internal.FunctionKeyMetaClassAttribute.File.get -> string? +AndroidX.Compose.Runtime.Internal.FunctionKeyMetaClassAttribute.File.set -> void +AndroidX.Compose.Runtime.Internal.FunctionKeyMetaClassAttribute.FunctionKeyMetaClassAttribute() -> void +AndroidX.Compose.Runtime.Internal.IComposableLambda +AndroidX.Compose.Runtime.Internal.IComposableLambdaN +AndroidX.Compose.Runtime.Internal.IDecoy +AndroidX.Compose.Runtime.Internal.IDecoy.Signature() -> string![]? +AndroidX.Compose.Runtime.Internal.IDecoy.TargetName() -> string? +AndroidX.Compose.Runtime.Internal.IDecoyImplementation +AndroidX.Compose.Runtime.Internal.IDecoyImplementation.Id() -> long +AndroidX.Compose.Runtime.Internal.IDecoyImplementation.Name() -> string? +AndroidX.Compose.Runtime.Internal.IFunctionKeyMeta +AndroidX.Compose.Runtime.Internal.IFunctionKeyMeta.EndOffset() -> int +AndroidX.Compose.Runtime.Internal.IFunctionKeyMeta.Key() -> int +AndroidX.Compose.Runtime.Internal.IFunctionKeyMeta.StartOffset() -> int +AndroidX.Compose.Runtime.Internal.IFunctionKeyMetaClass +AndroidX.Compose.Runtime.Internal.IFunctionKeyMetaClass.File() -> string? +AndroidX.Compose.Runtime.Internal.IFunctionKeyMetaContainer +AndroidX.Compose.Runtime.Internal.IFunctionKeyMetaContainer.Value() -> AndroidX.Compose.Runtime.Internal.IFunctionKeyMeta![]? +AndroidX.Compose.Runtime.Internal.ILiveLiteralFileInfo +AndroidX.Compose.Runtime.Internal.ILiveLiteralFileInfo.File() -> string? +AndroidX.Compose.Runtime.Internal.ILiveLiteralInfo +AndroidX.Compose.Runtime.Internal.ILiveLiteralInfo.Key() -> string? +AndroidX.Compose.Runtime.Internal.ILiveLiteralInfo.Offset() -> int +AndroidX.Compose.Runtime.Internal.IStabilityInferred +AndroidX.Compose.Runtime.Internal.IStabilityInferred.Parameters() -> int +AndroidX.Compose.Runtime.Internal.JvmDefaultWithCompatibility_jvmKt +AndroidX.Compose.Runtime.Internal.LiveLiteralFileInfoAttribute +AndroidX.Compose.Runtime.Internal.LiveLiteralFileInfoAttribute.File.get -> string? +AndroidX.Compose.Runtime.Internal.LiveLiteralFileInfoAttribute.File.set -> void +AndroidX.Compose.Runtime.Internal.LiveLiteralFileInfoAttribute.LiveLiteralFileInfoAttribute() -> void +AndroidX.Compose.Runtime.Internal.LiveLiteralInfoAttribute +AndroidX.Compose.Runtime.Internal.LiveLiteralInfoAttribute.Key.get -> string? +AndroidX.Compose.Runtime.Internal.LiveLiteralInfoAttribute.Key.set -> void +AndroidX.Compose.Runtime.Internal.LiveLiteralInfoAttribute.LiveLiteralInfoAttribute() -> void +AndroidX.Compose.Runtime.Internal.LiveLiteralInfoAttribute.Offset.get -> int +AndroidX.Compose.Runtime.Internal.LiveLiteralInfoAttribute.Offset.set -> void +AndroidX.Compose.Runtime.Internal.LiveLiteralKt +AndroidX.Compose.Runtime.Internal.PersistentCompositionLocalMapKt +AndroidX.Compose.Runtime.Internal.PlatformOptimizedCancellationException_jvmKt +AndroidX.Compose.Runtime.Internal.SnapshotThreadLocalKt +AndroidX.Compose.Runtime.Internal.StabilityInferredAttribute +AndroidX.Compose.Runtime.Internal.StabilityInferredAttribute.Parameters.get -> int +AndroidX.Compose.Runtime.Internal.StabilityInferredAttribute.Parameters.set -> void +AndroidX.Compose.Runtime.Internal.StabilityInferredAttribute.StabilityInferredAttribute() -> void +AndroidX.Compose.Runtime.Internal.System_jvmKt +AndroidX.Compose.Runtime.Internal.Thread_androidKt +AndroidX.Compose.Runtime.Internal.Thread_jvmKt +AndroidX.Compose.Runtime.Internal.TraceKt +AndroidX.Compose.Runtime.Internal.Utils_androidKt +AndroidX.Compose.Runtime.InternalComposeApiAttribute +AndroidX.Compose.Runtime.InternalComposeApiAttribute.InternalComposeApiAttribute() -> void +AndroidX.Compose.Runtime.InternalComposeTracingApiAttribute +AndroidX.Compose.Runtime.InternalComposeTracingApiAttribute.InternalComposeTracingApiAttribute() -> void +AndroidX.Compose.Runtime.LinkComposerKt +AndroidX.Compose.Runtime.MonotonicFrameClockDefaultImpls +AndroidX.Compose.Runtime.MonotonicFrameClockKt +AndroidX.Compose.Runtime.MovableContent +AndroidX.Compose.Runtime.MovableContent.Content.get -> Kotlin.Jvm.Functions.IFunction3! +AndroidX.Compose.Runtime.MovableContent.MovableContent(Kotlin.Jvm.Functions.IFunction3! content) -> void +AndroidX.Compose.Runtime.MovableContentKt +AndroidX.Compose.Runtime.MovableContentState +AndroidX.Compose.Runtime.MovableContentStateReference +AndroidX.Compose.Runtime.NoLiveLiteralsAttribute +AndroidX.Compose.Runtime.NoLiveLiteralsAttribute.NoLiveLiteralsAttribute() -> void +AndroidX.Compose.Runtime.NonRestartableComposableAttribute +AndroidX.Compose.Runtime.NonRestartableComposableAttribute.NonRestartableComposableAttribute() -> void +AndroidX.Compose.Runtime.NonSkippableComposableAttribute +AndroidX.Compose.Runtime.NonSkippableComposableAttribute.NonSkippableComposableAttribute() -> void +AndroidX.Compose.Runtime.PausableCompositionKt +AndroidX.Compose.Runtime.Platform.Synchronization_androidKt +AndroidX.Compose.Runtime.PreconditionsKt +AndroidX.Compose.Runtime.PrimitiveSnapshotStateKt +AndroidX.Compose.Runtime.ProvidableCompositionLocal +AndroidX.Compose.Runtime.ProvidableCompositionLocal.ProvidableCompositionLocal(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.Runtime.ProvidableCompositionLocal.Provides(Java.Lang.Object? value) -> AndroidX.Compose.Runtime.ProvidedValue! +AndroidX.Compose.Runtime.ProvidableCompositionLocal.ProvidesComputed(Kotlin.Jvm.Functions.IFunction1! compute) -> AndroidX.Compose.Runtime.ProvidedValue! +AndroidX.Compose.Runtime.ProvidableCompositionLocal.ProvidesDefault(Java.Lang.Object? value) -> AndroidX.Compose.Runtime.ProvidedValue! +AndroidX.Compose.Runtime.ProvidedValue +AndroidX.Compose.Runtime.ProvidedValue.CanOverride.get -> bool +AndroidX.Compose.Runtime.ProvidedValue.CompositionLocal.get -> AndroidX.Compose.Runtime.CompositionLocal! +AndroidX.Compose.Runtime.ProvidedValue.Value.get -> Java.Lang.Object? +AndroidX.Compose.Runtime.ReadOnlyComposableAttribute +AndroidX.Compose.Runtime.ReadOnlyComposableAttribute.ReadOnlyComposableAttribute() -> void +AndroidX.Compose.Runtime.RecomposeScopeImplKt +AndroidX.Compose.Runtime.Recomposer +AndroidX.Compose.Runtime.Recomposer.AsRecomposerInfo() -> AndroidX.Compose.Runtime.IRecomposerInfo! +AndroidX.Compose.Runtime.Recomposer.AwaitIdle(Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Recomposer.Cancel() -> void +AndroidX.Compose.Runtime.Recomposer.ChangeCount.get -> long +AndroidX.Compose.Runtime.Recomposer.Close() -> void +AndroidX.Compose.Runtime.Recomposer.Companion +AndroidX.Compose.Runtime.Recomposer.Companion.RunningRecomposers.get -> Xamarin.KotlinX.Coroutines.Flow.IStateFlow! +AndroidX.Compose.Runtime.Recomposer.CurrentState.get -> Xamarin.KotlinX.Coroutines.Flow.IStateFlow! +AndroidX.Compose.Runtime.Recomposer.GetState() -> Xamarin.KotlinX.Coroutines.Flow.IFlow! +AndroidX.Compose.Runtime.Recomposer.HasPendingWork.get -> bool +AndroidX.Compose.Runtime.Recomposer.Join(Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Recomposer.PauseCompositionFrameClock() -> void +AndroidX.Compose.Runtime.Recomposer.Recomposer(Kotlin.Coroutines.ICoroutineContext! effectCoroutineContext) -> void +AndroidX.Compose.Runtime.Recomposer.ResumeCompositionFrameClock() -> void +AndroidX.Compose.Runtime.Recomposer.RunRecomposeAndApplyChanges(Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Recomposer.State +AndroidX.Compose.Runtime.RecomposerInfo +AndroidX.Compose.Runtime.RecomposerInfoCompanion +AndroidX.Compose.Runtime.RecomposerInfoConsts +AndroidX.Compose.Runtime.RecomposerKt +AndroidX.Compose.Runtime.Reflect.ComposableMethod +AndroidX.Compose.Runtime.Reflect.ComposableMethod.AsMethod() -> Java.Lang.Reflect.Method! +AndroidX.Compose.Runtime.Reflect.ComposableMethod.GetParameterTypes() -> Java.Lang.Class![]! +AndroidX.Compose.Runtime.Reflect.ComposableMethod.GetParameters() -> Java.Lang.Reflect.Parameter![]! +AndroidX.Compose.Runtime.Reflect.ComposableMethod.Invoke(AndroidX.Compose.Runtime.IComposer! composer, Java.Lang.Object? instance, params Java.Lang.Object![]! args) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Reflect.ComposableMethod.ParameterCount.get -> int +AndroidX.Compose.Runtime.Reflect.ComposableMethodKt +AndroidX.Compose.Runtime.SkippableUpdater +AndroidX.Compose.Runtime.SnapshotDoubleStateKt +AndroidX.Compose.Runtime.SnapshotDoubleState_androidKt +AndroidX.Compose.Runtime.SnapshotFloatState_androidKt +AndroidX.Compose.Runtime.SnapshotFlowManager +AndroidX.Compose.Runtime.SnapshotFlowManager.Dispose() -> void +AndroidX.Compose.Runtime.SnapshotFlowManager.SnapshotFlowManager() -> void +AndroidX.Compose.Runtime.SnapshotIntStateKt +AndroidX.Compose.Runtime.SnapshotIntState_androidKt +AndroidX.Compose.Runtime.SnapshotLongStateKt +AndroidX.Compose.Runtime.SnapshotLongState_androidKt +AndroidX.Compose.Runtime.SnapshotMutationPolicyDefaultImpls +AndroidX.Compose.Runtime.SnapshotStateExtensionsKt +AndroidX.Compose.Runtime.SnapshotStateKt +AndroidX.Compose.Runtime.SnapshotState_androidKt +AndroidX.Compose.Runtime.Snapshots.AutoboxingStateValuePropertyAttribute +AndroidX.Compose.Runtime.Snapshots.AutoboxingStateValuePropertyAttribute.AutoboxingStateValuePropertyAttribute() -> void +AndroidX.Compose.Runtime.Snapshots.AutoboxingStateValuePropertyAttribute.PreferredPropertyName.get -> string? +AndroidX.Compose.Runtime.Snapshots.AutoboxingStateValuePropertyAttribute.PreferredPropertyName.set -> void +AndroidX.Compose.Runtime.Snapshots.IAutoboxingStateValueProperty +AndroidX.Compose.Runtime.Snapshots.IAutoboxingStateValueProperty.PreferredPropertyName() -> string? +AndroidX.Compose.Runtime.Snapshots.IObserverHandle +AndroidX.Compose.Runtime.Snapshots.IObserverHandle.Dispose() -> void +AndroidX.Compose.Runtime.Snapshots.ISnapshotContextElement +AndroidX.Compose.Runtime.Snapshots.ISnapshotMutableState +AndroidX.Compose.Runtime.Snapshots.ISnapshotMutableState.Policy.get -> AndroidX.Compose.Runtime.ISnapshotMutationPolicy! +AndroidX.Compose.Runtime.Snapshots.IStateFactoryMarker +AndroidX.Compose.Runtime.Snapshots.IStateObject +AndroidX.Compose.Runtime.Snapshots.IStateObject.FirstStateRecord.get -> AndroidX.Compose.Runtime.Snapshots.StateRecord! +AndroidX.Compose.Runtime.Snapshots.IStateObject.MergeRecords(AndroidX.Compose.Runtime.Snapshots.StateRecord! previous, AndroidX.Compose.Runtime.Snapshots.StateRecord! current, AndroidX.Compose.Runtime.Snapshots.StateRecord! applied) -> AndroidX.Compose.Runtime.Snapshots.StateRecord? +AndroidX.Compose.Runtime.Snapshots.IStateObject.PrependStateRecord(AndroidX.Compose.Runtime.Snapshots.StateRecord! value) -> void +AndroidX.Compose.Runtime.Snapshots.ListUtilsKt +AndroidX.Compose.Runtime.Snapshots.Snapshot +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.Current.get -> AndroidX.Compose.Runtime.Snapshots.Snapshot! +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.CurrentThreadSnapshot.get -> AndroidX.Compose.Runtime.Snapshots.Snapshot? +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.Global(Kotlin.Jvm.Functions.IFunction0! block) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.IsApplyObserverNotificationPending.get -> bool +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.IsInSnapshot.get -> bool +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.NotifyObjectsInitialized() -> void +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.Observe(Kotlin.Jvm.Functions.IFunction1? readObserver, Kotlin.Jvm.Functions.IFunction1? writeObserver, Kotlin.Jvm.Functions.IFunction0! block) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.OpenSnapshotCount() -> int +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.RegisterApplyObserver(Kotlin.Jvm.Functions.IFunction2! observer) -> AndroidX.Compose.Runtime.Snapshots.IObserverHandle! +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.RegisterGlobalWriteObserver(Kotlin.Jvm.Functions.IFunction1! observer) -> AndroidX.Compose.Runtime.Snapshots.IObserverHandle! +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.SendApplyNotifications() -> void +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.TakeSnapshot(Kotlin.Jvm.Functions.IFunction1? readObserver) -> AndroidX.Compose.Runtime.Snapshots.Snapshot! +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.WithMutableSnapshot(Kotlin.Jvm.Functions.IFunction0! block) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.WithoutReadObservation(Kotlin.Jvm.Functions.IFunction0! block) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Snapshots.Snapshot.Enter(Kotlin.Jvm.Functions.IFunction0! block) -> Java.Lang.Object? +AndroidX.Compose.Runtime.Snapshots.Snapshot.Snapshot(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.Runtime.Snapshots.Snapshot.UnsafeEnter() -> AndroidX.Compose.Runtime.Snapshots.Snapshot? +AndroidX.Compose.Runtime.Snapshots.Snapshot.UnsafeLeave(AndroidX.Compose.Runtime.Snapshots.Snapshot? oldSnapshot) -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotApplyConflictException +AndroidX.Compose.Runtime.Snapshots.SnapshotApplyConflictException.Snapshot.get -> AndroidX.Compose.Runtime.Snapshots.Snapshot! +AndroidX.Compose.Runtime.Snapshots.SnapshotApplyConflictException.SnapshotApplyConflictException(AndroidX.Compose.Runtime.Snapshots.Snapshot! snapshot) -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult +AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Failure +AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Failure.Failure(AndroidX.Compose.Runtime.Snapshots.Snapshot! snapshot) -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Failure.Snapshot.get -> AndroidX.Compose.Runtime.Snapshots.Snapshot! +AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.SnapshotApplyResult(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Success +AndroidX.Compose.Runtime.Snapshots.SnapshotContextElementDefaultImpls +AndroidX.Compose.Runtime.Snapshots.SnapshotContextElementKt +AndroidX.Compose.Runtime.Snapshots.SnapshotDoubleIndexHeapKt +AndroidX.Compose.Runtime.Snapshots.SnapshotId_jvmKt +AndroidX.Compose.Runtime.Snapshots.SnapshotKt +AndroidX.Compose.Runtime.Snapshots.SnapshotStateObserver +AndroidX.Compose.Runtime.Snapshots.SnapshotStateObserver.Clear() -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotStateObserver.Clear(Java.Lang.Object! scope) -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotStateObserver.ClearIf(Kotlin.Jvm.Functions.IFunction1! predicate) -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotStateObserver.NotifyChanges(System.Collections.Generic.ICollection! changes, AndroidX.Compose.Runtime.Snapshots.Snapshot! snapshot) -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotStateObserver.ObserveReads(Java.Lang.Object! scope, Kotlin.Jvm.Functions.IFunction1! onValueChangedForScope, Kotlin.Jvm.Functions.IFunction0! block) -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotStateObserver.SnapshotStateObserver(Kotlin.Jvm.Functions.IFunction1! onChangedExecutor) -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotStateObserver.Start() -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotStateObserver.Stop() -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotStateObserver.WithNoObservations(Kotlin.Jvm.Functions.IFunction0! block) -> void +AndroidX.Compose.Runtime.Snapshots.SnapshotWeakSetKt +AndroidX.Compose.Runtime.Snapshots.StateFactoryMarkerAttribute +AndroidX.Compose.Runtime.Snapshots.StateFactoryMarkerAttribute.StateFactoryMarkerAttribute() -> void +AndroidX.Compose.Runtime.Snapshots.StateObjectDefaultImpls +AndroidX.Compose.Runtime.Snapshots.StateRecord +AndroidX.Compose.Runtime.Snapshots.StateRecord.StateRecord() -> void +AndroidX.Compose.Runtime.Snapshots.StateRecord.StateRecord(int id) -> void +AndroidX.Compose.Runtime.Snapshots.StateRecord.StateRecord(long snapshotId) -> void +AndroidX.Compose.Runtime.Snapshots.StateRecord.StateRecord(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.Runtime.Snapshots.Tooling.ISnapshotObserver +AndroidX.Compose.Runtime.Snapshots.Tooling.ISnapshotObserver.OnApplied(AndroidX.Compose.Runtime.Snapshots.Snapshot! snapshot, System.Collections.Generic.ICollection! changed) -> void +AndroidX.Compose.Runtime.Snapshots.Tooling.ISnapshotObserver.OnCreated(AndroidX.Compose.Runtime.Snapshots.Snapshot! snapshot, AndroidX.Compose.Runtime.Snapshots.Snapshot? parent, AndroidX.Compose.Runtime.Snapshots.Tooling.SnapshotInstanceObservers? observers) -> void +AndroidX.Compose.Runtime.Snapshots.Tooling.ISnapshotObserver.OnPreCreate(AndroidX.Compose.Runtime.Snapshots.Snapshot? parent, bool readonly) -> AndroidX.Compose.Runtime.Snapshots.Tooling.SnapshotInstanceObservers? +AndroidX.Compose.Runtime.Snapshots.Tooling.ISnapshotObserver.OnPreDispose(AndroidX.Compose.Runtime.Snapshots.Snapshot! snapshot) -> void +AndroidX.Compose.Runtime.Snapshots.Tooling.SnapshotInstanceObservers +AndroidX.Compose.Runtime.Snapshots.Tooling.SnapshotInstanceObservers.ReadObserver.get -> Kotlin.Jvm.Functions.IFunction1? +AndroidX.Compose.Runtime.Snapshots.Tooling.SnapshotInstanceObservers.SnapshotInstanceObservers() -> void +AndroidX.Compose.Runtime.Snapshots.Tooling.SnapshotInstanceObservers.SnapshotInstanceObservers(Kotlin.Jvm.Functions.IFunction1? readObserver, Kotlin.Jvm.Functions.IFunction1? writeObserver) -> void +AndroidX.Compose.Runtime.Snapshots.Tooling.SnapshotInstanceObservers.WriteObserver.get -> Kotlin.Jvm.Functions.IFunction1? +AndroidX.Compose.Runtime.Snapshots.Tooling.SnapshotObserverKt +AndroidX.Compose.Runtime.TestOnly_jvmKt +AndroidX.Compose.Runtime.Tooling.ComposeStackTraceBuilderKt +AndroidX.Compose.Runtime.Tooling.ComposeStackTraceKt +AndroidX.Compose.Runtime.Tooling.ComposeStackTraceMode +AndroidX.Compose.Runtime.Tooling.ComposeStackTraceMode.Companion +AndroidX.Compose.Runtime.Tooling.ComposeStackTraceMode.Companion.Auto_MD5MrJc.get -> int +AndroidX.Compose.Runtime.Tooling.ComposeStackTraceMode.Companion.GroupKeys_MD5MrJc.get -> int +AndroidX.Compose.Runtime.Tooling.ComposeStackTraceMode.Companion.None_MD5MrJc.get -> int +AndroidX.Compose.Runtime.Tooling.ComposeStackTraceMode.Companion.SourceInformation_MD5MrJc.get -> int +AndroidX.Compose.Runtime.Tooling.ComposeToolingApiAttribute +AndroidX.Compose.Runtime.Tooling.ComposeToolingApiAttribute.ComposeToolingApiAttribute() -> void +AndroidX.Compose.Runtime.Tooling.ComposeToolingFlags +AndroidX.Compose.Runtime.Tooling.ComposeToolingFlagsKt +AndroidX.Compose.Runtime.Tooling.CompositionDataKt +AndroidX.Compose.Runtime.Tooling.CompositionErrorContextKt +AndroidX.Compose.Runtime.Tooling.CompositionGroupDefaultImpls +AndroidX.Compose.Runtime.Tooling.CompositionObserverKt +AndroidX.Compose.Runtime.Tooling.IComposeToolingApi +AndroidX.Compose.Runtime.Tooling.ICompositionData +AndroidX.Compose.Runtime.Tooling.ICompositionData.CompositionGroups.get -> Java.Lang.IIterable! +AndroidX.Compose.Runtime.Tooling.ICompositionData.Find(Java.Lang.Object! identityToFind) -> AndroidX.Compose.Runtime.Tooling.ICompositionGroup? +AndroidX.Compose.Runtime.Tooling.ICompositionData.IsEmpty.get -> bool +AndroidX.Compose.Runtime.Tooling.ICompositionErrorContext +AndroidX.Compose.Runtime.Tooling.ICompositionErrorContext.AttachComposeStackTrace(Java.Lang.Throwable! p0, Java.Lang.Object! composeNode) -> bool +AndroidX.Compose.Runtime.Tooling.ICompositionGroup +AndroidX.Compose.Runtime.Tooling.ICompositionGroup.Data.get -> Java.Lang.IIterable! +AndroidX.Compose.Runtime.Tooling.ICompositionGroup.GroupSize.get -> int +AndroidX.Compose.Runtime.Tooling.ICompositionGroup.Identity.get -> Java.Lang.Object? +AndroidX.Compose.Runtime.Tooling.ICompositionGroup.Key.get -> Java.Lang.Object! +AndroidX.Compose.Runtime.Tooling.ICompositionGroup.Node.get -> Java.Lang.Object? +AndroidX.Compose.Runtime.Tooling.ICompositionGroup.SlotsSize.get -> int +AndroidX.Compose.Runtime.Tooling.ICompositionGroup.SourceInfo.get -> string? +AndroidX.Compose.Runtime.Tooling.ICompositionInstance +AndroidX.Compose.Runtime.Tooling.ICompositionInstance.Data.get -> AndroidX.Compose.Runtime.Tooling.ICompositionData! +AndroidX.Compose.Runtime.Tooling.ICompositionInstance.FindContextGroup() -> AndroidX.Compose.Runtime.Tooling.ICompositionGroup? +AndroidX.Compose.Runtime.Tooling.ICompositionInstance.Parent.get -> AndroidX.Compose.Runtime.Tooling.ICompositionInstance? +AndroidX.Compose.Runtime.Tooling.ICompositionObserver +AndroidX.Compose.Runtime.Tooling.ICompositionObserver.OnBeginComposition(AndroidX.Compose.Runtime.Tooling.IObservableComposition! composition) -> void +AndroidX.Compose.Runtime.Tooling.ICompositionObserver.OnEndComposition(AndroidX.Compose.Runtime.Tooling.IObservableComposition! composition) -> void +AndroidX.Compose.Runtime.Tooling.ICompositionObserver.OnReadInScope(AndroidX.Compose.Runtime.IRecomposeScope! scope, Java.Lang.Object! value) -> void +AndroidX.Compose.Runtime.Tooling.ICompositionObserver.OnScopeDisposed(AndroidX.Compose.Runtime.IRecomposeScope! scope) -> void +AndroidX.Compose.Runtime.Tooling.ICompositionObserver.OnScopeEnter(AndroidX.Compose.Runtime.IRecomposeScope! scope) -> void +AndroidX.Compose.Runtime.Tooling.ICompositionObserver.OnScopeExit(AndroidX.Compose.Runtime.IRecomposeScope! scope) -> void +AndroidX.Compose.Runtime.Tooling.ICompositionObserver.OnScopeInvalidated(AndroidX.Compose.Runtime.IRecomposeScope! scope, Java.Lang.Object? value) -> void +AndroidX.Compose.Runtime.Tooling.ICompositionObserverHandle +AndroidX.Compose.Runtime.Tooling.ICompositionObserverHandle.Dispose() -> void +AndroidX.Compose.Runtime.Tooling.ICompositionRegistrationObserver +AndroidX.Compose.Runtime.Tooling.ICompositionRegistrationObserver.OnCompositionRegistered(AndroidX.Compose.Runtime.Tooling.IObservableComposition! composition) -> void +AndroidX.Compose.Runtime.Tooling.ICompositionRegistrationObserver.OnCompositionUnregistered(AndroidX.Compose.Runtime.Tooling.IObservableComposition! composition) -> void +AndroidX.Compose.Runtime.Tooling.IIdentifiableRecomposeScope +AndroidX.Compose.Runtime.Tooling.IIdentifiableRecomposeScope.Identity.get -> Java.Lang.Object? +AndroidX.Compose.Runtime.Tooling.IObservableComposition +AndroidX.Compose.Runtime.Tooling.IObservableComposition.SetObserver(AndroidX.Compose.Runtime.Tooling.ICompositionObserver! observer) -> AndroidX.Compose.Runtime.Tooling.ICompositionObserverHandle! +AndroidX.Compose.Runtime.Tooling.InspectionTablesKt +AndroidX.Compose.Runtime.Tooling.LocationSourceInformation +AndroidX.Compose.Runtime.Tooling.LocationSourceInformation.IsRepeatable.get -> bool +AndroidX.Compose.Runtime.Tooling.LocationSourceInformation.Length.get -> int +AndroidX.Compose.Runtime.Tooling.LocationSourceInformation.LineNumber.get -> int +AndroidX.Compose.Runtime.Tooling.LocationSourceInformation.LocationSourceInformation(int lineNumber, int offset, int length, bool isRepeatable) -> void +AndroidX.Compose.Runtime.Tooling.LocationSourceInformation.Offset.get -> int +AndroidX.Compose.Runtime.Tooling.ParameterSourceInformation +AndroidX.Compose.Runtime.Tooling.ParameterSourceInformation.InlineClass.get -> string? +AndroidX.Compose.Runtime.Tooling.ParameterSourceInformation.Name.get -> string? +AndroidX.Compose.Runtime.Tooling.ParameterSourceInformation.ParameterSourceInformation(int sortedIndex, string? name, string? inlineClass) -> void +AndroidX.Compose.Runtime.Tooling.ParameterSourceInformation.SortedIndex.get -> int +AndroidX.Compose.Runtime.Tooling.SourceInformation +AndroidX.Compose.Runtime.Tooling.SourceInformation.FunctionName.get -> string? +AndroidX.Compose.Runtime.Tooling.SourceInformation.IsCall.get -> bool +AndroidX.Compose.Runtime.Tooling.SourceInformation.IsInline.get -> bool +AndroidX.Compose.Runtime.Tooling.SourceInformation.Locations.get -> System.Collections.Generic.IList! +AndroidX.Compose.Runtime.Tooling.SourceInformation.PackageHash.get -> string? +AndroidX.Compose.Runtime.Tooling.SourceInformation.Parameters.get -> System.Collections.Generic.IList! +AndroidX.Compose.Runtime.Tooling.SourceInformation.RawData.get -> string! +AndroidX.Compose.Runtime.Tooling.SourceInformation.SourceFile.get -> string? +AndroidX.Compose.Runtime.Tooling.SourceInformation.SourceInformation(bool isCall, bool isInline, string? functionName, string? sourceFile, System.Collections.Generic.IList! parameters, string? packageHash, System.Collections.Generic.IList! locations, string! rawData) -> void +AndroidX.Compose.Runtime.Tooling.SourceInformationKt +AndroidX.Compose.Runtime.Updater +abstract AndroidX.Compose.Runtime.CompositionContext.EffectCoroutineContext.get -> Kotlin.Coroutines.ICoroutineContext! +abstract AndroidX.Compose.Runtime.CompositionContext.ScheduleFrameEndCallback(Kotlin.Jvm.Functions.IFunction0! action) -> AndroidX.Compose.Runtime.ICancellationHandle! +abstract AndroidX.Compose.Runtime.Snapshots.Snapshot.HasPendingChanges.get -> bool +abstract AndroidX.Compose.Runtime.Snapshots.Snapshot.ReadOnly.get -> bool +abstract AndroidX.Compose.Runtime.Snapshots.Snapshot.Root.get -> AndroidX.Compose.Runtime.Snapshots.Snapshot! +abstract AndroidX.Compose.Runtime.Snapshots.Snapshot.TakeNestedSnapshot(Kotlin.Jvm.Functions.IFunction1? readObserver) -> AndroidX.Compose.Runtime.Snapshots.Snapshot! +abstract AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Check() -> void +abstract AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Succeeded.get -> bool +abstract AndroidX.Compose.Runtime.Snapshots.StateRecord.Assign(AndroidX.Compose.Runtime.Snapshots.StateRecord! value) -> void +abstract AndroidX.Compose.Runtime.Snapshots.StateRecord.Create() -> AndroidX.Compose.Runtime.Snapshots.StateRecord! +const AndroidX.Compose.Runtime.CompositeKeyHashCode_jvmKt.EmptyCompositeKeyHashCode = 0 -> long +const AndroidX.Compose.Runtime.Snapshots.Snapshot.PreexistingSnapshotId = 1 -> int +override AndroidX.Compose.Runtime.ActualAndroid_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.ActualJvm_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.ApplierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.BitwiseOperatorsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.CancellationHandleCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.CheckResultKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Collection.ArrayUtils_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Collection.ExtensionsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Collection.MutableVector.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Collection.MutableVectorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Collection.ScatterSetWrapperKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.ComposablesKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.ComposeRuntimeFlags.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.ComposerCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.ComposerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.CompositeKeyHashCode_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.CompositionContext.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.CompositionContext.ThresholdClass.get -> nint +override AndroidX.Compose.Runtime.CompositionContext.ThresholdType.get -> System.Type! +override AndroidX.Compose.Runtime.CompositionContextKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.CompositionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.CompositionLocal.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.CompositionLocal.ThresholdClass.get -> nint +override AndroidX.Compose.Runtime.CompositionLocal.ThresholdType.get -> System.Type! +override AndroidX.Compose.Runtime.CompositionLocalContext.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.CompositionLocalKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.CompositionLocalMapCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.CompositionLocalMapKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.DisposableEffectScope.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.EffectsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.ExtensionsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableList.UtilsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableMap.PersistentHashMapContentIteratorsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableMap.TrieNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableSet.TrieNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Internal.CommonFunctionsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Internal.ForEachOneBitKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.GapComposerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.HostDefaultProviderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.HotReloaderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.Atomic_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.ComposableLambdaKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.ComposableLambdaN_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.DecoyKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.Expect_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.JvmDefaultWithCompatibility_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.LiveLiteralKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.PersistentCompositionLocalMapKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.PlatformOptimizedCancellationException_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.SnapshotThreadLocalKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.System_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.Thread_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.Thread_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.TraceKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Internal.Utils_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.LinkComposerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.MonotonicFrameClockDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.MonotonicFrameClockKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.MovableContent.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.MovableContentKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.MovableContentState.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.MovableContentStateReference.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.PausableCompositionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Platform.Synchronization_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.PreconditionsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.PrimitiveSnapshotStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.ProvidableCompositionLocal.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.ProvidableCompositionLocal.ThresholdClass.get -> nint +override AndroidX.Compose.Runtime.ProvidableCompositionLocal.ThresholdType.get -> System.Type! +override AndroidX.Compose.Runtime.ProvidedValue.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.RecomposeScopeImplKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Recomposer.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Recomposer.EffectCoroutineContext.get -> Kotlin.Coroutines.ICoroutineContext! +override AndroidX.Compose.Runtime.Recomposer.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Recomposer.ScheduleFrameEndCallback(Kotlin.Jvm.Functions.IFunction0! action) -> AndroidX.Compose.Runtime.ICancellationHandle! +override AndroidX.Compose.Runtime.Recomposer.State.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.RecomposerInfoCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.RecomposerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Reflect.ComposableMethod.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Reflect.ComposableMethodKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SkippableUpdater.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SnapshotDoubleStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SnapshotDoubleState_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SnapshotFloatState_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SnapshotFlowManager.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SnapshotIntStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SnapshotIntState_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SnapshotLongStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SnapshotLongState_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SnapshotMutationPolicyDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SnapshotStateExtensionsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SnapshotStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.SnapshotState_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.ListUtilsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.Snapshot.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.Snapshot.ThresholdClass.get -> nint +override AndroidX.Compose.Runtime.Snapshots.Snapshot.ThresholdType.get -> System.Type! +override AndroidX.Compose.Runtime.Snapshots.SnapshotApplyConflictException.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Failure.Check() -> void +override AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Failure.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Failure.Succeeded.get -> bool +override AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Success.Check() -> void +override AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Success.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Success.Succeeded.get -> bool +override AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.ThresholdClass.get -> nint +override AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.ThresholdType.get -> System.Type! +override AndroidX.Compose.Runtime.Snapshots.SnapshotContextElementDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.SnapshotContextElementKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.SnapshotDoubleIndexHeapKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.SnapshotId_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.SnapshotKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.SnapshotStateObserver.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.SnapshotWeakSetKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.StateObjectDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.StateRecord.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.StateRecord.ThresholdClass.get -> nint +override AndroidX.Compose.Runtime.Snapshots.StateRecord.ThresholdType.get -> System.Type! +override AndroidX.Compose.Runtime.Snapshots.Tooling.SnapshotInstanceObservers.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Snapshots.Tooling.SnapshotObserverKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.TestOnly_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.ComposeStackTraceBuilderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.ComposeStackTraceKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.ComposeStackTraceMode.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.ComposeStackTraceMode.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.ComposeToolingFlags.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.ComposeToolingFlagsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.CompositionDataKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.CompositionErrorContextKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.CompositionGroupDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.CompositionObserverKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.InspectionTablesKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.LocationSourceInformation.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.ParameterSourceInformation.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.SourceInformation.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Tooling.SourceInformationKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Runtime.Updater.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +static AndroidX.Compose.Runtime.ActualAndroid_androidKt.DefaultMonotonicFrameClock.get -> AndroidX.Compose.Runtime.IMonotonicFrameClock! +static AndroidX.Compose.Runtime.ApplierDefaultImpls.Apply(AndroidX.Compose.Runtime.IApplier! _this, Kotlin.Jvm.Functions.IFunction2! block, Java.Lang.Object? value) -> void +static AndroidX.Compose.Runtime.ApplierDefaultImpls.OnBeginChanges(AndroidX.Compose.Runtime.IApplier! _this) -> void +static AndroidX.Compose.Runtime.ApplierDefaultImpls.OnEndChanges(AndroidX.Compose.Runtime.IApplier! _this) -> void +static AndroidX.Compose.Runtime.ApplierDefaultImpls.Reuse(AndroidX.Compose.Runtime.IApplier! _this) -> void +static AndroidX.Compose.Runtime.CancellationHandle.Companion.get -> AndroidX.Compose.Runtime.CancellationHandleCompanion! +static AndroidX.Compose.Runtime.ComposablesKt.GetCurrentComposer(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IComposer! +static AndroidX.Compose.Runtime.ComposablesKt.GetCurrentCompositeKeyHash(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> int +static AndroidX.Compose.Runtime.ComposablesKt.GetCurrentCompositeKeyHashCode(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +static AndroidX.Compose.Runtime.ComposablesKt.GetCurrentCompositionContext(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.CompositionContext! +static AndroidX.Compose.Runtime.ComposablesKt.GetCurrentCompositionLocalContext(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.CompositionLocalContext! +static AndroidX.Compose.Runtime.ComposablesKt.GetCurrentRecomposeScope(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IRecomposeScope! +static AndroidX.Compose.Runtime.ComposablesKt.Key(Java.Lang.Object![]! keys, Kotlin.Jvm.Functions.IFunction2! block, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.ComposablesKt.Remember(Java.Lang.Object![]! keys, Kotlin.Jvm.Functions.IFunction0! calculation, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.ComposablesKt.Remember(Java.Lang.Object? key1, Java.Lang.Object? key2, Java.Lang.Object? key3, Kotlin.Jvm.Functions.IFunction0! calculation, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.ComposablesKt.Remember(Java.Lang.Object? key1, Java.Lang.Object? key2, Kotlin.Jvm.Functions.IFunction0! calculation, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.ComposablesKt.Remember(Java.Lang.Object? key1, Kotlin.Jvm.Functions.IFunction0! calculation, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.ComposablesKt.Remember(Kotlin.Jvm.Functions.IFunction0! calculation, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.ComposablesKt.RememberCompositionContext(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.CompositionContext! +static AndroidX.Compose.Runtime.ComposablesKt.ReusableContent(Java.Lang.Object? key, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.ComposablesKt.ReusableContentHost(bool active, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.ComposeRuntimeFlags.Instance.get -> AndroidX.Compose.Runtime.ComposeRuntimeFlags! +static AndroidX.Compose.Runtime.ComposeRuntimeFlags.IsLinkBufferComposerEnabled.get -> bool +static AndroidX.Compose.Runtime.ComposeRuntimeFlags.IsLinkBufferComposerEnabled.set -> void +static AndroidX.Compose.Runtime.Composer.Companion.get -> AndroidX.Compose.Runtime.ComposerCompanion! +static AndroidX.Compose.Runtime.ComposerKt.Cache(AndroidX.Compose.Runtime.IComposer! obj, bool invalid, Kotlin.Jvm.Functions.IFunction0! block) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.ComposerKt.ComposeStackTraceMode.get -> int +static AndroidX.Compose.Runtime.ComposerKt.ComposeStackTraceMode.set -> void +static AndroidX.Compose.Runtime.ComposerKt.CompositionLocalMap.get -> Java.Lang.Object! +static AndroidX.Compose.Runtime.ComposerKt.Invocation.get -> Java.Lang.Object! +static AndroidX.Compose.Runtime.ComposerKt.IsTraceInProgress.get -> bool +static AndroidX.Compose.Runtime.ComposerKt.Provider.get -> Java.Lang.Object! +static AndroidX.Compose.Runtime.ComposerKt.ProviderMaps.get -> Java.Lang.Object! +static AndroidX.Compose.Runtime.ComposerKt.ProviderValues.get -> Java.Lang.Object! +static AndroidX.Compose.Runtime.ComposerKt.Reference.get -> Java.Lang.Object! +static AndroidX.Compose.Runtime.ComposerKt.SourceInformation(AndroidX.Compose.Runtime.IComposer! composer, string! sourceInformation) -> void +static AndroidX.Compose.Runtime.ComposerKt.SourceInformationMarkerEnd(AndroidX.Compose.Runtime.IComposer! composer) -> void +static AndroidX.Compose.Runtime.ComposerKt.SourceInformationMarkerStart(AndroidX.Compose.Runtime.IComposer! composer, int key, string! sourceInformation) -> void +static AndroidX.Compose.Runtime.ComposerKt.TraceEventEnd() -> void +static AndroidX.Compose.Runtime.ComposerKt.TraceEventStart(int key, int dirty1, int dirty2, string! info) -> void +static AndroidX.Compose.Runtime.CompositeKeyHashCode_jvmKt.ToLong(long obj) -> long +static AndroidX.Compose.Runtime.CompositeKeyHashCode_jvmKt.ToString(long obj, int radix) -> string! +static AndroidX.Compose.Runtime.CompositionKt.Composition(AndroidX.Compose.Runtime.IApplier! applier, AndroidX.Compose.Runtime.CompositionContext! parent) -> AndroidX.Compose.Runtime.IComposition! +static AndroidX.Compose.Runtime.CompositionKt.ControlledComposition(AndroidX.Compose.Runtime.IApplier! applier, AndroidX.Compose.Runtime.CompositionContext! parent) -> AndroidX.Compose.Runtime.IControlledComposition! +static AndroidX.Compose.Runtime.CompositionKt.ObservableCompositionServiceKey.get -> AndroidX.Compose.Runtime.ICompositionServiceKey! +static AndroidX.Compose.Runtime.CompositionKt.ReusableComposition(AndroidX.Compose.Runtime.IApplier! applier, AndroidX.Compose.Runtime.CompositionContext! parent) -> AndroidX.Compose.Runtime.IReusableComposition! +static AndroidX.Compose.Runtime.CompositionLocalKt.CompositionLocalOf(AndroidX.Compose.Runtime.ISnapshotMutationPolicy! policy, Kotlin.Jvm.Functions.IFunction0! defaultFactory) -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Runtime.CompositionLocalKt.CompositionLocalProvider(AndroidX.Compose.Runtime.CompositionLocalContext! context, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.CompositionLocalKt.CompositionLocalProvider(AndroidX.Compose.Runtime.ProvidedValue! value, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.CompositionLocalKt.CompositionLocalProvider(AndroidX.Compose.Runtime.ProvidedValue![]! values, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.CompositionLocalKt.CompositionLocalWithComputedDefaultOf(Kotlin.Jvm.Functions.IFunction1! defaultComputation) -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Runtime.CompositionLocalKt.CompositionLocalWithHostDefaultOf(AndroidX.Compose.Runtime.IHostDefaultKey! key) -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Runtime.CompositionLocalKt.StaticCompositionLocalOf(Kotlin.Jvm.Functions.IFunction0! defaultFactory) -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Runtime.CompositionLocalKt.WithCompositionLocal(AndroidX.Compose.Runtime.ProvidedValue! value, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.CompositionLocalKt.WithCompositionLocals(AndroidX.Compose.Runtime.ProvidedValue![]! values, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.CompositionLocalMap.Companion.get -> AndroidX.Compose.Runtime.CompositionLocalMapCompanion! +static AndroidX.Compose.Runtime.EffectsKt.DisposableEffect(Java.Lang.Object![]! keys, Kotlin.Jvm.Functions.IFunction1! effect, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.EffectsKt.DisposableEffect(Java.Lang.Object? key1, Java.Lang.Object? key2, Java.Lang.Object? key3, Kotlin.Jvm.Functions.IFunction1! effect, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.EffectsKt.DisposableEffect(Java.Lang.Object? key1, Java.Lang.Object? key2, Kotlin.Jvm.Functions.IFunction1! effect, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.EffectsKt.DisposableEffect(Java.Lang.Object? key1, Kotlin.Jvm.Functions.IFunction1! effect, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.EffectsKt.DisposableEffect(Kotlin.Jvm.Functions.IFunction1! effect, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.EffectsKt.LaunchedEffect(Java.Lang.Object![]! keys, Kotlin.Jvm.Functions.IFunction2! block, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.EffectsKt.LaunchedEffect(Java.Lang.Object? key1, Java.Lang.Object? key2, Java.Lang.Object? key3, Kotlin.Jvm.Functions.IFunction2! block, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.EffectsKt.LaunchedEffect(Java.Lang.Object? key1, Java.Lang.Object? key2, Kotlin.Jvm.Functions.IFunction2! block, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.EffectsKt.LaunchedEffect(Java.Lang.Object? key1, Kotlin.Jvm.Functions.IFunction2! block, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.EffectsKt.LaunchedEffect(Kotlin.Jvm.Functions.IFunction2! block, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.EffectsKt.RememberCoroutineScope(Kotlin.Jvm.Functions.IFunction0? getContext, AndroidX.Compose.Runtime.IComposer? _composer, int p2, int _changed) -> Xamarin.KotlinX.Coroutines.ICoroutineScope! +static AndroidX.Compose.Runtime.EffectsKt.SideEffect(Kotlin.Jvm.Functions.IFunction0! effect, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.HostDefaultProviderKt.LocalHostDefaultProvider.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Runtime.HotReloaderKt.ClearCompositionErrors() -> void +static AndroidX.Compose.Runtime.HotReloaderKt.CurrentCompositionErrors.get -> System.Collections.Generic.IList! +static AndroidX.Compose.Runtime.HotReloaderKt.DisableHotReloadMode() -> void +static AndroidX.Compose.Runtime.HotReloaderKt.InvalidateGroupsWithKey(int key) -> void +static AndroidX.Compose.Runtime.HotReloaderKt.InvokeCurrentCompositionErrors() -> System.Collections.Generic.IList! +static AndroidX.Compose.Runtime.HotReloaderKt.SimulateHotReload(Java.Lang.Object! context) -> void +static AndroidX.Compose.Runtime.Internal.ComposableLambdaKt.ComposableLambda(AndroidX.Compose.Runtime.IComposer! composer, int key, bool tracked, Java.Lang.Object! block) -> AndroidX.Compose.Runtime.Internal.IComposableLambda! +static AndroidX.Compose.Runtime.Internal.ComposableLambdaKt.ComposableLambdaInstance(int key, bool tracked, Java.Lang.Object! block) -> AndroidX.Compose.Runtime.Internal.IComposableLambda! +static AndroidX.Compose.Runtime.Internal.ComposableLambdaKt.RememberComposableLambda(int key, bool tracked, Java.Lang.Object! block, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.Internal.IComposableLambda! +static AndroidX.Compose.Runtime.Internal.ComposableLambdaN_jvmKt.ComposableLambdaN(AndroidX.Compose.Runtime.IComposer! composer, int key, bool tracked, int arity, Java.Lang.Object! block) -> AndroidX.Compose.Runtime.Internal.IComposableLambdaN! +static AndroidX.Compose.Runtime.Internal.ComposableLambdaN_jvmKt.ComposableLambdaNInstance(int key, bool tracked, int arity, Java.Lang.Object! block) -> AndroidX.Compose.Runtime.Internal.IComposableLambdaN! +static AndroidX.Compose.Runtime.Internal.ComposableLambdaN_jvmKt.RememberComposableLambdaN(int key, bool tracked, int arity, Java.Lang.Object! block, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.Internal.IComposableLambdaN! +static AndroidX.Compose.Runtime.Internal.DecoyKt.IllegalDecoyCallException(string! fName) -> Java.Lang.Void! +static AndroidX.Compose.Runtime.Internal.LiveLiteralKt.EnableLiveLiterals() -> void +static AndroidX.Compose.Runtime.Internal.LiveLiteralKt.IsLiveLiteralsEnabled.get -> bool +static AndroidX.Compose.Runtime.Internal.LiveLiteralKt.LiveLiteral(string! key, Java.Lang.Object? value) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Runtime.Internal.LiveLiteralKt.UpdateLiveLiteralValue(string! key, Java.Lang.Object? value) -> void +static AndroidX.Compose.Runtime.Internal.Thread_androidKt.MainThreadId.get -> long +static AndroidX.Compose.Runtime.MonotonicFrameClockDefaultImpls.Fold(AndroidX.Compose.Runtime.IMonotonicFrameClock! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.MonotonicFrameClockDefaultImpls.Get(AndroidX.Compose.Runtime.IMonotonicFrameClock! _this, Kotlin.Coroutines.ICoroutineContextKey! key) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.MonotonicFrameClockDefaultImpls.GetKey(AndroidX.Compose.Runtime.IMonotonicFrameClock! _this) -> Kotlin.Coroutines.ICoroutineContextKey! +static AndroidX.Compose.Runtime.MonotonicFrameClockDefaultImpls.MinusKey(AndroidX.Compose.Runtime.IMonotonicFrameClock! _this, Kotlin.Coroutines.ICoroutineContextKey! key) -> Kotlin.Coroutines.ICoroutineContext! +static AndroidX.Compose.Runtime.MonotonicFrameClockDefaultImpls.Plus(AndroidX.Compose.Runtime.IMonotonicFrameClock! _this, Kotlin.Coroutines.ICoroutineContext! context) -> Kotlin.Coroutines.ICoroutineContext! +static AndroidX.Compose.Runtime.MonotonicFrameClockKt.GetMonotonicFrameClock(Kotlin.Coroutines.ICoroutineContext! obj) -> AndroidX.Compose.Runtime.IMonotonicFrameClock! +static AndroidX.Compose.Runtime.MonotonicFrameClockKt.WithFrameMillis(AndroidX.Compose.Runtime.IMonotonicFrameClock! obj, Kotlin.Jvm.Functions.IFunction1! onFrame, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.MonotonicFrameClockKt.WithFrameMillis(Kotlin.Jvm.Functions.IFunction1! onFrame, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.MonotonicFrameClockKt.WithFrameNanos(Kotlin.Jvm.Functions.IFunction1! onFrame, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.MovableContentKt.MovableContentOf(Kotlin.Jvm.Functions.IFunction2! content) -> Kotlin.Jvm.Functions.IFunction2! +static AndroidX.Compose.Runtime.MovableContentKt.MovableContentOf(Kotlin.Jvm.Functions.IFunction3! content) -> Kotlin.Jvm.Functions.IFunction3! +static AndroidX.Compose.Runtime.MovableContentKt.MovableContentOf(Kotlin.Jvm.Functions.IFunction4! content) -> Kotlin.Jvm.Functions.IFunction4! +static AndroidX.Compose.Runtime.MovableContentKt.MovableContentOf(Kotlin.Jvm.Functions.IFunction5! content) -> Kotlin.Jvm.Functions.IFunction5! +static AndroidX.Compose.Runtime.MovableContentKt.MovableContentOf(Kotlin.Jvm.Functions.IFunction6! content) -> Kotlin.Jvm.Functions.IFunction6! +static AndroidX.Compose.Runtime.MovableContentKt.MovableContentWithReceiverOf(Kotlin.Jvm.Functions.IFunction3! content) -> Kotlin.Jvm.Functions.IFunction3! +static AndroidX.Compose.Runtime.MovableContentKt.MovableContentWithReceiverOf(Kotlin.Jvm.Functions.IFunction4! content) -> Kotlin.Jvm.Functions.IFunction4! +static AndroidX.Compose.Runtime.MovableContentKt.MovableContentWithReceiverOf(Kotlin.Jvm.Functions.IFunction5! content) -> Kotlin.Jvm.Functions.IFunction5! +static AndroidX.Compose.Runtime.MovableContentKt.MovableContentWithReceiverOf(Kotlin.Jvm.Functions.IFunction6! content) -> Kotlin.Jvm.Functions.IFunction6! +static AndroidX.Compose.Runtime.PausableCompositionKt.PausableComposition(AndroidX.Compose.Runtime.IApplier! applier, AndroidX.Compose.Runtime.CompositionContext! parent) -> AndroidX.Compose.Runtime.IPausableComposition! +static AndroidX.Compose.Runtime.Recomposer.State.Entries.get -> Kotlin.Enums.IEnumEntries! +static AndroidX.Compose.Runtime.Recomposer.State.Idle.get -> AndroidX.Compose.Runtime.Recomposer.State? +static AndroidX.Compose.Runtime.Recomposer.State.Inactive.get -> AndroidX.Compose.Runtime.Recomposer.State? +static AndroidX.Compose.Runtime.Recomposer.State.InactivePendingWork.get -> AndroidX.Compose.Runtime.Recomposer.State? +static AndroidX.Compose.Runtime.Recomposer.State.PendingWork.get -> AndroidX.Compose.Runtime.Recomposer.State? +static AndroidX.Compose.Runtime.Recomposer.State.ShutDown.get -> AndroidX.Compose.Runtime.Recomposer.State? +static AndroidX.Compose.Runtime.Recomposer.State.ShuttingDown.get -> AndroidX.Compose.Runtime.Recomposer.State? +static AndroidX.Compose.Runtime.Recomposer.State.ValueOf(string? value) -> AndroidX.Compose.Runtime.Recomposer.State? +static AndroidX.Compose.Runtime.Recomposer.State.Values() -> AndroidX.Compose.Runtime.Recomposer.State![]? +static AndroidX.Compose.Runtime.RecomposerInfo.Companion.get -> AndroidX.Compose.Runtime.RecomposerInfoCompanion? +static AndroidX.Compose.Runtime.RecomposerKt.WithRunningRecomposer(Kotlin.Jvm.Functions.IFunction3! block, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.Reflect.ComposableMethodKt.AsComposableMethod(Java.Lang.Reflect.Method! obj) -> AndroidX.Compose.Runtime.Reflect.ComposableMethod? +static AndroidX.Compose.Runtime.Reflect.ComposableMethodKt.GetDeclaredComposableMethod(Java.Lang.Class! obj, string! methodName, params Java.Lang.Class![]! args) -> AndroidX.Compose.Runtime.Reflect.ComposableMethod! +static AndroidX.Compose.Runtime.SnapshotMutationPolicyDefaultImpls.Merge(AndroidX.Compose.Runtime.ISnapshotMutationPolicy! _this, Java.Lang.Object? previous, Java.Lang.Object? current, Java.Lang.Object? applied) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.SnapshotStateKt.CollectAsState(Xamarin.KotlinX.Coroutines.Flow.IFlow! _this_collectAsState, Java.Lang.Object? initial, Kotlin.Coroutines.ICoroutineContext? context, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Runtime.SnapshotStateKt.CollectAsState(Xamarin.KotlinX.Coroutines.Flow.IStateFlow! _this_collectAsState, Kotlin.Coroutines.ICoroutineContext? context, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Runtime.SnapshotStateKt.DerivedStateObservers() -> AndroidX.Compose.Runtime.Collection.MutableVector! +static AndroidX.Compose.Runtime.SnapshotStateKt.DerivedStateOf(AndroidX.Compose.Runtime.ISnapshotMutationPolicy! policy, Kotlin.Jvm.Functions.IFunction0! calculation) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Runtime.SnapshotStateKt.DerivedStateOf(Kotlin.Jvm.Functions.IFunction0! calculation) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Runtime.SnapshotStateKt.GetValue(AndroidX.Compose.Runtime.IState! _this_getValue, Java.Lang.Object? thisObj, Kotlin.Reflect.IKProperty! property) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.SnapshotStateKt.MutableStateOf(Java.Lang.Object? value, AndroidX.Compose.Runtime.ISnapshotMutationPolicy! policy) -> AndroidX.Compose.Runtime.IMutableState! +static AndroidX.Compose.Runtime.SnapshotStateKt.NeverEqualPolicy() -> AndroidX.Compose.Runtime.ISnapshotMutationPolicy! +static AndroidX.Compose.Runtime.SnapshotStateKt.ProduceState(Java.Lang.Object? initialValue, Java.Lang.Object![]! keys, Kotlin.Jvm.Functions.IFunction2! producer, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Runtime.SnapshotStateKt.ProduceState(Java.Lang.Object? initialValue, Java.Lang.Object? key1, Java.Lang.Object? key2, Java.Lang.Object? key3, Kotlin.Jvm.Functions.IFunction2! producer, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Runtime.SnapshotStateKt.ProduceState(Java.Lang.Object? initialValue, Java.Lang.Object? key1, Java.Lang.Object? key2, Kotlin.Jvm.Functions.IFunction2! producer, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Runtime.SnapshotStateKt.ProduceState(Java.Lang.Object? initialValue, Java.Lang.Object? key1, Kotlin.Jvm.Functions.IFunction2! producer, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Runtime.SnapshotStateKt.ProduceState(Java.Lang.Object? initialValue, Kotlin.Jvm.Functions.IFunction2! producer, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Runtime.SnapshotStateKt.ReferentialEqualityPolicy() -> AndroidX.Compose.Runtime.ISnapshotMutationPolicy! +static AndroidX.Compose.Runtime.SnapshotStateKt.RememberUpdatedState(Java.Lang.Object? newValue, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Runtime.SnapshotStateKt.SetValue(AndroidX.Compose.Runtime.IMutableState! _this_setValue, Java.Lang.Object? thisObj, Kotlin.Reflect.IKProperty! property, Java.Lang.Object? value) -> void +static AndroidX.Compose.Runtime.SnapshotStateKt.SnapshotFlow(AndroidX.Compose.Runtime.SnapshotFlowManager! manager, Kotlin.Jvm.Functions.IFunction0! block) -> Xamarin.KotlinX.Coroutines.Flow.IFlow! +static AndroidX.Compose.Runtime.SnapshotStateKt.SnapshotFlow(Kotlin.Jvm.Functions.IFunction0! block) -> Xamarin.KotlinX.Coroutines.Flow.IFlow! +static AndroidX.Compose.Runtime.SnapshotStateKt.StructuralEqualityPolicy() -> AndroidX.Compose.Runtime.ISnapshotMutationPolicy! +static AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Success.Instance.get -> AndroidX.Compose.Runtime.Snapshots.SnapshotApplyResult.Success! +static AndroidX.Compose.Runtime.Snapshots.SnapshotContextElementDefaultImpls.Fold(AndroidX.Compose.Runtime.Snapshots.ISnapshotContextElement! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.Snapshots.SnapshotContextElementDefaultImpls.Get(AndroidX.Compose.Runtime.Snapshots.ISnapshotContextElement! _this, Kotlin.Coroutines.ICoroutineContextKey! key) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.Snapshots.SnapshotContextElementDefaultImpls.MinusKey(AndroidX.Compose.Runtime.Snapshots.ISnapshotContextElement! _this, Kotlin.Coroutines.ICoroutineContextKey! key) -> Kotlin.Coroutines.ICoroutineContext! +static AndroidX.Compose.Runtime.Snapshots.SnapshotContextElementDefaultImpls.Plus(AndroidX.Compose.Runtime.Snapshots.ISnapshotContextElement! _this, Kotlin.Coroutines.ICoroutineContext! context) -> Kotlin.Coroutines.ICoroutineContext! +static AndroidX.Compose.Runtime.Snapshots.SnapshotContextElementKt.AsContextElement(AndroidX.Compose.Runtime.Snapshots.Snapshot! obj) -> AndroidX.Compose.Runtime.Snapshots.ISnapshotContextElement! +static AndroidX.Compose.Runtime.Snapshots.SnapshotId_jvmKt.GetSize(long[]! obj) -> int +static AndroidX.Compose.Runtime.Snapshots.SnapshotId_jvmKt.ToInt(long obj) -> int +static AndroidX.Compose.Runtime.Snapshots.SnapshotId_jvmKt.ToLong(long obj) -> long +static AndroidX.Compose.Runtime.Snapshots.SnapshotKt.Lock.get -> Java.Lang.Object! +static AndroidX.Compose.Runtime.Snapshots.SnapshotKt.Readable(Java.Lang.Object! obj, AndroidX.Compose.Runtime.Snapshots.IStateObject! state) -> Java.Lang.Object! +static AndroidX.Compose.Runtime.Snapshots.SnapshotKt.Readable(Java.Lang.Object! obj, AndroidX.Compose.Runtime.Snapshots.IStateObject! state, AndroidX.Compose.Runtime.Snapshots.Snapshot! snapshot) -> Java.Lang.Object! +static AndroidX.Compose.Runtime.Snapshots.SnapshotKt.SnapshotInitializer.get -> AndroidX.Compose.Runtime.Snapshots.Snapshot! +static AndroidX.Compose.Runtime.Snapshots.SnapshotKt.WithCurrent(Java.Lang.Object! obj, Kotlin.Jvm.Functions.IFunction1! block) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.Snapshots.SnapshotKt.Writable(Java.Lang.Object! obj, AndroidX.Compose.Runtime.Snapshots.IStateObject! state, AndroidX.Compose.Runtime.Snapshots.Snapshot! snapshot, Kotlin.Jvm.Functions.IFunction1! block) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.Snapshots.SnapshotKt.Writable(Java.Lang.Object! obj, AndroidX.Compose.Runtime.Snapshots.IStateObject! state, Kotlin.Jvm.Functions.IFunction1! block) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.Snapshots.StateObjectDefaultImpls.MergeRecords(AndroidX.Compose.Runtime.Snapshots.IStateObject! _this, AndroidX.Compose.Runtime.Snapshots.StateRecord! previous, AndroidX.Compose.Runtime.Snapshots.StateRecord! current, AndroidX.Compose.Runtime.Snapshots.StateRecord! applied) -> AndroidX.Compose.Runtime.Snapshots.StateRecord? +static AndroidX.Compose.Runtime.Snapshots.Tooling.SnapshotObserverKt.ObserveSnapshots(AndroidX.Compose.Runtime.Snapshots.Snapshot.Companion! obj, AndroidX.Compose.Runtime.Snapshots.Tooling.ISnapshotObserver! snapshotObserver) -> AndroidX.Compose.Runtime.Snapshots.IObserverHandle! +static AndroidX.Compose.Runtime.Tooling.ComposeToolingFlags.Instance.get -> AndroidX.Compose.Runtime.Tooling.ComposeToolingFlags! +static AndroidX.Compose.Runtime.Tooling.ComposeToolingFlags.IsVerboseTracingEnabled.get -> bool +static AndroidX.Compose.Runtime.Tooling.ComposeToolingFlags.IsVerboseTracingEnabled.set -> void +static AndroidX.Compose.Runtime.Tooling.CompositionDataKt.FindCompositionInstance(AndroidX.Compose.Runtime.Tooling.ICompositionData! obj) -> AndroidX.Compose.Runtime.Tooling.ICompositionInstance? +static AndroidX.Compose.Runtime.Tooling.CompositionErrorContextKt.LocalCompositionErrorContext.get -> AndroidX.Compose.Runtime.CompositionLocal! +static AndroidX.Compose.Runtime.Tooling.CompositionGroupDefaultImpls.Find(AndroidX.Compose.Runtime.Tooling.ICompositionGroup! _this, Java.Lang.Object! identityToFind) -> AndroidX.Compose.Runtime.Tooling.ICompositionGroup? +static AndroidX.Compose.Runtime.Tooling.CompositionGroupDefaultImpls.GetGroupSize(AndroidX.Compose.Runtime.Tooling.ICompositionGroup! _this) -> int +static AndroidX.Compose.Runtime.Tooling.CompositionGroupDefaultImpls.GetIdentity(AndroidX.Compose.Runtime.Tooling.ICompositionGroup! _this) -> Java.Lang.Object? +static AndroidX.Compose.Runtime.Tooling.CompositionGroupDefaultImpls.GetSlotsSize(AndroidX.Compose.Runtime.Tooling.ICompositionGroup! _this) -> int +static AndroidX.Compose.Runtime.Tooling.CompositionObserverKt.Observe(AndroidX.Compose.Runtime.Recomposer! obj, AndroidX.Compose.Runtime.Tooling.ICompositionRegistrationObserver! observer) -> AndroidX.Compose.Runtime.Tooling.ICompositionObserverHandle! +static AndroidX.Compose.Runtime.Tooling.CompositionObserverKt.SetObserver(AndroidX.Compose.Runtime.IComposition! obj, AndroidX.Compose.Runtime.Tooling.ICompositionObserver! observer) -> AndroidX.Compose.Runtime.Tooling.ICompositionObserverHandle? +static AndroidX.Compose.Runtime.Tooling.InspectionTablesKt.LocalInspectionTables.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Runtime.Tooling.SourceInformationKt.ParseSourceInformation(string! data) -> AndroidX.Compose.Runtime.Tooling.SourceInformation? +virtual AndroidX.Compose.Runtime.Snapshots.Snapshot.Dispose() -> void +virtual AndroidX.Compose.Runtime.Snapshots.Snapshot.Id.get -> int +virtual AndroidX.Compose.Runtime.Snapshots.Snapshot.SnapshotId.get -> long +virtual AndroidX.Compose.Runtime.Snapshots.StateRecord.Create(long snapshotId) -> AndroidX.Compose.Runtime.Snapshots.StateRecord! diff --git a/source/androidx.compose.runtime/runtime-android/Transforms/Metadata.xml b/source/androidx.compose.runtime/runtime-android/Transforms/Metadata.xml index e24207c23..d74533b84 100644 --- a/source/androidx.compose.runtime/runtime-android/Transforms/Metadata.xml +++ b/source/androidx.compose.runtime/runtime-android/Transforms/Metadata.xml @@ -1,79 +1,68 @@ - - - - - + + - - System.Collections.Generic.ICollection < Java.Util.IMapEntry > - - - System.Collections.ICollection - + Mirrors: + https://github.com/jonathanpeppers/compose-net/blob/d1c6a5ecd3b02f624c2e5e4655a93b36126277b4/src/ComposeNet.Bindings.Runtime/Transforms/Metadata.xml + --> - + + + + + + - - - - + + + - - --> + + - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/androidx.savedstate/savedstate-compose-android/Additions/MutableStateSerializer.cs b/source/androidx.savedstate/savedstate-compose-android/Additions/MutableStateSerializer.cs new file mode 100644 index 000000000..4c0106041 --- /dev/null +++ b/source/androidx.savedstate/savedstate-compose-android/Additions/MutableStateSerializer.cs @@ -0,0 +1,15 @@ +// Bridge the typed Kotlin overrides on MutableStateSerializer (which return / +// take IMutableState) to the Object-typed IKSerializer interface contract. +// The generator only emits the typed overrides, so without these explicit +// interface implementations the class fails CS0738/CS0535. + +namespace AndroidX.SavedState.Compose.Serialization.Serializers; + +public partial class MutableStateSerializer +{ + global::Java.Lang.Object? global::KotlinX.Serialization.IDeserializationStrategy.Deserialize (global::KotlinX.Serialization.Encoding.IDecoder decoder) + => (global::Java.Lang.Object?) Deserialize (decoder); + + void global::KotlinX.Serialization.ISerializationStrategy.Serialize (global::KotlinX.Serialization.Encoding.IEncoder encoder, global::Java.Lang.Object? value) + => Serialize (encoder, (global::AndroidX.Compose.Runtime.IMutableState) value!); +} diff --git a/source/androidx.savedstate/savedstate-compose-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.savedstate/savedstate-compose-android/PublicAPI/PublicAPI.Unshipped.txt index eb22225a1..9668e4056 100644 --- a/source/androidx.savedstate/savedstate-compose-android/PublicAPI/PublicAPI.Unshipped.txt +++ b/source/androidx.savedstate/savedstate-compose-android/PublicAPI/PublicAPI.Unshipped.txt @@ -1,9 +1,16 @@ #nullable enable AndroidX.SavedState.Compose.LocalSavedStateRegistryOwnerKt +AndroidX.SavedState.Compose.Serialization.Serializers.MutableStateSerializer +AndroidX.SavedState.Compose.Serialization.Serializers.MutableStateSerializer.Descriptor.get -> KotlinX.Serialization.Descriptors.ISerialDescriptor! +AndroidX.SavedState.Compose.Serialization.Serializers.MutableStateSerializer.Deserialize(KotlinX.Serialization.Encoding.IDecoder! decoder) -> AndroidX.Compose.Runtime.IMutableState! +AndroidX.SavedState.Compose.Serialization.Serializers.MutableStateSerializer.MutableStateSerializer(KotlinX.Serialization.IKSerializer! valueSerializer) -> void +AndroidX.SavedState.Compose.Serialization.Serializers.MutableStateSerializer.Serialize(KotlinX.Serialization.Encoding.IEncoder! encoder, AndroidX.Compose.Runtime.IMutableState! value) -> void AndroidX.SavedState.Compose.Serialization.Serializers.MutableStateSerializerKt AndroidX.SavedState.Compose.Serialization.Serializers.SnapshotStateListSerializerKt AndroidX.SavedState.Compose.Serialization.Serializers.SnapshotStateMapSerializerKt override AndroidX.SavedState.Compose.LocalSavedStateRegistryOwnerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.SavedState.Compose.Serialization.Serializers.MutableStateSerializer.JniPeerMembers.get -> Java.Interop.JniPeerMembers! override AndroidX.SavedState.Compose.Serialization.Serializers.MutableStateSerializerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! override AndroidX.SavedState.Compose.Serialization.Serializers.SnapshotStateListSerializerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! override AndroidX.SavedState.Compose.Serialization.Serializers.SnapshotStateMapSerializerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +static AndroidX.SavedState.Compose.LocalSavedStateRegistryOwnerKt.LocalSavedStateRegistryOwner.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! From 5efe3f738e1bc15a79eb514c78de8ded7d04abac Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 22 May 2026 08:11:26 -0500 Subject: [PATCH 2/5] Fix material3 CS0234 by removing MaterialTheme.getMotionScheme Now that Xamarin.AndroidX.Compose.Runtime ships real bindings (#1415), androidx.compose.runtime.Composer is resolvable from downstream consumers like Material3. The binding generator now emits MaterialTheme.getMotionScheme, which previously was silently skipped because its `Composer` parameter type was unresolvable. The emitted method references AndroidX.Compose.Material3.IMotionScheme, but MotionScheme is a Kotlin-internal interface (`visibility=""` in api.xml) that the generator never produces, causing CS0234. Strip the method via metadata; it was never on main either, so public API surface is unchanged. Also regenerates PublicAPI baselines for other Compose.Runtime consumers whose getter methods are now resolvable: lifecycle-runtime-compose-android, runtime-retain-android, navigationevent-compose-android. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../PublicAPI/PublicAPI.Unshipped.txt | 211 ++++++++++++++++++ .../material3-android/Transforms/Metadata.xml | 11 + .../PublicAPI/PublicAPI.Unshipped.txt | 10 + .../PublicAPI/PublicAPI.Unshipped.txt | 20 ++ .../PublicAPI/PublicAPI.Unshipped.txt | 10 +- 5 files changed, 260 insertions(+), 2 deletions(-) create mode 100644 source/androidx.compose.material3/material3-android/Transforms/Metadata.xml diff --git a/source/androidx.compose.material3/material3-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.compose.material3/material3-android/PublicAPI/PublicAPI.Unshipped.txt index bc844d676..ef35257c2 100644 --- a/source/androidx.compose.material3/material3-android/PublicAPI/PublicAPI.Unshipped.txt +++ b/source/androidx.compose.material3/material3-android/PublicAPI/PublicAPI.Unshipped.txt @@ -1,5 +1,9 @@ #nullable enable AndroidX.Compose.Material3.AlertDialogDefaults +AndroidX.Compose.Material3.AlertDialogDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.AlertDialogDefaults.GetIconContentColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.AlertDialogDefaults.GetTextContentColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.AlertDialogDefaults.GetTitleContentColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.AlertDialogDefaults.TonalElevation.get -> float AndroidX.Compose.Material3.AlertDialogKt AndroidX.Compose.Material3.AndroidAlertDialog_androidKt @@ -14,17 +18,29 @@ AndroidX.Compose.Material3.AppBarMenuState.IsExpanded.get -> bool AndroidX.Compose.Material3.AppBarMenuState.Show() -> void AndroidX.Compose.Material3.AppBarRowKt AndroidX.Compose.Material3.AssistChipDefaults +AndroidX.Compose.Material3.AssistChipDefaults.AssistChipBorder(long borderColor, long disabledBorderColor, float borderWidth, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> AndroidX.Compose.Material3.ChipBorder! +AndroidX.Compose.Material3.AssistChipDefaults.AssistChipColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.ChipColors! +AndroidX.Compose.Material3.AssistChipDefaults.AssistChipColors(long containerColor, long labelColor, long leadingIconContentColor, long trailingIconContentColor, long disabledContainerColor, long disabledLabelColor, long disabledLeadingIconContentColor, long disabledTrailingIconContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p9, int _changed) -> AndroidX.Compose.Material3.ChipColors! +AndroidX.Compose.Material3.AssistChipDefaults.AssistChipElevation(float elevation, float pressedElevation, float focusedElevation, float hoveredElevation, float draggedElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.ChipElevation! +AndroidX.Compose.Material3.AssistChipDefaults.ElevatedAssistChipColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.ChipColors! +AndroidX.Compose.Material3.AssistChipDefaults.ElevatedAssistChipColors(long containerColor, long labelColor, long leadingIconContentColor, long trailingIconContentColor, long disabledContainerColor, long disabledLabelColor, long disabledLeadingIconContentColor, long disabledTrailingIconContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p9, int _changed) -> AndroidX.Compose.Material3.ChipColors! +AndroidX.Compose.Material3.AssistChipDefaults.ElevatedAssistChipElevation(float elevation, float pressedElevation, float focusedElevation, float hoveredElevation, float draggedElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.ChipElevation! AndroidX.Compose.Material3.AssistChipDefaults.Height.get -> float AndroidX.Compose.Material3.AssistChipDefaults.IconSize.get -> float AndroidX.Compose.Material3.BadgeDefaults +AndroidX.Compose.Material3.BadgeDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.BadgeKt AndroidX.Compose.Material3.BottomAppBarDefaults AndroidX.Compose.Material3.BottomAppBarDefaults.ContainerElevation.get -> float +AndroidX.Compose.Material3.BottomAppBarDefaults.GetBottomAppBarFabColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.BottomAppBarDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.BottomAppBarState AndroidX.Compose.Material3.BottomAppBarStateCompanion AndroidX.Compose.Material3.BottomAppBarStateConsts AndroidX.Compose.Material3.BottomSheetDefaults AndroidX.Compose.Material3.BottomSheetDefaults.Elevation.get -> float +AndroidX.Compose.Material3.BottomSheetDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.BottomSheetDefaults.GetScrimColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.BottomSheetDefaults.SheetMaxWidth.get -> float AndroidX.Compose.Material3.BottomSheetDefaults.SheetPeekHeight.get -> float AndroidX.Compose.Material3.BottomSheetScaffoldKt @@ -40,10 +56,23 @@ AndroidX.Compose.Material3.ButtonColors.Copy(long containerColor, long contentCo AndroidX.Compose.Material3.ButtonColors.DisabledContainerColor.get -> long AndroidX.Compose.Material3.ButtonColors.DisabledContentColor.get -> long AndroidX.Compose.Material3.ButtonDefaults +AndroidX.Compose.Material3.ButtonDefaults.ButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.ButtonColors! +AndroidX.Compose.Material3.ButtonDefaults.ButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.ButtonColors! +AndroidX.Compose.Material3.ButtonDefaults.ButtonElevation(float defaultElevation, float pressedElevation, float focusedElevation, float hoveredElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> AndroidX.Compose.Material3.ButtonElevation! +AndroidX.Compose.Material3.ButtonDefaults.ElevatedButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.ButtonColors! +AndroidX.Compose.Material3.ButtonDefaults.ElevatedButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.ButtonColors! +AndroidX.Compose.Material3.ButtonDefaults.ElevatedButtonElevation(float defaultElevation, float pressedElevation, float focusedElevation, float hoveredElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> AndroidX.Compose.Material3.ButtonElevation! +AndroidX.Compose.Material3.ButtonDefaults.FilledTonalButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.ButtonColors! +AndroidX.Compose.Material3.ButtonDefaults.FilledTonalButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.ButtonColors! +AndroidX.Compose.Material3.ButtonDefaults.FilledTonalButtonElevation(float defaultElevation, float pressedElevation, float focusedElevation, float hoveredElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> AndroidX.Compose.Material3.ButtonElevation! AndroidX.Compose.Material3.ButtonDefaults.IconSize.get -> float AndroidX.Compose.Material3.ButtonDefaults.IconSpacing.get -> float AndroidX.Compose.Material3.ButtonDefaults.MinHeight.get -> float AndroidX.Compose.Material3.ButtonDefaults.MinWidth.get -> float +AndroidX.Compose.Material3.ButtonDefaults.OutlinedButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.ButtonColors! +AndroidX.Compose.Material3.ButtonDefaults.OutlinedButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.ButtonColors! +AndroidX.Compose.Material3.ButtonDefaults.TextButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.ButtonColors! +AndroidX.Compose.Material3.ButtonDefaults.TextButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.ButtonColors! AndroidX.Compose.Material3.ButtonElevation AndroidX.Compose.Material3.ButtonKt AndroidX.Compose.Material3.CalendarLocale_androidKt @@ -55,6 +84,15 @@ AndroidX.Compose.Material3.CardColors.Copy(long containerColor, long contentColo AndroidX.Compose.Material3.CardColors.DisabledContainerColor.get -> long AndroidX.Compose.Material3.CardColors.DisabledContentColor.get -> long AndroidX.Compose.Material3.CardDefaults +AndroidX.Compose.Material3.CardDefaults.CardColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.CardColors! +AndroidX.Compose.Material3.CardDefaults.CardColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.CardColors! +AndroidX.Compose.Material3.CardDefaults.CardElevation(float defaultElevation, float pressedElevation, float focusedElevation, float hoveredElevation, float draggedElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.CardElevation! +AndroidX.Compose.Material3.CardDefaults.ElevatedCardColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.CardColors! +AndroidX.Compose.Material3.CardDefaults.ElevatedCardColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.CardColors! +AndroidX.Compose.Material3.CardDefaults.ElevatedCardElevation(float defaultElevation, float pressedElevation, float focusedElevation, float hoveredElevation, float draggedElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.CardElevation! +AndroidX.Compose.Material3.CardDefaults.OutlinedCardColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.CardColors! +AndroidX.Compose.Material3.CardDefaults.OutlinedCardColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.CardColors! +AndroidX.Compose.Material3.CardDefaults.OutlinedCardElevation(float defaultElevation, float pressedElevation, float focusedElevation, float hoveredElevation, float draggedElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.CardElevation! AndroidX.Compose.Material3.CardElevation AndroidX.Compose.Material3.CardKt AndroidX.Compose.Material3.Carousel.CarouselDefaults @@ -88,6 +126,8 @@ AndroidX.Compose.Material3.CheckboxColors.UncheckedBoxColor.get -> long AndroidX.Compose.Material3.CheckboxColors.UncheckedCheckmarkColor.get -> long AndroidX.Compose.Material3.CheckboxColors.WhenMappings AndroidX.Compose.Material3.CheckboxDefaults +AndroidX.Compose.Material3.CheckboxDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.CheckboxColors! +AndroidX.Compose.Material3.CheckboxDefaults.Colors(long checkedColor, long uncheckedColor, long checkmarkColor, long disabledCheckedColor, long disabledUncheckedColor, long disabledIndeterminateColor, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.CheckboxColors! AndroidX.Compose.Material3.CheckboxDefaults.StrokeWidth.get -> float AndroidX.Compose.Material3.CheckboxKt AndroidX.Compose.Material3.CheckboxKt.WhenMappings @@ -193,7 +233,10 @@ AndroidX.Compose.Material3.DatePickerColors.WeekdayContentColor.get -> long AndroidX.Compose.Material3.DatePickerColors.YearContentColor.get -> long AndroidX.Compose.Material3.DatePickerDefaults AndroidX.Compose.Material3.DatePickerDefaults.AllDates.get -> AndroidX.Compose.Material3.ISelectableDates! +AndroidX.Compose.Material3.DatePickerDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.DatePickerColors! +AndroidX.Compose.Material3.DatePickerDefaults.Colors(long containerColor, long titleContentColor, long headlineContentColor, long weekdayContentColor, long subheadContentColor, long navigationContentColor, long yearContentColor, long disabledYearContentColor, long currentYearContentColor, long selectedYearContentColor, long disabledSelectedYearContentColor, long selectedYearContainerColor, long disabledSelectedYearContainerColor, long dayContentColor, long disabledDayContentColor, long selectedDayContentColor, long disabledSelectedDayContentColor, long selectedDayContainerColor, long disabledSelectedDayContainerColor, long todayContentColor, long todayDateBorderColor, long dayInSelectionRangeContentColor, long dayInSelectionRangeContainerColor, long dividerColor, AndroidX.Compose.Material3.TextFieldColors? dateTextFieldColors, AndroidX.Compose.Runtime.IComposer? _composer, int p26, int _changed, int _changed1, int _changed2) -> AndroidX.Compose.Material3.DatePickerColors! AndroidX.Compose.Material3.DatePickerDefaults.DateFormatter(string! yearSelectionSkeleton, string! selectedDateSkeleton, string! selectedDateDescriptionSkeleton) -> AndroidX.Compose.Material3.IDatePickerFormatter! +AndroidX.Compose.Material3.DatePickerDefaults.GetDefaultDatePickerColors(AndroidX.Compose.Material3.ColorScheme! _this_defaultDatePickerColors, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.DatePickerColors! AndroidX.Compose.Material3.DatePickerDefaults.TonalElevation.get -> float AndroidX.Compose.Material3.DatePickerDefaults.YearRange.get -> Kotlin.Ranges.IntRange! AndroidX.Compose.Material3.DatePickerDialog_androidKt @@ -207,6 +250,7 @@ AndroidX.Compose.Material3.DisplayMode.Companion AndroidX.Compose.Material3.DisplayMode.Companion.Input_jFl_4v0.get -> int AndroidX.Compose.Material3.DisplayMode.Companion.Picker_jFl_4v0.get -> int AndroidX.Compose.Material3.DividerDefaults +AndroidX.Compose.Material3.DividerDefaults.GetColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.DividerDefaults.Thickness.get -> float AndroidX.Compose.Material3.DividerKt AndroidX.Compose.Material3.DragHandleColors @@ -221,6 +265,10 @@ AndroidX.Compose.Material3.DragHandleSizes.PressedSize.get -> long AndroidX.Compose.Material3.DragHandleSizes.Size.get -> long AndroidX.Compose.Material3.DrawerDefaults AndroidX.Compose.Material3.DrawerDefaults.DismissibleDrawerElevation.get -> float +AndroidX.Compose.Material3.DrawerDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.DrawerDefaults.GetModalContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.DrawerDefaults.GetScrimColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.DrawerDefaults.GetStandardContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.DrawerDefaults.MaximumDrawerWidth.get -> float AndroidX.Compose.Material3.DrawerDefaults.ModalDrawerElevation.get -> float AndroidX.Compose.Material3.DrawerDefaults.PermanentDrawerElevation.get -> float @@ -233,6 +281,7 @@ AndroidX.Compose.Material3.DrawerState.DrawerState(AndroidX.Compose.Material3.Dr AndroidX.Compose.Material3.DrawerState.IsAnimationRunning.get -> bool AndroidX.Compose.Material3.DrawerState.IsClosed.get -> bool AndroidX.Compose.Material3.DrawerState.IsOpen.get -> bool +AndroidX.Compose.Material3.DrawerState.Offset.get -> AndroidX.Compose.Runtime.IState! AndroidX.Compose.Material3.DrawerState.Open(Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? AndroidX.Compose.Material3.DrawerState.SnapTo(AndroidX.Compose.Material3.DrawerValue! targetValue, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? AndroidX.Compose.Material3.DrawerState.TargetValue.get -> AndroidX.Compose.Material3.DrawerValue! @@ -257,11 +306,20 @@ AndroidX.Compose.Material3.FabPosition.Companion.EndOverlay_ERTFSPs.get -> int AndroidX.Compose.Material3.FabPosition.Companion.End_ERTFSPs.get -> int AndroidX.Compose.Material3.FabPosition.Companion.Start_ERTFSPs.get -> int AndroidX.Compose.Material3.FilterChipDefaults +AndroidX.Compose.Material3.FilterChipDefaults.ElevatedFilterChipColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.SelectableChipColors! +AndroidX.Compose.Material3.FilterChipDefaults.ElevatedFilterChipColors(long containerColor, long labelColor, long iconColor, long disabledContainerColor, long disabledLabelColor, long disabledLeadingIconColor, long disabledTrailingIconColor, long selectedContainerColor, long disabledSelectedContainerColor, long selectedLabelColor, long selectedLeadingIconColor, long selectedTrailingIconColor, AndroidX.Compose.Runtime.IComposer? _composer, int p13, int _changed, int _changed1) -> AndroidX.Compose.Material3.SelectableChipColors! +AndroidX.Compose.Material3.FilterChipDefaults.ElevatedFilterChipElevation(float elevation, float pressedElevation, float focusedElevation, float hoveredElevation, float draggedElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.SelectableChipElevation! +AndroidX.Compose.Material3.FilterChipDefaults.FilterChipColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.SelectableChipColors! +AndroidX.Compose.Material3.FilterChipDefaults.FilterChipColors(long containerColor, long labelColor, long iconColor, long disabledContainerColor, long disabledLabelColor, long disabledLeadingIconColor, long disabledTrailingIconColor, long selectedContainerColor, long disabledSelectedContainerColor, long selectedLabelColor, long selectedLeadingIconColor, long selectedTrailingIconColor, AndroidX.Compose.Runtime.IComposer? _composer, int p13, int _changed, int _changed1) -> AndroidX.Compose.Material3.SelectableChipColors! +AndroidX.Compose.Material3.FilterChipDefaults.FilterChipElevation(float elevation, float pressedElevation, float focusedElevation, float hoveredElevation, float draggedElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.SelectableChipElevation! AndroidX.Compose.Material3.FilterChipDefaults.Height.get -> float AndroidX.Compose.Material3.FilterChipDefaults.IconSize.get -> float AndroidX.Compose.Material3.FloatingActionButtonDefaults AndroidX.Compose.Material3.FloatingActionButtonDefaults.BottomAppBarFabElevation(float defaultElevation, float pressedElevation, float focusedElevation, float hoveredElevation) -> AndroidX.Compose.Material3.FloatingActionButtonElevation! +AndroidX.Compose.Material3.FloatingActionButtonDefaults.Elevation(float defaultElevation, float pressedElevation, float focusedElevation, float hoveredElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.FloatingActionButtonElevation! +AndroidX.Compose.Material3.FloatingActionButtonDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.FloatingActionButtonDefaults.LargeIconSize.get -> float +AndroidX.Compose.Material3.FloatingActionButtonDefaults.LoweredElevation(float defaultElevation, float pressedElevation, float focusedElevation, float hoveredElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.FloatingActionButtonElevation! AndroidX.Compose.Material3.FloatingActionButtonElevation AndroidX.Compose.Material3.FloatingActionButtonElevation.FloatingActionButtonElevation(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void AndroidX.Compose.Material3.FloatingActionButtonKt @@ -269,6 +327,9 @@ AndroidX.Compose.Material3.HorizontalCenterOpticallyKt AndroidX.Compose.Material3.IAppBarColumnScope AndroidX.Compose.Material3.IAppBarRowScope AndroidX.Compose.Material3.IAppBarScope +AndroidX.Compose.Material3.IAppBarScope.ClickableItem(Kotlin.Jvm.Functions.IFunction0! onClick, Kotlin.Jvm.Functions.IFunction2! p1, string! label, bool enabled) -> void +AndroidX.Compose.Material3.IAppBarScope.CustomItem(Kotlin.Jvm.Functions.IFunction2! p0, Kotlin.Jvm.Functions.IFunction3! p1) -> void +AndroidX.Compose.Material3.IAppBarScope.ToggleableItem(bool checked, Kotlin.Jvm.Functions.IFunction1! onCheckedChange, Kotlin.Jvm.Functions.IFunction2! p2, string! label, bool enabled) -> void AndroidX.Compose.Material3.IBottomAppBarScrollBehavior AndroidX.Compose.Material3.IBottomAppBarScrollBehavior.IsPinned.get -> bool AndroidX.Compose.Material3.IBottomAppBarScrollBehavior.State.get -> AndroidX.Compose.Material3.IBottomAppBarState! @@ -360,11 +421,35 @@ AndroidX.Compose.Material3.IconButtonColors.Copy(long containerColor, long conte AndroidX.Compose.Material3.IconButtonColors.DisabledContainerColor.get -> long AndroidX.Compose.Material3.IconButtonColors.DisabledContentColor.get -> long AndroidX.Compose.Material3.IconButtonDefaults +AndroidX.Compose.Material3.IconButtonDefaults.FilledIconButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.IconButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.FilledIconButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.IconButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.FilledIconToggleButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.IconToggleButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.FilledIconToggleButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, long checkedContainerColor, long checkedContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.IconToggleButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.FilledTonalIconButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.IconButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.FilledTonalIconButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.IconButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.FilledTonalIconToggleButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.IconToggleButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.FilledTonalIconToggleButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, long checkedContainerColor, long checkedContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.IconToggleButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.IconButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.IconButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.IconButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.IconButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.IconButtonVibrantColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.IconButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.IconButtonVibrantColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.IconButtonColors! AndroidX.Compose.Material3.IconButtonDefaults.IconButtonWidthOption AndroidX.Compose.Material3.IconButtonDefaults.IconButtonWidthOption.Companion AndroidX.Compose.Material3.IconButtonDefaults.IconButtonWidthOption.Companion.Narrow_rc6NtMs.get -> int AndroidX.Compose.Material3.IconButtonDefaults.IconButtonWidthOption.Companion.Uniform_rc6NtMs.get -> int AndroidX.Compose.Material3.IconButtonDefaults.IconButtonWidthOption.Companion.Wide_rc6NtMs.get -> int +AndroidX.Compose.Material3.IconButtonDefaults.IconToggleButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.IconToggleButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.IconToggleButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, long checkedContainerColor, long checkedContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.IconToggleButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.IconToggleButtonVibrantColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.IconToggleButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.IconToggleButtonVibrantColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, long checkedContainerColor, long checkedContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.IconToggleButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.OutlinedIconButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.IconButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.OutlinedIconButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.IconButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.OutlinedIconButtonVibrantColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.IconButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.OutlinedIconButtonVibrantColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.IconButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.OutlinedIconToggleButtonColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.IconToggleButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.OutlinedIconToggleButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, long checkedContainerColor, long checkedContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.IconToggleButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.OutlinedIconToggleButtonVibrantColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.IconToggleButtonColors! +AndroidX.Compose.Material3.IconButtonDefaults.OutlinedIconToggleButtonVibrantColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor, long checkedContainerColor, long checkedContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.IconToggleButtonColors! AndroidX.Compose.Material3.IconButtonKt AndroidX.Compose.Material3.IconKt AndroidX.Compose.Material3.IconToggleButtonColors @@ -379,6 +464,9 @@ AndroidX.Compose.Material3.InputChipDefaults AndroidX.Compose.Material3.InputChipDefaults.AvatarSize.get -> float AndroidX.Compose.Material3.InputChipDefaults.Height.get -> float AndroidX.Compose.Material3.InputChipDefaults.IconSize.get -> float +AndroidX.Compose.Material3.InputChipDefaults.InputChipColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.SelectableChipColors! +AndroidX.Compose.Material3.InputChipDefaults.InputChipColors(long containerColor, long labelColor, long leadingIconColor, long trailingIconColor, long disabledContainerColor, long disabledLabelColor, long disabledLeadingIconColor, long disabledTrailingIconColor, long selectedContainerColor, long disabledSelectedContainerColor, long selectedLabelColor, long selectedLeadingIconColor, long selectedTrailingIconColor, AndroidX.Compose.Runtime.IComposer? _composer, int p14, int _changed, int _changed1) -> AndroidX.Compose.Material3.SelectableChipColors! +AndroidX.Compose.Material3.InputChipDefaults.InputChipElevation(float elevation, float pressedElevation, float focusedElevation, float hoveredElevation, float draggedElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.SelectableChipElevation! AndroidX.Compose.Material3.InteractiveComponentSizeKt AndroidX.Compose.Material3.Internal.AccessibilityServiceStateProvider_androidKt AndroidX.Compose.Material3.Internal.AccessibilityUtilKt @@ -421,11 +509,21 @@ AndroidX.Compose.Material3.ListItemColors.OverlineColor.get -> long AndroidX.Compose.Material3.ListItemColors.SupportingTextColor.get -> long AndroidX.Compose.Material3.ListItemColors.TrailingIconColor.get -> long AndroidX.Compose.Material3.ListItemDefaults +AndroidX.Compose.Material3.ListItemDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.ListItemColors! +AndroidX.Compose.Material3.ListItemDefaults.Colors(long containerColor, long headlineColor, long leadingIconColor, long overlineColor, long supportingColor, long trailingIconColor, long disabledHeadlineColor, long disabledLeadingIconColor, long disabledTrailingIconColor, AndroidX.Compose.Runtime.IComposer? _composer, int p10, int _changed) -> AndroidX.Compose.Material3.ListItemColors! AndroidX.Compose.Material3.ListItemDefaults.Elevation.get -> float +AndroidX.Compose.Material3.ListItemDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.ListItemDefaults.GetContentColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.ListItemKt AndroidX.Compose.Material3.MaterialTheme +AndroidX.Compose.Material3.MaterialTheme.GetColorScheme(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.ColorScheme! +AndroidX.Compose.Material3.MaterialTheme.GetShapes(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.Shapes! +AndroidX.Compose.Material3.MaterialTheme.GetTypography(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.Typography! AndroidX.Compose.Material3.MaterialThemeKt AndroidX.Compose.Material3.MenuDefaults +AndroidX.Compose.Material3.MenuDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.MenuDefaults.ItemColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.MenuItemColors! +AndroidX.Compose.Material3.MenuDefaults.ItemColors(long textColor, long leadingIconColor, long trailingIconColor, long disabledTextColor, long disabledLeadingIconColor, long disabledTrailingIconColor, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.MenuItemColors! AndroidX.Compose.Material3.MenuDefaults.ShadowElevation.get -> float AndroidX.Compose.Material3.MenuDefaults.TonalElevation.get -> float AndroidX.Compose.Material3.MenuItemColors @@ -456,6 +554,7 @@ AndroidX.Compose.Material3.MotionSchemeKt AndroidX.Compose.Material3.MotionSchemeKt.WhenMappings AndroidX.Compose.Material3.NavigationBarDefaults AndroidX.Compose.Material3.NavigationBarDefaults.Elevation.get -> float +AndroidX.Compose.Material3.NavigationBarDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.NavigationBarItemColors AndroidX.Compose.Material3.NavigationBarItemColors.Copy(long selectedIconColor, long selectedTextColor, long selectedIndicatorColor, long unselectedIconColor, long unselectedTextColor, long disabledIconColor, long disabledTextColor) -> AndroidX.Compose.Material3.NavigationBarItemColors! AndroidX.Compose.Material3.NavigationBarItemColors.DisabledIconColor.get -> long @@ -466,8 +565,11 @@ AndroidX.Compose.Material3.NavigationBarItemColors.SelectedTextColor.get -> long AndroidX.Compose.Material3.NavigationBarItemColors.UnselectedIconColor.get -> long AndroidX.Compose.Material3.NavigationBarItemColors.UnselectedTextColor.get -> long AndroidX.Compose.Material3.NavigationBarItemDefaults +AndroidX.Compose.Material3.NavigationBarItemDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.NavigationBarItemColors! +AndroidX.Compose.Material3.NavigationBarItemDefaults.Colors(long selectedIconColor, long selectedTextColor, long indicatorColor, long unselectedIconColor, long unselectedTextColor, long disabledIconColor, long disabledTextColor, AndroidX.Compose.Runtime.IComposer? _composer, int p8, int _changed) -> AndroidX.Compose.Material3.NavigationBarItemColors! AndroidX.Compose.Material3.NavigationBarKt AndroidX.Compose.Material3.NavigationDrawerItemDefaults +AndroidX.Compose.Material3.NavigationDrawerItemDefaults.Colors(long selectedContainerColor, long unselectedContainerColor, long selectedIconColor, long unselectedIconColor, long selectedTextColor, long unselectedTextColor, long selectedBadgeColor, long unselectedBadgeColor, AndroidX.Compose.Runtime.IComposer? _composer, int p9, int _changed) -> AndroidX.Compose.Material3.INavigationDrawerItemColors! AndroidX.Compose.Material3.NavigationDrawerKt AndroidX.Compose.Material3.NavigationItemColors AndroidX.Compose.Material3.NavigationItemColors.Copy(long selectedIconColor, long selectedTextColor, long selectedIndicatorColor, long unselectedIconColor, long unselectedTextColor, long disabledIconColor, long disabledTextColor) -> AndroidX.Compose.Material3.NavigationItemColors! @@ -486,6 +588,7 @@ AndroidX.Compose.Material3.NavigationItemIconPosition.Companion.Start__xw1Ddg.ge AndroidX.Compose.Material3.NavigationItemIconPosition.Companion.Top__xw1Ddg.get -> int AndroidX.Compose.Material3.NavigationItemKt AndroidX.Compose.Material3.NavigationRailDefaults +AndroidX.Compose.Material3.NavigationRailDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.NavigationRailItemColors AndroidX.Compose.Material3.NavigationRailItemColors.Copy(long selectedIconColor, long selectedTextColor, long selectedIndicatorColor, long unselectedIconColor, long unselectedTextColor, long disabledIconColor, long disabledTextColor) -> AndroidX.Compose.Material3.NavigationRailItemColors! AndroidX.Compose.Material3.NavigationRailItemColors.DisabledIconColor.get -> long @@ -496,9 +599,13 @@ AndroidX.Compose.Material3.NavigationRailItemColors.SelectedTextColor.get -> lon AndroidX.Compose.Material3.NavigationRailItemColors.UnselectedIconColor.get -> long AndroidX.Compose.Material3.NavigationRailItemColors.UnselectedTextColor.get -> long AndroidX.Compose.Material3.NavigationRailItemDefaults +AndroidX.Compose.Material3.NavigationRailItemDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.NavigationRailItemColors! +AndroidX.Compose.Material3.NavigationRailItemDefaults.Colors(long selectedIconColor, long selectedTextColor, long indicatorColor, long unselectedIconColor, long unselectedTextColor, long disabledIconColor, long disabledTextColor, AndroidX.Compose.Runtime.IComposer? _composer, int p8, int _changed) -> AndroidX.Compose.Material3.NavigationRailItemColors! AndroidX.Compose.Material3.NavigationRailKt AndroidX.Compose.Material3.OutlinedTextFieldDefaults +AndroidX.Compose.Material3.OutlinedTextFieldDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.TextFieldColors! AndroidX.Compose.Material3.OutlinedTextFieldDefaults.FocusedBorderThickness.get -> float +AndroidX.Compose.Material3.OutlinedTextFieldDefaults.GetDefaultOutlinedTextFieldColors(AndroidX.Compose.Material3.ColorScheme! _this_defaultOutlinedTextFieldColors, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.TextFieldColors! AndroidX.Compose.Material3.OutlinedTextFieldDefaults.MinHeight.get -> float AndroidX.Compose.Material3.OutlinedTextFieldDefaults.MinWidth.get -> float AndroidX.Compose.Material3.OutlinedTextFieldDefaults.UnfocusedBorderThickness.get -> float @@ -508,6 +615,12 @@ AndroidX.Compose.Material3.ProgressIndicatorDefaults.CircularDeterminateStrokeCa AndroidX.Compose.Material3.ProgressIndicatorDefaults.CircularIndeterminateStrokeCap.get -> int AndroidX.Compose.Material3.ProgressIndicatorDefaults.CircularIndicatorTrackGapSize.get -> float AndroidX.Compose.Material3.ProgressIndicatorDefaults.CircularStrokeWidth.get -> float +AndroidX.Compose.Material3.ProgressIndicatorDefaults.GetCircularColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.ProgressIndicatorDefaults.GetCircularDeterminateTrackColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.ProgressIndicatorDefaults.GetCircularIndeterminateTrackColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.ProgressIndicatorDefaults.GetCircularTrackColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.ProgressIndicatorDefaults.GetLinearColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.ProgressIndicatorDefaults.GetLinearTrackColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.ProgressIndicatorDefaults.LinearIndicatorTrackGapSize.get -> float AndroidX.Compose.Material3.ProgressIndicatorDefaults.LinearStrokeCap.get -> int AndroidX.Compose.Material3.ProgressIndicatorDefaults.LinearTrackStopIndicatorSize.get -> float @@ -520,6 +633,9 @@ AndroidX.Compose.Material3.PullToRefresh.IPullToRefreshState.IsAnimating.get -> AndroidX.Compose.Material3.PullToRefresh.IPullToRefreshState.SnapTo(float targetValue, Kotlin.Coroutines.IContinuation! p1) -> Java.Lang.Object? AndroidX.Compose.Material3.PullToRefresh.PullToRefreshDefaults AndroidX.Compose.Material3.PullToRefresh.PullToRefreshDefaults.Elevation.get -> float +AndroidX.Compose.Material3.PullToRefresh.PullToRefreshDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.PullToRefresh.PullToRefreshDefaults.GetIndicatorColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.PullToRefresh.PullToRefreshDefaults.GetIndicatorContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.PullToRefresh.PullToRefreshDefaults.IndicatorMaxDistance.get -> float AndroidX.Compose.Material3.PullToRefresh.PullToRefreshDefaults.LoadingIndicatorElevation.get -> float AndroidX.Compose.Material3.PullToRefresh.PullToRefreshDefaults.PositionalThreshold.get -> float @@ -531,6 +647,8 @@ AndroidX.Compose.Material3.RadioButtonColors.DisabledUnselectedColor.get -> long AndroidX.Compose.Material3.RadioButtonColors.SelectedColor.get -> long AndroidX.Compose.Material3.RadioButtonColors.UnselectedColor.get -> long AndroidX.Compose.Material3.RadioButtonDefaults +AndroidX.Compose.Material3.RadioButtonDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.RadioButtonColors! +AndroidX.Compose.Material3.RadioButtonDefaults.Colors(long selectedColor, long unselectedColor, long disabledSelectedColor, long disabledUnselectedColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.RadioButtonColors! AndroidX.Compose.Material3.RadioButtonKt AndroidX.Compose.Material3.RangeSliderState AndroidX.Compose.Material3.RangeSliderState.ActiveRangeEnd.get -> float @@ -561,6 +679,7 @@ AndroidX.Compose.Material3.SearchBarColors.ContainerColor.get -> long AndroidX.Compose.Material3.SearchBarColors.DividerColor.get -> long AndroidX.Compose.Material3.SearchBarColors.InputFieldColors.get -> AndroidX.Compose.Material3.TextFieldColors! AndroidX.Compose.Material3.SearchBarDefaults +AndroidX.Compose.Material3.SearchBarDefaults.Colors(long containerColor, long dividerColor, AndroidX.Compose.Material3.TextFieldColors? inputFieldColors, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> AndroidX.Compose.Material3.SearchBarColors! AndroidX.Compose.Material3.SearchBarDefaults.Elevation.get -> float AndroidX.Compose.Material3.SearchBarDefaults.InputFieldHeight.get -> float AndroidX.Compose.Material3.SearchBarDefaults.ShadowElevation.get -> float @@ -593,7 +712,11 @@ AndroidX.Compose.Material3.SegmentedButtonColors.InactiveBorderColor.get -> long AndroidX.Compose.Material3.SegmentedButtonColors.InactiveContainerColor.get -> long AndroidX.Compose.Material3.SegmentedButtonColors.InactiveContentColor.get -> long AndroidX.Compose.Material3.SegmentedButtonDefaults +AndroidX.Compose.Material3.SegmentedButtonDefaults.ActiveIcon(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void AndroidX.Compose.Material3.SegmentedButtonDefaults.BorderWidth.get -> float +AndroidX.Compose.Material3.SegmentedButtonDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.SegmentedButtonColors! +AndroidX.Compose.Material3.SegmentedButtonDefaults.Colors(long activeContainerColor, long activeContentColor, long activeBorderColor, long inactiveContainerColor, long inactiveContentColor, long inactiveBorderColor, long disabledActiveContainerColor, long disabledActiveContentColor, long disabledActiveBorderColor, long disabledInactiveContainerColor, long disabledInactiveContentColor, long disabledInactiveBorderColor, AndroidX.Compose.Runtime.IComposer? _composer, int p13, int _changed, int _changed1) -> AndroidX.Compose.Material3.SegmentedButtonColors! +AndroidX.Compose.Material3.SegmentedButtonDefaults.Icon(bool active, Kotlin.Jvm.Functions.IFunction2? activeContent, Kotlin.Jvm.Functions.IFunction2? inactiveContent, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> void AndroidX.Compose.Material3.SegmentedButtonDefaults.IconSize.get -> float AndroidX.Compose.Material3.SegmentedButtonKt AndroidX.Compose.Material3.SelectableChipColors @@ -632,7 +755,11 @@ AndroidX.Compose.Material3.ShortNavigationBarArrangement.Companion.Centered_LnnQ AndroidX.Compose.Material3.ShortNavigationBarArrangement.Companion.EqualWeight_LnnQw40.get -> int AndroidX.Compose.Material3.ShortNavigationBarDefaults AndroidX.Compose.Material3.ShortNavigationBarDefaults.Arrangement.get -> int +AndroidX.Compose.Material3.ShortNavigationBarDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.ShortNavigationBarDefaults.GetContentColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.ShortNavigationBarItemDefaults +AndroidX.Compose.Material3.ShortNavigationBarItemDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.NavigationItemColors! +AndroidX.Compose.Material3.ShortNavigationBarItemDefaults.Colors(long selectedIconColor, long selectedTextColor, long selectedIndicatorColor, long unselectedIconColor, long unselectedTextColor, long disabledIconColor, long disabledTextColor, AndroidX.Compose.Runtime.IComposer? _composer, int p8, int _changed) -> AndroidX.Compose.Material3.NavigationItemColors! AndroidX.Compose.Material3.ShortNavigationBarKt AndroidX.Compose.Material3.SliderColors AndroidX.Compose.Material3.SliderColors.ActiveTickColor.get -> long @@ -647,6 +774,8 @@ AndroidX.Compose.Material3.SliderColors.InactiveTickColor.get -> long AndroidX.Compose.Material3.SliderColors.InactiveTrackColor.get -> long AndroidX.Compose.Material3.SliderColors.ThumbColor.get -> long AndroidX.Compose.Material3.SliderDefaults +AndroidX.Compose.Material3.SliderDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.SliderColors! +AndroidX.Compose.Material3.SliderDefaults.Colors(long thumbColor, long activeTrackColor, long activeTickColor, long inactiveTrackColor, long inactiveTickColor, long disabledThumbColor, long disabledActiveTrackColor, long disabledActiveTickColor, long disabledInactiveTrackColor, long disabledInactiveTickColor, AndroidX.Compose.Runtime.IComposer? _composer, int p11, int _changed, int _changed1) -> AndroidX.Compose.Material3.SliderColors! AndroidX.Compose.Material3.SliderDefaults.TickSize.get -> float AndroidX.Compose.Material3.SliderDefaults.TrackStopIndicatorSize.get -> float AndroidX.Compose.Material3.SliderKt @@ -656,6 +785,11 @@ AndroidX.Compose.Material3.SliderPositions.GetTickFractions() -> float[]! AndroidX.Compose.Material3.SliderPositions.SliderPositions() -> void AndroidX.Compose.Material3.SliderPositions.SliderPositions(Kotlin.Ranges.IClosedFloatingPointRange! initialActiveRange, float[]! initialTickFractions) -> void AndroidX.Compose.Material3.SnackbarDefaults +AndroidX.Compose.Material3.SnackbarDefaults.GetActionColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.SnackbarDefaults.GetActionContentColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.SnackbarDefaults.GetColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.SnackbarDefaults.GetContentColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.SnackbarDefaults.GetDismissActionContentColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.SnackbarDuration AndroidX.Compose.Material3.SnackbarHostKt AndroidX.Compose.Material3.SnackbarHostKt.WhenMappings @@ -667,10 +801,18 @@ AndroidX.Compose.Material3.SnackbarHostState.SnackbarHostState() -> void AndroidX.Compose.Material3.SnackbarKt AndroidX.Compose.Material3.SnackbarResult AndroidX.Compose.Material3.SuggestionChipDefaults +AndroidX.Compose.Material3.SuggestionChipDefaults.ElevatedSuggestionChipColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.ChipColors! +AndroidX.Compose.Material3.SuggestionChipDefaults.ElevatedSuggestionChipColors(long containerColor, long labelColor, long iconContentColor, long disabledContainerColor, long disabledLabelColor, long disabledIconContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.ChipColors! +AndroidX.Compose.Material3.SuggestionChipDefaults.ElevatedSuggestionChipElevation(float elevation, float pressedElevation, float focusedElevation, float hoveredElevation, float draggedElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.ChipElevation! AndroidX.Compose.Material3.SuggestionChipDefaults.Height.get -> float AndroidX.Compose.Material3.SuggestionChipDefaults.IconSize.get -> float +AndroidX.Compose.Material3.SuggestionChipDefaults.SuggestionChipBorder(long borderColor, long disabledBorderColor, float borderWidth, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> AndroidX.Compose.Material3.ChipBorder! +AndroidX.Compose.Material3.SuggestionChipDefaults.SuggestionChipColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.ChipColors! +AndroidX.Compose.Material3.SuggestionChipDefaults.SuggestionChipColors(long containerColor, long labelColor, long iconContentColor, long disabledContainerColor, long disabledLabelColor, long disabledIconContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.ChipColors! +AndroidX.Compose.Material3.SuggestionChipDefaults.SuggestionChipElevation(float elevation, float pressedElevation, float focusedElevation, float hoveredElevation, float draggedElevation, float disabledElevation, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.ChipElevation! AndroidX.Compose.Material3.SurfaceKt AndroidX.Compose.Material3.SwipeToDismissBoxDefaults +AndroidX.Compose.Material3.SwipeToDismissBoxDefaults.GetPositionalThreshold(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> Kotlin.Jvm.Functions.IFunction1! AndroidX.Compose.Material3.SwipeToDismissBoxKt AndroidX.Compose.Material3.SwipeToDismissBoxState AndroidX.Compose.Material3.SwipeToDismissBoxState.Companion @@ -704,6 +846,8 @@ AndroidX.Compose.Material3.SwitchColors.UncheckedIconColor.get -> long AndroidX.Compose.Material3.SwitchColors.UncheckedThumbColor.get -> long AndroidX.Compose.Material3.SwitchColors.UncheckedTrackColor.get -> long AndroidX.Compose.Material3.SwitchDefaults +AndroidX.Compose.Material3.SwitchDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.SwitchColors! +AndroidX.Compose.Material3.SwitchDefaults.Colors(long checkedThumbColor, long checkedTrackColor, long checkedBorderColor, long checkedIconColor, long uncheckedThumbColor, long uncheckedTrackColor, long uncheckedBorderColor, long uncheckedIconColor, long disabledCheckedThumbColor, long disabledCheckedTrackColor, long disabledCheckedBorderColor, long disabledCheckedIconColor, long disabledUncheckedThumbColor, long disabledUncheckedTrackColor, long disabledUncheckedBorderColor, long disabledUncheckedIconColor, AndroidX.Compose.Runtime.IComposer? _composer, int p17, int _changed, int _changed1) -> AndroidX.Compose.Material3.SwitchColors! AndroidX.Compose.Material3.SwitchDefaults.IconSize.get -> float AndroidX.Compose.Material3.SwitchKt AndroidX.Compose.Material3.TabKt @@ -713,6 +857,12 @@ AndroidX.Compose.Material3.TabPosition.Left.get -> float AndroidX.Compose.Material3.TabPosition.Right.get -> float AndroidX.Compose.Material3.TabPosition.Width.get -> float AndroidX.Compose.Material3.TabRowDefaults +AndroidX.Compose.Material3.TabRowDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.TabRowDefaults.GetContentColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.TabRowDefaults.GetPrimaryContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.TabRowDefaults.GetPrimaryContentColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.TabRowDefaults.GetSecondaryContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.TabRowDefaults.GetSecondaryContentColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.TabRowDefaults.ScrollableTabRowEdgeStartPadding.get -> float AndroidX.Compose.Material3.TabRowDefaults.ScrollableTabRowMinTabWidth.get -> float AndroidX.Compose.Material3.TabRowKt @@ -760,6 +910,7 @@ AndroidX.Compose.Material3.TextFieldColors.UnfocusedSupportingTextColor.get -> l AndroidX.Compose.Material3.TextFieldColors.UnfocusedTextColor.get -> long AndroidX.Compose.Material3.TextFieldColors.UnfocusedTrailingIconColor.get -> long AndroidX.Compose.Material3.TextFieldDefaults +AndroidX.Compose.Material3.TextFieldDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.TextFieldColors! AndroidX.Compose.Material3.TextFieldDefaults.FocusedBorderThickness.get -> float AndroidX.Compose.Material3.TextFieldDefaults.FocusedIndicatorThickness.get -> float AndroidX.Compose.Material3.TextFieldDefaults.MinHeight.get -> float @@ -793,7 +944,11 @@ AndroidX.Compose.Material3.TimePickerColors.TimeSelectorSelectedContentColor.get AndroidX.Compose.Material3.TimePickerColors.TimeSelectorUnselectedContainerColor.get -> long AndroidX.Compose.Material3.TimePickerColors.TimeSelectorUnselectedContentColor.get -> long AndroidX.Compose.Material3.TimePickerDefaults +AndroidX.Compose.Material3.TimePickerDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.TimePickerColors! +AndroidX.Compose.Material3.TimePickerDefaults.Colors(long clockDialColor, long clockDialSelectedContentColor, long clockDialUnselectedContentColor, long selectorColor, long containerColor, long periodSelectorBorderColor, long periodSelectorSelectedContainerColor, long periodSelectorUnselectedContainerColor, long periodSelectorSelectedContentColor, long periodSelectorUnselectedContentColor, long timeSelectorSelectedContainerColor, long timeSelectorUnselectedContainerColor, long timeSelectorSelectedContentColor, long timeSelectorUnselectedContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p15, int _changed, int _changed1) -> AndroidX.Compose.Material3.TimePickerColors! +AndroidX.Compose.Material3.TimePickerDefaults.LayoutType(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> int AndroidX.Compose.Material3.TimePickerDialogDefaults +AndroidX.Compose.Material3.TimePickerDialogDefaults.GetContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.TimePickerDialogDefaults.MinHeightForTimePicker.get -> float AndroidX.Compose.Material3.TimePickerDialogKt AndroidX.Compose.Material3.TimePickerDisplayMode @@ -823,7 +978,11 @@ AndroidX.Compose.Material3.TooltipAnchorPosition.Companion.Right_lOKsHw4.get -> AndroidX.Compose.Material3.TooltipAnchorPosition.Companion.Start_lOKsHw4.get -> int AndroidX.Compose.Material3.TooltipDefaults AndroidX.Compose.Material3.TooltipDefaults.CaretSize.get -> long +AndroidX.Compose.Material3.TooltipDefaults.GetPlainTooltipContainerColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +AndroidX.Compose.Material3.TooltipDefaults.GetPlainTooltipContentColor(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long AndroidX.Compose.Material3.TooltipDefaults.PlainTooltipMaxWidth.get -> float +AndroidX.Compose.Material3.TooltipDefaults.RichTooltipColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.RichTooltipColors! +AndroidX.Compose.Material3.TooltipDefaults.RichTooltipColors(long containerColor, long contentColor, long titleContentColor, long actionContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Material3.RichTooltipColors! AndroidX.Compose.Material3.TooltipDefaults.RichTooltipMaxWidth.get -> float AndroidX.Compose.Material3.TooltipKt AndroidX.Compose.Material3.Tooltip_androidKt @@ -836,14 +995,23 @@ AndroidX.Compose.Material3.TopAppBarColors.ScrolledContainerColor.get -> long AndroidX.Compose.Material3.TopAppBarColors.SubtitleContentColor.get -> long AndroidX.Compose.Material3.TopAppBarColors.TitleContentColor.get -> long AndroidX.Compose.Material3.TopAppBarDefaults +AndroidX.Compose.Material3.TopAppBarDefaults.CenterAlignedTopAppBarColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.TopAppBarColors! +AndroidX.Compose.Material3.TopAppBarDefaults.CenterAlignedTopAppBarColors(long containerColor, long scrolledContainerColor, long navigationIconContentColor, long titleContentColor, long actionIconContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> AndroidX.Compose.Material3.TopAppBarColors! AndroidX.Compose.Material3.TopAppBarDefaults.LargeAppBarCollapsedHeight.get -> float AndroidX.Compose.Material3.TopAppBarDefaults.LargeAppBarExpandedHeight.get -> float AndroidX.Compose.Material3.TopAppBarDefaults.LargeFlexibleAppBarWithSubtitleExpandedHeight.get -> float AndroidX.Compose.Material3.TopAppBarDefaults.LargeFlexibleAppBarWithoutSubtitleExpandedHeight.get -> float +AndroidX.Compose.Material3.TopAppBarDefaults.LargeTopAppBarColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.TopAppBarColors! +AndroidX.Compose.Material3.TopAppBarDefaults.LargeTopAppBarColors(long containerColor, long scrolledContainerColor, long navigationIconContentColor, long titleContentColor, long actionIconContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> AndroidX.Compose.Material3.TopAppBarColors! AndroidX.Compose.Material3.TopAppBarDefaults.MediumAppBarCollapsedHeight.get -> float AndroidX.Compose.Material3.TopAppBarDefaults.MediumAppBarExpandedHeight.get -> float AndroidX.Compose.Material3.TopAppBarDefaults.MediumFlexibleAppBarWithSubtitleExpandedHeight.get -> float AndroidX.Compose.Material3.TopAppBarDefaults.MediumFlexibleAppBarWithoutSubtitleExpandedHeight.get -> float +AndroidX.Compose.Material3.TopAppBarDefaults.MediumTopAppBarColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.TopAppBarColors! +AndroidX.Compose.Material3.TopAppBarDefaults.MediumTopAppBarColors(long containerColor, long scrolledContainerColor, long navigationIconContentColor, long titleContentColor, long actionIconContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> AndroidX.Compose.Material3.TopAppBarColors! +AndroidX.Compose.Material3.TopAppBarDefaults.PinnedScrollBehavior(AndroidX.Compose.Material3.TopAppBarState? state, Kotlin.Jvm.Functions.IFunction0? canScroll, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> AndroidX.Compose.Material3.ITopAppBarScrollBehavior! +AndroidX.Compose.Material3.TopAppBarDefaults.TopAppBarColors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.TopAppBarColors! +AndroidX.Compose.Material3.TopAppBarDefaults.TopAppBarColors(long containerColor, long scrolledContainerColor, long navigationIconContentColor, long titleContentColor, long actionIconContentColor, long subtitleContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p7, int _changed) -> AndroidX.Compose.Material3.TopAppBarColors! AndroidX.Compose.Material3.TopAppBarDefaults.TopAppBarExpandedHeight.get -> float AndroidX.Compose.Material3.TopAppBarState AndroidX.Compose.Material3.TopAppBarState.CollapsedFraction.get -> float @@ -861,6 +1029,9 @@ AndroidX.Compose.Material3.Typography.Typography() -> void AndroidX.Compose.Material3.TypographyKt AndroidX.Compose.Material3.TypographyKt.WhenMappings AndroidX.Compose.Material3.VerticalDragHandleDefaults +AndroidX.Compose.Material3.VerticalDragHandleDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.DragHandleColors! +AndroidX.Compose.Material3.VerticalDragHandleDefaults.Colors(long color, long pressedColor, long draggedColor, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> AndroidX.Compose.Material3.DragHandleColors! +AndroidX.Compose.Material3.VerticalDragHandleDefaults.Shapes(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.DragHandleShapes! AndroidX.Compose.Material3.VerticalDragHandleDefaults.Sizes() -> AndroidX.Compose.Material3.DragHandleSizes! AndroidX.Compose.Material3.VerticalDragHandleDefaults.Sizes(long size, long pressedSize, long draggedSize) -> AndroidX.Compose.Material3.DragHandleSizes! AndroidX.Compose.Material3.WideNavigationRailColors @@ -871,8 +1042,12 @@ AndroidX.Compose.Material3.WideNavigationRailColors.ModalContainerColor.get -> l AndroidX.Compose.Material3.WideNavigationRailColors.ModalContentColor.get -> long AndroidX.Compose.Material3.WideNavigationRailColors.ModalScrimColor.get -> long AndroidX.Compose.Material3.WideNavigationRailDefaults +AndroidX.Compose.Material3.WideNavigationRailDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.WideNavigationRailColors! +AndroidX.Compose.Material3.WideNavigationRailDefaults.Colors(long containerColor, long contentColor, long modalContainerColor, long modalScrimColor, long modalContentColor, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> AndroidX.Compose.Material3.WideNavigationRailColors! AndroidX.Compose.Material3.WideNavigationRailDefaults.ModalExpandedProperties.get -> AndroidX.Compose.Material3.ModalWideNavigationRailProperties! AndroidX.Compose.Material3.WideNavigationRailItemDefaults +AndroidX.Compose.Material3.WideNavigationRailItemDefaults.Colors(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.NavigationItemColors! +AndroidX.Compose.Material3.WideNavigationRailItemDefaults.Colors(long selectedIconColor, long selectedTextColor, long selectedIndicatorColor, long unselectedIconColor, long unselectedTextColor, long disabledIconColor, long disabledTextColor, AndroidX.Compose.Runtime.IComposer? _composer, int p8, int _changed) -> AndroidX.Compose.Material3.NavigationItemColors! AndroidX.Compose.Material3.WideNavigationRailItemDefaults.IconPositionFor(bool railExpanded) -> int AndroidX.Compose.Material3.WideNavigationRailKt AndroidX.Compose.Material3.WideNavigationRailStateKt @@ -1151,8 +1326,13 @@ override AndroidX.Compose.Material3.WideNavigationRail_androidKt.JniPeerMembers. static AndroidX.Compose.Material3.AlertDialogDefaults.Instance.get -> AndroidX.Compose.Material3.AlertDialogDefaults! static AndroidX.Compose.Material3.AlertDialogKt.DialogMaxWidth.get -> float static AndroidX.Compose.Material3.AlertDialogKt.DialogMinWidth.get -> float +static AndroidX.Compose.Material3.AlertDialogKt.LocalBasicAlertDialogOverride.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! static AndroidX.Compose.Material3.AppBarKt.BottomAppBarState(float initialHeightOffsetLimit, float initialHeightOffset, float initialContentOffset) -> AndroidX.Compose.Material3.IBottomAppBarState! static AndroidX.Compose.Material3.AppBarKt.BottomAppBarVerticalPadding.get -> float +static AndroidX.Compose.Material3.AppBarKt.LocalSingleRowTopAppBarOverride.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Material3.AppBarKt.LocalTwoRowsTopAppBarOverride.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Material3.AppBarKt.RememberBottomAppBarState(float initialHeightOffsetLimit, float initialHeightOffset, float initialContentOffset, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> AndroidX.Compose.Material3.IBottomAppBarState! +static AndroidX.Compose.Material3.AppBarKt.RememberTopAppBarState(float initialHeightOffsetLimit, float initialHeightOffset, float initialContentOffset, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> AndroidX.Compose.Material3.TopAppBarState! static AndroidX.Compose.Material3.AssistChipDefaults.Instance.get -> AndroidX.Compose.Material3.AssistChipDefaults! static AndroidX.Compose.Material3.BadgeDefaults.Instance.get -> AndroidX.Compose.Material3.BadgeDefaults! static AndroidX.Compose.Material3.BadgeKt.BadgeOffset.get -> float @@ -1162,20 +1342,27 @@ static AndroidX.Compose.Material3.BadgeKt.BadgeWithContentVerticalOffset.get -> static AndroidX.Compose.Material3.BottomAppBarDefaults.Instance.get -> AndroidX.Compose.Material3.BottomAppBarDefaults! static AndroidX.Compose.Material3.BottomAppBarState.Companion.get -> AndroidX.Compose.Material3.BottomAppBarStateCompanion! static AndroidX.Compose.Material3.BottomSheetDefaults.Instance.get -> AndroidX.Compose.Material3.BottomSheetDefaults! +static AndroidX.Compose.Material3.BottomSheetScaffoldKt.RememberBottomSheetScaffoldState(AndroidX.Compose.Material3.SheetState? bottomSheetState, AndroidX.Compose.Material3.SnackbarHostState? snackbarHostState, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> AndroidX.Compose.Material3.BottomSheetScaffoldState! +static AndroidX.Compose.Material3.BottomSheetScaffoldKt.RememberStandardBottomSheetState(AndroidX.Compose.Material3.SheetValue? initialValue, Kotlin.Jvm.Functions.IFunction1? confirmValueChange, bool skipHiddenState, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> AndroidX.Compose.Material3.SheetState! static AndroidX.Compose.Material3.ButtonDefaults.Instance.get -> AndroidX.Compose.Material3.ButtonDefaults! static AndroidX.Compose.Material3.CardDefaults.Instance.get -> AndroidX.Compose.Material3.CardDefaults! static AndroidX.Compose.Material3.Carousel.CarouselDefaults.Instance.get -> AndroidX.Compose.Material3.Carousel.CarouselDefaults! static AndroidX.Compose.Material3.CheckboxDefaults.Instance.get -> AndroidX.Compose.Material3.CheckboxDefaults! static AndroidX.Compose.Material3.ChipKt.GetDefaultSuggestionChipColors(AndroidX.Compose.Material3.ColorScheme! obj) -> AndroidX.Compose.Material3.ChipColors! static AndroidX.Compose.Material3.ColorSchemeKt.ContentColorFor(AndroidX.Compose.Material3.ColorScheme! obj, long backgroundColor) -> long +static AndroidX.Compose.Material3.ColorSchemeKt.ContentColorFor(long backgroundColor, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long static AndroidX.Compose.Material3.ColorSchemeKt.DarkColorScheme(long primary, long onPrimary, long primaryContainer, long onPrimaryContainer, long inversePrimary, long secondary, long onSecondary, long secondaryContainer, long onSecondaryContainer, long tertiary, long onTertiary, long tertiaryContainer, long onTertiaryContainer, long background, long onBackground, long surface, long onSurface, long surfaceVariant, long onSurfaceVariant, long surfaceTint, long inverseSurface, long inverseOnSurface, long error, long onError, long errorContainer, long onErrorContainer, long outline, long outlineVariant, long scrim, long surfaceBright, long surfaceContainer, long surfaceContainerHigh, long surfaceContainerHighest, long surfaceContainerLow, long surfaceContainerLowest, long surfaceDim, long primaryFixed, long primaryFixedDim, long onPrimaryFixed, long onPrimaryFixedVariant, long secondaryFixed, long secondaryFixedDim, long onSecondaryFixed, long onSecondaryFixedVariant, long tertiaryFixed, long tertiaryFixedDim, long onTertiaryFixed, long onTertiaryFixedVariant) -> AndroidX.Compose.Material3.ColorScheme! +static AndroidX.Compose.Material3.ColorSchemeKt.GetValue(Java.Lang.Enum! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long static AndroidX.Compose.Material3.ColorSchemeKt.LightColorScheme(long primary, long onPrimary, long primaryContainer, long onPrimaryContainer, long inversePrimary, long secondary, long onSecondary, long secondaryContainer, long onSecondaryContainer, long tertiary, long onTertiary, long tertiaryContainer, long onTertiaryContainer, long background, long onBackground, long surface, long onSurface, long surfaceVariant, long onSurfaceVariant, long surfaceTint, long inverseSurface, long inverseOnSurface, long error, long onError, long errorContainer, long onErrorContainer, long outline, long outlineVariant, long scrim, long surfaceBright, long surfaceContainer, long surfaceContainerHigh, long surfaceContainerHighest, long surfaceContainerLow, long surfaceContainerLowest, long surfaceDim, long primaryFixed, long primaryFixedDim, long onPrimaryFixed, long onPrimaryFixedVariant, long secondaryFixed, long secondaryFixedDim, long onSecondaryFixed, long onSecondaryFixedVariant, long tertiaryFixed, long tertiaryFixedDim, long onTertiaryFixed, long onTertiaryFixedVariant) -> AndroidX.Compose.Material3.ColorScheme! +static AndroidX.Compose.Material3.ColorSchemeKt.LocalColorScheme.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Material3.ColorSchemeKt.LocalTonalElevationEnabled.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! static AndroidX.Compose.Material3.ColorSchemeKt.SurfaceColorAtElevation(AndroidX.Compose.Material3.ColorScheme! obj, float elevation) -> long static AndroidX.Compose.Material3.DatePickerDefaults.Instance.get -> AndroidX.Compose.Material3.DatePickerDefaults! static AndroidX.Compose.Material3.DatePickerKt.DatePickerHorizontalPadding.get -> float static AndroidX.Compose.Material3.DatePickerKt.DatePickerState(Java.Util.Locale! locale, Java.Lang.Long? initialSelectedDateMillis, Java.Lang.Long? initialDisplayedMonthMillis, Kotlin.Ranges.IntRange! yearRange, int initialDisplayMode, AndroidX.Compose.Material3.ISelectableDates! selectableDates) -> AndroidX.Compose.Material3.IDatePickerState! static AndroidX.Compose.Material3.DatePickerKt.MonthYearHeight.get -> float static AndroidX.Compose.Material3.DatePickerKt.RecommendedSizeForAccessibility.get -> float +static AndroidX.Compose.Material3.DatePickerKt.RememberDatePickerState(Java.Lang.Long? initialSelectedDateMillis, Java.Lang.Long? initialDisplayedMonthMillis, Kotlin.Ranges.IntRange? yearRange, int p3, AndroidX.Compose.Material3.ISelectableDates? selectableDates, AndroidX.Compose.Runtime.IComposer? _composer, int initialDisplayMode, int _changed) -> AndroidX.Compose.Material3.IDatePickerState! static AndroidX.Compose.Material3.DatePicker_jvmKt.DatePickerState(Java.Util.Locale! locale, Java.Time.LocalDate? initialSelectedDate, Java.Time.YearMonth? initialDisplayedMonth, Kotlin.Ranges.IntRange! yearRange, int initialDisplayMode, AndroidX.Compose.Material3.ISelectableDates! selectableDates) -> AndroidX.Compose.Material3.IDatePickerState! static AndroidX.Compose.Material3.DatePicker_jvmKt.DateRangePickerState(Java.Util.Locale! locale, Java.Time.LocalDate? initialSelectedStartDate, Java.Time.LocalDate? initialSelectedEndDate, Java.Time.YearMonth? initialDisplayedMonth, Kotlin.Ranges.IntRange! yearRange, int initialDisplayMode, AndroidX.Compose.Material3.ISelectableDates! selectableDates) -> AndroidX.Compose.Material3.IDateRangePickerState! static AndroidX.Compose.Material3.DatePicker_jvmKt.GetDisplayedMonth(AndroidX.Compose.Material3.IDatePickerState! obj) -> Java.Time.YearMonth! @@ -1183,12 +1370,15 @@ static AndroidX.Compose.Material3.DatePicker_jvmKt.GetDisplayedMonth(AndroidX.Co static AndroidX.Compose.Material3.DatePicker_jvmKt.GetSelectedDate(AndroidX.Compose.Material3.IDatePickerState! obj) -> Java.Time.LocalDate? static AndroidX.Compose.Material3.DatePicker_jvmKt.GetSelectedEndDate(AndroidX.Compose.Material3.IDateRangePickerState! obj) -> Java.Time.LocalDate? static AndroidX.Compose.Material3.DatePicker_jvmKt.GetSelectedStartDate(AndroidX.Compose.Material3.IDateRangePickerState! obj) -> Java.Time.LocalDate? +static AndroidX.Compose.Material3.DatePicker_jvmKt.RememberDatePickerState(Java.Time.LocalDate? initialSelectedDate, Java.Time.YearMonth? initialDisplayedMonth, Kotlin.Ranges.IntRange? yearRange, int p3, AndroidX.Compose.Material3.ISelectableDates? selectableDates, AndroidX.Compose.Runtime.IComposer? _composer, int initialDisplayMode, int _changed) -> AndroidX.Compose.Material3.IDatePickerState! +static AndroidX.Compose.Material3.DatePicker_jvmKt.RememberDateRangePickerState(Java.Time.LocalDate? initialSelectedStartDate, Java.Time.LocalDate? initialSelectedEndDate, Java.Time.YearMonth? initialDisplayedMonth, Kotlin.Ranges.IntRange? yearRange, int p4, AndroidX.Compose.Material3.ISelectableDates? selectableDates, AndroidX.Compose.Runtime.IComposer? _composer, int initialDisplayMode, int _changed) -> AndroidX.Compose.Material3.IDateRangePickerState! static AndroidX.Compose.Material3.DatePicker_jvmKt.SetDisplayedMonth(AndroidX.Compose.Material3.IDatePickerState! obj, Java.Time.YearMonth! yearMonth) -> void static AndroidX.Compose.Material3.DatePicker_jvmKt.SetDisplayedMonth(AndroidX.Compose.Material3.IDateRangePickerState! obj, Java.Time.YearMonth! yearMonth) -> void static AndroidX.Compose.Material3.DatePicker_jvmKt.SetSelectedDate(AndroidX.Compose.Material3.IDatePickerState! obj, Java.Time.LocalDate? date) -> void static AndroidX.Compose.Material3.DatePicker_jvmKt.SetSelection(AndroidX.Compose.Material3.IDateRangePickerState! obj, Java.Time.LocalDate? startDate, Java.Time.LocalDate? endDate) -> void static AndroidX.Compose.Material3.DateRangePickerDefaults.Instance.get -> AndroidX.Compose.Material3.DateRangePickerDefaults! static AndroidX.Compose.Material3.DateRangePickerKt.DateRangePickerState(Java.Util.Locale! locale, Java.Lang.Long? initialSelectedStartDateMillis, Java.Lang.Long? initialSelectedEndDateMillis, Java.Lang.Long? initialDisplayedMonthMillis, Kotlin.Ranges.IntRange! yearRange, int initialDisplayMode, AndroidX.Compose.Material3.ISelectableDates! selectableDates) -> AndroidX.Compose.Material3.IDateRangePickerState! +static AndroidX.Compose.Material3.DateRangePickerKt.RememberDateRangePickerState(Java.Lang.Long? initialSelectedStartDateMillis, Java.Lang.Long? initialSelectedEndDateMillis, Java.Lang.Long? initialDisplayedMonthMillis, Kotlin.Ranges.IntRange? yearRange, int p4, AndroidX.Compose.Material3.ISelectableDates? selectableDates, AndroidX.Compose.Runtime.IComposer? _composer, int initialDisplayMode, int _changed) -> AndroidX.Compose.Material3.IDateRangePickerState! static AndroidX.Compose.Material3.DividerDefaults.Instance.get -> AndroidX.Compose.Material3.DividerDefaults! static AndroidX.Compose.Material3.DrawerDefaults.Instance.get -> AndroidX.Compose.Material3.DrawerDefaults! static AndroidX.Compose.Material3.DrawerValue.Closed.get -> AndroidX.Compose.Material3.DrawerValue? @@ -1203,6 +1393,7 @@ static AndroidX.Compose.Material3.FilterChipDefaults.Instance.get -> AndroidX.Co static AndroidX.Compose.Material3.FloatingActionButtonDefaults.Instance.get -> AndroidX.Compose.Material3.FloatingActionButtonDefaults! static AndroidX.Compose.Material3.IconButtonDefaults.Instance.get -> AndroidX.Compose.Material3.IconButtonDefaults! static AndroidX.Compose.Material3.InputChipDefaults.Instance.get -> AndroidX.Compose.Material3.InputChipDefaults! +static AndroidX.Compose.Material3.InteractiveComponentSizeKt.LocalMinimumInteractiveComponentEnforcement.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! static AndroidX.Compose.Material3.Internal.AccessibilityUtilKt.HorizontalSemanticsBoundsPadding.get -> float static AndroidX.Compose.Material3.Internal.AccessibilityUtilKt.VerticalSemanticsBoundsPadding.get -> float static AndroidX.Compose.Material3.Internal.TextFieldImplKt.AboveLabelBottomPadding.get -> float @@ -1221,13 +1412,17 @@ static AndroidX.Compose.Material3.ListItemKt.ListItemThreeLineVerticalPadding.ge static AndroidX.Compose.Material3.ListItemKt.ListItemVerticalPadding.get -> float static AndroidX.Compose.Material3.ListItemKt.TrailingContentStartPadding.get -> float static AndroidX.Compose.Material3.MaterialTheme.Instance.get -> AndroidX.Compose.Material3.MaterialTheme! +static AndroidX.Compose.Material3.MaterialThemeKt.LocalUsingExpressiveTheme.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Material3.MaterialThemeKt.MaterialTheme(AndroidX.Compose.Material3.ColorScheme? colorScheme, AndroidX.Compose.Material3.Shapes? shapes, AndroidX.Compose.Material3.Typography? typography, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> void static AndroidX.Compose.Material3.MenuDefaults.Instance.get -> AndroidX.Compose.Material3.MenuDefaults! static AndroidX.Compose.Material3.MenuKt.DropdownMenuVerticalPadding.get -> float static AndroidX.Compose.Material3.MenuKt.MenuVerticalMargin.get -> float static AndroidX.Compose.Material3.ModalBottomSheetDefaults.Instance.get -> AndroidX.Compose.Material3.ModalBottomSheetDefaults! +static AndroidX.Compose.Material3.ModalBottomSheetKt.RememberModalBottomSheetState(bool skipPartiallyExpanded, Kotlin.Jvm.Functions.IFunction1? confirmValueChange, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> AndroidX.Compose.Material3.SheetState! static AndroidX.Compose.Material3.NavigationBarDefaults.Instance.get -> AndroidX.Compose.Material3.NavigationBarDefaults! static AndroidX.Compose.Material3.NavigationBarItemDefaults.Instance.get -> AndroidX.Compose.Material3.NavigationBarItemDefaults! static AndroidX.Compose.Material3.NavigationBarKt.IndicatorVerticalPadding.get -> float +static AndroidX.Compose.Material3.NavigationBarKt.LocalNavigationBarOverride.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! static AndroidX.Compose.Material3.NavigationBarKt.NavigationBarIndicatorToLabelPadding.get -> float static AndroidX.Compose.Material3.NavigationBarKt.NavigationBarItemHorizontalPadding.get -> float static AndroidX.Compose.Material3.NavigationBarKt.NavigationBarItemToIconMinimumPadding.get -> float @@ -1235,8 +1430,10 @@ static AndroidX.Compose.Material3.NavigationDrawerItemDefaults.Instance.get -> A static AndroidX.Compose.Material3.NavigationDrawerKt.PredictiveBackDrawerMaxScaleXDistanceGrow.get -> float static AndroidX.Compose.Material3.NavigationDrawerKt.PredictiveBackDrawerMaxScaleXDistanceShrink.get -> float static AndroidX.Compose.Material3.NavigationDrawerKt.PredictiveBackDrawerMaxScaleYDistance.get -> float +static AndroidX.Compose.Material3.NavigationDrawerKt.RememberDrawerState(AndroidX.Compose.Material3.DrawerValue! initialValue, Kotlin.Jvm.Functions.IFunction1? confirmStateChange, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> AndroidX.Compose.Material3.DrawerState! static AndroidX.Compose.Material3.NavigationRailDefaults.Instance.get -> AndroidX.Compose.Material3.NavigationRailDefaults! static AndroidX.Compose.Material3.NavigationRailItemDefaults.Instance.get -> AndroidX.Compose.Material3.NavigationRailItemDefaults! +static AndroidX.Compose.Material3.NavigationRailKt.LocalNavigationRailOverride.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! static AndroidX.Compose.Material3.NavigationRailKt.NavigationRailItemHeight.get -> float static AndroidX.Compose.Material3.NavigationRailKt.NavigationRailItemVerticalPadding.get -> float static AndroidX.Compose.Material3.NavigationRailKt.NavigationRailItemWidth.get -> float @@ -1249,10 +1446,12 @@ static AndroidX.Compose.Material3.ProgressIndicatorKt.LinearIndicatorWidth.get - static AndroidX.Compose.Material3.ProgressIndicatorKt.StopIndicatorTrailingSpace.get -> float static AndroidX.Compose.Material3.PullToRefresh.PullToRefreshDefaults.Instance.get -> AndroidX.Compose.Material3.PullToRefresh.PullToRefreshDefaults! static AndroidX.Compose.Material3.PullToRefresh.PullToRefreshKt.PullToRefreshState() -> AndroidX.Compose.Material3.PullToRefresh.IPullToRefreshState! +static AndroidX.Compose.Material3.PullToRefresh.PullToRefreshKt.RememberPullToRefreshState(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Material3.PullToRefresh.IPullToRefreshState! static AndroidX.Compose.Material3.PullToRefresh.PullToRefreshKt.SpinnerContainerSize.get -> float static AndroidX.Compose.Material3.PullToRefresh.PullToRefreshKt.SpinnerSize.get -> float static AndroidX.Compose.Material3.RadioButtonDefaults.Instance.get -> AndroidX.Compose.Material3.RadioButtonDefaults! static AndroidX.Compose.Material3.RippleDefaults.Instance.get -> AndroidX.Compose.Material3.RippleDefaults! +static AndroidX.Compose.Material3.RippleKt.LocalRippleConfiguration.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! static AndroidX.Compose.Material3.ScaffoldDefaults.Instance.get -> AndroidX.Compose.Material3.ScaffoldDefaults! static AndroidX.Compose.Material3.SearchBarDefaults.Instance.get -> AndroidX.Compose.Material3.SearchBarDefaults! static AndroidX.Compose.Material3.SearchBarKt.DockedExpandedTableMinHeight.get -> float @@ -1266,6 +1465,7 @@ static AndroidX.Compose.Material3.SearchBarValue.ValueOf(string? value) -> Andro static AndroidX.Compose.Material3.SearchBarValue.Values() -> AndroidX.Compose.Material3.SearchBarValue![]? static AndroidX.Compose.Material3.SegmentedButtonDefaults.Instance.get -> AndroidX.Compose.Material3.SegmentedButtonDefaults! static AndroidX.Compose.Material3.ShapeDefaults.Instance.get -> AndroidX.Compose.Material3.ShapeDefaults! +static AndroidX.Compose.Material3.ShapesKt.LocalShapes.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! static AndroidX.Compose.Material3.SheetValue.Entries.get -> Kotlin.Enums.IEnumEntries! static AndroidX.Compose.Material3.SheetValue.Expanded.get -> AndroidX.Compose.Material3.SheetValue? static AndroidX.Compose.Material3.SheetValue.Hidden.get -> AndroidX.Compose.Material3.SheetValue? @@ -1274,6 +1474,7 @@ static AndroidX.Compose.Material3.SheetValue.ValueOf(string? value) -> AndroidX. static AndroidX.Compose.Material3.SheetValue.Values() -> AndroidX.Compose.Material3.SheetValue![]? static AndroidX.Compose.Material3.ShortNavigationBarDefaults.Instance.get -> AndroidX.Compose.Material3.ShortNavigationBarDefaults! static AndroidX.Compose.Material3.ShortNavigationBarItemDefaults.Instance.get -> AndroidX.Compose.Material3.ShortNavigationBarItemDefaults! +static AndroidX.Compose.Material3.ShortNavigationBarKt.LocalShortNavigationBarOverride.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! static AndroidX.Compose.Material3.ShortNavigationBarKt.StartIconIndicatorHorizontalPadding.get -> float static AndroidX.Compose.Material3.ShortNavigationBarKt.StartIconIndicatorVerticalPadding.get -> float static AndroidX.Compose.Material3.ShortNavigationBarKt.StartIconToLabelPadding.get -> float @@ -1283,6 +1484,7 @@ static AndroidX.Compose.Material3.ShortNavigationBarKt.TopIconIndicatorVerticalP static AndroidX.Compose.Material3.ShortNavigationBarKt.TopIconItemVerticalPadding.get -> float static AndroidX.Compose.Material3.SliderDefaults.Instance.get -> AndroidX.Compose.Material3.SliderDefaults! static AndroidX.Compose.Material3.SliderKt.IsSpecified(long obj) -> bool +static AndroidX.Compose.Material3.SliderKt.RememberRangeSliderState(float activeRangeStart, float activeRangeEnd, int p2, Kotlin.Jvm.Functions.IFunction0? onValueChangeFinished, Kotlin.Ranges.IClosedFloatingPointRange? valueRange, AndroidX.Compose.Runtime.IComposer? _composer, int steps, int _changed) -> AndroidX.Compose.Material3.RangeSliderState! static AndroidX.Compose.Material3.SliderKt.ThumbWidth.get -> float static AndroidX.Compose.Material3.SliderKt.TrackHeight.get -> float static AndroidX.Compose.Material3.SnackbarDefaults.Instance.get -> AndroidX.Compose.Material3.SnackbarDefaults! @@ -1299,6 +1501,8 @@ static AndroidX.Compose.Material3.SnackbarResult.ValueOf(string? value) -> Andro static AndroidX.Compose.Material3.SnackbarResult.Values() -> AndroidX.Compose.Material3.SnackbarResult![]? static AndroidX.Compose.Material3.SuggestionChipDefaults.Instance.get -> AndroidX.Compose.Material3.SuggestionChipDefaults! static AndroidX.Compose.Material3.SwipeToDismissBoxDefaults.Instance.get -> AndroidX.Compose.Material3.SwipeToDismissBoxDefaults! +static AndroidX.Compose.Material3.SwipeToDismissBoxKt.RememberSwipeToDismissBoxState(AndroidX.Compose.Material3.SwipeToDismissBoxValue? initialValue, Kotlin.Jvm.Functions.IFunction1? confirmValueChange, Kotlin.Jvm.Functions.IFunction1? positionalThreshold, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> AndroidX.Compose.Material3.SwipeToDismissBoxState! +static AndroidX.Compose.Material3.SwipeToDismissBoxKt.RememberSwipeToDismissBoxState(AndroidX.Compose.Material3.SwipeToDismissBoxValue? initialValue, Kotlin.Jvm.Functions.IFunction1? positionalThreshold, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> AndroidX.Compose.Material3.SwipeToDismissBoxState! static AndroidX.Compose.Material3.SwipeToDismissBoxValue.EndToStart.get -> AndroidX.Compose.Material3.SwipeToDismissBoxValue? static AndroidX.Compose.Material3.SwipeToDismissBoxValue.Entries.get -> Kotlin.Enums.IEnumEntries! static AndroidX.Compose.Material3.SwipeToDismissBoxValue.Settled.get -> AndroidX.Compose.Material3.SwipeToDismissBoxValue? @@ -1312,12 +1516,15 @@ static AndroidX.Compose.Material3.TabKt.HorizontalTextPadding.get -> float static AndroidX.Compose.Material3.TabRowDefaults.Instance.get -> AndroidX.Compose.Material3.TabRowDefaults! static AndroidX.Compose.Material3.TextFieldDefaults.Instance.get -> AndroidX.Compose.Material3.TextFieldDefaults! static AndroidX.Compose.Material3.TextFieldKt.TextFieldWithLabelVerticalPadding.get -> float +static AndroidX.Compose.Material3.TimeFormat_androidKt.Is24HourFormat(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> bool static AndroidX.Compose.Material3.TimePickerDefaults.Instance.get -> AndroidX.Compose.Material3.TimePickerDefaults! static AndroidX.Compose.Material3.TimePickerDialogDefaults.Instance.get -> AndroidX.Compose.Material3.TimePickerDialogDefaults! static AndroidX.Compose.Material3.TimePickerKt.ClockDialMinContainerSize.get -> float +static AndroidX.Compose.Material3.TimePickerKt.GetDefaultTimePickerLayoutType(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> int static AndroidX.Compose.Material3.TimePickerKt.GetHourForDisplay(AndroidX.Compose.Material3.ITimePickerState! obj) -> int static AndroidX.Compose.Material3.TimePickerKt.GetSelectorPos(Java.Lang.Object! obj) -> long static AndroidX.Compose.Material3.TimePickerKt.IsPm(AndroidX.Compose.Material3.ITimePickerState! obj) -> bool +static AndroidX.Compose.Material3.TimePickerKt.RememberTimePickerState(int p0, int initialHour, bool is24Hour, AndroidX.Compose.Runtime.IComposer? _composer, int initialMinute, int _changed) -> AndroidX.Compose.Material3.ITimePickerState! static AndroidX.Compose.Material3.TimePickerKt.TimePickerState(int initialHour, int initialMinute, bool is24Hour) -> AndroidX.Compose.Material3.ITimePickerState! static AndroidX.Compose.Material3.TonalPaletteKt.BaselineTonalPalette.get -> Java.Lang.Object! static AndroidX.Compose.Material3.TooltipDefaults.Instance.get -> AndroidX.Compose.Material3.TooltipDefaults! @@ -1329,11 +1536,15 @@ static AndroidX.Compose.Material3.TooltipKt.SpacingBetweenTooltipAndAnchor.get - static AndroidX.Compose.Material3.TooltipKt.TooltipMinHeight.get -> float static AndroidX.Compose.Material3.TooltipKt.TooltipMinWidth.get -> float static AndroidX.Compose.Material3.TopAppBarDefaults.Instance.get -> AndroidX.Compose.Material3.TopAppBarDefaults! +static AndroidX.Compose.Material3.TypographyKt.LocalTypography.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! static AndroidX.Compose.Material3.VerticalDragHandleDefaults.Instance.get -> AndroidX.Compose.Material3.VerticalDragHandleDefaults! static AndroidX.Compose.Material3.WideNavigationRailDefaults.Instance.get -> AndroidX.Compose.Material3.WideNavigationRailDefaults! static AndroidX.Compose.Material3.WideNavigationRailItemDefaults.Instance.get -> AndroidX.Compose.Material3.WideNavigationRailItemDefaults! +static AndroidX.Compose.Material3.WideNavigationRailKt.LocalModalWideNavigationRailOverride.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Material3.WideNavigationRailKt.LocalWideNavigationRailOverride.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! static AndroidX.Compose.Material3.WideNavigationRailKt.WNRItemNoLabelIndicatorPadding.get -> float static AndroidX.Compose.Material3.WideNavigationRailStateKt.IsExpanded(AndroidX.Compose.Material3.WideNavigationRailValue! obj) -> bool +static AndroidX.Compose.Material3.WideNavigationRailStateKt.RememberWideNavigationRailState(AndroidX.Compose.Material3.WideNavigationRailValue? initialValue, AndroidX.Compose.Runtime.IComposer? _composer, int p2, int _changed) -> AndroidX.Compose.Material3.IWideNavigationRailState! static AndroidX.Compose.Material3.WideNavigationRailValue.Collapsed.get -> AndroidX.Compose.Material3.WideNavigationRailValue? static AndroidX.Compose.Material3.WideNavigationRailValue.Entries.get -> Kotlin.Enums.IEnumEntries! static AndroidX.Compose.Material3.WideNavigationRailValue.Expanded.get -> AndroidX.Compose.Material3.WideNavigationRailValue? diff --git a/source/androidx.compose.material3/material3-android/Transforms/Metadata.xml b/source/androidx.compose.material3/material3-android/Transforms/Metadata.xml new file mode 100644 index 000000000..a92412f77 --- /dev/null +++ b/source/androidx.compose.material3/material3-android/Transforms/Metadata.xml @@ -0,0 +1,11 @@ + + + + diff --git a/source/androidx.compose.runtime/runtime-retain-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.compose.runtime/runtime-retain-android/PublicAPI/PublicAPI.Unshipped.txt index e7e5590a8..d7db0a96a 100644 --- a/source/androidx.compose.runtime/runtime-retain-android/PublicAPI/PublicAPI.Unshipped.txt +++ b/source/androidx.compose.runtime/runtime-retain-android/PublicAPI/PublicAPI.Unshipped.txt @@ -41,6 +41,7 @@ AndroidX.Compose.Runtime.Retain.RetainedValuesStoreRegistry AndroidX.Compose.Runtime.Retain.RetainedValuesStoreRegistry.ClearChild(Java.Lang.Object? key) -> void AndroidX.Compose.Runtime.Retain.RetainedValuesStoreRegistry.ClearChildren(Kotlin.Jvm.Functions.IFunction1! predicate) -> void AndroidX.Compose.Runtime.Retain.RetainedValuesStoreRegistry.Dispose() -> void +AndroidX.Compose.Runtime.Retain.RetainedValuesStoreRegistry.LocalRetainedValuesStoreProvider(Java.Lang.Object? key, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void AndroidX.Compose.Runtime.Retain.RetainedValuesStoreRegistry.RetainedValuesStoreRegistry() -> void AndroidX.Compose.Runtime.Retain.RetainedValuesStoreRegistryKt override AndroidX.Compose.Runtime.Retain.ClassHash_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! @@ -56,3 +57,12 @@ override AndroidX.Compose.Runtime.Retain.RetainedEffectScope.JniPeerMembers.get override AndroidX.Compose.Runtime.Retain.RetainedValuesStoreRegistry.JniPeerMembers.get -> Java.Interop.JniPeerMembers! override AndroidX.Compose.Runtime.Retain.RetainedValuesStoreRegistryKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! static AndroidX.Compose.Runtime.Retain.ForgetfulRetainedValuesStore.Instance.get -> AndroidX.Compose.Runtime.Retain.ForgetfulRetainedValuesStore! +static AndroidX.Compose.Runtime.Retain.LocalRetainedValuesStoreKt.LocalRetainedValuesStore.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Runtime.Retain.LocalRetainedValuesStoreKt.LocalRetainedValuesStoreProvider(AndroidX.Compose.Runtime.Retain.IRetainedValuesStore! store, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.Retain.ManagedRetainedValuesStoreKt.RetainManagedRetainedValuesStore(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.Retain.ManagedRetainedValuesStore! +static AndroidX.Compose.Runtime.Retain.RetainedEffectKt.RetainedEffect(Java.Lang.Object![]! keys, Kotlin.Jvm.Functions.IFunction1! effect, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.Retain.RetainedEffectKt.RetainedEffect(Java.Lang.Object? key1, Java.Lang.Object? key2, Java.Lang.Object? key3, Kotlin.Jvm.Functions.IFunction1! effect, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.Retain.RetainedEffectKt.RetainedEffect(Java.Lang.Object? key1, Java.Lang.Object? key2, Kotlin.Jvm.Functions.IFunction1! effect, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.Retain.RetainedEffectKt.RetainedEffect(Java.Lang.Object? key1, Kotlin.Jvm.Functions.IFunction1! effect, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.Retain.RetainedEffectKt.RetainedEffect(Kotlin.Jvm.Functions.IFunction1! effect, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Runtime.Retain.RetainedValuesStoreRegistryKt.RetainRetainedValuesStoreRegistry(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.Retain.RetainedValuesStoreRegistry! diff --git a/source/androidx.lifecycle/lifecycle-runtime-compose-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.lifecycle/lifecycle-runtime-compose-android/PublicAPI/PublicAPI.Unshipped.txt index a4a84c6dd..17c15f0f3 100644 --- a/source/androidx.lifecycle/lifecycle-runtime-compose-android/PublicAPI/PublicAPI.Unshipped.txt +++ b/source/androidx.lifecycle/lifecycle-runtime-compose-android/PublicAPI/PublicAPI.Unshipped.txt @@ -27,3 +27,23 @@ override AndroidX.Lifecycle.Compose.LifecycleResumePauseEffectScope.JniPeerMembe override AndroidX.Lifecycle.Compose.LifecycleStartStopEffectScope.JniPeerMembers.get -> Java.Interop.JniPeerMembers! override AndroidX.Lifecycle.Compose.LocalLifecycleOwnerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! override AndroidX.Lifecycle.Compose.RememberLifecycleOwnerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +static AndroidX.Lifecycle.Compose.DropUnlessLifecycleKt.DropUnlessResumed(AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction0! block, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> Kotlin.Jvm.Functions.IFunction0! +static AndroidX.Lifecycle.Compose.DropUnlessLifecycleKt.DropUnlessStarted(AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction0! block, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> Kotlin.Jvm.Functions.IFunction0! +static AndroidX.Lifecycle.Compose.FlowExtKt.CollectAsStateWithLifecycle(Xamarin.KotlinX.Coroutines.Flow.IFlow! obj, Java.Lang.Object? initialValue, AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, AndroidX.Lifecycle.Lifecycle.State? minActiveState, Kotlin.Coroutines.ICoroutineContext? context, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Lifecycle.Compose.FlowExtKt.CollectAsStateWithLifecycle(Xamarin.KotlinX.Coroutines.Flow.IFlow! obj, Java.Lang.Object? initialValue, AndroidX.Lifecycle.Lifecycle! lifecycle, AndroidX.Lifecycle.Lifecycle.State? minActiveState, Kotlin.Coroutines.ICoroutineContext? context, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Lifecycle.Compose.FlowExtKt.CollectAsStateWithLifecycle(Xamarin.KotlinX.Coroutines.Flow.IStateFlow! obj, AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, AndroidX.Lifecycle.Lifecycle.State? minActiveState, Kotlin.Coroutines.ICoroutineContext? context, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Lifecycle.Compose.FlowExtKt.CollectAsStateWithLifecycle(Xamarin.KotlinX.Coroutines.Flow.IStateFlow! obj, AndroidX.Lifecycle.Lifecycle! lifecycle, AndroidX.Lifecycle.Lifecycle.State? minActiveState, Kotlin.Coroutines.ICoroutineContext? context, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Lifecycle.Compose.LifecycleEffectKt.LifecycleEventEffect(AndroidX.Lifecycle.Lifecycle.Event! e, AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction0! onEvent, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> void +static AndroidX.Lifecycle.Compose.LifecycleEffectKt.LifecycleResumeEffect(AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction1! effects, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> void +static AndroidX.Lifecycle.Compose.LifecycleEffectKt.LifecycleResumeEffect(Java.Lang.Object![]! keys, AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction1! effects, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> void +static AndroidX.Lifecycle.Compose.LifecycleEffectKt.LifecycleResumeEffect(Java.Lang.Object? key1, AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction1! effects, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> void +static AndroidX.Lifecycle.Compose.LifecycleEffectKt.LifecycleResumeEffect(Java.Lang.Object? key1, Java.Lang.Object? key2, AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction1! effects, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> void +static AndroidX.Lifecycle.Compose.LifecycleEffectKt.LifecycleResumeEffect(Java.Lang.Object? key1, Java.Lang.Object? key2, Java.Lang.Object? key3, AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction1! effects, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> void +static AndroidX.Lifecycle.Compose.LifecycleEffectKt.LifecycleStartEffect(AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction1! effects, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> void +static AndroidX.Lifecycle.Compose.LifecycleEffectKt.LifecycleStartEffect(Java.Lang.Object![]! keys, AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction1! effects, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> void +static AndroidX.Lifecycle.Compose.LifecycleEffectKt.LifecycleStartEffect(Java.Lang.Object? key1, AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction1! effects, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> void +static AndroidX.Lifecycle.Compose.LifecycleEffectKt.LifecycleStartEffect(Java.Lang.Object? key1, Java.Lang.Object? key2, AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction1! effects, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> void +static AndroidX.Lifecycle.Compose.LifecycleEffectKt.LifecycleStartEffect(Java.Lang.Object? key1, Java.Lang.Object? key2, Java.Lang.Object? key3, AndroidX.Lifecycle.ILifecycleOwner? lifecycleOwner, Kotlin.Jvm.Functions.IFunction1! effects, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> void +static AndroidX.Lifecycle.Compose.LifecycleExtKt.CurrentStateAsState(AndroidX.Lifecycle.Lifecycle! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Lifecycle.Compose.LocalLifecycleOwnerKt.LocalLifecycleOwner.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Lifecycle.Compose.RememberLifecycleOwnerKt.RememberLifecycleOwner(AndroidX.Lifecycle.Lifecycle.State? maxLifecycle, AndroidX.Lifecycle.ILifecycleOwner? parent, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> AndroidX.Lifecycle.ILifecycleOwner! diff --git a/source/androidx.navigationevent/navigationevent-compose-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.navigationevent/navigationevent-compose-android/PublicAPI/PublicAPI.Unshipped.txt index 365285586..a92af51c2 100644 --- a/source/androidx.navigationevent/navigationevent-compose-android/PublicAPI/PublicAPI.Unshipped.txt +++ b/source/androidx.navigationevent/navigationevent-compose-android/PublicAPI/PublicAPI.Unshipped.txt @@ -1,8 +1,9 @@ #nullable enable AndroidX.NavigationEvent.Compose.LocalNavigationEventDispatcherOwner +AndroidX.NavigationEvent.Compose.LocalNavigationEventDispatcherOwner.GetCurrent(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.NavigationEvent.INavigationEventDispatcherOwner? +AndroidX.NavigationEvent.Compose.LocalNavigationEventDispatcherOwner.Provides(AndroidX.NavigationEvent.INavigationEventDispatcherOwner! navigationEventDispatcherOwner) -> AndroidX.Compose.Runtime.ProvidedValue! AndroidX.NavigationEvent.Compose.LocalNavigationEventDispatcherOwner_androidKt AndroidX.NavigationEvent.Compose.NavigationEventHandlerKt -AndroidX.NavigationEvent.Compose.NavigationEventHandler_androidKt AndroidX.NavigationEvent.Compose.NavigationEventState AndroidX.NavigationEvent.Compose.NavigationEventState.BackInfo.get -> System.Collections.IList! AndroidX.NavigationEvent.Compose.NavigationEventState.CurrentInfo.get -> Java.Lang.Object! @@ -13,8 +14,13 @@ AndroidX.NavigationEvent.Compose.RememberNavigationEventStateKt override AndroidX.NavigationEvent.Compose.LocalNavigationEventDispatcherOwner.JniPeerMembers.get -> Java.Interop.JniPeerMembers! override AndroidX.NavigationEvent.Compose.LocalNavigationEventDispatcherOwner_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! override AndroidX.NavigationEvent.Compose.NavigationEventHandlerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! -override AndroidX.NavigationEvent.Compose.NavigationEventHandler_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! override AndroidX.NavigationEvent.Compose.NavigationEventState.JniPeerMembers.get -> Java.Interop.JniPeerMembers! override AndroidX.NavigationEvent.Compose.RememberNavigationEventDispatcherOwnerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! override AndroidX.NavigationEvent.Compose.RememberNavigationEventStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! static AndroidX.NavigationEvent.Compose.LocalNavigationEventDispatcherOwner.Instance.get -> AndroidX.NavigationEvent.Compose.LocalNavigationEventDispatcherOwner! +static AndroidX.NavigationEvent.Compose.LocalNavigationEventDispatcherOwner_androidKt.NavigationEventDispatcherOwnerHostDefaultKey.get -> AndroidX.Compose.Runtime.IHostDefaultKey! +static AndroidX.NavigationEvent.Compose.NavigationEventHandlerKt.NavigationBackHandler(AndroidX.NavigationEvent.Compose.NavigationEventState! state, bool isBackEnabled, Kotlin.Jvm.Functions.IFunction0? onBackCancelled, Kotlin.Jvm.Functions.IFunction0! onBackCompleted, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> void +static AndroidX.NavigationEvent.Compose.NavigationEventHandlerKt.NavigationEventHandler(AndroidX.NavigationEvent.Compose.NavigationEventState! state, bool isForwardEnabled, Kotlin.Jvm.Functions.IFunction0? onForwardCancelled, Kotlin.Jvm.Functions.IFunction0? onForwardCompleted, bool isBackEnabled, Kotlin.Jvm.Functions.IFunction0? onBackCancelled, Kotlin.Jvm.Functions.IFunction0? onBackCompleted, AndroidX.Compose.Runtime.IComposer? _composer, int p8, int _changed) -> void +static AndroidX.NavigationEvent.Compose.NavigationEventHandlerKt.NavigationForwardHandler(AndroidX.NavigationEvent.Compose.NavigationEventState! state, bool isForwardEnabled, Kotlin.Jvm.Functions.IFunction0? onForwardCancelled, Kotlin.Jvm.Functions.IFunction0! onForwardCompleted, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> void +static AndroidX.NavigationEvent.Compose.RememberNavigationEventDispatcherOwnerKt.RememberNavigationEventDispatcherOwner(bool enabled, AndroidX.NavigationEvent.INavigationEventDispatcherOwner? parent, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> AndroidX.NavigationEvent.INavigationEventDispatcherOwner! +static AndroidX.NavigationEvent.Compose.RememberNavigationEventStateKt.RememberNavigationEventState(Java.Lang.Object! currentInfo, System.Collections.IList? backInfo, System.Collections.IList? forwardInfo, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> AndroidX.NavigationEvent.Compose.NavigationEventState! From af149ad82595d2ad92caaaae008e80a903c18fd9 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 22 May 2026 08:22:10 -0500 Subject: [PATCH 3/5] Bump nugetVersion for packages with expanded API surface Three Compose.Runtime consumer packages gained many new public methods in 5efe3f73 once IComposer became resolvable. Bump nugetVersion so a restore at the old version vs the new produces different binaries: - Xamarin.AndroidX.Compose.Material3Android 1.4.0.2 -> 1.4.0.3 - Xamarin.AndroidX.Lifecycle.Runtime.Compose.Android 2.10.0.2 -> 2.10.0.3 - Xamarin.AndroidX.NavigationEvent.Compose.Android 1.1.1 -> 1.1.1.1 Xamarin.AndroidX.Compose.Runtime.Retain.Android was already bumped to 1.11.1.1 in the earlier bulk Compose.Runtime.* bump; that single bump already covers its surface change. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index fc339129e..ffc67dafe 100644 --- a/config.json +++ b/config.json @@ -391,7 +391,7 @@ "groupId": "androidx.compose.material3", "artifactId": "material3-android", "version": "1.4.0", - "nugetVersion": "1.4.0.2", + "nugetVersion": "1.4.0.3", "nugetId": "Xamarin.AndroidX.Compose.Material3Android" }, { @@ -1248,7 +1248,7 @@ "groupId": "androidx.lifecycle", "artifactId": "lifecycle-runtime-compose-android", "version": "2.10.0", - "nugetVersion": "2.10.0.2", + "nugetVersion": "2.10.0.3", "nugetId": "Xamarin.AndroidX.Lifecycle.Runtime.Compose.Android" }, { @@ -1640,7 +1640,7 @@ "groupId": "androidx.navigationevent", "artifactId": "navigationevent-compose-android", "version": "1.1.1", - "nugetVersion": "1.1.1", + "nugetVersion": "1.1.1.1", "nugetId": "Xamarin.AndroidX.NavigationEvent.Compose.Android" }, { From 94939de656afc663a37a10720aa17377a8e50b61 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 22 May 2026 10:47:40 -0500 Subject: [PATCH 4/5] Add new Compose.Runtime namespaces to published-namespaces.txt Now that Xamarin.AndroidX.Compose.Runtime ships real bindings (#1415), 13 new AndroidX.Compose.Runtime.* namespaces are emitted. Append them to the published list to satisfy the verify-namespace-file CI check. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- published-namespaces.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/published-namespaces.txt b/published-namespaces.txt index e0c696ec0..e5530e58e 100644 --- a/published-namespaces.txt +++ b/published-namespaces.txt @@ -1760,3 +1760,16 @@ Xamarin.TensorFlow.Lite.Task.Vision.Searcher Xamarin.TensorFlow.Lite.Task.Vision.Segmenter Xamarin.TensorFlow.Types _COROUTINE +AndroidX.Compose.Runtime +AndroidX.Compose.Runtime.Collection +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableList +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableMap +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableSet +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Internal +AndroidX.Compose.Runtime.Internal +AndroidX.Compose.Runtime.Platform +AndroidX.Compose.Runtime.Reflect +AndroidX.Compose.Runtime.Snapshots +AndroidX.Compose.Runtime.Snapshots.Tooling +AndroidX.Compose.Runtime.Tooling From 13f3fc3f606f5e474b025762c79095d12bca9c5a Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 22 May 2026 08:05:21 -0500 Subject: [PATCH 5/5] Ship real bindings for Xamarin.AndroidX.Compose.UI / Foundation / Foundation.Layout (#1416) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to #1418. The three peer recipes `Xamarin.AndroidX.Compose.UI`, `Xamarin.AndroidX.Compose.Foundation`, and `Xamarin.AndroidX.Compose.Foundation.Layout` all carried the same package-wide `` strip and shipped as empty managed facades. This replaces the strips with targeted `` entries (mirroring jonathanpeppers/compose-net@d1c6a5e) so each `*-android` recipe now ships real public bindings. ui-android (~1.26 MB net10.0-android36.0): - managedName overrides so all 27 androidx.compose.ui* packages project as AndroidX.Compose.UI.* (uppercase) instead of the default AndroidX.Compose.Ui.*. This is a permanent ABI decision now that these NuGets ship real types, matching the casing the repo already uses for the rest of the project (.UI suffixed assemblies). - AndroidUiFrameClock / MotionDurationScale.Key / InfiniteAnimationPolicy.Key: same problem as MonotonicFrameClock.Key in runtime (CoroutineContext.Element.key collision). - Modifier.Companion / Modifier.Node: CS0542 (member-same-as-enclosing) and namespace/type FQN collision. - FrameRateKt.preferredFrameRate / ScaleFactorKt.times-: Kotlin inline-class hash-mangled overloads that collapse to the same C# signature. - ModifierLocalReadScope / ModifierLocalModifierNode: typealias projection. - SubcomposeSlotReusePolicy / SubcomposeSlotReusePolicy.SlotIdsSet: MutableSet erasure mismatches java.util.Collection on the Invoker. - RequestDisallowInterceptTouchEvent: Function1-as-Java-class projection doesn't surface the interface method. - ModifierNodeElement: abstract any/all(Function1) can't be satisfied by the auto-generated Invoker. foundation-android (~975 KB net10.0-android36.0): - CornerSizeKt.CornerSize- / LazyLayoutCacheWindowKt.LazyLayoutCacheWindow-: inline-class hash-mangled overload collision. - LazyLayoutPinnedItemList: MutableList re-declares java.util.List operations (CS0535/CS0738 on Add/AddAll/Get/Set/Size/SubList/etc.). - KeyMapping / KeyMappingKt / KeyMapping_androidKt: returns java.lang.Enum which doesn't project. - StyleState / MutableStyleState / StyleStateKey / StyleStateKt (new in 1.11.x): abstract bool getters not implemented by the auto-generated subclass (CS0534). - SelectionGestures_androidKt (new in 1.11.x): references AndroidX.Compose.Foundation.Text.Selection.ISelectionAdjustment which the generator does not emit as an interface. foundation-layout-android (~267 KB net10.0-android36.0): - PaddingValues.Absolute: Kotlin object whose JVM signatures don't include the calculate*Padding() impls — auto-generated C# class is broken. Other changes: - source/AndroidXProject.cshtml: extend the "C# bindings are not provided" description exception to cover the six new packages (Compose.UI, Compose.UI.Android, Compose.Foundation, Compose.Foundation.Android, Compose.Foundation.Layout, Compose.Foundation.Layout.Android). - config.json: bump nugetVersion 1.11.1 -> 1.11.1.1 for the six packages whose surface area is changing. - source/androidx.compose.{ui,foundation}/*/PublicAPI/PublicAPI.Unshipped.txt: regenerated baselines (auto-produced by _GeneratePublicApiFiles in Directory.Build.targets). Verified locally on Windows: all three *-android csproj projects build clean for net9.0-android and net10.0-android. Closes #1416 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- config.json | 12 +- published-namespaces.txt | 98 +- source/AndroidXProject.cshtml | 17 +- .../PublicAPI/PublicAPI.Unshipped.txt | 1771 +++++++++- .../Transforms/Metadata.xml | 45 +- .../PublicAPI/PublicAPI.Unshipped.txt | 496 ++- .../Transforms/Metadata.xml | 37 +- .../PublicAPI/PublicAPI.Unshipped.txt | 2965 ++++++++++++++++- .../ui-android/Transforms/Metadata.xml | 122 +- 9 files changed, 5480 insertions(+), 83 deletions(-) diff --git a/config.json b/config.json index ffc67dafe..46b456473 100644 --- a/config.json +++ b/config.json @@ -300,28 +300,28 @@ "groupId": "androidx.compose.foundation", "artifactId": "foundation", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Foundation" }, { "groupId": "androidx.compose.foundation", "artifactId": "foundation-android", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Foundation.Android" }, { "groupId": "androidx.compose.foundation", "artifactId": "foundation-layout", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Foundation.Layout" }, { "groupId": "androidx.compose.foundation", "artifactId": "foundation-layout-android", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.Foundation.Layout.Android" }, { @@ -514,14 +514,14 @@ "groupId": "androidx.compose.ui", "artifactId": "ui", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.UI" }, { "groupId": "androidx.compose.ui", "artifactId": "ui-android", "version": "1.11.1", - "nugetVersion": "1.11.1", + "nugetVersion": "1.11.1.1", "nugetId": "Xamarin.AndroidX.Compose.UI.Android" }, { diff --git a/published-namespaces.txt b/published-namespaces.txt index e5530e58e..900e8fe79 100644 --- a/published-namespaces.txt +++ b/published-namespaces.txt @@ -367,6 +367,43 @@ AndroidX.Compose.Animation.Graphics AndroidX.Compose.Animation.Graphics.Res AndroidX.Compose.Animation.Graphics.Vector AndroidX.Compose.Animation.Graphics.Vector.Compat +AndroidX.Compose.Foundation +AndroidX.Compose.Foundation.Border +AndroidX.Compose.Foundation.Content +AndroidX.Compose.Foundation.Content.Internal +AndroidX.Compose.Foundation.Contextmenu +AndroidX.Compose.Foundation.Draganddrop +AndroidX.Compose.Foundation.Gestures +AndroidX.Compose.Foundation.Gestures.Snapping +AndroidX.Compose.Foundation.Interaction +AndroidX.Compose.Foundation.Internal +AndroidX.Compose.Foundation.Layout +AndroidX.Compose.Foundation.Layout.Internal +AndroidX.Compose.Foundation.Lazy +AndroidX.Compose.Foundation.Lazy.Grid +AndroidX.Compose.Foundation.Lazy.Layout +AndroidX.Compose.Foundation.Lazy.Staggeredgrid +AndroidX.Compose.Foundation.Pager +AndroidX.Compose.Foundation.Platform +AndroidX.Compose.Foundation.Relocation +AndroidX.Compose.Foundation.Selection +AndroidX.Compose.Foundation.Shape +AndroidX.Compose.Foundation.Style +AndroidX.Compose.Foundation.Text +AndroidX.Compose.Foundation.Text.Contextmenu +AndroidX.Compose.Foundation.Text.Contextmenu.Builder +AndroidX.Compose.Foundation.Text.Contextmenu.Data +AndroidX.Compose.Foundation.Text.Contextmenu.Gestures +AndroidX.Compose.Foundation.Text.Contextmenu.Internal +AndroidX.Compose.Foundation.Text.Contextmenu.Modifier +AndroidX.Compose.Foundation.Text.Contextmenu.Provider +AndroidX.Compose.Foundation.Text.Handwriting +AndroidX.Compose.Foundation.Text.Input +AndroidX.Compose.Foundation.Text.Input.Internal +AndroidX.Compose.Foundation.Text.Input.Internal.Selection +AndroidX.Compose.Foundation.Text.Input.Internal.Undo +AndroidX.Compose.Foundation.Text.Modifiers +AndroidX.Compose.Foundation.Text.Selection AndroidX.Compose.Material3 AndroidX.Compose.Material3.Carousel AndroidX.Compose.Material3.Internal @@ -374,10 +411,58 @@ AndroidX.Compose.Material3.Internal.ColorUtil AndroidX.Compose.Material3.PullToRefresh AndroidX.Compose.Material3.Tokens AndroidX.Compose.Material3.WindowSizeClass +AndroidX.Compose.Runtime +AndroidX.Compose.Runtime.Collection +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableList +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableMap +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableSet +AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Internal +AndroidX.Compose.Runtime.Internal +AndroidX.Compose.Runtime.Platform +AndroidX.Compose.Runtime.Reflect AndroidX.Compose.Runtime.Retain AndroidX.Compose.Runtime.Retain.Impl AndroidX.Compose.Runtime.RxJava2 AndroidX.Compose.Runtime.RxJava3 +AndroidX.Compose.Runtime.Snapshots +AndroidX.Compose.Runtime.Snapshots.Tooling +AndroidX.Compose.Runtime.Tooling +AndroidX.Compose.UI +AndroidX.Compose.UI.Adaptive +AndroidX.Compose.UI.Autofill +AndroidX.Compose.UI.ContentCapture +AndroidX.Compose.UI.Draganddrop +AndroidX.Compose.UI.Draw +AndroidX.Compose.UI.Focus +AndroidX.Compose.UI.Graphics +AndroidX.Compose.UI.Graphics.Vector +AndroidX.Compose.UI.Graphics.Vector.Compat +AndroidX.Compose.UI.HapticFeedback +AndroidX.Compose.UI.Input +AndroidX.Compose.UI.Input.Indirect +AndroidX.Compose.UI.Input.Key +AndroidX.Compose.UI.Input.NestedScroll +AndroidX.Compose.UI.Input.Pointer +AndroidX.Compose.UI.Input.Pointer.Util +AndroidX.Compose.UI.Input.Rotary +AndroidX.Compose.UI.Internal +AndroidX.Compose.UI.Layout +AndroidX.Compose.UI.Modifier +AndroidX.Compose.UI.Node +AndroidX.Compose.UI.Platform +AndroidX.Compose.UI.Platform.Accessibility +AndroidX.Compose.UI.Platform.CoreShims +AndroidX.Compose.UI.Relocation +AndroidX.Compose.UI.Res +AndroidX.Compose.UI.Scrollcapture +AndroidX.Compose.UI.Semantics +AndroidX.Compose.UI.Spatial +AndroidX.Compose.UI.State +AndroidX.Compose.UI.Text +AndroidX.Compose.UI.Text.Input +AndroidX.Compose.UI.ViewInterop +AndroidX.Compose.UI.Window AndroidX.Concurrent.Futures AndroidX.ConstraintLayout.Core AndroidX.ConstraintLayout.Core.Dsl @@ -1760,16 +1845,3 @@ Xamarin.TensorFlow.Lite.Task.Vision.Searcher Xamarin.TensorFlow.Lite.Task.Vision.Segmenter Xamarin.TensorFlow.Types _COROUTINE -AndroidX.Compose.Runtime -AndroidX.Compose.Runtime.Collection -AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable -AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableList -AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableMap -AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Implementations.ImmutableSet -AndroidX.Compose.Runtime.External.KotlinX.Collections.Immutable.Internal -AndroidX.Compose.Runtime.Internal -AndroidX.Compose.Runtime.Platform -AndroidX.Compose.Runtime.Reflect -AndroidX.Compose.Runtime.Snapshots -AndroidX.Compose.Runtime.Snapshots.Tooling -AndroidX.Compose.Runtime.Tooling diff --git a/source/AndroidXProject.cshtml b/source/AndroidXProject.cshtml index 871205dc1..3038135c6 100644 --- a/source/AndroidXProject.cshtml +++ b/source/AndroidXProject.cshtml @@ -1,6 +1,21 @@ @model AndroidBinderator.BindingProjectModel @using System +@using System.Collections.Generic @using System.Linq +@{ + // Compose packages that ship real C# bindings (do not append the "C# bindings are not provided" note). + var ComposePackagesWithBindings = new HashSet(StringComparer.Ordinal) + { + "Xamarin.AndroidX.Compose.Runtime", + "Xamarin.AndroidX.Compose.Runtime.Android", + "Xamarin.AndroidX.Compose.UI", + "Xamarin.AndroidX.Compose.UI.Android", + "Xamarin.AndroidX.Compose.Foundation", + "Xamarin.AndroidX.Compose.Foundation.Android", + "Xamarin.AndroidX.Compose.Foundation.Layout", + "Xamarin.AndroidX.Compose.Foundation.Layout.Android", + }; +} @@ -37,7 +52,7 @@ @(Model.NuGetPackageId) .NET for Android and MAUI bindings for the Android Java library '@(Model.MavenGroupId):@(Model.Name)'. - $(Title)@(Model.NuGetPackageId.StartsWith("Xamarin.AndroidX.Compose") && Model.NuGetPackageId != "Xamarin.AndroidX.Compose.Runtime" && Model.NuGetPackageId != "Xamarin.AndroidX.Compose.Runtime.Android" ? " Note this package only adds the Java library to the application. C# bindings are not provided." : string.Empty) + $(Title)@(Model.NuGetPackageId.StartsWith("Xamarin.AndroidX.Compose") && !ComposePackagesWithBindings.Contains(Model.NuGetPackageId) ? " Note this package only adds the Java library to the application. C# bindings are not provided." : string.Empty) @(!string.IsNullOrWhiteSpace(Model.MavenDescription) ? $"Library description: {Model.MavenDescription}" : string.Empty) 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 7dc5c5811..2382e7b4b 100644 --- a/source/androidx.compose.foundation/foundation-android/PublicAPI/PublicAPI.Unshipped.txt +++ b/source/androidx.compose.foundation/foundation-android/PublicAPI/PublicAPI.Unshipped.txt @@ -1 +1,1770 @@ -#nullable enable +#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.ZOrder.get -> int +AndroidX.Compose.Foundation.AndroidExternalSurface_androidKt +AndroidX.Compose.Foundation.AndroidOverscroll_androidKt +AndroidX.Compose.Foundation.BackgroundKt +AndroidX.Compose.Foundation.BasicMarqueeKt +AndroidX.Compose.Foundation.BasicTooltipDefaults +AndroidX.Compose.Foundation.BasicTooltipDefaults.GlobalMutatorMutex.get -> AndroidX.Compose.Foundation.MutatorMutex! +AndroidX.Compose.Foundation.BasicTooltipKt +AndroidX.Compose.Foundation.BasicTooltip_androidKt +AndroidX.Compose.Foundation.Border.BorderLogicKt +AndroidX.Compose.Foundation.BorderKt +AndroidX.Compose.Foundation.BorderStroke +AndroidX.Compose.Foundation.BorderStroke.Width.get -> float +AndroidX.Compose.Foundation.BorderStrokeKt +AndroidX.Compose.Foundation.CanvasKt +AndroidX.Compose.Foundation.CheckScrollableContainerConstraintsKt +AndroidX.Compose.Foundation.ClickableKt +AndroidX.Compose.Foundation.Clickable_androidKt +AndroidX.Compose.Foundation.ClipScrollableContainerKt +AndroidX.Compose.Foundation.ComposeFoundationFlags +AndroidX.Compose.Foundation.Content.IReceiveContentListener +AndroidX.Compose.Foundation.Content.IReceiveContentListener.OnDragEnd() -> void +AndroidX.Compose.Foundation.Content.IReceiveContentListener.OnDragEnter() -> void +AndroidX.Compose.Foundation.Content.IReceiveContentListener.OnDragExit() -> void +AndroidX.Compose.Foundation.Content.IReceiveContentListener.OnDragStart() -> void +AndroidX.Compose.Foundation.Content.IReceiveContentListener.OnReceive(AndroidX.Compose.Foundation.Content.TransferableContent! transferableContent) -> AndroidX.Compose.Foundation.Content.TransferableContent? +AndroidX.Compose.Foundation.Content.Internal.DragAndDropRequestPermission_androidKt +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.MediaType(string! representation) -> void +AndroidX.Compose.Foundation.Content.MediaType.Representation.get -> string! +AndroidX.Compose.Foundation.Content.PlatformTransferableContent +AndroidX.Compose.Foundation.Content.PlatformTransferableContent.Extras.get -> Android.OS.Bundle! +AndroidX.Compose.Foundation.Content.PlatformTransferableContent.LinkUri.get -> Android.Net.Uri? +AndroidX.Compose.Foundation.Content.ReceiveContentKt +AndroidX.Compose.Foundation.Content.ReceiveContentOnReceiveHandler +AndroidX.Compose.Foundation.Content.TransferableContent +AndroidX.Compose.Foundation.Content.TransferableContent.ClipEntry.get -> AndroidX.Compose.UI.Platform.ClipEntry! +AndroidX.Compose.Foundation.Content.TransferableContent.ClipMetadata.get -> AndroidX.Compose.UI.Platform.ClipMetadata! +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_androidKt +AndroidX.Compose.Foundation.Contextmenu.ContextMenuAreaKt +AndroidX.Compose.Foundation.Contextmenu.ContextMenuGesturesKt +AndroidX.Compose.Foundation.Contextmenu.ContextMenuPopupPositionProviderKt +AndroidX.Compose.Foundation.Contextmenu.ContextMenuStateKt +AndroidX.Compose.Foundation.Contextmenu.ContextMenuUiKt +AndroidX.Compose.Foundation.Contextmenu.ContextMenuUi_androidKt +AndroidX.Compose.Foundation.DarkThemeKt +AndroidX.Compose.Foundation.DarkTheme_androidKt +AndroidX.Compose.Foundation.Draganddrop.AndroidDragAndDropSource_androidKt +AndroidX.Compose.Foundation.Draganddrop.DragAndDropSourceKt +AndroidX.Compose.Foundation.Draganddrop.DragAndDropTargetKt +AndroidX.Compose.Foundation.EdgeEffectCompat_androidKt +AndroidX.Compose.Foundation.ExcludeFromSystemGestureKt +AndroidX.Compose.Foundation.ExperimentalFoundationApiAttribute +AndroidX.Compose.Foundation.ExperimentalFoundationApiAttribute.ExperimentalFoundationApiAttribute() -> void +AndroidX.Compose.Foundation.FocusableKt +AndroidX.Compose.Foundation.FocusedBoundsKt +AndroidX.Compose.Foundation.GestureNodeKt +AndroidX.Compose.Foundation.Gestures.AnchoredDraggableDefaults +AndroidX.Compose.Foundation.Gestures.AnchoredDraggableDefaults.PositionalThreshold.get -> Kotlin.Jvm.Functions.IFunction1! +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? +AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.AnchoredDrag(Java.Lang.Object? targetValue, AndroidX.Compose.Foundation.MutatePriority! dragPriority, Kotlin.Jvm.Functions.IFunction4! block, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.AnchoredDraggableState(Java.Lang.Object? initialValue) -> void +AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.AnchoredDraggableState(Java.Lang.Object? initialValue, AndroidX.Compose.Foundation.Gestures.IDraggableAnchors! anchors) -> void +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.CurrentValue.get -> Java.Lang.Object? +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 +AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.LastVelocity.get -> float +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(float velocity, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState.SettledValue.get -> Java.Lang.Object? +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.BringIntoViewSpecConsts +AndroidX.Compose.Foundation.Gestures.BringIntoViewSpec_androidKt +AndroidX.Compose.Foundation.Gestures.ContentInViewNodeKt +AndroidX.Compose.Foundation.Gestures.DragGestureDetectorKt +AndroidX.Compose.Foundation.Gestures.Draggable2DKt +AndroidX.Compose.Foundation.Gestures.DraggableAnchorsConfig +AndroidX.Compose.Foundation.Gestures.DraggableAnchorsConfig.At(Java.Lang.Object? _this_at, float position) -> void +AndroidX.Compose.Foundation.Gestures.DraggableAnchorsConfig.DraggableAnchorsConfig() -> void +AndroidX.Compose.Foundation.Gestures.DraggableKt +AndroidX.Compose.Foundation.Gestures.DraggableStateDefaultImpls +AndroidX.Compose.Foundation.Gestures.ForEachGestureKt +AndroidX.Compose.Foundation.Gestures.GestureCancellationException +AndroidX.Compose.Foundation.Gestures.GestureCancellationException.GestureCancellationException() -> void +AndroidX.Compose.Foundation.Gestures.GestureCancellationException.GestureCancellationException(string? message) -> void +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.IDrag2DScope +AndroidX.Compose.Foundation.Gestures.IDrag2DScope.DragBy(long p0) -> void +AndroidX.Compose.Foundation.Gestures.IDragScope +AndroidX.Compose.Foundation.Gestures.IDragScope.DragBy(float pixels) -> void +AndroidX.Compose.Foundation.Gestures.IDraggable2DState +AndroidX.Compose.Foundation.Gestures.IDraggable2DState.DispatchRawDelta(long p0) -> void +AndroidX.Compose.Foundation.Gestures.IDraggable2DState.Drag(AndroidX.Compose.Foundation.MutatePriority! dragPriority, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! p2) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Gestures.IDraggableAnchors +AndroidX.Compose.Foundation.Gestures.IDraggableAnchors.AnchorAt(int index) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Gestures.IDraggableAnchors.ClosestAnchor(float position) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Gestures.IDraggableAnchors.ClosestAnchor(float position, bool searchUpwards) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Gestures.IDraggableAnchors.HasPositionFor(Java.Lang.Object? anchor) -> bool +AndroidX.Compose.Foundation.Gestures.IDraggableAnchors.MaxPosition() -> float +AndroidX.Compose.Foundation.Gestures.IDraggableAnchors.MinPosition() -> float +AndroidX.Compose.Foundation.Gestures.IDraggableAnchors.PositionAt(int index) -> float +AndroidX.Compose.Foundation.Gestures.IDraggableAnchors.PositionOf(Java.Lang.Object? anchor) -> float +AndroidX.Compose.Foundation.Gestures.IDraggableAnchors.Size.get -> int +AndroidX.Compose.Foundation.Gestures.IDraggableState +AndroidX.Compose.Foundation.Gestures.IDraggableState.DispatchRawDelta(float delta) -> void +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.IScroll2DScope +AndroidX.Compose.Foundation.Gestures.IScroll2DScope.ScrollBy(long p0) -> long +AndroidX.Compose.Foundation.Gestures.IScrollScope +AndroidX.Compose.Foundation.Gestures.IScrollScope.ScrollBy(float pixels) -> float +AndroidX.Compose.Foundation.Gestures.IScrollable2DState +AndroidX.Compose.Foundation.Gestures.IScrollable2DState.CanScroll(long p0) -> bool +AndroidX.Compose.Foundation.Gestures.IScrollable2DState.DispatchRawDelta(long p0) -> long +AndroidX.Compose.Foundation.Gestures.IScrollable2DState.IsScrollInProgress.get -> bool +AndroidX.Compose.Foundation.Gestures.IScrollable2DState.Scroll(AndroidX.Compose.Foundation.MutatePriority! scrollPriority, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! p2) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Gestures.IScrollableState +AndroidX.Compose.Foundation.Gestures.IScrollableState.CanScrollBackward.get -> bool +AndroidX.Compose.Foundation.Gestures.IScrollableState.CanScrollForward.get -> bool +AndroidX.Compose.Foundation.Gestures.IScrollableState.DispatchRawDelta(float delta) -> float +AndroidX.Compose.Foundation.Gestures.IScrollableState.IsScrollInProgress.get -> bool +AndroidX.Compose.Foundation.Gestures.IScrollableState.LastScrolledBackward.get -> bool +AndroidX.Compose.Foundation.Gestures.IScrollableState.LastScrolledForward.get -> bool +AndroidX.Compose.Foundation.Gestures.IScrollableState.Scroll(AndroidX.Compose.Foundation.MutatePriority! scrollPriority, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! p2) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Gestures.IScrollableState.ScrollIndicatorState.get -> AndroidX.Compose.Foundation.IScrollIndicatorState? +AndroidX.Compose.Foundation.Gestures.ITargetedFlingBehavior +AndroidX.Compose.Foundation.Gestures.ITargetedFlingBehavior.PerformFling(AndroidX.Compose.Foundation.Gestures.IScrollScope! p0, float initialVelocity, Kotlin.Jvm.Functions.IFunction1! onRemainingDistanceUpdated, Kotlin.Coroutines.IContinuation! p3) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Gestures.ITransformScope +AndroidX.Compose.Foundation.Gestures.ITransformScope.TransformBy(float zoomChange, long p1, float rotationChange) -> void +AndroidX.Compose.Foundation.Gestures.ITransformScope.TransformByWithCentroid(long centroid, float zoomChange, long panChange, float rotationChange) -> void +AndroidX.Compose.Foundation.Gestures.ITransformableState +AndroidX.Compose.Foundation.Gestures.ITransformableState.IsTransformInProgress.get -> bool +AndroidX.Compose.Foundation.Gestures.ITransformableState.Transform(AndroidX.Compose.Foundation.MutatePriority! transformPriority, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! p2) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Gestures.IndirectPointerInputDragCycleDetectorKt +AndroidX.Compose.Foundation.Gestures.MouseWheelScrollingLogicKt +AndroidX.Compose.Foundation.Gestures.NonTouchScrollingLogicKt +AndroidX.Compose.Foundation.Gestures.Orientation +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.ScrollableKt +AndroidX.Compose.Foundation.Gestures.ScrollableStateDefaultImpls +AndroidX.Compose.Foundation.Gestures.ScrollableStateKt +AndroidX.Compose.Foundation.Gestures.Scrollable_androidKt +AndroidX.Compose.Foundation.Gestures.Snapping.ISnapLayoutInfoProvider +AndroidX.Compose.Foundation.Gestures.Snapping.ISnapLayoutInfoProvider.CalculateApproachOffset(float velocity, float decayOffset) -> float +AndroidX.Compose.Foundation.Gestures.Snapping.ISnapLayoutInfoProvider.CalculateSnapOffset(float velocity) -> float +AndroidX.Compose.Foundation.Gestures.Snapping.ISnapPosition +AndroidX.Compose.Foundation.Gestures.Snapping.ISnapPosition.Position(int layoutSize, int itemSize, int beforeContentPadding, int afterContentPadding, int itemIndex, int itemCount) -> int +AndroidX.Compose.Foundation.Gestures.Snapping.LazyGridSnapLayoutInfoProviderKt +AndroidX.Compose.Foundation.Gestures.Snapping.LazyListSnapLayoutInfoProviderKt +AndroidX.Compose.Foundation.Gestures.Snapping.PagerSnapLayoutInfoProviderKt +AndroidX.Compose.Foundation.Gestures.Snapping.SnapFlingBehaviorKt +AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionCenter +AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionCenter.Position(int layoutSize, int itemSize, int beforeContentPadding, int afterContentPadding, int itemIndex, int itemCount) -> int +AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionEnd +AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionEnd.Position(int layoutSize, int itemSize, int beforeContentPadding, int afterContentPadding, int itemIndex, int itemCount) -> int +AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionKt +AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionStart +AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionStart.Position(int layoutSize, int itemSize, int beforeContentPadding, int afterContentPadding, int itemIndex, int itemCount) -> int +AndroidX.Compose.Foundation.Gestures.TapGestureDetectorKt +AndroidX.Compose.Foundation.Gestures.TapGestureDetector_androidKt +AndroidX.Compose.Foundation.Gestures.TargetedFlingBehaviorKt +AndroidX.Compose.Foundation.Gestures.TransformGestureDetectorKt +AndroidX.Compose.Foundation.Gestures.TransformScopeDefaultImpls +AndroidX.Compose.Foundation.Gestures.TransformableKt +AndroidX.Compose.Foundation.Gestures.TransformableStateDefaultImpls +AndroidX.Compose.Foundation.Gestures.TransformableStateKt +AndroidX.Compose.Foundation.HoverableKt +AndroidX.Compose.Foundation.IAndroidExternalSurfaceScope +AndroidX.Compose.Foundation.IAndroidExternalSurfaceScope.OnSurface(Kotlin.Jvm.Functions.IFunction5! onSurface) -> void +AndroidX.Compose.Foundation.IBasicTooltipState +AndroidX.Compose.Foundation.IBasicTooltipState.Dismiss() -> void +AndroidX.Compose.Foundation.IBasicTooltipState.IsPersistent.get -> bool +AndroidX.Compose.Foundation.IBasicTooltipState.IsVisible.get -> bool +AndroidX.Compose.Foundation.IBasicTooltipState.OnDispose() -> void +AndroidX.Compose.Foundation.IBasicTooltipState.Show(AndroidX.Compose.Foundation.MutatePriority! mutatePriority, Kotlin.Coroutines.IContinuation! p1) -> Java.Lang.Object? +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.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.IOverscrollEffect +AndroidX.Compose.Foundation.IOverscrollEffect.EffectModifier.get -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.IOverscrollEffect.IsInProgress.get -> bool +AndroidX.Compose.Foundation.IOverscrollFactory +AndroidX.Compose.Foundation.IOverscrollFactory.CreateOverscrollEffect() -> AndroidX.Compose.Foundation.IOverscrollEffect! +AndroidX.Compose.Foundation.IOverscrollFactory.Equals(Java.Lang.Object? other) -> bool +AndroidX.Compose.Foundation.IOverscrollFactory.GetHashCode() -> int +AndroidX.Compose.Foundation.IScrollIndicatorState +AndroidX.Compose.Foundation.IScrollIndicatorState.ContentSize.get -> int +AndroidX.Compose.Foundation.IScrollIndicatorState.ScrollOffset.get -> int +AndroidX.Compose.Foundation.IScrollIndicatorState.ViewportSize.get -> int +AndroidX.Compose.Foundation.ISurfaceCoroutineScope +AndroidX.Compose.Foundation.ISurfaceScope +AndroidX.Compose.Foundation.ISurfaceScope.OnChanged(Android.Views.Surface! p0, Kotlin.Jvm.Functions.IFunction3! onChanged) -> void +AndroidX.Compose.Foundation.ISurfaceScope.OnDestroyed(Android.Views.Surface! p0, Kotlin.Jvm.Functions.IFunction1! onDestroyed) -> void +AndroidX.Compose.Foundation.ImageKt +AndroidX.Compose.Foundation.IndicationKt +AndroidX.Compose.Foundation.Interaction.DragInteractionCancel +AndroidX.Compose.Foundation.Interaction.DragInteractionCancel.DragInteractionCancel(AndroidX.Compose.Foundation.Interaction.DragInteractionStart! start) -> void +AndroidX.Compose.Foundation.Interaction.DragInteractionCancel.Start.get -> AndroidX.Compose.Foundation.Interaction.DragInteractionStart! +AndroidX.Compose.Foundation.Interaction.DragInteractionKt +AndroidX.Compose.Foundation.Interaction.DragInteractionStart +AndroidX.Compose.Foundation.Interaction.DragInteractionStart.DragInteractionStart() -> void +AndroidX.Compose.Foundation.Interaction.DragInteractionStop +AndroidX.Compose.Foundation.Interaction.DragInteractionStop.DragInteractionStop(AndroidX.Compose.Foundation.Interaction.DragInteractionStart! start) -> void +AndroidX.Compose.Foundation.Interaction.DragInteractionStop.Start.get -> AndroidX.Compose.Foundation.Interaction.DragInteractionStart! +AndroidX.Compose.Foundation.Interaction.FocusInteractionFocus +AndroidX.Compose.Foundation.Interaction.FocusInteractionFocus.FocusInteractionFocus() -> void +AndroidX.Compose.Foundation.Interaction.FocusInteractionKt +AndroidX.Compose.Foundation.Interaction.FocusInteractionUnfocus +AndroidX.Compose.Foundation.Interaction.FocusInteractionUnfocus.Focus.get -> AndroidX.Compose.Foundation.Interaction.FocusInteractionFocus! +AndroidX.Compose.Foundation.Interaction.FocusInteractionUnfocus.FocusInteractionUnfocus(AndroidX.Compose.Foundation.Interaction.FocusInteractionFocus! focus) -> void +AndroidX.Compose.Foundation.Interaction.HoverInteractionEnter +AndroidX.Compose.Foundation.Interaction.HoverInteractionEnter.HoverInteractionEnter() -> void +AndroidX.Compose.Foundation.Interaction.HoverInteractionExit +AndroidX.Compose.Foundation.Interaction.HoverInteractionExit.Enter.get -> AndroidX.Compose.Foundation.Interaction.HoverInteractionEnter! +AndroidX.Compose.Foundation.Interaction.HoverInteractionExit.HoverInteractionExit(AndroidX.Compose.Foundation.Interaction.HoverInteractionEnter! enter) -> void +AndroidX.Compose.Foundation.Interaction.HoverInteractionKt +AndroidX.Compose.Foundation.Interaction.IDragInteraction +AndroidX.Compose.Foundation.Interaction.IFocusInteraction +AndroidX.Compose.Foundation.Interaction.IHoverInteraction +AndroidX.Compose.Foundation.Interaction.IInteraction +AndroidX.Compose.Foundation.Interaction.IInteractionSource +AndroidX.Compose.Foundation.Interaction.IInteractionSource.Interactions.get -> Xamarin.KotlinX.Coroutines.Flow.IFlow! +AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource +AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource.Emit(AndroidX.Compose.Foundation.Interaction.IInteraction! interaction, Kotlin.Coroutines.IContinuation! p1) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource.TryEmit(AndroidX.Compose.Foundation.Interaction.IInteraction! interaction) -> bool +AndroidX.Compose.Foundation.Interaction.IPressInteraction +AndroidX.Compose.Foundation.Interaction.InteractionSourceKt +AndroidX.Compose.Foundation.Interaction.PressInteractionCancel +AndroidX.Compose.Foundation.Interaction.PressInteractionCancel.Press.get -> AndroidX.Compose.Foundation.Interaction.PressInteractionPress! +AndroidX.Compose.Foundation.Interaction.PressInteractionCancel.PressInteractionCancel(AndroidX.Compose.Foundation.Interaction.PressInteractionPress! press) -> void +AndroidX.Compose.Foundation.Interaction.PressInteractionKt +AndroidX.Compose.Foundation.Interaction.PressInteractionPress +AndroidX.Compose.Foundation.Interaction.PressInteractionPress.PressPosition_F1C5BW0.get -> long +AndroidX.Compose.Foundation.Interaction.PressInteractionRelease +AndroidX.Compose.Foundation.Interaction.PressInteractionRelease.Press.get -> AndroidX.Compose.Foundation.Interaction.PressInteractionPress! +AndroidX.Compose.Foundation.Interaction.PressInteractionRelease.PressInteractionRelease(AndroidX.Compose.Foundation.Interaction.PressInteractionPress! press) -> void +AndroidX.Compose.Foundation.Internal.ClipboardUtils_androidKt +AndroidX.Compose.Foundation.Internal.InlineClassHelperKt +AndroidX.Compose.Foundation.Internal.JvmDefaultWithCompatibility_jvmAndAndroidKt +AndroidX.Compose.Foundation.Internal.PlatformOptimizedCancellationException_jvmAndAndroidKt +AndroidX.Compose.Foundation.Internal.PlatformUtils_androidKt +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.GridCellsFixed +AndroidX.Compose.Foundation.Lazy.Grid.GridCellsFixed.GridCellsFixed(int count) -> void +AndroidX.Compose.Foundation.Lazy.Grid.GridCellsFixedSize +AndroidX.Compose.Foundation.Lazy.Grid.GridItemSpan +AndroidX.Compose.Foundation.Lazy.Grid.IGridCells +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.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! +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemInfo.Offset.get -> long +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.ILazyGridItemSpanScope +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemSpanScope.MaxCurrentLineSpan.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridItemSpanScope.MaxLineSpan.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo.AfterContentPadding.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo.BeforeContentPadding.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo.MainAxisItemSpacing.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo.MaxSpan.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo.Orientation.get -> AndroidX.Compose.Foundation.Gestures.Orientation! +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo.ReverseLayout.get -> bool +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo.TotalItemsCount.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo.ViewportEndOffset.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo.ViewportSize.get -> long +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo.ViewportStartOffset.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo.VisibleItemsInfo.get -> System.Collections.Generic.IList! +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchResultScope +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchResultScope.GetMainAxisSize(int itemIndexInLine) -> int +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchResultScope.LineIndex.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchResultScope.LineItemCount.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchScope +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchScope.ScheduleLinePrefetch(int lineIndex) -> System.Collections.Generic.IList! +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchScope.ScheduleLinePrefetch(int lineIndex, Kotlin.Jvm.Functions.IFunction1? onPrefetchFinished) -> System.Collections.Generic.IList! +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchStrategy +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchStrategy.OnNestedPrefetch(AndroidX.Compose.Foundation.Lazy.Layout.INestedPrefetchScope! p0, int firstVisibleItemIndex) -> void +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchStrategy.OnScroll(AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchScope! p0, float delta, AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo! layoutInfo) -> void +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchStrategy.OnVisibleItemsUpdated(AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchScope! p0, AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo! layoutInfo) -> void +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchStrategy.PrefetchScheduler.get -> AndroidX.Compose.Foundation.Lazy.Layout.IPrefetchScheduler? +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridScope +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridScope.Item(Java.Lang.Object? key, Kotlin.Jvm.Functions.IFunction1? span, Java.Lang.Object? contentType, Kotlin.Jvm.Functions.IFunction3! p3) -> void +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridScope.Items(int count, Kotlin.Jvm.Functions.IFunction1? key, Kotlin.Jvm.Functions.IFunction2? span, Kotlin.Jvm.Functions.IFunction1! contentType, Kotlin.Jvm.Functions.IFunction4! p4) -> void +AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridScope.StickyHeader(Java.Lang.Object? key, Java.Lang.Object? contentType, Kotlin.Jvm.Functions.IFunction4! p2) -> void +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.LazyGridItemInfoConsts +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemInfoKt +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridItemProviderKt +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridKt +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridLayoutInfoKt +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridMeasureKt +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridMeasuredItemKt +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridPrefetchStrategyKt +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridScopeMarkerAttribute +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridScopeMarkerAttribute.LazyGridScopeMarkerAttribute() -> void +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridScrollPositionKt +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridScrollScopeKt +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridSpanKt +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.DispatchRawDelta(float delta) -> float +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.FirstVisibleItemIndex.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.FirstVisibleItemScrollOffset.get -> int +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.InteractionSource.get -> AndroidX.Compose.Foundation.Interaction.IInteractionSource! +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.IsScrollInProgress.get -> bool +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.LastScrolledBackward.get -> bool +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.LastScrolledForward.get -> bool +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.LayoutInfo.get -> AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo! +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.LazyGridState() -> void +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.LazyGridState(AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutCacheWindow! cacheWindow, int firstVisibleItemIndex, int firstVisibleItemScrollOffset) -> void +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.LazyGridState(int firstVisibleItemIndex, int firstVisibleItemScrollOffset) -> void +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.LazyGridState(int firstVisibleItemIndex, int firstVisibleItemScrollOffset, AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridPrefetchStrategy! prefetchStrategy) -> void +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.RequestScrollToItem(int index, int scrollOffset) -> void +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.Scroll(AndroidX.Compose.Foundation.MutatePriority! scrollPriority, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.ScrollIndicatorState.get -> AndroidX.Compose.Foundation.IScrollIndicatorState? +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState.ScrollToItem(int index, int scrollOffset, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Lazy.Grid.LazyGridStateKt +AndroidX.Compose.Foundation.Lazy.Grid.LazySemanticsKt +AndroidX.Compose.Foundation.Lazy.ILazyItemScope +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! +AndroidX.Compose.Foundation.Lazy.ILazyListItemInfo +AndroidX.Compose.Foundation.Lazy.ILazyListItemInfo.ContentType.get -> Java.Lang.Object? +AndroidX.Compose.Foundation.Lazy.ILazyListItemInfo.Index.get -> int +AndroidX.Compose.Foundation.Lazy.ILazyListItemInfo.Key.get -> Java.Lang.Object! +AndroidX.Compose.Foundation.Lazy.ILazyListItemInfo.Offset.get -> int +AndroidX.Compose.Foundation.Lazy.ILazyListItemInfo.Size.get -> int +AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo +AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo.AfterContentPadding.get -> int +AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo.BeforeContentPadding.get -> int +AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo.MainAxisItemSpacing.get -> int +AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo.Orientation.get -> AndroidX.Compose.Foundation.Gestures.Orientation! +AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo.ReverseLayout.get -> bool +AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo.TotalItemsCount.get -> int +AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo.ViewportEndOffset.get -> int +AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo.ViewportSize.get -> long +AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo.ViewportStartOffset.get -> int +AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo.VisibleItemsInfo.get -> System.Collections.Generic.IList! +AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchResultScope +AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchResultScope.Index.get -> int +AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchResultScope.MainAxisSize.get -> int +AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchScope +AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchScope.SchedulePrefetch(int index, Kotlin.Jvm.Functions.IFunction1? onPrefetchFinished) -> AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.IPrefetchHandle! +AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchStrategy +AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchStrategy.OnNestedPrefetch(AndroidX.Compose.Foundation.Lazy.Layout.INestedPrefetchScope! p0, int firstVisibleItemIndex) -> void +AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchStrategy.OnScroll(AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchScope! p0, float delta, AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo! layoutInfo) -> void +AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchStrategy.OnVisibleItemsUpdated(AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchScope! p0, AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo! layoutInfo) -> void +AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchStrategy.PrefetchScheduler.get -> AndroidX.Compose.Foundation.Lazy.Layout.IPrefetchScheduler? +AndroidX.Compose.Foundation.Lazy.ILazyListScope +AndroidX.Compose.Foundation.Lazy.ILazyListScope.Item(Java.Lang.Object? key, Java.Lang.Object? contentType, Kotlin.Jvm.Functions.IFunction3! content) -> void +AndroidX.Compose.Foundation.Lazy.ILazyListScope.Items(int count, Kotlin.Jvm.Functions.IFunction1? key, Kotlin.Jvm.Functions.IFunction1! contentType, Kotlin.Jvm.Functions.IFunction4! itemContent) -> void +AndroidX.Compose.Foundation.Lazy.ILazyListScope.StickyHeader(Java.Lang.Object? key, Java.Lang.Object? contentType, Kotlin.Jvm.Functions.IFunction4! content) -> void +AndroidX.Compose.Foundation.Lazy.ILazyScopeMarker +AndroidX.Compose.Foundation.Lazy.Layout.CacheWindowLogicKt +AndroidX.Compose.Foundation.Lazy.Layout.IIntervalList +AndroidX.Compose.Foundation.Lazy.Layout.IIntervalList.ForEach(int fromIndex, int toIndex, Kotlin.Jvm.Functions.IFunction1! block) -> void +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.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 +AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutItemProvider.GetKey(int index) -> Java.Lang.Object! +AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutItemProvider.Item(int p0, Java.Lang.Object! p1, AndroidX.Compose.Runtime.IComposer? p2, int p3) -> void +AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutItemProvider.ItemCount.get -> int +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.ILazyLayoutScrollScope +AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope.CalculateDistanceTo(int targetIndex, int targetOffset) -> int +AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope.FirstVisibleItemIndex.get -> int +AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope.FirstVisibleItemScrollOffset.get -> int +AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope.ItemCount.get -> int +AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope.LastVisibleItemIndex.get -> int +AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutScrollScope.SnapToItem(int index, int offset) -> void +AndroidX.Compose.Foundation.Lazy.Layout.INestedPrefetchScope +AndroidX.Compose.Foundation.Lazy.Layout.INestedPrefetchScope.NestedPrefetchItemCount.get -> int +AndroidX.Compose.Foundation.Lazy.Layout.INestedPrefetchScope.SchedulePrecomposition(int index) -> void +AndroidX.Compose.Foundation.Lazy.Layout.INestedPrefetchScope.SchedulePrecompositionAndPremeasure(int index, long p1) -> void +AndroidX.Compose.Foundation.Lazy.Layout.INestedPrefetchScope.SchedulePrefetch(int index) -> void +AndroidX.Compose.Foundation.Lazy.Layout.INestedPrefetchScope.SchedulePrefetch(int index, long constraints) -> void +AndroidX.Compose.Foundation.Lazy.Layout.IPrefetchRequest +AndroidX.Compose.Foundation.Lazy.Layout.IPrefetchRequest.Execute(AndroidX.Compose.Foundation.Lazy.Layout.IPrefetchRequestScope! p0) -> bool +AndroidX.Compose.Foundation.Lazy.Layout.IPrefetchRequestScope +AndroidX.Compose.Foundation.Lazy.Layout.IPrefetchRequestScope.AvailableTimeNanos() -> long +AndroidX.Compose.Foundation.Lazy.Layout.IPrefetchScheduler +AndroidX.Compose.Foundation.Lazy.Layout.IPrefetchScheduler.SchedulePrefetch(AndroidX.Compose.Foundation.Lazy.Layout.IPrefetchRequest! prefetchRequest) -> void +AndroidX.Compose.Foundation.Lazy.Layout.IntervalListInterval +AndroidX.Compose.Foundation.Lazy.Layout.IntervalListInterval.Size.get -> int +AndroidX.Compose.Foundation.Lazy.Layout.IntervalListInterval.StartIndex.get -> int +AndroidX.Compose.Foundation.Lazy.Layout.IntervalListInterval.Value.get -> Java.Lang.Object? +AndroidX.Compose.Foundation.Lazy.Layout.IntervalListKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutBeyondBoundsModifierLocalKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutBeyondBoundsStateKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutCacheWindowKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.GetContentType(int index) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.GetKey(int index) -> Java.Lang.Object! +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.IInterval +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.IInterval.Key.get -> Kotlin.Jvm.Functions.IFunction1? +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.IInterval.Type.get -> Kotlin.Jvm.Functions.IFunction1! +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.ItemCount.get -> int +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.LazyLayoutIntervalContent() -> void +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.LazyLayoutIntervalContent(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.WithInterval(int globalIndex, Kotlin.Jvm.Functions.IFunction2! block) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutItemAnimationKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutItemAnimatorKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutItemContentFactoryKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutItemProviderKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutKeyIndexMapKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutMeasuredItemKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPinnableItemKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.IPrefetchHandle +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.IPrefetchHandle.Cancel() -> void +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.IPrefetchHandle.MarkAsUrgent() -> void +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.IPrefetchResultScope +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.IPrefetchResultScope.GetSize_YEO4UFw(int placeableIndex) -> long +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.IPrefetchResultScope.Index.get -> int +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.IPrefetchResultScope.PlaceablesCount.get -> int +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.LazyLayoutPrefetchState() -> void +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.LazyLayoutPrefetchState(AndroidX.Compose.Foundation.Lazy.Layout.IPrefetchScheduler? prefetchScheduler, Kotlin.Jvm.Functions.IFunction1? onNestedPrefetch) -> void +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.LazyLayoutPrefetchState(Kotlin.Jvm.Functions.IFunction1? onNestedPrefetch) -> void +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.SchedulePrecomposition(int index) -> AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.IPrefetchHandle! +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.SchedulePrecompositionAndPremeasure(int index, long constraints, Kotlin.Jvm.Functions.IFunction1? onItemPremeasured) -> AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.IPrefetchHandle! +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchStateKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutScrollDeltaBetweenPassesKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutScrollScopeKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutSemanticsKt +AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutStickyItemsKt +AndroidX.Compose.Foundation.Lazy.Layout.LazySaveableStateHolderKt +AndroidX.Compose.Foundation.Lazy.Layout.Lazy_androidKt +AndroidX.Compose.Foundation.Lazy.Layout.MutableIntervalList +AndroidX.Compose.Foundation.Lazy.Layout.MutableIntervalList.AddInterval(int size, Java.Lang.Object? value) -> void +AndroidX.Compose.Foundation.Lazy.Layout.MutableIntervalList.ForEach(int fromIndex, int toIndex, Kotlin.Jvm.Functions.IFunction1! block) -> void +AndroidX.Compose.Foundation.Lazy.Layout.MutableIntervalList.Get(int index) -> AndroidX.Compose.Foundation.Lazy.Layout.IntervalListInterval! +AndroidX.Compose.Foundation.Lazy.Layout.MutableIntervalList.MutableIntervalList() -> void +AndroidX.Compose.Foundation.Lazy.Layout.MutableIntervalList.Size.get -> int +AndroidX.Compose.Foundation.Lazy.Layout.PrefetchScheduler_androidKt +AndroidX.Compose.Foundation.Lazy.LazyDslKt +AndroidX.Compose.Foundation.Lazy.LazyItemScopeDefaultImpls +AndroidX.Compose.Foundation.Lazy.LazyLayoutSemanticStateKt +AndroidX.Compose.Foundation.Lazy.LazyListBeyondBoundsModifierKt +AndroidX.Compose.Foundation.Lazy.LazyListCacheWindowStrategyKt +AndroidX.Compose.Foundation.Lazy.LazyListItemProviderKt +AndroidX.Compose.Foundation.Lazy.LazyListKt +AndroidX.Compose.Foundation.Lazy.LazyListLayoutInfoDefaultImpls +AndroidX.Compose.Foundation.Lazy.LazyListLayoutInfoKt +AndroidX.Compose.Foundation.Lazy.LazyListMeasureKt +AndroidX.Compose.Foundation.Lazy.LazyListMeasuredItemKt +AndroidX.Compose.Foundation.Lazy.LazyListPrefetchStrategyKt +AndroidX.Compose.Foundation.Lazy.LazyListScopeDefaultImpls +AndroidX.Compose.Foundation.Lazy.LazyListScrollPositionKt +AndroidX.Compose.Foundation.Lazy.LazyListScrollScopeKt +AndroidX.Compose.Foundation.Lazy.LazyListSemanticsKt +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.DispatchRawDelta(float delta) -> float +AndroidX.Compose.Foundation.Lazy.LazyListState.FirstVisibleItemIndex.get -> int +AndroidX.Compose.Foundation.Lazy.LazyListState.FirstVisibleItemScrollOffset.get -> int +AndroidX.Compose.Foundation.Lazy.LazyListState.InteractionSource.get -> AndroidX.Compose.Foundation.Interaction.IInteractionSource! +AndroidX.Compose.Foundation.Lazy.LazyListState.IsScrollInProgress.get -> bool +AndroidX.Compose.Foundation.Lazy.LazyListState.LastScrolledBackward.get -> bool +AndroidX.Compose.Foundation.Lazy.LazyListState.LastScrolledForward.get -> bool +AndroidX.Compose.Foundation.Lazy.LazyListState.LayoutInfo.get -> AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo! +AndroidX.Compose.Foundation.Lazy.LazyListState.LazyListState() -> void +AndroidX.Compose.Foundation.Lazy.LazyListState.LazyListState(AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutCacheWindow! cacheWindow, int firstVisibleItemIndex, int firstVisibleItemScrollOffset) -> void +AndroidX.Compose.Foundation.Lazy.LazyListState.LazyListState(int firstVisibleItemIndex, int firstVisibleItemScrollOffset) -> void +AndroidX.Compose.Foundation.Lazy.LazyListState.LazyListState(int firstVisibleItemIndex, int firstVisibleItemScrollOffset, AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchStrategy! prefetchStrategy) -> void +AndroidX.Compose.Foundation.Lazy.LazyListState.RequestScrollToItem(int index, int scrollOffset) -> void +AndroidX.Compose.Foundation.Lazy.LazyListState.Scroll(AndroidX.Compose.Foundation.MutatePriority! scrollPriority, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Lazy.LazyListState.ScrollIndicatorState.get -> AndroidX.Compose.Foundation.IScrollIndicatorState? +AndroidX.Compose.Foundation.Lazy.LazyListState.ScrollToItem(int index, int scrollOffset, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Lazy.LazyListStateKt +AndroidX.Compose.Foundation.Lazy.LazyList_androidKt +AndroidX.Compose.Foundation.Lazy.LazyScopeMarkerAttribute +AndroidX.Compose.Foundation.Lazy.LazyScopeMarkerAttribute.LazyScopeMarkerAttribute() -> void +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridItemInfo +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridItemInfo.ContentType.get -> Java.Lang.Object? +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridItemInfo.Index.get -> int +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridItemInfo.Key.get -> Java.Lang.Object! +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridItemInfo.Lane.get -> int +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.ILazyStaggeredGridLayoutInfo +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo.AfterContentPadding.get -> int +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo.BeforeContentPadding.get -> int +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo.MainAxisItemSpacing.get -> int +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo.Orientation.get -> AndroidX.Compose.Foundation.Gestures.Orientation! +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo.TotalItemsCount.get -> int +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo.ViewportEndOffset.get -> int +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo.ViewportSize.get -> long +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo.ViewportStartOffset.get -> int +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo.VisibleItemsInfo.get -> System.Collections.Generic.IList! +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.LazyStaggeredGridBeyondBoundsModifierKt +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridCellsKt +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridDslKt +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridItemProviderKt +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridKt +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridMeasureKt +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridMeasurePolicyKt +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridMeasurePolicyKt.WhenMappings +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridMeasureResultKt +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridScrollPositionKt +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridScrollScopeKt +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridSemanticsKt +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.DispatchRawDelta(float delta) -> float +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.FirstVisibleItemIndex.get -> int +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.FirstVisibleItemScrollOffset.get -> int +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.InteractionSource.get -> AndroidX.Compose.Foundation.Interaction.IInteractionSource! +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.IsScrollInProgress.get -> bool +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.LastScrolledBackward.get -> bool +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.LastScrolledForward.get -> bool +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.LayoutInfo.get -> AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridLayoutInfo! +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.LazyStaggeredGridState(int initialFirstVisibleItemIndex, int initialFirstVisibleItemOffset) -> void +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.RequestScrollToItem(int index, int scrollOffset) -> void +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.Scroll(AndroidX.Compose.Foundation.MutatePriority! scrollPriority, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState.ScrollIndicatorState.get -> AndroidX.Compose.Foundation.IScrollIndicatorState? +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.StaggeredGridCellsFixed +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridCellsFixed.StaggeredGridCellsFixed(int count) -> void +AndroidX.Compose.Foundation.Lazy.Staggeredgrid.StaggeredGridCellsFixedSize +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.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.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.MarqueeSpacingConsts +AndroidX.Compose.Foundation.MutatePriority +AndroidX.Compose.Foundation.MutatorMutex +AndroidX.Compose.Foundation.MutatorMutex.Mutate(AndroidX.Compose.Foundation.MutatePriority! priority, Kotlin.Jvm.Functions.IFunction1! block, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Foundation.MutatorMutex.MutateWith(Java.Lang.Object? receiver, AndroidX.Compose.Foundation.MutatePriority! priority, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Foundation.MutatorMutex.MutatorMutex() -> void +AndroidX.Compose.Foundation.MutatorMutex.TryMutate(Kotlin.Jvm.Functions.IFunction0! block) -> bool +AndroidX.Compose.Foundation.OverscrollConfiguration +AndroidX.Compose.Foundation.OverscrollConfiguration.DrawPadding.get -> AndroidX.Compose.Foundation.Layout.IPaddingValues! +AndroidX.Compose.Foundation.OverscrollConfiguration.GlowColor.get -> long +AndroidX.Compose.Foundation.OverscrollConfiguration_androidKt +AndroidX.Compose.Foundation.OverscrollKt +AndroidX.Compose.Foundation.Pager.IPageInfo +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.IPagerLayoutInfo +AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.AfterContentPadding.get -> int +AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.BeforeContentPadding.get -> int +AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.BeyondViewportPageCount.get -> int +AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.Orientation.get -> AndroidX.Compose.Foundation.Gestures.Orientation! +AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.PageSize.get -> int +AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.PageSpacing.get -> int +AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.ReverseLayout.get -> bool +AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.SnapPosition.get -> AndroidX.Compose.Foundation.Gestures.Snapping.ISnapPosition! +AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.ViewportEndOffset.get -> int +AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.ViewportSize.get -> long +AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.ViewportStartOffset.get -> int +AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo.VisiblePagesInfo.get -> System.Collections.Generic.IList! +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.LazyLayoutPagerKt +AndroidX.Compose.Foundation.Pager.LazyLayoutSemanticStateKt +AndroidX.Compose.Foundation.Pager.MeasuredPageKt +AndroidX.Compose.Foundation.Pager.PageSizeFill +AndroidX.Compose.Foundation.Pager.PageSizeFixed +AndroidX.Compose.Foundation.Pager.PageSizeFixed.PageSize_D9Ej5fM.get -> float +AndroidX.Compose.Foundation.Pager.PagerBeyondBoundsModifierKt +AndroidX.Compose.Foundation.Pager.PagerDefaults +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 +AndroidX.Compose.Foundation.Pager.PagerMeasureKt +AndroidX.Compose.Foundation.Pager.PagerMeasurePolicyKt +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.PagerSnapDistanceConsts +AndroidX.Compose.Foundation.Pager.PagerSnapDistanceKt +AndroidX.Compose.Foundation.Pager.PagerState +AndroidX.Compose.Foundation.Pager.PagerState.CanScrollBackward.get -> bool +AndroidX.Compose.Foundation.Pager.PagerState.CanScrollForward.get -> bool +AndroidX.Compose.Foundation.Pager.PagerState.CurrentPage.get -> int +AndroidX.Compose.Foundation.Pager.PagerState.CurrentPageOffsetFraction.get -> float +AndroidX.Compose.Foundation.Pager.PagerState.GetOffsetDistanceInPages(int page) -> float +AndroidX.Compose.Foundation.Pager.PagerState.InteractionSource.get -> AndroidX.Compose.Foundation.Interaction.IInteractionSource! +AndroidX.Compose.Foundation.Pager.PagerState.LayoutInfo.get -> AndroidX.Compose.Foundation.Pager.IPagerLayoutInfo! +AndroidX.Compose.Foundation.Pager.PagerState.PagerState() -> void +AndroidX.Compose.Foundation.Pager.PagerState.PagerState(int currentPage, float currentPageOffsetFraction) -> void +AndroidX.Compose.Foundation.Pager.PagerState.PagerState(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.Foundation.Pager.PagerState.RequestScrollToPage(int page, float pageOffsetFraction) -> void +AndroidX.Compose.Foundation.Pager.PagerState.ScrollToPage(int page, float pageOffsetFraction, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Pager.PagerState.SettledPage.get -> int +AndroidX.Compose.Foundation.Pager.PagerState.TargetPage.get -> int +AndroidX.Compose.Foundation.Pager.PagerState.UpdateCurrentPage(AndroidX.Compose.Foundation.Gestures.IScrollScope! _this_updateCurrentPage, int page, float pageOffsetFraction) -> void +AndroidX.Compose.Foundation.Pager.PagerState.UpdateTargetPage(AndroidX.Compose.Foundation.Gestures.IScrollScope! _this_updateTargetPage, int targetPage) -> void +AndroidX.Compose.Foundation.Pager.PagerStateKt +AndroidX.Compose.Foundation.Platform.Synchronization_androidKt +AndroidX.Compose.Foundation.PreferKeepClear_androidKt +AndroidX.Compose.Foundation.ProgressSemanticsKt +AndroidX.Compose.Foundation.Relocation.BringIntoViewRequesterKt +AndroidX.Compose.Foundation.Relocation.IBringIntoViewRequester +AndroidX.Compose.Foundation.Relocation.IBringIntoViewResponder +AndroidX.Compose.Foundation.ScrollKt +AndroidX.Compose.Foundation.ScrollState +AndroidX.Compose.Foundation.ScrollState.CanScrollBackward.get -> bool +AndroidX.Compose.Foundation.ScrollState.CanScrollForward.get -> bool +AndroidX.Compose.Foundation.ScrollState.Companion +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 +AndroidX.Compose.Foundation.ScrollState.LastScrolledBackward.get -> bool +AndroidX.Compose.Foundation.ScrollState.LastScrolledForward.get -> bool +AndroidX.Compose.Foundation.ScrollState.MaxValue.get -> int +AndroidX.Compose.Foundation.ScrollState.Scroll(AndroidX.Compose.Foundation.MutatePriority! scrollPriority, Kotlin.Jvm.Functions.IFunction2! block, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Foundation.ScrollState.ScrollIndicatorState.get -> AndroidX.Compose.Foundation.IScrollIndicatorState? +AndroidX.Compose.Foundation.ScrollState.ScrollState(int initial) -> void +AndroidX.Compose.Foundation.ScrollState.ScrollTo(int value, Kotlin.Coroutines.IContinuation! _completion) -> Java.Lang.Object? +AndroidX.Compose.Foundation.ScrollState.Value.get -> int +AndroidX.Compose.Foundation.ScrollState.ViewportSize.get -> int +AndroidX.Compose.Foundation.ScrollableAreaKt +AndroidX.Compose.Foundation.Selection.SelectableGroupKt +AndroidX.Compose.Foundation.Selection.SelectableKt +AndroidX.Compose.Foundation.Selection.ToggleableKt +AndroidX.Compose.Foundation.Shape.AbsoluteCutCornerShapeKt +AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShapeKt +AndroidX.Compose.Foundation.Shape.CornerSizeKt +AndroidX.Compose.Foundation.Shape.CutCornerShapeKt +AndroidX.Compose.Foundation.Shape.ICornerSize +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 +AndroidX.Compose.Foundation.SystemGestureExclusionKt +AndroidX.Compose.Foundation.Text.AndroidCursorHandle_androidKt +AndroidX.Compose.Foundation.Text.AnnotatedStringResolveInlineContentKt +AndroidX.Compose.Foundation.Text.AutofillHighlightKt +AndroidX.Compose.Foundation.Text.AutofillHighlight_androidKt +AndroidX.Compose.Foundation.Text.BasicSecureTextFieldKt +AndroidX.Compose.Foundation.Text.BasicSecureTextField_androidKt +AndroidX.Compose.Foundation.Text.BasicTextFieldKt +AndroidX.Compose.Foundation.Text.BasicTextKt +AndroidX.Compose.Foundation.Text.BasicText_androidKt +AndroidX.Compose.Foundation.Text.ClickableTextKt +AndroidX.Compose.Foundation.Text.ClipboardEventsHandler_jvmAndAndroidKt +AndroidX.Compose.Foundation.Text.CommonContextMenuAreaKt +AndroidX.Compose.Foundation.Text.ContextMenuStrings_androidKt +AndroidX.Compose.Foundation.Text.ContextMenu_androidKt +AndroidX.Compose.Foundation.Text.Contextmenu.Builder.TextContextMenuBuilderScope +AndroidX.Compose.Foundation.Text.Contextmenu.Builder.TextContextMenuBuilderScope.Separator() -> void +AndroidX.Compose.Foundation.Text.Contextmenu.Builder.TextContextMenuBuilderScopeKt +AndroidX.Compose.Foundation.Text.Contextmenu.Builder.TextContextMenuBuilderScope_androidKt +AndroidX.Compose.Foundation.Text.Contextmenu.Data.ITextContextMenuSession +AndroidX.Compose.Foundation.Text.Contextmenu.Data.ITextContextMenuSession.Close() -> void +AndroidX.Compose.Foundation.Text.Contextmenu.Data.ProcessTextKey +AndroidX.Compose.Foundation.Text.Contextmenu.Data.ProcessTextKey.Id.get -> int +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.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 +AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuItem.Label.get -> string! +AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuItem.LeadingIcon.get -> int +AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuItem.OnClick.get -> Kotlin.Jvm.Functions.IFunction1! +AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuItem.TextContextMenuItem(Java.Lang.Object! key, string! label, int leadingIcon, Kotlin.Jvm.Functions.IFunction1! onClick) -> void +AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuKeys +AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuKeys.AutofillKey.get -> Java.Lang.Object! +AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuKeys.CopyKey.get -> Java.Lang.Object! +AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuKeys.CutKey.get -> Java.Lang.Object! +AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuKeys.PasteKey.get -> Java.Lang.Object! +AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuKeys.SelectAllKey.get -> Java.Lang.Object! +AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuSeparator +AndroidX.Compose.Foundation.Text.Contextmenu.Gestures.RightClickGesturesKt +AndroidX.Compose.Foundation.Text.Contextmenu.Internal.AndroidTextContextMenuToolbarProvider_androidKt +AndroidX.Compose.Foundation.Text.Contextmenu.Internal.DefaultTextContextMenuDropdownProvider_androidKt +AndroidX.Compose.Foundation.Text.Contextmenu.Internal.PlatformDefaultTextContextMenuProviders_androidKt +AndroidX.Compose.Foundation.Text.Contextmenu.Internal.TextContextMenuTextClassificationHelper_androidKt +AndroidX.Compose.Foundation.Text.Contextmenu.Modifier.TextContextMenuGesturesModifierKt +AndroidX.Compose.Foundation.Text.Contextmenu.Modifier.TextContextMenuModifierKt +AndroidX.Compose.Foundation.Text.Contextmenu.Modifier.TextContextMenuModifier_androidKt +AndroidX.Compose.Foundation.Text.Contextmenu.Modifier.TextContextMenuToolbarHandlerModifierKt +AndroidX.Compose.Foundation.Text.Contextmenu.ProcessText_androidKt +AndroidX.Compose.Foundation.Text.Contextmenu.Provider.BasicTextContextMenuProviderKt +AndroidX.Compose.Foundation.Text.Contextmenu.Provider.ITextContextMenuDataProvider +AndroidX.Compose.Foundation.Text.Contextmenu.Provider.ITextContextMenuDataProvider.Data() -> AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuData! +AndroidX.Compose.Foundation.Text.Contextmenu.Provider.ITextContextMenuDataProvider.Position(AndroidX.Compose.UI.Layout.ILayoutCoordinates! destinationCoordinates) -> long +AndroidX.Compose.Foundation.Text.Contextmenu.Provider.ITextContextMenuProvider +AndroidX.Compose.Foundation.Text.Contextmenu.Provider.ITextContextMenuProvider.ShowTextContextMenu(AndroidX.Compose.Foundation.Text.Contextmenu.Provider.ITextContextMenuDataProvider! dataProvider, Kotlin.Coroutines.IContinuation! p1) -> Java.Lang.Object? +AndroidX.Compose.Foundation.Text.Contextmenu.Provider.TextContextMenuProviderKt +AndroidX.Compose.Foundation.Text.CoreTextFieldKt +AndroidX.Compose.Foundation.Text.CoreTextField_androidKt +AndroidX.Compose.Foundation.Text.Handwriting.HandwritingDetector_androidKt +AndroidX.Compose.Foundation.Text.Handwriting.HandwritingHandler_androidKt +AndroidX.Compose.Foundation.Text.Handwriting.StylusHandwritingKt +AndroidX.Compose.Foundation.Text.Handwriting.StylusHandwriting_androidKt +AndroidX.Compose.Foundation.Text.HeightInLinesModifierKt +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.Equals(Java.Lang.Object? other) -> bool +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.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.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 +AndroidX.Compose.Foundation.Text.Input.IKeyboardActionHandler.OnKeyboardAction(Kotlin.Jvm.Functions.IFunction0! performDefaultAction) -> void +AndroidX.Compose.Foundation.Text.Input.IOutputTransformation +AndroidX.Compose.Foundation.Text.Input.IOutputTransformation.TransformOutput(AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer! p0) -> void +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.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.InputTransformationConsts +AndroidX.Compose.Foundation.Text.Input.InputTransformationKt +AndroidX.Compose.Foundation.Text.Input.Internal.AndroidTextInputSession_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.CodepointHelpers_jvmAndAndroidKt +AndroidX.Compose.Foundation.Text.Input.Internal.CodepointTransformationKt +AndroidX.Compose.Foundation.Text.Input.Internal.ComposeInputMethodManager_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.CursorAnchorInfoBuilder_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.DragAndDropHoverInteractionKt +AndroidX.Compose.Foundation.Text.Input.Internal.EditorInfo_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.HandwritingGesture_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.ImeEditCommand_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.IntIntervalTreeKt +AndroidX.Compose.Foundation.Text.Input.Internal.LegacyAdaptingPlatformTextInputModifierNodeKt +AndroidX.Compose.Foundation.Text.Input.Internal.LegacyCursorAnchorInfoBuilder_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.LegacyPlatformTextInputServiceAdapter_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.MathUtilsKt +AndroidX.Compose.Foundation.Text.Input.Internal.OffsetMappingCalculatorKt +AndroidX.Compose.Foundation.Text.Input.Internal.RecordingInputConnection_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.Selection.AndroidTextFieldMagnifier_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.Selection.PressDownGestureKt +AndroidX.Compose.Foundation.Text.Input.Internal.Selection.TextFieldMagnifierKt +AndroidX.Compose.Foundation.Text.Input.Internal.Selection.TextFieldMagnifierKt.WhenMappings +AndroidX.Compose.Foundation.Text.Input.Internal.Selection.TextFieldSelectionStateKt +AndroidX.Compose.Foundation.Text.Input.Internal.Selection.TextFieldSelectionState_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.Selection.TextPreparedSelectionKt +AndroidX.Compose.Foundation.Text.Input.Internal.Selection.TextPreparedSelectionKt.WhenMappings +AndroidX.Compose.Foundation.Text.Input.Internal.StatelessInputConnection_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldCoreModifierKt +AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldCoreModifier_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldDecoratorModifierKt +AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldDragAndDropNode_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldKeyEventHandler_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldLayoutStateCacheKt +AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldLayoutStateCache_androidKt +AndroidX.Compose.Foundation.Text.Input.Internal.TextLayoutStateKt +AndroidX.Compose.Foundation.Text.Input.Internal.TextStyleBufferKt +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.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! +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.Append(string? text) -> Java.Lang.IAppendable! +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.Append(string? text, int start, int end) -> Java.Lang.IAppendable! +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.AsCharSequence() -> string! +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.AsCharSequenceFormatted() -> Java.Lang.ICharSequence! +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.Changes.get -> AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.IChangeList! +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.CharAt(int index) -> char +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.HasSelection.get -> bool +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.IChangeList +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.IChangeList.ChangeCount.get -> int +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.IChangeList.GetOriginalRange__jx7JFs(int changeIndex) -> long +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.IChangeList.GetRange__jx7JFs(int changeIndex) -> long +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.Length.get -> int +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.OriginalSelection.get -> long +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.OriginalText.get -> string? +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.OriginalTextFormatted.get -> Java.Lang.ICharSequence! +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.PlaceCursorAfterCharAt(int index) -> void +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.PlaceCursorBeforeCharAt(int index) -> void +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.Replace(int start, int end, Java.Lang.ICharSequence! text) -> void +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.Replace(int start, int end, string! text) -> void +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.RevertAllChanges() -> void +AndroidX.Compose.Foundation.Text.Input.TextFieldBuffer.Selection.get -> long +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.TextFieldLineLimitsConsts +AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsMultiLine +AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsMultiLine.InterfaceConsts +AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsMultiLine.MaxHeightInLines.get -> int +AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsMultiLine.MinHeightInLines.get -> int +AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsMultiLine.TextFieldLineLimitsMultiLine() -> void +AndroidX.Compose.Foundation.Text.Input.TextFieldLineLimitsMultiLine.TextFieldLineLimitsMultiLine(int minHeightInLines, int maxHeightInLines) -> void +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.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? +AndroidX.Compose.Foundation.Text.Input.TextFieldState.TextFormatted.get -> Java.Lang.ICharSequence! +AndroidX.Compose.Foundation.Text.Input.TextFieldState.UndoState.get -> AndroidX.Compose.Foundation.Text.Input.UndoState! +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.Value.get -> int +AndroidX.Compose.Foundation.Text.Input.TextObfuscationMode_androidKt +AndroidX.Compose.Foundation.Text.Input.TextUndoManagerKt +AndroidX.Compose.Foundation.Text.Input.UndoState +AndroidX.Compose.Foundation.Text.Input.UndoState.CanRedo.get -> bool +AndroidX.Compose.Foundation.Text.Input.UndoState.CanUndo.get -> bool +AndroidX.Compose.Foundation.Text.Input.UndoState.ClearHistory() -> void +AndroidX.Compose.Foundation.Text.Input.UndoState.Redo() -> void +AndroidX.Compose.Foundation.Text.Input.UndoState.Undo() -> void +AndroidX.Compose.Foundation.Text.InternalFoundationTextApiAttribute +AndroidX.Compose.Foundation.Text.InternalFoundationTextApiAttribute.InternalFoundationTextApiAttribute() -> void +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.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? +AndroidX.Compose.Foundation.Text.KeyboardActions.OnGo.get -> Kotlin.Jvm.Functions.IFunction1? +AndroidX.Compose.Foundation.Text.KeyboardActions.OnNext.get -> Kotlin.Jvm.Functions.IFunction1? +AndroidX.Compose.Foundation.Text.KeyboardActions.OnPrevious.get -> Kotlin.Jvm.Functions.IFunction1? +AndroidX.Compose.Foundation.Text.KeyboardActions.OnSearch.get -> Kotlin.Jvm.Functions.IFunction1? +AndroidX.Compose.Foundation.Text.KeyboardActions.OnSend.get -> Kotlin.Jvm.Functions.IFunction1? +AndroidX.Compose.Foundation.Text.KeyboardActionsKt +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.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.ShowKeyboardOnFocus.get -> Java.Lang.Boolean? +AndroidX.Compose.Foundation.Text.LongPressTextDragObserverKt +AndroidX.Compose.Foundation.Text.Modifiers.LayoutUtilsKt +AndroidX.Compose.Foundation.Text.Modifiers.MinLinesConstrainerKt +AndroidX.Compose.Foundation.Text.Modifiers.ModifierUtilsKt +AndroidX.Compose.Foundation.Text.Modifiers.MultiParagraphLayoutCacheKt +AndroidX.Compose.Foundation.Text.Modifiers.SelectionControllerKt +AndroidX.Compose.Foundation.Text.Modifiers.SelectionController_androidKt +AndroidX.Compose.Foundation.Text.Modifiers.TextAnnotatedStringNodeKt +AndroidX.Compose.Foundation.Text.Modifiers.TextStyleProviderNodeKt +AndroidX.Compose.Foundation.Text.PointerMoveDetectorKt +AndroidX.Compose.Foundation.Text.Selection.AndroidSelectionHandles_androidKt +AndroidX.Compose.Foundation.Text.Selection.DefaultTextSelectionColors_androidKt +AndroidX.Compose.Foundation.Text.Selection.MultiWidgetSelectionDelegateKt +AndroidX.Compose.Foundation.Text.Selection.PlatformSelectionBehaviors_androidKt +AndroidX.Compose.Foundation.Text.Selection.SelectionAdjustmentKt +AndroidX.Compose.Foundation.Text.Selection.SelectionContainerKt +AndroidX.Compose.Foundation.Text.Selection.SelectionGesturesKt +AndroidX.Compose.Foundation.Text.Selection.SelectionHandlesKt +AndroidX.Compose.Foundation.Text.Selection.SelectionHelpersKt +AndroidX.Compose.Foundation.Text.Selection.SelectionLayoutKt +AndroidX.Compose.Foundation.Text.Selection.SelectionLayoutKt.WhenMappings +AndroidX.Compose.Foundation.Text.Selection.SelectionMagnifierKt +AndroidX.Compose.Foundation.Text.Selection.SelectionManagerKt +AndroidX.Compose.Foundation.Text.Selection.SelectionManagerKt.WhenMappings +AndroidX.Compose.Foundation.Text.Selection.SelectionManager_androidKt +AndroidX.Compose.Foundation.Text.Selection.SelectionRegistrarImplKt +AndroidX.Compose.Foundation.Text.Selection.SelectionRegistrarKt +AndroidX.Compose.Foundation.Text.Selection.SimpleLayoutKt +AndroidX.Compose.Foundation.Text.Selection.TextFieldSelectionManagerKt +AndroidX.Compose.Foundation.Text.Selection.TextFieldSelectionManagerKt.WhenMappings +AndroidX.Compose.Foundation.Text.Selection.TextFieldSelectionManager_androidKt +AndroidX.Compose.Foundation.Text.Selection.TextSelectionColors +AndroidX.Compose.Foundation.Text.Selection.TextSelectionColors.BackgroundColor.get -> long +AndroidX.Compose.Foundation.Text.Selection.TextSelectionColors.HandleColor.get -> long +AndroidX.Compose.Foundation.Text.Selection.TextSelectionColorsKt +AndroidX.Compose.Foundation.Text.Selection.TextSelectionDelegateKt +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.TextAutoSizeConsts +AndroidX.Compose.Foundation.Text.TextAutoSizeDefaults +AndroidX.Compose.Foundation.Text.TextAutoSizeDefaults.MaxFontSize.get -> long +AndroidX.Compose.Foundation.Text.TextAutoSizeDefaults.MinFontSize.get -> long +AndroidX.Compose.Foundation.Text.TextDelegateKt +AndroidX.Compose.Foundation.Text.TextFieldCursorKt +AndroidX.Compose.Foundation.Text.TextFieldCursor_androidKt +AndroidX.Compose.Foundation.Text.TextFieldDelegateKt +AndroidX.Compose.Foundation.Text.TextFieldFocusModifier_androidKt +AndroidX.Compose.Foundation.Text.TextFieldGestureModifiersKt +AndroidX.Compose.Foundation.Text.TextFieldKeyInputKt +AndroidX.Compose.Foundation.Text.TextFieldKeyInput_androidKt +AndroidX.Compose.Foundation.Text.TextFieldPointerModifier_androidKt +AndroidX.Compose.Foundation.Text.TextFieldPointerModifier_commonKt +AndroidX.Compose.Foundation.Text.TextFieldPressGestureFilterKt +AndroidX.Compose.Foundation.Text.TextFieldScrollKt +AndroidX.Compose.Foundation.Text.TextFieldScrollKt.WhenMappings +AndroidX.Compose.Foundation.Text.TextFieldScroll_androidKt +AndroidX.Compose.Foundation.Text.TextFieldSizeKt +AndroidX.Compose.Foundation.Text.TextLayoutHelperKt +AndroidX.Compose.Foundation.Text.TextLayoutResultProxyKt +AndroidX.Compose.Foundation.Text.TextLinkScopeKt +AndroidX.Compose.Foundation.Text.TextPointerIcon_androidKt +AndroidX.Compose.Foundation.Text.TouchMode_androidKt +AndroidX.Compose.Foundation.Text.UndoManagerKt +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 +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.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.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! +override AndroidX.Compose.Foundation.BackgroundKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.BasicMarqueeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.BasicTooltipDefaults.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.BasicTooltipKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.BasicTooltip_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Border.BorderLogicKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.BorderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.BorderStroke.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.BorderStrokeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.CanvasKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.CheckScrollableContainerConstraintsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.ClickableKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Clickable_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.ClipScrollableContainerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.ComposeFoundationFlags.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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.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.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! +override AndroidX.Compose.Foundation.Contextmenu.ContextMenuGesturesKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Contextmenu.ContextMenuPopupPositionProviderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Contextmenu.ContextMenuStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Contextmenu.ContextMenuUiKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Contextmenu.ContextMenuUi_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.DarkThemeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.DarkTheme_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Draganddrop.AndroidDragAndDropSource_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Draganddrop.DragAndDropSourceKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Draganddrop.DragAndDropTargetKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.EdgeEffectCompat_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.ExcludeFromSystemGestureKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.FocusableKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.FocusedBoundsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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.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.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! +override AndroidX.Compose.Foundation.Gestures.Draggable2DKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.DraggableAnchorsConfig.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.DraggableKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.DraggableStateDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.ForEachGestureKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.GestureCancellationException.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.IndirectPointerInputDragCycleDetectorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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.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! +override AndroidX.Compose.Foundation.Gestures.ScrollableDefaults.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.ScrollableKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.ScrollableStateDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.ScrollableStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.Scrollable_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.Snapping.LazyGridSnapLayoutInfoProviderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.Snapping.LazyListSnapLayoutInfoProviderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.Snapping.PagerSnapLayoutInfoProviderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.Snapping.SnapFlingBehaviorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionCenter.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionEnd.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.Snapping.SnapPositionStart.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.TapGestureDetectorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.TapGestureDetector_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.TargetedFlingBehaviorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.TransformGestureDetectorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.TransformScopeDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.TransformableKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.TransformableStateDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Gestures.TransformableStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.HoverableKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.ImageKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.IndicationKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.DragInteractionCancel.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.DragInteractionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.DragInteractionStart.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.DragInteractionStop.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.FocusInteractionFocus.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.FocusInteractionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.FocusInteractionUnfocus.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.HoverInteractionEnter.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.HoverInteractionExit.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.HoverInteractionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.InteractionSourceKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.PressInteractionCancel.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.PressInteractionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.PressInteractionPress.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Interaction.PressInteractionRelease.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Internal.ClipboardUtils_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Internal.InlineClassHelperKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Internal.JvmDefaultWithCompatibility_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Internal.PlatformOptimizedCancellationException_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Internal.PlatformUtils_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Internal.System_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Grid.GridCellsAdaptive.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Grid.GridCellsFixed.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Grid.GridCellsFixedSize.JniPeerMembers.get -> Java.Interop.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.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! +override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridLayoutInfoKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridMeasureKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridMeasuredItemKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Grid.LazyGridPrefetchStrategyKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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.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! +override AndroidX.Compose.Foundation.Lazy.Layout.CacheWindowLogicKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.IntervalListInterval.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.IntervalListKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutBeyondBoundsModifierLocalKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutBeyondBoundsStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutCacheWindowKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.ThresholdClass.get -> nint +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent.ThresholdType.get -> System.Type! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutItemAnimationKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutItemAnimatorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutItemContentFactoryKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutItemProviderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutKeyIndexMapKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutMeasuredItemKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPinnableItemKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutScrollDeltaBetweenPassesKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutScrollScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutSemanticsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutStickyItemsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.LazySaveableStateHolderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.Lazy_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.MutableIntervalList.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Layout.PrefetchScheduler_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyDslKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyItemScopeDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyLayoutSemanticStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyListBeyondBoundsModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyListCacheWindowStrategyKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyListItemProviderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyListKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyListLayoutInfoDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyListLayoutInfoKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyListMeasureKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyListMeasuredItemKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyListPrefetchStrategyKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.LazyListScopeDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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.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! +override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridBeyondBoundsModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridCellsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridDslKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridItemProviderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridMeasureKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridMeasurePolicyKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridMeasurePolicyKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridMeasureResultKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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.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.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.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.MutatePriority.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.MutatorMutex.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.OverscrollConfiguration.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.OverscrollConfiguration_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.OverscrollKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Pager.LazyLayoutPagerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Pager.LazyLayoutSemanticStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Pager.MeasuredPageKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Pager.PageSizeFill.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Pager.PageSizeFixed.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Pager.PagerBeyondBoundsModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Pager.PagerDefaults.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Pager.PagerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Pager.PagerLayoutInfoKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Pager.PagerMeasureKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Pager.PagerMeasurePolicyKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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.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 +override AndroidX.Compose.Foundation.Pager.PagerState.ThresholdType.get -> System.Type! +override AndroidX.Compose.Foundation.Pager.PagerStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Platform.Synchronization_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.PreferKeepClear_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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.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.AbsoluteCutCornerShapeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Shape.AbsoluteRoundedCornerShapeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Shape.CornerSizeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Shape.CutCornerShapeKt.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! +override AndroidX.Compose.Foundation.SystemGestureExclusionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.AndroidCursorHandle_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.AnnotatedStringResolveInlineContentKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.AutofillHighlightKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.AutofillHighlight_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.BasicSecureTextFieldKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.BasicSecureTextField_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.BasicTextFieldKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.BasicTextKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.BasicText_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.ClickableTextKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.ClipboardEventsHandler_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.CommonContextMenuAreaKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.ContextMenuStrings_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.ContextMenu_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Builder.TextContextMenuBuilderScope.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Builder.TextContextMenuBuilderScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Builder.TextContextMenuBuilderScope_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Data.ProcessTextKey.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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.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! +override AndroidX.Compose.Foundation.Text.Contextmenu.Data.TextContextMenuSeparator.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Gestures.RightClickGesturesKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Internal.AndroidTextContextMenuToolbarProvider_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Internal.DefaultTextContextMenuDropdownProvider_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Internal.PlatformDefaultTextContextMenuProviders_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Internal.TextContextMenuTextClassificationHelper_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Modifier.TextContextMenuGesturesModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Modifier.TextContextMenuModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Modifier.TextContextMenuModifier_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Modifier.TextContextMenuToolbarHandlerModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.ProcessText_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Provider.BasicTextContextMenuProviderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Contextmenu.Provider.TextContextMenuProviderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.CoreTextFieldKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.CoreTextField_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Handwriting.HandwritingDetector_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Handwriting.HandwritingHandler_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Handwriting.StylusHandwritingKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Handwriting.StylusHandwriting_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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.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! +override AndroidX.Compose.Foundation.Text.Input.Internal.CodepointTransformationKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.ComposeInputMethodManager_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.CursorAnchorInfoBuilder_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.DragAndDropHoverInteractionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.EditorInfo_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.HandwritingGesture_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.ImeEditCommand_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.IntIntervalTreeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.LegacyAdaptingPlatformTextInputModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.LegacyCursorAnchorInfoBuilder_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.LegacyPlatformTextInputServiceAdapter_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.MathUtilsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.OffsetMappingCalculatorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.RecordingInputConnection_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.Selection.AndroidTextFieldMagnifier_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.Selection.PressDownGestureKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.Selection.TextFieldMagnifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.Selection.TextFieldMagnifierKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.Selection.TextFieldSelectionStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.Selection.TextFieldSelectionState_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.Selection.TextPreparedSelectionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.Selection.TextPreparedSelectionKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.StatelessInputConnection_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldCoreModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldCoreModifier_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldDecoratorModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldDragAndDropNode_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldKeyEventHandler_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldLayoutStateCacheKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.TextFieldLayoutStateCache_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.TextLayoutStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.TextStyleBufferKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.ToCharArray_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.TransformedTextFieldStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Input.Internal.Undo.TextUndoOperationKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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.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.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.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.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! +override AndroidX.Compose.Foundation.Text.Modifiers.MinLinesConstrainerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Modifiers.ModifierUtilsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Modifiers.MultiParagraphLayoutCacheKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Modifiers.SelectionControllerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Modifiers.SelectionController_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Modifiers.TextAnnotatedStringNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Modifiers.TextStyleProviderNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.PointerMoveDetectorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.AndroidSelectionHandles_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.DefaultTextSelectionColors_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.MultiWidgetSelectionDelegateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.PlatformSelectionBehaviors_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionAdjustmentKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionContainerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionGesturesKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionHandlesKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionHelpersKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionLayoutKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionLayoutKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionMagnifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionManagerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionManagerKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionManager_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionRegistrarImplKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SelectionRegistrarKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.SimpleLayoutKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.TextFieldSelectionManagerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.TextFieldSelectionManagerKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.TextFieldSelectionManager_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.TextSelectionColors.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.TextSelectionColorsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.Selection.TextSelectionDelegateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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.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! +override AndroidX.Compose.Foundation.Text.TextFieldCursor_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextFieldDelegateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextFieldFocusModifier_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextFieldGestureModifiersKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextFieldKeyInputKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextFieldKeyInput_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextFieldPointerModifier_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextFieldPointerModifier_commonKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextFieldPressGestureFilterKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextFieldScrollKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextFieldScrollKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextFieldScroll_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextFieldSizeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextLayoutHelperKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextLayoutResultProxyKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextLinkScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TextPointerIcon_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Text.TouchMode_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +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! +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.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.BorderStrokeKt.BorderStroke(float width, long color) -> AndroidX.Compose.Foundation.BorderStroke! +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! +static AndroidX.Compose.Foundation.ClickableKt.CombinedClickable(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, string? onLongClickLabel, Kotlin.Jvm.Functions.IFunction0? onLongClick, Kotlin.Jvm.Functions.IFunction0? onDoubleClick, bool hapticFeedbackEnabled, Kotlin.Jvm.Functions.IFunction0! onClick) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.ClickableKt.CombinedClickable(AndroidX.Compose.UI.IModifier! obj, bool enabled, string? onClickLabel, AndroidX.Compose.UI.Semantics.Role? role, string? onLongClickLabel, Kotlin.Jvm.Functions.IFunction0? onLongClick, Kotlin.Jvm.Functions.IFunction0? onDoubleClick, bool hapticFeedbackEnabled, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, Kotlin.Jvm.Functions.IFunction0! onClick) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Clickable_androidKt.TapIndicationDelay.get -> long +static AndroidX.Compose.Foundation.ClipScrollableContainerKt.ClipScrollableContainer(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Gestures.Orientation! orientation) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.ClipScrollableContainerKt.MaxSupportedElevation.get -> float +static AndroidX.Compose.Foundation.ComposeFoundationFlags.Instance.get -> AndroidX.Compose.Foundation.ComposeFoundationFlags! +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsAnchoredDraggableTargetValueCalculationFixEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsAnchoredDraggableTargetValueCalculationFixEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsBasicTextFieldMinSizeOptimizationEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsBasicTextFieldMinSizeOptimizationEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsBringIntoViewRltBouncyBehaviorInPagerFixEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsBringIntoViewRltBouncyBehaviorInPagerFixEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsCacheWindowForPagerEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsCacheWindowForPagerEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsCacheWindowRefillFixEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsCacheWindowRefillFixEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsConcurrentTextFieldSelectionFixEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsConcurrentTextFieldSelectionFixEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsDelayPressesUsingGestureConsumptionEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsDelayPressesUsingGestureConsumptionEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsInheritedTextStyleEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsInheritedTextStyleEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsNestedDraggablesTouchConflictFixEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsNestedDraggablesTouchConflictFixEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsNewContextMenuEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsNewContextMenuEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsNonSuspendingPointerInputInCombinedClickableEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsNonSuspendingPointerInputInCombinedClickableEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsPausableCompositionInPrefetchEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsPausableCompositionInPrefetchEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsReverseLayoutNestedScrollConnectionInPagerFixEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsReverseLayoutNestedScrollConnectionInPagerFixEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsSkipItemPlacementAnimationFixEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsSkipItemPlacementAnimationFixEnabled.set -> void +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsSmartSelectionEnabled.get -> bool +static AndroidX.Compose.Foundation.ComposeFoundationFlags.IsSmartSelectionEnabled.set -> void +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.ReceiveContentKt.ContentReceiver(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Content.IReceiveContentListener! receiveContentListener) -> AndroidX.Compose.UI.IModifier! +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.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! +static AndroidX.Compose.Foundation.FocusableKt.Focusable(AndroidX.Compose.UI.IModifier! obj, bool enabled, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.FocusedBoundsKt.OnFocusedBoundsChanged(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! onPositioned) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableDefaults.Instance.get -> AndroidX.Compose.Foundation.Gestures.AnchoredDraggableDefaults! +static AndroidX.Compose.Foundation.Gestures.AnchoredDraggableKt.AnchoredDraggable(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Gestures.AnchoredDraggableState! state, 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, 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.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.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.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.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.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.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? +static AndroidX.Compose.Foundation.Gestures.Scrollable2DKt.Scrollable2D(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Gestures.IScrollable2DState! state, bool enabled, AndroidX.Compose.Foundation.IOverscrollEffect? overscrollEffect, AndroidX.Compose.Foundation.Gestures.IFlingBehavior? flingBehavior, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Gestures.ScrollableDefaults.Instance.get -> AndroidX.Compose.Foundation.Gestures.ScrollableDefaults! +static AndroidX.Compose.Foundation.Gestures.ScrollableKt.CanDragCalculation.get -> Kotlin.Jvm.Functions.IFunction1! +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.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 +static AndroidX.Compose.Foundation.Gestures.ScrollableStateDefaultImpls.GetLastScrolledForward(AndroidX.Compose.Foundation.Gestures.IScrollableState! _this) -> bool +static AndroidX.Compose.Foundation.Gestures.ScrollableStateDefaultImpls.GetScrollIndicatorState(AndroidX.Compose.Foundation.Gestures.IScrollableState! _this) -> AndroidX.Compose.Foundation.IScrollIndicatorState? +static AndroidX.Compose.Foundation.Gestures.ScrollableStateKt.RememberScrollableState(Kotlin.Jvm.Functions.IFunction1! consumeScrollDelta, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Gestures.IScrollableState! +static AndroidX.Compose.Foundation.Gestures.ScrollableStateKt.ScrollableState(Kotlin.Jvm.Functions.IFunction1! consumeScrollDelta) -> AndroidX.Compose.Foundation.Gestures.IScrollableState! +static AndroidX.Compose.Foundation.Gestures.Snapping.LazyGridSnapLayoutInfoProviderKt.GetSingleAxisViewportSize(AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridLayoutInfo! obj) -> int +static AndroidX.Compose.Foundation.Gestures.Snapping.LazyGridSnapLayoutInfoProviderKt.RememberSnapFlingBehavior(AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState! lazyGridState, AndroidX.Compose.Foundation.Gestures.Snapping.ISnapPosition? snapPosition, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> AndroidX.Compose.Foundation.Gestures.IFlingBehavior! +static AndroidX.Compose.Foundation.Gestures.Snapping.LazyGridSnapLayoutInfoProviderKt.SnapLayoutInfoProvider(AndroidX.Compose.Foundation.Lazy.Grid.LazyGridState! lazyGridState, AndroidX.Compose.Foundation.Gestures.Snapping.ISnapPosition! snapPosition) -> AndroidX.Compose.Foundation.Gestures.Snapping.ISnapLayoutInfoProvider! +static AndroidX.Compose.Foundation.Gestures.Snapping.LazyListSnapLayoutInfoProviderKt.GetSingleAxisViewportSize(AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo! obj) -> int +static AndroidX.Compose.Foundation.Gestures.Snapping.LazyListSnapLayoutInfoProviderKt.RememberSnapFlingBehavior(AndroidX.Compose.Foundation.Lazy.LazyListState! lazyListState, AndroidX.Compose.Foundation.Gestures.Snapping.ISnapPosition? snapPosition, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> AndroidX.Compose.Foundation.Gestures.IFlingBehavior! +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.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.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 +static AndroidX.Compose.Foundation.Gestures.TransformGestureDetectorKt.CalculatePan(AndroidX.Compose.UI.Input.Pointer.PointerEvent! obj) -> long +static AndroidX.Compose.Foundation.Gestures.TransformGestureDetectorKt.CalculateRotation(AndroidX.Compose.UI.Input.Pointer.PointerEvent! obj) -> float +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.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.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! +static AndroidX.Compose.Foundation.Interaction.FocusInteractionKt.CollectIsFocusedAsState(AndroidX.Compose.Foundation.Interaction.IInteractionSource! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Foundation.Interaction.HoverInteractionKt.CollectIsHoveredAsState(AndroidX.Compose.Foundation.Interaction.IInteractionSource! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Foundation.Interaction.InteractionSourceKt.MutableInteractionSource() -> AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource! +static AndroidX.Compose.Foundation.Interaction.PressInteractionKt.CollectIsPressedAsState(AndroidX.Compose.Foundation.Interaction.IInteractionSource! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridDslKt.Items(AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridScope! obj, Java.Lang.Object![]! items, Kotlin.Jvm.Functions.IFunction1? key, Kotlin.Jvm.Functions.IFunction2? span, Kotlin.Jvm.Functions.IFunction1! contentType, Kotlin.Jvm.Functions.IFunction4! itemContent) -> void +static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridDslKt.Items(AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridScope! obj, System.Collections.IList! items, Kotlin.Jvm.Functions.IFunction1? key, Kotlin.Jvm.Functions.IFunction2? span, Kotlin.Jvm.Functions.IFunction1! contentType, Kotlin.Jvm.Functions.IFunction4! itemContent) -> void +static AndroidX.Compose.Foundation.Lazy.Grid.LazyGridDslKt.ItemsIndexed(AndroidX.Compose.Foundation.Lazy.Grid.ILazyGridScope! obj, Java.Lang.Object![]! 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.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.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.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! +static AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutCacheWindowKt.LazyLayoutCacheWindow(float aheadFraction, float behindFraction) -> AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutCacheWindow! +static AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutKeyIndexMapKt.LazyLayoutKeyIndexMap(Kotlin.Ranges.IntRange! itemIndexRange, AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutIntervalContent! intervalContent) -> AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutKeyIndexMap! +static AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutKt.LazyLayout(Kotlin.Jvm.Functions.IFunction0! itemProvider, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Lazy.Layout.LazyLayoutPrefetchState? prefetchState, AndroidX.Compose.Foundation.Lazy.Layout.ILazyLayoutMeasurePolicy! measurePolicy, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> void +static AndroidX.Compose.Foundation.Lazy.Layout.Lazy_androidKt.GetDefaultLazyLayoutKey(int index) -> Java.Lang.Object! +static AndroidX.Compose.Foundation.Lazy.LazyDslKt.Items(AndroidX.Compose.Foundation.Lazy.ILazyListScope! obj, Java.Lang.Object![]! items, Kotlin.Jvm.Functions.IFunction1? key, Kotlin.Jvm.Functions.IFunction1! contentType, Kotlin.Jvm.Functions.IFunction4! itemContent) -> void +static AndroidX.Compose.Foundation.Lazy.LazyDslKt.Items(AndroidX.Compose.Foundation.Lazy.ILazyListScope! obj, System.Collections.IList! items, Kotlin.Jvm.Functions.IFunction1? key, Kotlin.Jvm.Functions.IFunction1! contentType, Kotlin.Jvm.Functions.IFunction4! itemContent) -> void +static AndroidX.Compose.Foundation.Lazy.LazyDslKt.ItemsIndexed(AndroidX.Compose.Foundation.Lazy.ILazyListScope! obj, Java.Lang.Object![]! items, Kotlin.Jvm.Functions.IFunction2? key, Kotlin.Jvm.Functions.IFunction2! contentType, Kotlin.Jvm.Functions.IFunction5! itemContent) -> void +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.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 +static AndroidX.Compose.Foundation.Lazy.LazyListLayoutInfoDefaultImpls.GetOrientation(AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo! _this) -> AndroidX.Compose.Foundation.Gestures.Orientation! +static AndroidX.Compose.Foundation.Lazy.LazyListLayoutInfoDefaultImpls.GetReverseLayout(AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo! _this) -> bool +static AndroidX.Compose.Foundation.Lazy.LazyListLayoutInfoDefaultImpls.GetViewportSize_YbymL2g(AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo! _this) -> long +static AndroidX.Compose.Foundation.Lazy.LazyListLayoutInfoKt.GetSingleAxisViewportSize(AndroidX.Compose.Foundation.Lazy.ILazyListLayoutInfo! obj) -> int +static AndroidX.Compose.Foundation.Lazy.LazyListPrefetchStrategyKt.LazyListPrefetchStrategy(int nestedPrefetchItemCount) -> AndroidX.Compose.Foundation.Lazy.ILazyListPrefetchStrategy! +static AndroidX.Compose.Foundation.Lazy.LazyListScopeDefaultImpls.Item(AndroidX.Compose.Foundation.Lazy.ILazyListScope! _this, Java.Lang.Object? key, Java.Lang.Object? contentType, Kotlin.Jvm.Functions.IFunction3! content) -> void +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.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! +static AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridDslKt.Items(AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridScope! obj, Java.Lang.Object![]! items, Kotlin.Jvm.Functions.IFunction1? key, Kotlin.Jvm.Functions.IFunction1! contentType, Kotlin.Jvm.Functions.IFunction1? span, Kotlin.Jvm.Functions.IFunction4! itemContent) -> void +static AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridDslKt.Items(AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridScope! obj, System.Collections.IList! items, Kotlin.Jvm.Functions.IFunction1? key, Kotlin.Jvm.Functions.IFunction1! contentType, Kotlin.Jvm.Functions.IFunction1? span, Kotlin.Jvm.Functions.IFunction4! itemContent) -> void +static AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridDslKt.ItemsIndexed(AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridScope! obj, Java.Lang.Object![]! items, Kotlin.Jvm.Functions.IFunction2? key, Kotlin.Jvm.Functions.IFunction2! contentType, Kotlin.Jvm.Functions.IFunction2? span, Kotlin.Jvm.Functions.IFunction5! itemContent) -> void +static AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridDslKt.ItemsIndexed(AndroidX.Compose.Foundation.Lazy.Staggeredgrid.ILazyStaggeredGridScope! obj, System.Collections.IList! items, Kotlin.Jvm.Functions.IFunction2? key, Kotlin.Jvm.Functions.IFunction2! contentType, Kotlin.Jvm.Functions.IFunction2? span, Kotlin.Jvm.Functions.IFunction5! itemContent) -> void +static AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridDslKt.LazyHorizontalStaggeredGrid(AndroidX.Compose.Foundation.Lazy.Staggeredgrid.IStaggeredGridCells! rows, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState? state, AndroidX.Compose.Foundation.Layout.IPaddingValues? contentPadding, bool reverseLayout, AndroidX.Compose.Foundation.Layout.Arrangement.IVertical? verticalArrangement, float horizontalItemSpacing, 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.Staggeredgrid.LazyStaggeredGridDslKt.LazyVerticalStaggeredGrid(AndroidX.Compose.Foundation.Lazy.Staggeredgrid.IStaggeredGridCells! columns, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Lazy.Staggeredgrid.LazyStaggeredGridState? state, AndroidX.Compose.Foundation.Layout.IPaddingValues? contentPadding, bool reverseLayout, float verticalItemSpacing, 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.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.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.MarqueeDefaults.Instance.get -> AndroidX.Compose.Foundation.MarqueeDefaults! +static AndroidX.Compose.Foundation.MarqueeSpacing.Companion.get -> AndroidX.Compose.Foundation.MarqueeSpacingCompanion! +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? +static AndroidX.Compose.Foundation.MutatePriority.UserInput.get -> AndroidX.Compose.Foundation.MutatePriority? +static AndroidX.Compose.Foundation.MutatePriority.ValueOf(string? value) -> AndroidX.Compose.Foundation.MutatePriority? +static AndroidX.Compose.Foundation.MutatePriority.Values() -> AndroidX.Compose.Foundation.MutatePriority![]? +static AndroidX.Compose.Foundation.OverscrollConfiguration_androidKt.LocalOverscrollConfiguration.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Foundation.OverscrollKt.LocalOverscrollFactory.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Foundation.OverscrollKt.Overscroll(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.IOverscrollEffect? overscrollEffect) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.OverscrollKt.RememberOverscrollEffect(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.IOverscrollEffect? +static AndroidX.Compose.Foundation.OverscrollKt.WithoutEventHandling(AndroidX.Compose.Foundation.IOverscrollEffect! obj) -> AndroidX.Compose.Foundation.IOverscrollEffect! +static AndroidX.Compose.Foundation.OverscrollKt.WithoutVisualEffect(AndroidX.Compose.Foundation.IOverscrollEffect! obj) -> AndroidX.Compose.Foundation.IOverscrollEffect! +static AndroidX.Compose.Foundation.Pager.PageSizeFill.Instance.get -> AndroidX.Compose.Foundation.Pager.PageSizeFill! +static AndroidX.Compose.Foundation.Pager.PagerDefaults.Instance.get -> AndroidX.Compose.Foundation.Pager.PagerDefaults! +static AndroidX.Compose.Foundation.Pager.PagerKt.HorizontalPager(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.IAlignmentVertical? verticalAlignment, 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.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.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! +static AndroidX.Compose.Foundation.Pager.PagerStateKt.RememberPagerState(int p0, float initialPageOffsetFraction, Kotlin.Jvm.Functions.IFunction0! pageCount, AndroidX.Compose.Runtime.IComposer? _composer, int initialPage, int _changed) -> AndroidX.Compose.Foundation.Pager.PagerState! +static AndroidX.Compose.Foundation.PreferKeepClear_androidKt.PreferKeepClear(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.ProgressSemanticsKt.ProgressSemantics(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.ProgressSemanticsKt.ProgressSemantics(AndroidX.Compose.UI.IModifier! obj, float value, Kotlin.Ranges.IClosedFloatingPointRange! valueRange, int steps) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Relocation.BringIntoViewRequesterKt.BringIntoViewRequester() -> AndroidX.Compose.Foundation.Relocation.IBringIntoViewRequester! +static AndroidX.Compose.Foundation.Relocation.BringIntoViewRequesterKt.BringIntoViewRequester(AndroidX.Compose.UI.IModifier! _this_bringIntoViewRequester, AndroidX.Compose.Foundation.Relocation.IBringIntoViewRequester! bringIntoViewRequester) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Relocation.BringIntoViewRequesterKt.BringIntoViewResponder(AndroidX.Compose.UI.IModifier! _this_bringIntoViewResponder, AndroidX.Compose.Foundation.Relocation.IBringIntoViewResponder! responder) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.ScrollKt.HorizontalScroll(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.HorizontalScroll(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.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.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! +static AndroidX.Compose.Foundation.Selection.SelectableKt.Selectable(AndroidX.Compose.UI.IModifier! obj, bool selected, 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.SelectableKt.Selectable(AndroidX.Compose.UI.IModifier! obj, bool selected, 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.Selection.ToggleableKt.Toggleable(AndroidX.Compose.UI.IModifier! obj, bool value, AndroidX.Compose.Foundation.Interaction.IMutableInteractionSource? interactionSource, AndroidX.Compose.Foundation.IIndication? indication, bool enabled, AndroidX.Compose.UI.Semantics.Role? role, Kotlin.Jvm.Functions.IFunction1! onValueChange) -> AndroidX.Compose.UI.IModifier! +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.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.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.BasicSecureTextField_androidKt.ContentResolverForSecureTextField.get -> Kotlin.Jvm.Functions.IFunction1! +static AndroidX.Compose.Foundation.Text.BasicSecureTextField_androidKt.ContentResolverForSecureTextField.set -> 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.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.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! +static AndroidX.Compose.Foundation.Text.Contextmenu.Modifier.TextContextMenuModifierKt.FilterTextContextMenuComponents(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! filter) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Text.Contextmenu.Provider.TextContextMenuProviderKt.LocalTextContextMenuDropdownProvider.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Foundation.Text.Contextmenu.Provider.TextContextMenuProviderKt.LocalTextContextMenuToolbarProvider.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.Foundation.Text.Handwriting.HandwritingDetector_androidKt.HandwritingDetector(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction0! callback) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Text.Handwriting.HandwritingHandler_androidKt.HandwritingHandler(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Text.Handwriting.StylusHandwritingKt.HandwritingBoundsExpansion.get -> AndroidX.Compose.UI.Node.DpTouchBoundsExpansion! +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.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! +static AndroidX.Compose.Foundation.Text.Input.Internal.LegacyPlatformTextInputServiceAdapter_androidKt.InputMethodManagerFactory.get -> Kotlin.Jvm.Functions.IFunction1! +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.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.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.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.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.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.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 +static AndroidX.Compose.Foundation.Text.Selection.SelectionHandlesKt.HandleWidth.get -> float +static AndroidX.Compose.Foundation.Text.Selection.SelectionHandlesKt.SelectionHandleInfoKey.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +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.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! +static AndroidX.Compose.Foundation.Text.TextFieldKeyInput_androidKt.IsTypedEvent(Android.Views.KeyEvent! obj) -> bool +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 +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 +virtual AndroidX.Compose.Foundation.Pager.PagerState.LastScrolledBackward.get -> bool +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? diff --git a/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml b/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml index 04519360b..2934ba7b2 100644 --- a/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml +++ b/source/androidx.compose.foundation/foundation-android/Transforms/Metadata.xml @@ -1,5 +1,44 @@ - - + + + + + + - \ No newline at end of file + + + + + + + + + + + + + + diff --git a/source/androidx.compose.foundation/foundation-layout-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.compose.foundation/foundation-layout-android/PublicAPI/PublicAPI.Unshipped.txt index 7dc5c5811..f5b4224df 100644 --- a/source/androidx.compose.foundation/foundation-layout-android/PublicAPI/PublicAPI.Unshipped.txt +++ b/source/androidx.compose.foundation/foundation-layout-android/PublicAPI/PublicAPI.Unshipped.txt @@ -1 +1,495 @@ -#nullable enable +#nullable enable +AndroidX.Compose.Foundation.Layout.AlignmentLineKt +AndroidX.Compose.Foundation.Layout.Arrangement +AndroidX.Compose.Foundation.Layout.Arrangement.Absolute +AndroidX.Compose.Foundation.Layout.Arrangement.Absolute.Aligned(AndroidX.Compose.UI.IAlignmentHorizontal! alignment) -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! +AndroidX.Compose.Foundation.Layout.Arrangement.Absolute.Center.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! +AndroidX.Compose.Foundation.Layout.Arrangement.Absolute.Left.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! +AndroidX.Compose.Foundation.Layout.Arrangement.Absolute.Right.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! +AndroidX.Compose.Foundation.Layout.Arrangement.Absolute.SpaceAround.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! +AndroidX.Compose.Foundation.Layout.Arrangement.Absolute.SpaceBetween.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! +AndroidX.Compose.Foundation.Layout.Arrangement.Absolute.SpaceEvenly.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! +AndroidX.Compose.Foundation.Layout.Arrangement.Absolute.SpacedBy_0680j_4(float space) -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontalOrVertical! +AndroidX.Compose.Foundation.Layout.Arrangement.Absolute.SpacedBy_D5KLDUw(float space, AndroidX.Compose.UI.IAlignmentHorizontal! alignment) -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! +AndroidX.Compose.Foundation.Layout.Arrangement.Absolute.SpacedBy_D5KLDUw(float space, AndroidX.Compose.UI.IAlignmentVertical! alignment) -> AndroidX.Compose.Foundation.Layout.Arrangement.IVertical! +AndroidX.Compose.Foundation.Layout.Arrangement.Aligned(AndroidX.Compose.UI.IAlignmentHorizontal! alignment) -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! +AndroidX.Compose.Foundation.Layout.Arrangement.Aligned(AndroidX.Compose.UI.IAlignmentVertical! alignment) -> AndroidX.Compose.Foundation.Layout.Arrangement.IVertical! +AndroidX.Compose.Foundation.Layout.Arrangement.Bottom.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IVertical! +AndroidX.Compose.Foundation.Layout.Arrangement.Center.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontalOrVertical! +AndroidX.Compose.Foundation.Layout.Arrangement.End.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! +AndroidX.Compose.Foundation.Layout.Arrangement.HorizontalDefaultImpls +AndroidX.Compose.Foundation.Layout.Arrangement.HorizontalOrVerticalDefaultImpls +AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal +AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal.Spacing_D9Ej5fM.get -> float +AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontalOrVertical +AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontalOrVertical.Spacing_D9Ej5fM.get -> float +AndroidX.Compose.Foundation.Layout.Arrangement.IVertical +AndroidX.Compose.Foundation.Layout.Arrangement.IVertical.Spacing_D9Ej5fM.get -> float +AndroidX.Compose.Foundation.Layout.Arrangement.SpaceAround.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontalOrVertical! +AndroidX.Compose.Foundation.Layout.Arrangement.SpaceBetween.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontalOrVertical! +AndroidX.Compose.Foundation.Layout.Arrangement.SpaceEvenly.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontalOrVertical! +AndroidX.Compose.Foundation.Layout.Arrangement.SpacedBy(float space) -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontalOrVertical! +AndroidX.Compose.Foundation.Layout.Arrangement.SpacedBy(float space, AndroidX.Compose.UI.IAlignmentHorizontal! alignment) -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! +AndroidX.Compose.Foundation.Layout.Arrangement.SpacedBy(float space, AndroidX.Compose.UI.IAlignmentVertical! alignment) -> AndroidX.Compose.Foundation.Layout.Arrangement.IVertical! +AndroidX.Compose.Foundation.Layout.Arrangement.Start.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! +AndroidX.Compose.Foundation.Layout.Arrangement.Top.get -> AndroidX.Compose.Foundation.Layout.Arrangement.IVertical! +AndroidX.Compose.Foundation.Layout.Arrangement.VerticalDefaultImpls +AndroidX.Compose.Foundation.Layout.AspectRatioKt +AndroidX.Compose.Foundation.Layout.BoxKt +AndroidX.Compose.Foundation.Layout.BoxWithConstraintsKt +AndroidX.Compose.Foundation.Layout.ColumnKt +AndroidX.Compose.Foundation.Layout.ColumnScopeDefaultImpls +AndroidX.Compose.Foundation.Layout.ComposeFoundationLayoutFlags +AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow +AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow.Companion +AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow.Companion.Clip.get -> AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow! +AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow.Companion.ExpandIndicator(Kotlin.Jvm.Functions.IFunction3! content) -> AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow! +AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow.Companion.ExpandOrCollapseIndicator__jt2gSs(Kotlin.Jvm.Functions.IFunction3! expandIndicator, Kotlin.Jvm.Functions.IFunction3! collapseIndicator, int p2, float minWidthToShowCollapse, AndroidX.Compose.Runtime.IComposer? _composer, int minColumnsToShowCollapse, int _changed) -> AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow! +AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow.Companion.Visible.get -> AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow! +AndroidX.Compose.Foundation.Layout.ContextualFlowLayoutKt +AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow +AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow.Companion +AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow.Companion.Clip.get -> AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow! +AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow.Companion.ExpandIndicator(Kotlin.Jvm.Functions.IFunction3! content) -> AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow! +AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow.Companion.ExpandOrCollapseIndicator__jt2gSs(Kotlin.Jvm.Functions.IFunction3! expandIndicator, Kotlin.Jvm.Functions.IFunction3! collapseIndicator, int p2, float minHeightToShowCollapse, AndroidX.Compose.Runtime.IComposer? _composer, int minRowsToShowCollapse, int _changed) -> AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow! +AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow.Companion.Visible.get -> AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow! +AndroidX.Compose.Foundation.Layout.ExperimentalFlexBoxApiAttribute +AndroidX.Compose.Foundation.Layout.ExperimentalFlexBoxApiAttribute.ExperimentalFlexBoxApiAttribute() -> void +AndroidX.Compose.Foundation.Layout.ExperimentalGridApiAttribute +AndroidX.Compose.Foundation.Layout.ExperimentalGridApiAttribute.ExperimentalGridApiAttribute() -> void +AndroidX.Compose.Foundation.Layout.ExperimentalLayoutApiAttribute +AndroidX.Compose.Foundation.Layout.ExperimentalLayoutApiAttribute.ExperimentalLayoutApiAttribute() -> void +AndroidX.Compose.Foundation.Layout.FlexAlignContent +AndroidX.Compose.Foundation.Layout.FlexAlignContent.Companion +AndroidX.Compose.Foundation.Layout.FlexAlignContent.Companion.Center_d9B3MrI.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignContent.Companion.End_d9B3MrI.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignContent.Companion.SpaceAround_d9B3MrI.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignContent.Companion.SpaceBetween_d9B3MrI.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignContent.Companion.Start_d9B3MrI.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignContent.Companion.Stretch_d9B3MrI.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignItems +AndroidX.Compose.Foundation.Layout.FlexAlignItems.Companion +AndroidX.Compose.Foundation.Layout.FlexAlignItems.Companion.Baseline_20X20zU.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignItems.Companion.Center_20X20zU.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignItems.Companion.End_20X20zU.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignItems.Companion.Start_20X20zU.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignItems.Companion.Stretch_20X20zU.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignSelf +AndroidX.Compose.Foundation.Layout.FlexAlignSelf.Companion +AndroidX.Compose.Foundation.Layout.FlexAlignSelf.Companion.Auto__ov7Qcc.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignSelf.Companion.Baseline__ov7Qcc.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignSelf.Companion.Center__ov7Qcc.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignSelf.Companion.End__ov7Qcc.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignSelf.Companion.Start__ov7Qcc.get -> int +AndroidX.Compose.Foundation.Layout.FlexAlignSelf.Companion.Stretch__ov7Qcc.get -> int +AndroidX.Compose.Foundation.Layout.FlexBasis +AndroidX.Compose.Foundation.Layout.FlexBasis.Companion +AndroidX.Compose.Foundation.Layout.FlexBasis.Companion.Auto_d_lZNVs.get -> long +AndroidX.Compose.Foundation.Layout.FlexBasis.Companion.Dp_cHuBJEI(float value) -> long +AndroidX.Compose.Foundation.Layout.FlexBasis.Companion.Percent_uoj9tHE(float value) -> long +AndroidX.Compose.Foundation.Layout.FlexBoxConfig +AndroidX.Compose.Foundation.Layout.FlexBoxConfigCompanion +AndroidX.Compose.Foundation.Layout.FlexBoxConfigCompanion.InterfaceConsts +AndroidX.Compose.Foundation.Layout.FlexBoxConfigConsts +AndroidX.Compose.Foundation.Layout.FlexBoxKt +AndroidX.Compose.Foundation.Layout.FlexBoxScopeDefaultImpls +AndroidX.Compose.Foundation.Layout.FlexDirection +AndroidX.Compose.Foundation.Layout.FlexDirection.Companion +AndroidX.Compose.Foundation.Layout.FlexDirection.Companion.ColumnReverse_T4wFHC8.get -> int +AndroidX.Compose.Foundation.Layout.FlexDirection.Companion.Column_T4wFHC8.get -> int +AndroidX.Compose.Foundation.Layout.FlexDirection.Companion.RowReverse_T4wFHC8.get -> int +AndroidX.Compose.Foundation.Layout.FlexDirection.Companion.Row_T4wFHC8.get -> int +AndroidX.Compose.Foundation.Layout.FlexJustifyContent +AndroidX.Compose.Foundation.Layout.FlexJustifyContent.Companion +AndroidX.Compose.Foundation.Layout.FlexJustifyContent.Companion.Center_GomtQF4.get -> int +AndroidX.Compose.Foundation.Layout.FlexJustifyContent.Companion.End_GomtQF4.get -> int +AndroidX.Compose.Foundation.Layout.FlexJustifyContent.Companion.SpaceAround_GomtQF4.get -> int +AndroidX.Compose.Foundation.Layout.FlexJustifyContent.Companion.SpaceBetween_GomtQF4.get -> int +AndroidX.Compose.Foundation.Layout.FlexJustifyContent.Companion.SpaceEvenly_GomtQF4.get -> int +AndroidX.Compose.Foundation.Layout.FlexJustifyContent.Companion.Start_GomtQF4.get -> int +AndroidX.Compose.Foundation.Layout.FlexWrap +AndroidX.Compose.Foundation.Layout.FlexWrap.Companion +AndroidX.Compose.Foundation.Layout.FlexWrap.Companion.NoWrap_7ziDAWk.get -> int +AndroidX.Compose.Foundation.Layout.FlexWrap.Companion.WrapReverse_7ziDAWk.get -> int +AndroidX.Compose.Foundation.Layout.FlexWrap.Companion.Wrap_7ziDAWk.get -> int +AndroidX.Compose.Foundation.Layout.FlowColumnOverflow +AndroidX.Compose.Foundation.Layout.FlowColumnOverflow.Companion +AndroidX.Compose.Foundation.Layout.FlowColumnOverflow.Companion.Clip.get -> AndroidX.Compose.Foundation.Layout.FlowColumnOverflow! +AndroidX.Compose.Foundation.Layout.FlowColumnOverflow.Companion.ExpandIndicator(Kotlin.Jvm.Functions.IFunction3! content) -> AndroidX.Compose.Foundation.Layout.FlowColumnOverflow! +AndroidX.Compose.Foundation.Layout.FlowColumnOverflow.Companion.ExpandOrCollapseIndicator__jt2gSs(Kotlin.Jvm.Functions.IFunction3! expandIndicator, Kotlin.Jvm.Functions.IFunction3! collapseIndicator, int p2, float minWidthToShowCollapse, AndroidX.Compose.Runtime.IComposer? _composer, int minColumnsToShowCollapse, int _changed) -> AndroidX.Compose.Foundation.Layout.FlowColumnOverflow! +AndroidX.Compose.Foundation.Layout.FlowColumnOverflow.Companion.Visible.get -> AndroidX.Compose.Foundation.Layout.FlowColumnOverflow! +AndroidX.Compose.Foundation.Layout.FlowLayoutKt +AndroidX.Compose.Foundation.Layout.FlowLayoutOverflow +AndroidX.Compose.Foundation.Layout.FlowLayoutOverflow.FlowLayoutOverflow(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.Foundation.Layout.FlowLayoutOverflow.WhenMappings +AndroidX.Compose.Foundation.Layout.FlowLayoutOverflowKt +AndroidX.Compose.Foundation.Layout.FlowRowOverflow +AndroidX.Compose.Foundation.Layout.FlowRowOverflow.Companion +AndroidX.Compose.Foundation.Layout.FlowRowOverflow.Companion.Clip.get -> AndroidX.Compose.Foundation.Layout.FlowRowOverflow! +AndroidX.Compose.Foundation.Layout.FlowRowOverflow.Companion.ExpandIndicator(Kotlin.Jvm.Functions.IFunction3! content) -> AndroidX.Compose.Foundation.Layout.FlowRowOverflow! +AndroidX.Compose.Foundation.Layout.FlowRowOverflow.Companion.ExpandOrCollapseIndicator__jt2gSs(Kotlin.Jvm.Functions.IFunction3! expandIndicator, Kotlin.Jvm.Functions.IFunction3! collapseIndicator, int p2, float minHeightToShowCollapse, AndroidX.Compose.Runtime.IComposer? _composer, int minRowsToShowCollapse, int _changed) -> AndroidX.Compose.Foundation.Layout.FlowRowOverflow! +AndroidX.Compose.Foundation.Layout.FlowRowOverflow.Companion.Visible.get -> AndroidX.Compose.Foundation.Layout.FlowRowOverflow! +AndroidX.Compose.Foundation.Layout.Fr +AndroidX.Compose.Foundation.Layout.Fr.Value.get -> float +AndroidX.Compose.Foundation.Layout.GridFlow +AndroidX.Compose.Foundation.Layout.GridFlow.Companion +AndroidX.Compose.Foundation.Layout.GridFlow.Companion.Column_ITJdzs4.get -> int +AndroidX.Compose.Foundation.Layout.GridFlow.Companion.Row_ITJdzs4.get -> int +AndroidX.Compose.Foundation.Layout.GridKt +AndroidX.Compose.Foundation.Layout.GridScope +AndroidX.Compose.Foundation.Layout.GridScopeCompanion +AndroidX.Compose.Foundation.Layout.GridScopeConsts +AndroidX.Compose.Foundation.Layout.GridScopeDefaultImpls +AndroidX.Compose.Foundation.Layout.GridTrackSize +AndroidX.Compose.Foundation.Layout.GridTrackSize.Companion +AndroidX.Compose.Foundation.Layout.GridTrackSize.Companion.Auto_eyNpfc4.get -> long +AndroidX.Compose.Foundation.Layout.GridTrackSize.Companion.Fixed_psSkOvk(float size) -> long +AndroidX.Compose.Foundation.Layout.GridTrackSize.Companion.Flex_KGB9zo8(float weight) -> long +AndroidX.Compose.Foundation.Layout.GridTrackSize.Companion.MaxContent_eyNpfc4.get -> long +AndroidX.Compose.Foundation.Layout.GridTrackSize.Companion.MinContent_eyNpfc4.get -> long +AndroidX.Compose.Foundation.Layout.GridTrackSize.Companion.MinMax_1z8F7YY(float min, float max) -> long +AndroidX.Compose.Foundation.Layout.GridTrackSize.Companion.Percentage_9Tp3RV8(float value) -> long +AndroidX.Compose.Foundation.Layout.IBoxScope +AndroidX.Compose.Foundation.Layout.IBoxScope.Align(AndroidX.Compose.UI.IModifier! p0, AndroidX.Compose.UI.IAlignment! alignment) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IBoxScope.MatchParentSize(AndroidX.Compose.UI.IModifier! p0) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IBoxWithConstraintsScope +AndroidX.Compose.Foundation.Layout.IBoxWithConstraintsScope.Constraints.get -> long +AndroidX.Compose.Foundation.Layout.IBoxWithConstraintsScope.MaxHeight.get -> float +AndroidX.Compose.Foundation.Layout.IBoxWithConstraintsScope.MaxWidth.get -> float +AndroidX.Compose.Foundation.Layout.IBoxWithConstraintsScope.MinHeight.get -> float +AndroidX.Compose.Foundation.Layout.IBoxWithConstraintsScope.MinWidth.get -> float +AndroidX.Compose.Foundation.Layout.IColumnScope +AndroidX.Compose.Foundation.Layout.IColumnScope.Align(AndroidX.Compose.UI.IModifier! p0, AndroidX.Compose.UI.IAlignmentHorizontal! alignment) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IColumnScope.AlignBy(AndroidX.Compose.UI.IModifier! p0, AndroidX.Compose.UI.Layout.VerticalAlignmentLine! alignmentLine) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IColumnScope.AlignBy(AndroidX.Compose.UI.IModifier! p0, Kotlin.Jvm.Functions.IFunction1! alignmentLineBlock) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IColumnScope.Weight(AndroidX.Compose.UI.IModifier! p0, float weight, bool fill) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IContextualFlowColumnOverflowScope +AndroidX.Compose.Foundation.Layout.IContextualFlowColumnScope +AndroidX.Compose.Foundation.Layout.IContextualFlowColumnScope.FillMaxColumnWidth(AndroidX.Compose.UI.IModifier! p0, float fraction) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IContextualFlowColumnScope.IndexInLine.get -> int +AndroidX.Compose.Foundation.Layout.IContextualFlowColumnScope.LineIndex.get -> int +AndroidX.Compose.Foundation.Layout.IContextualFlowColumnScope.MaxHeightInLine.get -> float +AndroidX.Compose.Foundation.Layout.IContextualFlowColumnScope.MaxWidth.get -> float +AndroidX.Compose.Foundation.Layout.IContextualFlowRowOverflowScope +AndroidX.Compose.Foundation.Layout.IContextualFlowRowScope +AndroidX.Compose.Foundation.Layout.IContextualFlowRowScope.FillMaxRowHeight(AndroidX.Compose.UI.IModifier! p0, float fraction) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IContextualFlowRowScope.IndexInLine.get -> int +AndroidX.Compose.Foundation.Layout.IContextualFlowRowScope.LineIndex.get -> int +AndroidX.Compose.Foundation.Layout.IContextualFlowRowScope.MaxHeight.get -> float +AndroidX.Compose.Foundation.Layout.IContextualFlowRowScope.MaxWidthInLine.get -> float +AndroidX.Compose.Foundation.Layout.IExperimentalFlexBoxApi +AndroidX.Compose.Foundation.Layout.IExperimentalGridApi +AndroidX.Compose.Foundation.Layout.IExperimentalLayoutApi +AndroidX.Compose.Foundation.Layout.IFlexBoxConfig +AndroidX.Compose.Foundation.Layout.IFlexBoxConfig.Companion.get -> AndroidX.Compose.Foundation.Layout.FlexBoxConfigCompanion! +AndroidX.Compose.Foundation.Layout.IFlexBoxScope +AndroidX.Compose.Foundation.Layout.IFlexBoxScope.Flex(AndroidX.Compose.UI.IModifier! p0, AndroidX.Compose.Foundation.Layout.IFlexConfig! flexConfig) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IFlexConfig +AndroidX.Compose.Foundation.Layout.IFlowColumnOverflowScope +AndroidX.Compose.Foundation.Layout.IFlowColumnOverflowScope.ShownItemCount.get -> int +AndroidX.Compose.Foundation.Layout.IFlowColumnOverflowScope.TotalItemCount.get -> int +AndroidX.Compose.Foundation.Layout.IFlowColumnScope +AndroidX.Compose.Foundation.Layout.IFlowColumnScope.FillMaxColumnWidth(AndroidX.Compose.UI.IModifier! p0, float fraction) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IFlowRowOverflowScope +AndroidX.Compose.Foundation.Layout.IFlowRowOverflowScope.ShownItemCount.get -> int +AndroidX.Compose.Foundation.Layout.IFlowRowOverflowScope.TotalItemCount.get -> int +AndroidX.Compose.Foundation.Layout.IFlowRowScope +AndroidX.Compose.Foundation.Layout.IFlowRowScope.FillMaxRowHeight(AndroidX.Compose.UI.IModifier! p0, float fraction) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IGridScope +AndroidX.Compose.Foundation.Layout.IGridScope.Companion.get -> AndroidX.Compose.Foundation.Layout.GridScopeCompanion! +AndroidX.Compose.Foundation.Layout.IGridScope.GridItem(AndroidX.Compose.UI.IModifier! p0, Kotlin.Ranges.IntRange! rows, Kotlin.Ranges.IntRange! columns, AndroidX.Compose.UI.IAlignment! alignment) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IGridScope.GridItem(AndroidX.Compose.UI.IModifier! p0, int row, int column, int rowSpan, int columnSpan, AndroidX.Compose.UI.IAlignment! alignment) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IGridTrackSpec +AndroidX.Compose.Foundation.Layout.ILayoutScopeMarker +AndroidX.Compose.Foundation.Layout.IPaddingValues +AndroidX.Compose.Foundation.Layout.IPaddingValues.CalculateBottomPadding() -> float +AndroidX.Compose.Foundation.Layout.IPaddingValues.CalculateTopPadding() -> float +AndroidX.Compose.Foundation.Layout.IPaddingValues.Companion.get -> AndroidX.Compose.Foundation.Layout.PaddingValuesCompanion! +AndroidX.Compose.Foundation.Layout.IRowScope +AndroidX.Compose.Foundation.Layout.IRowScope.Align(AndroidX.Compose.UI.IModifier! p0, AndroidX.Compose.UI.IAlignmentVertical! alignment) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IRowScope.AlignBy(AndroidX.Compose.UI.IModifier! p0, AndroidX.Compose.UI.Layout.HorizontalAlignmentLine! alignmentLine) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IRowScope.AlignBy(AndroidX.Compose.UI.IModifier! p0, Kotlin.Jvm.Functions.IFunction1! alignmentLineBlock) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IRowScope.AlignByBaseline(AndroidX.Compose.UI.IModifier! p0) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IRowScope.Weight(AndroidX.Compose.UI.IModifier! p0, float weight, bool fill) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.Foundation.Layout.IWindowInsets +AndroidX.Compose.Foundation.Layout.IWindowInsets.Companion.get -> AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! +AndroidX.Compose.Foundation.Layout.Internal.InlineClassHelperKt +AndroidX.Compose.Foundation.Layout.Internal.JvmDefaultWithCompatibility_jvmAndAndroidKt +AndroidX.Compose.Foundation.Layout.IntrinsicKt +AndroidX.Compose.Foundation.Layout.IntrinsicSize +AndroidX.Compose.Foundation.Layout.LayoutScopeMarkerAttribute +AndroidX.Compose.Foundation.Layout.LayoutScopeMarkerAttribute.LayoutScopeMarkerAttribute() -> void +AndroidX.Compose.Foundation.Layout.MutableWindowInsets +AndroidX.Compose.Foundation.Layout.MutableWindowInsets.Insets.get -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +AndroidX.Compose.Foundation.Layout.MutableWindowInsets.Insets.set -> void +AndroidX.Compose.Foundation.Layout.MutableWindowInsets.InterfaceConsts +AndroidX.Compose.Foundation.Layout.MutableWindowInsets.MutableWindowInsets() -> void +AndroidX.Compose.Foundation.Layout.MutableWindowInsets.MutableWindowInsets(AndroidX.Compose.Foundation.Layout.IWindowInsets! initialInsets) -> void +AndroidX.Compose.Foundation.Layout.OffsetKt +AndroidX.Compose.Foundation.Layout.PaddingKt +AndroidX.Compose.Foundation.Layout.PaddingValues +AndroidX.Compose.Foundation.Layout.PaddingValuesCompanion +AndroidX.Compose.Foundation.Layout.PaddingValuesCompanion.Zero.get -> AndroidX.Compose.Foundation.Layout.IPaddingValues! +AndroidX.Compose.Foundation.Layout.PaddingValuesConsts +AndroidX.Compose.Foundation.Layout.RowColumnImplKt +AndroidX.Compose.Foundation.Layout.RowColumnMeasurePolicyKt +AndroidX.Compose.Foundation.Layout.RowKt +AndroidX.Compose.Foundation.Layout.RowScopeDefaultImpls +AndroidX.Compose.Foundation.Layout.RulerAlignmentKt +AndroidX.Compose.Foundation.Layout.SizeKt +AndroidX.Compose.Foundation.Layout.SpacerKt +AndroidX.Compose.Foundation.Layout.VisibleKt +AndroidX.Compose.Foundation.Layout.WindowInsets +AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion +AndroidX.Compose.Foundation.Layout.WindowInsetsConnection_androidKt +AndroidX.Compose.Foundation.Layout.WindowInsetsConsts +AndroidX.Compose.Foundation.Layout.WindowInsetsKt +AndroidX.Compose.Foundation.Layout.WindowInsetsPaddingKt +AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt +AndroidX.Compose.Foundation.Layout.WindowInsetsSides +AndroidX.Compose.Foundation.Layout.WindowInsetsSides.Companion +AndroidX.Compose.Foundation.Layout.WindowInsetsSides.Companion.Bottom_JoeWqyM.get -> int +AndroidX.Compose.Foundation.Layout.WindowInsetsSides.Companion.End_JoeWqyM.get -> int +AndroidX.Compose.Foundation.Layout.WindowInsetsSides.Companion.Horizontal_JoeWqyM.get -> int +AndroidX.Compose.Foundation.Layout.WindowInsetsSides.Companion.Left_JoeWqyM.get -> int +AndroidX.Compose.Foundation.Layout.WindowInsetsSides.Companion.Right_JoeWqyM.get -> int +AndroidX.Compose.Foundation.Layout.WindowInsetsSides.Companion.Start_JoeWqyM.get -> int +AndroidX.Compose.Foundation.Layout.WindowInsetsSides.Companion.Top_JoeWqyM.get -> int +AndroidX.Compose.Foundation.Layout.WindowInsetsSides.Companion.Vertical_JoeWqyM.get -> int +AndroidX.Compose.Foundation.Layout.WindowInsetsSizeKt +AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt +const AndroidX.Compose.Foundation.Layout.GridScope.GridIndexUnspecified = 0 -> int +const AndroidX.Compose.Foundation.Layout.GridScope.MaxGridIndex = 1000 -> int +const AndroidX.Compose.Foundation.Layout.GridScopeCompanion.GridIndexUnspecified = 0 -> int +const AndroidX.Compose.Foundation.Layout.GridScopeCompanion.MaxGridIndex = 1000 -> int +const AndroidX.Compose.Foundation.Layout.GridTrackSize.TypeAuto = 6 -> int +const AndroidX.Compose.Foundation.Layout.GridTrackSize.TypeFixed = 1 -> int +const AndroidX.Compose.Foundation.Layout.GridTrackSize.TypeFlex = 3 -> int +const AndroidX.Compose.Foundation.Layout.GridTrackSize.TypeMaxContent = 5 -> int +const AndroidX.Compose.Foundation.Layout.GridTrackSize.TypeMinContent = 4 -> int +const AndroidX.Compose.Foundation.Layout.GridTrackSize.TypeMinMax = 7 -> int +const AndroidX.Compose.Foundation.Layout.GridTrackSize.TypePercentage = 2 -> int +override AndroidX.Compose.Foundation.Layout.AlignmentLineKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.Arrangement.Absolute.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.Arrangement.HorizontalDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.Arrangement.HorizontalOrVerticalDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.Arrangement.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.Arrangement.VerticalDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.AspectRatioKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.BoxKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.BoxWithConstraintsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.ColumnKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.ColumnScopeDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.ComposeFoundationLayoutFlags.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.ContextualFlowLayoutKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexAlignContent.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexAlignContent.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexAlignItems.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexAlignItems.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexAlignSelf.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexAlignSelf.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexBasis.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexBasis.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexBoxConfigCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexBoxKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexBoxScopeDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexDirection.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexDirection.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexJustifyContent.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexJustifyContent.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexWrap.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlexWrap.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlowColumnOverflow.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlowColumnOverflow.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlowLayoutKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlowLayoutOverflow.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlowLayoutOverflow.ThresholdClass.get -> nint +override AndroidX.Compose.Foundation.Layout.FlowLayoutOverflow.ThresholdType.get -> System.Type! +override AndroidX.Compose.Foundation.Layout.FlowLayoutOverflow.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlowLayoutOverflowKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlowRowOverflow.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.FlowRowOverflow.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.Fr.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.GridFlow.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.GridFlow.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.GridKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.GridScopeCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.GridScopeDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.GridTrackSize.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.GridTrackSize.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.Internal.InlineClassHelperKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.Internal.JvmDefaultWithCompatibility_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.IntrinsicKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.IntrinsicSize.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.MutableWindowInsets.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.OffsetKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.PaddingKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.PaddingValuesCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.RowColumnImplKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.RowColumnMeasurePolicyKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.RowKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.RowScopeDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.RulerAlignmentKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.SizeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.SpacerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.VisibleKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.WindowInsetsConnection_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.WindowInsetsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.WindowInsetsPaddingKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.WindowInsetsSides.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.WindowInsetsSides.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.WindowInsetsSizeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +static AndroidX.Compose.Foundation.Layout.AlignmentLineKt.PaddingFrom(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Layout.AlignmentLine! alignmentLine, float before, float after) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.AlignmentLineKt.PaddingFrom(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Layout.AlignmentLine! alignmentLine, long before, long after) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.AlignmentLineKt.PaddingFromBaseline(AndroidX.Compose.UI.IModifier! obj, float top, float bottom) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.AlignmentLineKt.PaddingFromBaseline(AndroidX.Compose.UI.IModifier! obj, long top, long bottom) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.Arrangement.Absolute.Instance.get -> AndroidX.Compose.Foundation.Layout.Arrangement.Absolute! +static AndroidX.Compose.Foundation.Layout.Arrangement.HorizontalDefaultImpls.GetSpacing_D9Ej5fM(AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal! _this) -> float +static AndroidX.Compose.Foundation.Layout.Arrangement.HorizontalOrVerticalDefaultImpls.GetSpacing_D9Ej5fM(AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontalOrVertical! _this) -> float +static AndroidX.Compose.Foundation.Layout.Arrangement.Instance.get -> AndroidX.Compose.Foundation.Layout.Arrangement! +static AndroidX.Compose.Foundation.Layout.Arrangement.VerticalDefaultImpls.GetSpacing_D9Ej5fM(AndroidX.Compose.Foundation.Layout.Arrangement.IVertical! _this) -> float +static AndroidX.Compose.Foundation.Layout.AspectRatioKt.AspectRatio(AndroidX.Compose.UI.IModifier! obj, float ratio, bool matchHeightConstraintsFirst) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.BoxKt.Box(AndroidX.Compose.UI.IModifier! modifier, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.BoxKt.Box(AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.UI.IAlignment? contentAlignment, bool propagateMinConstraints, Kotlin.Jvm.Functions.IFunction3! content, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.BoxKt.EmptyBoxMeasurePolicy.get -> AndroidX.Compose.UI.Layout.IMeasurePolicy! +static AndroidX.Compose.Foundation.Layout.BoxWithConstraintsKt.BoxWithConstraints(AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.UI.IAlignment? contentAlignment, bool propagateMinConstraints, Kotlin.Jvm.Functions.IFunction3! content, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.ColumnKt.Column(AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Layout.Arrangement.IVertical? verticalArrangement, AndroidX.Compose.UI.IAlignmentHorizontal? horizontalAlignment, Kotlin.Jvm.Functions.IFunction3! content, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.ColumnKt.DefaultColumnMeasurePolicy.get -> AndroidX.Compose.UI.Layout.IMeasurePolicy! +static AndroidX.Compose.Foundation.Layout.ComposeFoundationLayoutFlags.Instance.get -> AndroidX.Compose.Foundation.Layout.ComposeFoundationLayoutFlags! +static AndroidX.Compose.Foundation.Layout.ContextualFlowLayoutKt.ContextualFlowColumn(int p0, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Layout.Arrangement.IVertical? verticalArrangement, AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal? horizontalArrangement, AndroidX.Compose.UI.IAlignmentHorizontal? itemHorizontalAlignment, int itemCount, int maxItemsInEachColumn, AndroidX.Compose.Foundation.Layout.ContextualFlowColumnOverflow? overflow, Kotlin.Jvm.Functions.IFunction4! content, AndroidX.Compose.Runtime.IComposer? _composer, int maxLines, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.ContextualFlowLayoutKt.ContextualFlowRow(int p0, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal? horizontalArrangement, AndroidX.Compose.Foundation.Layout.Arrangement.IVertical? verticalArrangement, AndroidX.Compose.UI.IAlignmentVertical? itemVerticalAlignment, int itemCount, int maxItemsInEachRow, AndroidX.Compose.Foundation.Layout.ContextualFlowRowOverflow? overflow, Kotlin.Jvm.Functions.IFunction4! content, AndroidX.Compose.Runtime.IComposer? _composer, int maxLines, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.FlexBoxConfig.Companion.get -> AndroidX.Compose.Foundation.Layout.FlexBoxConfigCompanion! +static AndroidX.Compose.Foundation.Layout.FlexBoxConfigCompanion.InterfaceConsts.Companion.get -> AndroidX.Compose.Foundation.Layout.FlexBoxConfigCompanion! +static AndroidX.Compose.Foundation.Layout.FlexBoxKt.FlexBox(AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Layout.IFlexBoxConfig? config, Kotlin.Jvm.Functions.IFunction3! content, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.FlowLayoutKt.CROSS_AXIS_ALIGNMENT_START.get -> Java.Lang.Object! +static AndroidX.Compose.Foundation.Layout.FlowLayoutKt.CROSS_AXIS_ALIGNMENT_TOP.get -> Java.Lang.Object! +static AndroidX.Compose.Foundation.Layout.FlowLayoutKt.FlowColumn(AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Layout.Arrangement.IVertical? verticalArrangement, AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal? horizontalArrangement, AndroidX.Compose.UI.IAlignmentHorizontal? itemHorizontalAlignment, int p4, int maxItemsInEachColumn, AndroidX.Compose.Foundation.Layout.FlowColumnOverflow? overflow, Kotlin.Jvm.Functions.IFunction3! content, AndroidX.Compose.Runtime.IComposer? _composer, int maxLines, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.FlowLayoutKt.FlowColumn(AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Layout.Arrangement.IVertical? verticalArrangement, AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal? horizontalArrangement, AndroidX.Compose.UI.IAlignmentHorizontal? itemHorizontalAlignment, int p4, int maxItemsInEachColumn, Kotlin.Jvm.Functions.IFunction3! content, AndroidX.Compose.Runtime.IComposer? _composer, int maxLines, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.FlowLayoutKt.FlowRow(AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal? horizontalArrangement, AndroidX.Compose.Foundation.Layout.Arrangement.IVertical? verticalArrangement, AndroidX.Compose.UI.IAlignmentVertical? itemVerticalAlignment, int p4, int maxItemsInEachRow, AndroidX.Compose.Foundation.Layout.FlowRowOverflow? overflow, Kotlin.Jvm.Functions.IFunction3! content, AndroidX.Compose.Runtime.IComposer? _composer, int maxLines, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.FlowLayoutKt.FlowRow(AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal? horizontalArrangement, AndroidX.Compose.Foundation.Layout.Arrangement.IVertical? verticalArrangement, AndroidX.Compose.UI.IAlignmentVertical? itemVerticalAlignment, int p4, int maxItemsInEachRow, Kotlin.Jvm.Functions.IFunction3! content, AndroidX.Compose.Runtime.IComposer? _composer, int maxLines, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.GridScope.Companion.get -> AndroidX.Compose.Foundation.Layout.GridScopeCompanion! +static AndroidX.Compose.Foundation.Layout.IntrinsicKt.Height(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Layout.IntrinsicSize! intrinsicSize) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.IntrinsicKt.RequiredHeight(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Layout.IntrinsicSize! intrinsicSize) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.IntrinsicKt.RequiredWidth(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Layout.IntrinsicSize! intrinsicSize) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.IntrinsicKt.Width(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Layout.IntrinsicSize! intrinsicSize) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.IntrinsicSize.Entries.get -> Kotlin.Enums.IEnumEntries! +static AndroidX.Compose.Foundation.Layout.IntrinsicSize.Max.get -> AndroidX.Compose.Foundation.Layout.IntrinsicSize? +static AndroidX.Compose.Foundation.Layout.IntrinsicSize.Min.get -> AndroidX.Compose.Foundation.Layout.IntrinsicSize? +static AndroidX.Compose.Foundation.Layout.IntrinsicSize.ValueOf(string? value) -> AndroidX.Compose.Foundation.Layout.IntrinsicSize? +static AndroidX.Compose.Foundation.Layout.IntrinsicSize.Values() -> AndroidX.Compose.Foundation.Layout.IntrinsicSize![]? +static AndroidX.Compose.Foundation.Layout.MutableWindowInsets.InterfaceConsts.Companion.get -> AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! +static AndroidX.Compose.Foundation.Layout.OffsetKt.AbsoluteOffset(AndroidX.Compose.UI.IModifier! obj, float x, float y) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.OffsetKt.Offset(AndroidX.Compose.UI.IModifier! obj, float x, float y) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.PaddingKt.AbsolutePadding(AndroidX.Compose.UI.IModifier! obj, float left, float top, float right, float bottom) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.PaddingKt.Minus(AndroidX.Compose.Foundation.Layout.IPaddingValues! obj, AndroidX.Compose.Foundation.Layout.IPaddingValues! other) -> AndroidX.Compose.Foundation.Layout.IPaddingValues! +static AndroidX.Compose.Foundation.Layout.PaddingKt.Padding(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Layout.IPaddingValues! paddingValues) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.PaddingKt.Padding(AndroidX.Compose.UI.IModifier! obj, float all) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.PaddingKt.Padding(AndroidX.Compose.UI.IModifier! obj, float horizontal, float vertical) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.PaddingKt.Padding(AndroidX.Compose.UI.IModifier! obj, float start, float top, float end, float bottom) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.PaddingKt.PaddingValues(float all) -> AndroidX.Compose.Foundation.Layout.IPaddingValues! +static AndroidX.Compose.Foundation.Layout.PaddingKt.PaddingValues(float horizontal, float vertical) -> AndroidX.Compose.Foundation.Layout.IPaddingValues! +static AndroidX.Compose.Foundation.Layout.PaddingKt.PaddingValues(float start, float top, float end, float bottom) -> AndroidX.Compose.Foundation.Layout.IPaddingValues! +static AndroidX.Compose.Foundation.Layout.PaddingKt.Plus(AndroidX.Compose.Foundation.Layout.IPaddingValues! obj, AndroidX.Compose.Foundation.Layout.IPaddingValues! other) -> AndroidX.Compose.Foundation.Layout.IPaddingValues! +static AndroidX.Compose.Foundation.Layout.PaddingValues.Companion.get -> AndroidX.Compose.Foundation.Layout.PaddingValuesCompanion! +static AndroidX.Compose.Foundation.Layout.RowColumnImplKt.GetCrossAxisAlignment(Java.Lang.Object? obj) -> Java.Lang.Object? +static AndroidX.Compose.Foundation.Layout.RowColumnImplKt.GetFill(Java.Lang.Object? obj) -> bool +static AndroidX.Compose.Foundation.Layout.RowColumnImplKt.GetRowColumnParentData(AndroidX.Compose.UI.Layout.IIntrinsicMeasurable! obj) -> Java.Lang.Object? +static AndroidX.Compose.Foundation.Layout.RowColumnImplKt.GetRowColumnParentData(AndroidX.Compose.UI.Layout.Placeable! obj) -> Java.Lang.Object? +static AndroidX.Compose.Foundation.Layout.RowColumnImplKt.GetWeight(Java.Lang.Object? obj) -> float +static AndroidX.Compose.Foundation.Layout.RowColumnImplKt.IsRelative(Java.Lang.Object? obj) -> bool +static AndroidX.Compose.Foundation.Layout.RowKt.DefaultRowMeasurePolicy.get -> AndroidX.Compose.UI.Layout.IMeasurePolicy! +static AndroidX.Compose.Foundation.Layout.RowKt.Row(AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.Foundation.Layout.Arrangement.IHorizontal? horizontalArrangement, AndroidX.Compose.UI.IAlignmentVertical? verticalAlignment, Kotlin.Jvm.Functions.IFunction3! content, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.RulerAlignmentKt.FitInside(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Layout.IRectRulers! rulers) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.RulerAlignmentKt.FitOutside(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Layout.IRectRulers! rulers) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.DefaultMinSize(AndroidX.Compose.UI.IModifier! obj, float minWidth, float minHeight) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.FillMaxHeight(AndroidX.Compose.UI.IModifier! obj, float fraction) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.FillMaxSize(AndroidX.Compose.UI.IModifier! obj, float fraction) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.FillMaxWidth(AndroidX.Compose.UI.IModifier! obj, float fraction) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.Height(AndroidX.Compose.UI.IModifier! obj, float height) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.HeightIn(AndroidX.Compose.UI.IModifier! obj, float min, float max) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.RequiredHeight(AndroidX.Compose.UI.IModifier! obj, float height) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.RequiredHeightIn(AndroidX.Compose.UI.IModifier! obj, float min, float max) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.RequiredSize(AndroidX.Compose.UI.IModifier! obj, float size) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.RequiredSize(AndroidX.Compose.UI.IModifier! obj, float width, float height) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.RequiredSize(AndroidX.Compose.UI.IModifier! obj, long size) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.RequiredSizeIn(AndroidX.Compose.UI.IModifier! obj, float minWidth, float minHeight, float maxWidth, float maxHeight) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.RequiredWidth(AndroidX.Compose.UI.IModifier! obj, float width) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.RequiredWidthIn(AndroidX.Compose.UI.IModifier! obj, float min, float max) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.Size(AndroidX.Compose.UI.IModifier! obj, float size) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.Size(AndroidX.Compose.UI.IModifier! obj, float width, float height) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.Size(AndroidX.Compose.UI.IModifier! obj, long size) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.SizeIn(AndroidX.Compose.UI.IModifier! obj, float minWidth, float minHeight, float maxWidth, float maxHeight) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.Width(AndroidX.Compose.UI.IModifier! obj, float width) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.WidthIn(AndroidX.Compose.UI.IModifier! obj, float min, float max) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.WrapContentHeight(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.IAlignmentVertical! align, bool unbounded) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.WrapContentSize(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.IAlignment! align, bool unbounded) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SizeKt.WrapContentWidth(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.IAlignmentHorizontal! align, bool unbounded) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.SpacerKt.Spacer(AndroidX.Compose.UI.IModifier! modifier, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.Foundation.Layout.VisibleKt.Visible(AndroidX.Compose.UI.IModifier! obj, bool visible) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsets.Companion.get -> AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! +static AndroidX.Compose.Foundation.Layout.WindowInsetsConnection_androidKt.ImeNestedScroll(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsKt.Add(AndroidX.Compose.Foundation.Layout.IWindowInsets! obj, AndroidX.Compose.Foundation.Layout.IWindowInsets! insets) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsetsKt.AsPaddingValues(AndroidX.Compose.Foundation.Layout.IWindowInsets! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IPaddingValues! +static AndroidX.Compose.Foundation.Layout.WindowInsetsKt.Exclude(AndroidX.Compose.Foundation.Layout.IWindowInsets! obj, AndroidX.Compose.Foundation.Layout.IWindowInsets! insets) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsetsKt.Only(AndroidX.Compose.Foundation.Layout.IWindowInsets! obj, int sides) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsetsKt.Union(AndroidX.Compose.Foundation.Layout.IWindowInsets! obj, AndroidX.Compose.Foundation.Layout.IWindowInsets! insets) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsetsKt.WindowInsets() -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsetsKt.WindowInsets(float left, float top, float right, float bottom) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsetsKt.WindowInsets(int left, int top, int right, int bottom) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPaddingKt.ConsumeWindowInsets(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Layout.IPaddingValues! paddingValues) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPaddingKt.ConsumeWindowInsets(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Layout.IWindowInsets! insets) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPaddingKt.OnConsumedWindowInsetsChanged(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! block) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPaddingKt.RecalculateWindowInsets(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPaddingKt.WindowInsetsPadding(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Layout.IWindowInsets! insets) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.CaptionBarPadding(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.DisplayCutoutPadding(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.ImePadding(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.MandatorySystemGesturesPadding(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.NavigationBarsPadding(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.SafeContentPadding(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.SafeDrawingPadding(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.SafeGesturesPadding(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.StatusBarsPadding(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.SystemBarsPadding(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.SystemGesturesPadding(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsPadding_androidKt.WaterfallPadding(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsSides.Plus(int arg0, int sides) -> int +static AndroidX.Compose.Foundation.Layout.WindowInsetsSizeKt.WindowInsetsBottomHeight(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Layout.IWindowInsets! insets) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsSizeKt.WindowInsetsEndWidth(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Layout.IWindowInsets! insets) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsSizeKt.WindowInsetsStartWidth(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Layout.IWindowInsets! insets) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsetsSizeKt.WindowInsetsTopHeight(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.Foundation.Layout.IWindowInsets! insets) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetAreNavigationBarsVisible(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> bool +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetAreStatusBarsVisible(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> bool +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetAreSystemBarsVisible(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> bool +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetCaptionBar(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetCaptionBarIgnoringVisibility(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetConsumeWindowInsets(AndroidX.Compose.UI.Platform.AbstractComposeView! obj) -> bool +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetDisplayCutout(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetIme(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetImeAnimationSource(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetImeAnimationTarget(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetMandatorySystemGestures(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetNavigationBars(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetNavigationBarsIgnoringVisibility(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetSafeContent(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetSafeDrawing(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetSafeGestures(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetStatusBars(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetStatusBarsIgnoringVisibility(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetSystemBars(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetSystemBarsIgnoringVisibility(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetSystemGestures(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetTappableElement(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetTappableElementIgnoringVisibility(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.GetWaterfall(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Foundation.Layout.IWindowInsets! +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.IsCaptionBarVisible(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> bool +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.IsImeVisible(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> bool +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.IsTappableElementVisible(AndroidX.Compose.Foundation.Layout.WindowInsetsCompanion! obj, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> bool +static AndroidX.Compose.Foundation.Layout.WindowInsets_androidKt.SetConsumeWindowInsets(AndroidX.Compose.UI.Platform.AbstractComposeView! obj, bool value) -> void diff --git a/source/androidx.compose.foundation/foundation-layout-android/Transforms/Metadata.xml b/source/androidx.compose.foundation/foundation-layout-android/Transforms/Metadata.xml index a6e529f79..251191e7c 100644 --- a/source/androidx.compose.foundation/foundation-layout-android/Transforms/Metadata.xml +++ b/source/androidx.compose.foundation/foundation-layout-android/Transforms/Metadata.xml @@ -1,29 +1,8 @@ - - - - - - - \ No newline at end of file + + + + diff --git a/source/androidx.compose.ui/ui-android/PublicAPI/PublicAPI.Unshipped.txt b/source/androidx.compose.ui/ui-android/PublicAPI/PublicAPI.Unshipped.txt index 7dc5c5811..9372a967b 100644 --- a/source/androidx.compose.ui/ui-android/PublicAPI/PublicAPI.Unshipped.txt +++ b/source/androidx.compose.ui/ui-android/PublicAPI/PublicAPI.Unshipped.txt @@ -1 +1,2964 @@ -#nullable enable +#nullable enable +AndroidX.Compose.UI.AbsoluteAlignment +AndroidX.Compose.UI.AbsoluteAlignment.BottomLeft.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AbsoluteAlignment.BottomRight.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AbsoluteAlignment.CenterLeft.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AbsoluteAlignment.CenterRight.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AbsoluteAlignment.Left.get -> AndroidX.Compose.UI.IAlignmentHorizontal! +AndroidX.Compose.UI.AbsoluteAlignment.Right.get -> AndroidX.Compose.UI.IAlignmentHorizontal! +AndroidX.Compose.UI.AbsoluteAlignment.TopLeft.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AbsoluteAlignment.TopRight.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.Actual_androidKt +AndroidX.Compose.UI.Actual_jvmAndAndroidKt +AndroidX.Compose.UI.Adaptive.MediaQuery_androidKt +AndroidX.Compose.UI.Alignment +AndroidX.Compose.UI.AlignmentCompanion +AndroidX.Compose.UI.AlignmentCompanion.Bottom.get -> AndroidX.Compose.UI.IAlignmentVertical! +AndroidX.Compose.UI.AlignmentCompanion.BottomCenter.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AlignmentCompanion.BottomEnd.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AlignmentCompanion.BottomStart.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AlignmentCompanion.Center.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AlignmentCompanion.CenterEnd.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AlignmentCompanion.CenterHorizontally.get -> AndroidX.Compose.UI.IAlignmentHorizontal! +AndroidX.Compose.UI.AlignmentCompanion.CenterStart.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AlignmentCompanion.CenterVertically.get -> AndroidX.Compose.UI.IAlignmentVertical! +AndroidX.Compose.UI.AlignmentCompanion.End.get -> AndroidX.Compose.UI.IAlignmentHorizontal! +AndroidX.Compose.UI.AlignmentCompanion.Start.get -> AndroidX.Compose.UI.IAlignmentHorizontal! +AndroidX.Compose.UI.AlignmentCompanion.Top.get -> AndroidX.Compose.UI.IAlignmentVertical! +AndroidX.Compose.UI.AlignmentCompanion.TopCenter.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AlignmentCompanion.TopEnd.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AlignmentCompanion.TopStart.get -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.AlignmentConsts +AndroidX.Compose.UI.AndroidComposeUiFlags +AndroidX.Compose.UI.AtomicReference_jvmAndAndroidKt +AndroidX.Compose.UI.Autofill.AndroidAutofillManager_androidKt +AndroidX.Compose.UI.Autofill.AndroidAutofillType_androidKt +AndroidX.Compose.UI.Autofill.AndroidAutofill_androidKt +AndroidX.Compose.UI.Autofill.AutofillManager +AndroidX.Compose.UI.Autofill.AutofillManager.AutofillManager(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Autofill.AutofillModifierKt +AndroidX.Compose.UI.Autofill.AutofillNode +AndroidX.Compose.UI.Autofill.AutofillNode.AutofillTypes.get -> System.Collections.Generic.IList! +AndroidX.Compose.UI.Autofill.AutofillNode.Id.get -> int +AndroidX.Compose.UI.Autofill.AutofillNode.OnFill.get -> Kotlin.Jvm.Functions.IFunction1? +AndroidX.Compose.UI.Autofill.AutofillTree +AndroidX.Compose.UI.Autofill.AutofillTree.AutofillTree() -> void +AndroidX.Compose.UI.Autofill.AutofillTree.Children.get -> System.Collections.Generic.IDictionary! +AndroidX.Compose.UI.Autofill.AutofillTree.PerformAutofill(int id, string! value) -> Kotlin.Unit? +AndroidX.Compose.UI.Autofill.AutofillTree.PlusAssign(AndroidX.Compose.UI.Autofill.AutofillNode! autofillNode) -> void +AndroidX.Compose.UI.Autofill.AutofillType +AndroidX.Compose.UI.Autofill.AutofillUtils_androidKt +AndroidX.Compose.UI.Autofill.ContentDataType +AndroidX.Compose.UI.Autofill.ContentDataTypeCompanion +AndroidX.Compose.UI.Autofill.ContentDataTypeCompanion.Date.get -> AndroidX.Compose.UI.Autofill.IContentDataType! +AndroidX.Compose.UI.Autofill.ContentDataTypeCompanion.List.get -> AndroidX.Compose.UI.Autofill.IContentDataType! +AndroidX.Compose.UI.Autofill.ContentDataTypeCompanion.None.get -> AndroidX.Compose.UI.Autofill.IContentDataType! +AndroidX.Compose.UI.Autofill.ContentDataTypeCompanion.Text.get -> AndroidX.Compose.UI.Autofill.IContentDataType! +AndroidX.Compose.UI.Autofill.ContentDataTypeCompanion.Toggle.get -> AndroidX.Compose.UI.Autofill.IContentDataType! +AndroidX.Compose.UI.Autofill.ContentDataTypeConsts +AndroidX.Compose.UI.Autofill.ContentDataType_androidKt +AndroidX.Compose.UI.Autofill.ContentType +AndroidX.Compose.UI.Autofill.ContentTypeCompanion +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.AddressAuxiliaryDetails.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.AddressCountry.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.AddressLocality.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.AddressRegion.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.AddressStreet.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.BirthDateDay.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.BirthDateFull.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.BirthDateMonth.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.BirthDateYear.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.CreditCardExpirationDate.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.CreditCardExpirationDay.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.CreditCardExpirationMonth.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.CreditCardExpirationYear.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.CreditCardNumber.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.CreditCardSecurityCode.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.EmailAddress.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.Gender.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.NewPassword.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.NewUsername.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.Password.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PersonFirstName.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PersonFullName.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PersonLastName.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PersonMiddleInitial.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PersonMiddleName.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PersonNamePrefix.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PersonNameSuffix.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PhoneCountryCode.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PhoneNumber.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PhoneNumberDevice.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PhoneNumberNational.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PostalAddress.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PostalCode.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.PostalCodeExtended.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.SmsOtpCode.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeCompanion.Username.get -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.ContentTypeConsts +AndroidX.Compose.UI.Autofill.ContentType_androidKt +AndroidX.Compose.UI.Autofill.FillableData +AndroidX.Compose.UI.Autofill.FillableDataCompanion +AndroidX.Compose.UI.Autofill.FillableDataConsts +AndroidX.Compose.UI.Autofill.FillableData_androidKt +AndroidX.Compose.UI.Autofill.IAutofill +AndroidX.Compose.UI.Autofill.IAutofill.CancelAutofillForNode(AndroidX.Compose.UI.Autofill.AutofillNode! autofillNode) -> void +AndroidX.Compose.UI.Autofill.IAutofill.RequestAutofillForNode(AndroidX.Compose.UI.Autofill.AutofillNode! autofillNode) -> void +AndroidX.Compose.UI.Autofill.IContentDataType +AndroidX.Compose.UI.Autofill.IContentDataType.Companion.get -> AndroidX.Compose.UI.Autofill.ContentDataTypeCompanion! +AndroidX.Compose.UI.Autofill.IContentType +AndroidX.Compose.UI.Autofill.IContentType.Companion.get -> AndroidX.Compose.UI.Autofill.ContentTypeCompanion! +AndroidX.Compose.UI.Autofill.IContentType.Plus(AndroidX.Compose.UI.Autofill.IContentType! other) -> AndroidX.Compose.UI.Autofill.IContentType! +AndroidX.Compose.UI.Autofill.IFillableData +AndroidX.Compose.UI.Autofill.IFillableData.BooleanValue.get -> Java.Lang.Boolean? +AndroidX.Compose.UI.Autofill.IFillableData.Companion.get -> AndroidX.Compose.UI.Autofill.FillableDataCompanion! +AndroidX.Compose.UI.Autofill.IFillableData.DateMillisValue.get -> Java.Lang.Long? +AndroidX.Compose.UI.Autofill.IFillableData.GetDateMillisOrDefault(long defaultValue) -> long +AndroidX.Compose.UI.Autofill.IFillableData.GetListIndexOrDefault(int defaultValue) -> int +AndroidX.Compose.UI.Autofill.IFillableData.ListIndexValue.get -> Java.Lang.Integer? +AndroidX.Compose.UI.Autofill.IFillableData.TextValue.get -> string? +AndroidX.Compose.UI.Autofill.IFillableData.TextValueFormatted.get -> Java.Lang.ICharSequence? +AndroidX.Compose.UI.Autofill.PopulateViewStructure_androidKt +AndroidX.Compose.UI.BiasAbsoluteAlignment +AndroidX.Compose.UI.BiasAbsoluteAlignment.BiasAbsoluteAlignment(float horizontalBias, float verticalBias) -> void +AndroidX.Compose.UI.BiasAbsoluteAlignment.Component1() -> float +AndroidX.Compose.UI.BiasAbsoluteAlignment.Component2() -> float +AndroidX.Compose.UI.BiasAbsoluteAlignment.Copy(float horizontalBias, float verticalBias) -> AndroidX.Compose.UI.BiasAbsoluteAlignment! +AndroidX.Compose.UI.BiasAbsoluteAlignment.Horizontal +AndroidX.Compose.UI.BiasAbsoluteAlignment.Horizontal.Bias.get -> float +AndroidX.Compose.UI.BiasAbsoluteAlignment.Horizontal.Component1() -> float +AndroidX.Compose.UI.BiasAbsoluteAlignment.Horizontal.Copy(float bias) -> AndroidX.Compose.UI.BiasAbsoluteAlignment.Horizontal! +AndroidX.Compose.UI.BiasAbsoluteAlignment.Horizontal.Horizontal(float bias) -> void +AndroidX.Compose.UI.BiasAbsoluteAlignment.Horizontal.Plus(AndroidX.Compose.UI.IAlignmentVertical! other) -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.BiasAbsoluteAlignment.HorizontalBias.get -> float +AndroidX.Compose.UI.BiasAbsoluteAlignment.InterfaceConsts +AndroidX.Compose.UI.BiasAbsoluteAlignment.VerticalBias.get -> float +AndroidX.Compose.UI.BiasAlignment +AndroidX.Compose.UI.BiasAlignment.BiasAlignment(float horizontalBias, float verticalBias) -> void +AndroidX.Compose.UI.BiasAlignment.Component1() -> float +AndroidX.Compose.UI.BiasAlignment.Component2() -> float +AndroidX.Compose.UI.BiasAlignment.Copy(float horizontalBias, float verticalBias) -> AndroidX.Compose.UI.BiasAlignment! +AndroidX.Compose.UI.BiasAlignment.Horizontal +AndroidX.Compose.UI.BiasAlignment.Horizontal.Bias.get -> float +AndroidX.Compose.UI.BiasAlignment.Horizontal.Component1() -> float +AndroidX.Compose.UI.BiasAlignment.Horizontal.Copy(float bias) -> AndroidX.Compose.UI.BiasAlignment.Horizontal! +AndroidX.Compose.UI.BiasAlignment.Horizontal.Horizontal(float bias) -> void +AndroidX.Compose.UI.BiasAlignment.Horizontal.Plus(AndroidX.Compose.UI.IAlignmentVertical! other) -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.BiasAlignment.HorizontalBias.get -> float +AndroidX.Compose.UI.BiasAlignment.InterfaceConsts +AndroidX.Compose.UI.BiasAlignment.Vertical +AndroidX.Compose.UI.BiasAlignment.Vertical.Align(int size, int space) -> int +AndroidX.Compose.UI.BiasAlignment.Vertical.Bias.get -> float +AndroidX.Compose.UI.BiasAlignment.Vertical.Component1() -> float +AndroidX.Compose.UI.BiasAlignment.Vertical.Copy(float bias) -> AndroidX.Compose.UI.BiasAlignment.Vertical! +AndroidX.Compose.UI.BiasAlignment.Vertical.Plus(AndroidX.Compose.UI.IAlignmentHorizontal! other) -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.BiasAlignment.Vertical.Vertical(float bias) -> void +AndroidX.Compose.UI.BiasAlignment.VerticalBias.get -> float +AndroidX.Compose.UI.CombinedModifier +AndroidX.Compose.UI.CombinedModifier.All(Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +AndroidX.Compose.UI.CombinedModifier.Any(Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +AndroidX.Compose.UI.CombinedModifier.CombinedModifier(AndroidX.Compose.UI.IModifier! outer, AndroidX.Compose.UI.IModifier! inner) -> void +AndroidX.Compose.UI.CombinedModifier.FoldIn(Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +AndroidX.Compose.UI.CombinedModifier.FoldOut(Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +AndroidX.Compose.UI.ComposeUiFlags +AndroidX.Compose.UI.ComposedModifierKt +AndroidX.Compose.UI.ContentCapture.ContentCaptureManager +AndroidX.Compose.UI.ContentCapture.ContentCaptureManagerCompanion +AndroidX.Compose.UI.ContentCapture.ContentCaptureManagerCompanion.Enabled.get -> bool +AndroidX.Compose.UI.ContentCapture.ContentCaptureManagerCompanion.Enabled.set -> void +AndroidX.Compose.UI.ContentCapture.ContentCaptureManagerConsts +AndroidX.Compose.UI.ContentCapture.IContentCaptureManager +AndroidX.Compose.UI.ContentCapture.IContentCaptureManager.Companion.get -> AndroidX.Compose.UI.ContentCapture.ContentCaptureManagerCompanion! +AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapper +AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapper.Flush() -> void +AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapper.NewAutofillId(long virtualChildId) -> Android.Views.Autofill.AutofillId? +AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapper.NewVirtualViewStructure(Android.Views.Autofill.AutofillId! parentId, long virtualId) -> AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat? +AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapper.NotifyViewAppeared(Android.Views.ViewStructure! node) -> void +AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapper.NotifyViewDisappeared(Android.Views.Autofill.AutofillId! id) -> void +AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapper.NotifyViewTextChanged(Android.Views.Autofill.AutofillId! id, Java.Lang.ICharSequence? text) -> void +AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapper.NotifyViewsAppeared(System.Collections.Generic.IList! appearedNodes) -> void +AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapper.NotifyViewsDisappeared(long[]! virtualIds) -> void +AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapperExtensions +AndroidX.Compose.UI.Draganddrop.DragAndDropEvent +AndroidX.Compose.UI.Draganddrop.DragAndDropEvent.DragAndDropEvent(Android.Views.DragEvent! dragEvent) -> void +AndroidX.Compose.UI.Draganddrop.DragAndDropNodeKt +AndroidX.Compose.UI.Draganddrop.DragAndDropTransferData +AndroidX.Compose.UI.Draganddrop.DragAndDropTransferData.ClipData.get -> Android.Content.ClipData! +AndroidX.Compose.UI.Draganddrop.DragAndDropTransferData.DragAndDropTransferData(Android.Content.ClipData! clipData, Java.Lang.Object? localState, int flags) -> void +AndroidX.Compose.UI.Draganddrop.DragAndDropTransferData.Flags.get -> int +AndroidX.Compose.UI.Draganddrop.DragAndDropTransferData.LocalState.get -> Java.Lang.Object? +AndroidX.Compose.UI.Draganddrop.DragAndDrop_androidKt +AndroidX.Compose.UI.Draganddrop.IDragAndDropStartTransferScope +AndroidX.Compose.UI.Draganddrop.IDragAndDropTarget +AndroidX.Compose.UI.Draganddrop.IDragAndDropTarget.OnChanged(AndroidX.Compose.UI.Draganddrop.DragAndDropEvent! e) -> void +AndroidX.Compose.UI.Draganddrop.IDragAndDropTarget.OnDrop(AndroidX.Compose.UI.Draganddrop.DragAndDropEvent! e) -> bool +AndroidX.Compose.UI.Draganddrop.IDragAndDropTarget.OnEnded(AndroidX.Compose.UI.Draganddrop.DragAndDropEvent! e) -> void +AndroidX.Compose.UI.Draganddrop.IDragAndDropTarget.OnEntered(AndroidX.Compose.UI.Draganddrop.DragAndDropEvent! e) -> void +AndroidX.Compose.UI.Draganddrop.IDragAndDropTarget.OnExited(AndroidX.Compose.UI.Draganddrop.DragAndDropEvent! e) -> void +AndroidX.Compose.UI.Draganddrop.IDragAndDropTarget.OnMoved(AndroidX.Compose.UI.Draganddrop.DragAndDropEvent! e) -> void +AndroidX.Compose.UI.Draganddrop.IDragAndDropTarget.OnStarted(AndroidX.Compose.UI.Draganddrop.DragAndDropEvent! e) -> void +AndroidX.Compose.UI.Draw.AlphaKt +AndroidX.Compose.UI.Draw.BlurKt +AndroidX.Compose.UI.Draw.BlurredEdgeTreatment +AndroidX.Compose.UI.Draw.BlurredEdgeTreatment.Companion +AndroidX.Compose.UI.Draw.ClipKt +AndroidX.Compose.UI.Draw.DrawCacheModifierDefaultImpls +AndroidX.Compose.UI.Draw.DrawModifierDefaultImpls +AndroidX.Compose.UI.Draw.DrawModifierKt +AndroidX.Compose.UI.Draw.DrawResult +AndroidX.Compose.UI.Draw.IBuildDrawCacheParams +AndroidX.Compose.UI.Draw.IBuildDrawCacheParams.Size.get -> long +AndroidX.Compose.UI.Draw.IDrawCacheModifier +AndroidX.Compose.UI.Draw.IDrawCacheModifier.OnBuildCache(AndroidX.Compose.UI.Draw.IBuildDrawCacheParams! params) -> void +AndroidX.Compose.UI.Draw.IDrawModifier +AndroidX.Compose.UI.Draw.PainterModifierKt +AndroidX.Compose.UI.Draw.RotateKt +AndroidX.Compose.UI.Draw.ScaleKt +AndroidX.Compose.UI.Draw.ShadowKt +AndroidX.Compose.UI.Focus.BeyondBoundsLayoutKt +AndroidX.Compose.UI.Focus.FocusChangedModifierKt +AndroidX.Compose.UI.Focus.FocusDirection +AndroidX.Compose.UI.Focus.FocusDirection.Companion +AndroidX.Compose.UI.Focus.FocusDirection.Companion.Down_dhqQ_8s.get -> int +AndroidX.Compose.UI.Focus.FocusDirection.Companion.Enter_dhqQ_8s.get -> int +AndroidX.Compose.UI.Focus.FocusDirection.Companion.Exit_dhqQ_8s.get -> int +AndroidX.Compose.UI.Focus.FocusDirection.Companion.Left_dhqQ_8s.get -> int +AndroidX.Compose.UI.Focus.FocusDirection.Companion.Next_dhqQ_8s.get -> int +AndroidX.Compose.UI.Focus.FocusDirection.Companion.Previous_dhqQ_8s.get -> int +AndroidX.Compose.UI.Focus.FocusDirection.Companion.Right_dhqQ_8s.get -> int +AndroidX.Compose.UI.Focus.FocusDirection.Companion.Up_dhqQ_8s.get -> int +AndroidX.Compose.UI.Focus.FocusEventModifierDefaultImpls +AndroidX.Compose.UI.Focus.FocusEventModifierKt +AndroidX.Compose.UI.Focus.FocusEventModifierNodeKt +AndroidX.Compose.UI.Focus.FocusEventModifierNodeKt.WhenMappings +AndroidX.Compose.UI.Focus.FocusInteropUtils_androidKt +AndroidX.Compose.UI.Focus.FocusManagerDefaultImpls +AndroidX.Compose.UI.Focus.FocusModifierKt +AndroidX.Compose.UI.Focus.FocusOrder +AndroidX.Compose.UI.Focus.FocusOrder.Down.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusOrder.Down.set -> void +AndroidX.Compose.UI.Focus.FocusOrder.End.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusOrder.End.set -> void +AndroidX.Compose.UI.Focus.FocusOrder.FocusOrder() -> void +AndroidX.Compose.UI.Focus.FocusOrder.Left.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusOrder.Left.set -> void +AndroidX.Compose.UI.Focus.FocusOrder.Next.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusOrder.Next.set -> void +AndroidX.Compose.UI.Focus.FocusOrder.Previous.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusOrder.Previous.set -> void +AndroidX.Compose.UI.Focus.FocusOrder.Right.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusOrder.Right.set -> void +AndroidX.Compose.UI.Focus.FocusOrder.Start.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusOrder.Start.set -> void +AndroidX.Compose.UI.Focus.FocusOrder.Up.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusOrder.Up.set -> void +AndroidX.Compose.UI.Focus.FocusOrderModifierDefaultImpls +AndroidX.Compose.UI.Focus.FocusOrderModifierKt +AndroidX.Compose.UI.Focus.FocusOwnerImplKt +AndroidX.Compose.UI.Focus.FocusOwnerKt +AndroidX.Compose.UI.Focus.FocusProperties +AndroidX.Compose.UI.Focus.FocusPropertiesCompanion +AndroidX.Compose.UI.Focus.FocusPropertiesConsts +AndroidX.Compose.UI.Focus.FocusPropertiesKt +AndroidX.Compose.UI.Focus.FocusPropertiesModifierNodeKt +AndroidX.Compose.UI.Focus.FocusRequester +AndroidX.Compose.UI.Focus.FocusRequester.CaptureFocus() -> bool +AndroidX.Compose.UI.Focus.FocusRequester.Companion +AndroidX.Compose.UI.Focus.FocusRequester.Companion.Cancel.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.CreateRefs() -> AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.Default.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component1() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component10() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component11() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component12() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component13() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component14() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component15() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component16() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component2() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component3() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component4() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component5() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component6() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component7() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component8() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Component9() -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.FocusRequester.FocusRequester() -> void +AndroidX.Compose.UI.Focus.FocusRequester.FreeFocus() -> bool +AndroidX.Compose.UI.Focus.FocusRequester.RequestFocus(int focusDirection) -> bool +AndroidX.Compose.UI.Focus.FocusRequester.RestoreFocusedChild() -> bool +AndroidX.Compose.UI.Focus.FocusRequester.SaveFocusedChild() -> bool +AndroidX.Compose.UI.Focus.FocusRequesterKt +AndroidX.Compose.UI.Focus.FocusRequesterModifierDefaultImpls +AndroidX.Compose.UI.Focus.FocusRequesterModifierKt +AndroidX.Compose.UI.Focus.FocusRequesterModifierNodeKt +AndroidX.Compose.UI.Focus.FocusRestorerKt +AndroidX.Compose.UI.Focus.FocusTargetModifierNodeKt +AndroidX.Compose.UI.Focus.FocusTargetNodeKt +AndroidX.Compose.UI.Focus.FocusTransactionsKt +AndroidX.Compose.UI.Focus.FocusTransactionsKt.WhenMappings +AndroidX.Compose.UI.Focus.FocusTraversalKt +AndroidX.Compose.UI.Focus.FocusTraversalKt.WhenMappings +AndroidX.Compose.UI.Focus.Focusability +AndroidX.Compose.UI.Focus.Focusability.Companion +AndroidX.Compose.UI.Focus.Focusability.Companion.Always_LCbbffg.get -> int +AndroidX.Compose.UI.Focus.Focusability.Companion.Never_LCbbffg.get -> int +AndroidX.Compose.UI.Focus.Focusability.Companion.SystemDefined_LCbbffg.get -> int +AndroidX.Compose.UI.Focus.IFocusEnterExitScope +AndroidX.Compose.UI.Focus.IFocusEnterExitScope.CancelFocus() -> void +AndroidX.Compose.UI.Focus.IFocusEnterExitScope.CancelFocusChange() -> void +AndroidX.Compose.UI.Focus.IFocusEnterExitScope.RequestedFocusDirection.get -> int +AndroidX.Compose.UI.Focus.IFocusEventModifier +AndroidX.Compose.UI.Focus.IFocusEventModifier.OnFocusEvent(AndroidX.Compose.UI.Focus.IFocusState! focusState) -> void +AndroidX.Compose.UI.Focus.IFocusManager +AndroidX.Compose.UI.Focus.IFocusManager.ClearFocus(bool force) -> void +AndroidX.Compose.UI.Focus.IFocusManager.MoveFocus(int p0) -> bool +AndroidX.Compose.UI.Focus.IFocusOrderModifier +AndroidX.Compose.UI.Focus.IFocusOrderModifier.PopulateFocusOrder(AndroidX.Compose.UI.Focus.FocusOrder! focusOrder) -> void +AndroidX.Compose.UI.Focus.IFocusProperties +AndroidX.Compose.UI.Focus.IFocusProperties.CanFocus.get -> bool +AndroidX.Compose.UI.Focus.IFocusProperties.CanFocus.set -> void +AndroidX.Compose.UI.Focus.IFocusProperties.Companion.get -> AndroidX.Compose.UI.Focus.FocusPropertiesCompanion! +AndroidX.Compose.UI.Focus.IFocusProperties.Down.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.IFocusProperties.Down.set -> void +AndroidX.Compose.UI.Focus.IFocusProperties.End.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.IFocusProperties.End.set -> void +AndroidX.Compose.UI.Focus.IFocusProperties.Enter.get -> Kotlin.Jvm.Functions.IFunction1! +AndroidX.Compose.UI.Focus.IFocusProperties.Enter.set -> void +AndroidX.Compose.UI.Focus.IFocusProperties.Exit.get -> Kotlin.Jvm.Functions.IFunction1! +AndroidX.Compose.UI.Focus.IFocusProperties.Exit.set -> void +AndroidX.Compose.UI.Focus.IFocusProperties.Left.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.IFocusProperties.Left.set -> void +AndroidX.Compose.UI.Focus.IFocusProperties.Next.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.IFocusProperties.Next.set -> void +AndroidX.Compose.UI.Focus.IFocusProperties.OnEnter.get -> Kotlin.Jvm.Functions.IFunction1! +AndroidX.Compose.UI.Focus.IFocusProperties.OnEnter.set -> void +AndroidX.Compose.UI.Focus.IFocusProperties.OnExit.get -> Kotlin.Jvm.Functions.IFunction1! +AndroidX.Compose.UI.Focus.IFocusProperties.OnExit.set -> void +AndroidX.Compose.UI.Focus.IFocusProperties.Previous.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.IFocusProperties.Previous.set -> void +AndroidX.Compose.UI.Focus.IFocusProperties.Right.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.IFocusProperties.Right.set -> void +AndroidX.Compose.UI.Focus.IFocusProperties.Start.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.IFocusProperties.Start.set -> void +AndroidX.Compose.UI.Focus.IFocusProperties.Up.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.IFocusProperties.Up.set -> void +AndroidX.Compose.UI.Focus.IFocusRequesterModifier +AndroidX.Compose.UI.Focus.IFocusRequesterModifier.FocusRequester.get -> AndroidX.Compose.UI.Focus.FocusRequester! +AndroidX.Compose.UI.Focus.IFocusState +AndroidX.Compose.UI.Focus.IFocusState.HasFocus.get -> bool +AndroidX.Compose.UI.Focus.IFocusState.IsCaptured.get -> bool +AndroidX.Compose.UI.Focus.IFocusState.IsFocused.get -> bool +AndroidX.Compose.UI.Focus.OneDimensionalFocusSearchKt +AndroidX.Compose.UI.Focus.OneDimensionalFocusSearchKt.WhenMappings +AndroidX.Compose.UI.Focus.RequestChildFocusKt +AndroidX.Compose.UI.Focus.TwoDimensionalFocusSearchKt +AndroidX.Compose.UI.Focus.TwoDimensionalFocusSearchKt.WhenMappings +AndroidX.Compose.UI.FrameRateCategory +AndroidX.Compose.UI.FrameRateCategory.Companion +AndroidX.Compose.UI.FrameRateCategory.Companion.Default_NSsRyOo.get -> float +AndroidX.Compose.UI.FrameRateCategory.Companion.High_NSsRyOo.get -> float +AndroidX.Compose.UI.FrameRateCategory.Companion.Normal_NSsRyOo.get -> float +AndroidX.Compose.UI.FrameRateKt +AndroidX.Compose.UI.Graphics.CompositingStrategy +AndroidX.Compose.UI.Graphics.CompositingStrategy.Companion +AndroidX.Compose.UI.Graphics.CompositingStrategy.Companion.Auto__NrFUSI.get -> int +AndroidX.Compose.UI.Graphics.CompositingStrategy.Companion.ModulateAlpha__NrFUSI.get -> int +AndroidX.Compose.UI.Graphics.CompositingStrategy.Companion.Offscreen__NrFUSI.get -> int +AndroidX.Compose.UI.Graphics.GraphicsLayerModifierKt +AndroidX.Compose.UI.Graphics.GraphicsLayerScopeKt +AndroidX.Compose.UI.Graphics.TransformOrigin +AndroidX.Compose.UI.Graphics.TransformOrigin.Companion +AndroidX.Compose.UI.Graphics.TransformOrigin.Companion.Center_SzJe1aQ.get -> long +AndroidX.Compose.UI.Graphics.TransformOriginKt +AndroidX.Compose.UI.Graphics.Vector.Compat.XmlVectorParser_androidKt +AndroidX.Compose.UI.Graphics.Vector.IVectorComposable +AndroidX.Compose.UI.Graphics.Vector.IVectorConfig +AndroidX.Compose.UI.Graphics.Vector.IVectorConfig.GetOrDefault(AndroidX.Compose.UI.Graphics.Vector.VectorProperty! property, Java.Lang.Object? defaultValue) -> Java.Lang.Object? +AndroidX.Compose.UI.Graphics.Vector.ImageVector +AndroidX.Compose.UI.Graphics.Vector.ImageVector.AutoMirror.get -> bool +AndroidX.Compose.UI.Graphics.Vector.ImageVector.Builder +AndroidX.Compose.UI.Graphics.Vector.ImageVector.Builder.Build() -> AndroidX.Compose.UI.Graphics.Vector.ImageVector! +AndroidX.Compose.UI.Graphics.Vector.ImageVector.Builder.ClearGroup() -> AndroidX.Compose.UI.Graphics.Vector.ImageVector.Builder! +AndroidX.Compose.UI.Graphics.Vector.ImageVector.Companion +AndroidX.Compose.UI.Graphics.Vector.ImageVector.DefaultHeight.get -> float +AndroidX.Compose.UI.Graphics.Vector.ImageVector.DefaultWidth.get -> float +AndroidX.Compose.UI.Graphics.Vector.ImageVector.Name.get -> string! +AndroidX.Compose.UI.Graphics.Vector.ImageVector.Root.get -> AndroidX.Compose.UI.Graphics.Vector.VectorGroup! +AndroidX.Compose.UI.Graphics.Vector.ImageVector.TintBlendMode.get -> int +AndroidX.Compose.UI.Graphics.Vector.ImageVector.TintColor.get -> long +AndroidX.Compose.UI.Graphics.Vector.ImageVector.ViewportHeight.get -> float +AndroidX.Compose.UI.Graphics.Vector.ImageVector.ViewportWidth.get -> float +AndroidX.Compose.UI.Graphics.Vector.ImageVectorKt +AndroidX.Compose.UI.Graphics.Vector.VNode +AndroidX.Compose.UI.Graphics.Vector.VNode.Invalidate() -> void +AndroidX.Compose.UI.Graphics.Vector.VNode.VNode(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.Vector.VectorComposableAttribute +AndroidX.Compose.UI.Graphics.Vector.VectorComposableAttribute.VectorComposableAttribute() -> void +AndroidX.Compose.UI.Graphics.Vector.VectorComposeKt +AndroidX.Compose.UI.Graphics.Vector.VectorConfigDefaultImpls +AndroidX.Compose.UI.Graphics.Vector.VectorGroup +AndroidX.Compose.UI.Graphics.Vector.VectorGroup.Get(int index) -> AndroidX.Compose.UI.Graphics.Vector.VectorNode! +AndroidX.Compose.UI.Graphics.Vector.VectorGroup.Iterator() -> Java.Util.IIterator! +AndroidX.Compose.UI.Graphics.Vector.VectorGroup.Name.get -> string! +AndroidX.Compose.UI.Graphics.Vector.VectorGroup.PivotX.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorGroup.PivotY.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorGroup.Rotation.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorGroup.ScaleX.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorGroup.ScaleY.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorGroup.Size.get -> int +AndroidX.Compose.UI.Graphics.Vector.VectorGroup.TranslationX.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorGroup.TranslationY.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorGroup.VectorGroup() -> void +AndroidX.Compose.UI.Graphics.Vector.VectorKt +AndroidX.Compose.UI.Graphics.Vector.VectorNode +AndroidX.Compose.UI.Graphics.Vector.VectorNode.VectorNode(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Graphics.Vector.VectorPainterKt +AndroidX.Compose.UI.Graphics.Vector.VectorPath +AndroidX.Compose.UI.Graphics.Vector.VectorPath.FillAlpha.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorPath.Name.get -> string! +AndroidX.Compose.UI.Graphics.Vector.VectorPath.PathFillType.get -> int +AndroidX.Compose.UI.Graphics.Vector.VectorPath.StrokeAlpha.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorPath.StrokeLineCap.get -> int +AndroidX.Compose.UI.Graphics.Vector.VectorPath.StrokeLineJoin.get -> int +AndroidX.Compose.UI.Graphics.Vector.VectorPath.StrokeLineMiter.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorPath.StrokeLineWidth.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorPath.TrimPathEnd.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorPath.TrimPathOffset.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorPath.TrimPathStart.get -> float +AndroidX.Compose.UI.Graphics.Vector.VectorProperty +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.FillAlpha +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.PivotX +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.PivotY +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.Rotation +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.ScaleX +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.ScaleY +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.StrokeAlpha +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.StrokeLineWidth +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TranslateX +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TranslateY +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TrimPathEnd +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TrimPathOffset +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TrimPathStart +AndroidX.Compose.UI.Graphics.Vector.VectorProperty.VectorProperty(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.Confirm_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.ContextClick_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.GestureEnd_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.GestureThresholdActivate_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.KeyboardTap_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.LongPress_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.Reject_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.SegmentFrequentTick_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.SegmentTick_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.TextHandleMove_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.ToggleOff_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.ToggleOn_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.Values() -> System.Collections.Generic.IList! +AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.VirtualKey_5zf0vsI.get -> int +AndroidX.Compose.UI.HapticFeedback.IHapticFeedback +AndroidX.Compose.UI.HapticFeedback.IHapticFeedback.PerformHapticFeedback(int p0) -> void +AndroidX.Compose.UI.IAlignment +AndroidX.Compose.UI.IAlignment.Companion.get -> AndroidX.Compose.UI.AlignmentCompanion! +AndroidX.Compose.UI.IAlignmentHorizontal +AndroidX.Compose.UI.IAlignmentHorizontal.Plus(AndroidX.Compose.UI.IAlignmentVertical! other) -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.IAlignmentVertical +AndroidX.Compose.UI.IAlignmentVertical.Align(int size, int space) -> int +AndroidX.Compose.UI.IAlignmentVertical.Plus(AndroidX.Compose.UI.IAlignmentHorizontal! other) -> AndroidX.Compose.UI.IAlignment! +AndroidX.Compose.UI.IModifier +AndroidX.Compose.UI.IModifier.All(Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +AndroidX.Compose.UI.IModifier.Any(Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +AndroidX.Compose.UI.IModifier.FoldIn(Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +AndroidX.Compose.UI.IModifier.FoldOut(Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +AndroidX.Compose.UI.IModifier.Then(AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.UI.IModifierElement +AndroidX.Compose.UI.IMotionDurationScale +AndroidX.Compose.UI.IMotionDurationScale.Key.get -> Kotlin.Coroutines.ICoroutineContextKey! +AndroidX.Compose.UI.IMotionDurationScale.ScaleFactor.get -> float +AndroidX.Compose.UI.IUiComposable +AndroidX.Compose.UI.IUiMediaScope +AndroidX.Compose.UI.IUiMediaScope.HasCamera.get -> bool +AndroidX.Compose.UI.IUiMediaScope.HasMicrophone.get -> bool +AndroidX.Compose.UI.IUiMediaScope.KeyboardKind.get -> string! +AndroidX.Compose.UI.IUiMediaScope.PointerPrecision.get -> string! +AndroidX.Compose.UI.IUiMediaScope.ViewingDistance.get -> string! +AndroidX.Compose.UI.IUiMediaScope.WindowHeight.get -> float +AndroidX.Compose.UI.IUiMediaScope.WindowPosture.get -> string! +AndroidX.Compose.UI.IUiMediaScope.WindowWidth.get -> float +AndroidX.Compose.UI.Input.IInputModeManager +AndroidX.Compose.UI.Input.IInputModeManager.InputMode.get -> int +AndroidX.Compose.UI.Input.IInputModeManager.RequestInputMode(int p0) -> bool +AndroidX.Compose.UI.Input.Indirect.AndroidIndirectPointerEvent_androidKt +AndroidX.Compose.UI.Input.Indirect.IIndirectPointerEvent +AndroidX.Compose.UI.Input.Indirect.IIndirectPointerEvent.Changes.get -> System.Collections.Generic.IList! +AndroidX.Compose.UI.Input.Indirect.IIndirectPointerEvent.PrimaryDirectionalMotionAxis.get -> int +AndroidX.Compose.UI.Input.Indirect.IIndirectPointerEvent.Type.get -> int +AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventPrimaryDirectionalMotionAxis +AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventPrimaryDirectionalMotionAxis.Companion +AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventPrimaryDirectionalMotionAxis.Companion.None_nZO2Niw.get -> int +AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventPrimaryDirectionalMotionAxis.Companion.X_nZO2Niw.get -> int +AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventPrimaryDirectionalMotionAxis.Companion.Y_nZO2Niw.get -> int +AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventType +AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventType.Companion +AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventType.Companion.Move_4ZHQPSE.get -> int +AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventType.Companion.Press_4ZHQPSE.get -> int +AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventType.Companion.Release_4ZHQPSE.get -> int +AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventType.Companion.Unknown_4ZHQPSE.get -> int +AndroidX.Compose.UI.Input.Indirect.IndirectPointerInputChange +AndroidX.Compose.UI.Input.Indirect.IndirectPointerInputChange.Consume() -> void +AndroidX.Compose.UI.Input.Indirect.IndirectPointerInputChange.Id.get -> long +AndroidX.Compose.UI.Input.Indirect.IndirectPointerInputChange.IsConsumed.get -> bool +AndroidX.Compose.UI.Input.Indirect.IndirectPointerInputChange.Position.get -> long +AndroidX.Compose.UI.Input.Indirect.IndirectPointerInputChange.Pressed.get -> bool +AndroidX.Compose.UI.Input.Indirect.IndirectPointerInputChange.Pressure.get -> float +AndroidX.Compose.UI.Input.Indirect.IndirectPointerInputChange.PreviousPosition.get -> long +AndroidX.Compose.UI.Input.Indirect.IndirectPointerInputChange.PreviousPressed.get -> bool +AndroidX.Compose.UI.Input.Indirect.IndirectPointerInputChange.PreviousUptimeMillis.get -> long +AndroidX.Compose.UI.Input.Indirect.IndirectPointerInputChange.UptimeMillis.get -> long +AndroidX.Compose.UI.Input.InputMode +AndroidX.Compose.UI.Input.InputMode.Companion +AndroidX.Compose.UI.Input.InputMode.Companion.Keyboard_aOaMEAU.get -> int +AndroidX.Compose.UI.Input.InputMode.Companion.Touch_aOaMEAU.get -> int +AndroidX.Compose.UI.Input.Key.Key +AndroidX.Compose.UI.Input.Key.Key.Companion +AndroidX.Compose.UI.Input.Key.Key.Companion.A_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.AllApps_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.AltLeft_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.AltRight_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Apostrophe_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.AppSwitch_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Assist_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.At_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.AvReceiverInput_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.AvReceiverPower_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.B_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Back_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Backslash_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Backspace_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Bookmark_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Break_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.BrightnessDown_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.BrightnessUp_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Browser_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button10_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button11_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button12_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button13_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button14_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button15_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button16_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button1_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button2_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button3_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button4_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button5_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button6_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button7_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button8_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Button9_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonA_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonB_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonC_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonL1_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonL2_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonMode_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonR1_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonR2_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonSelect_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonStart_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonThumbLeft_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonThumbRight_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonX_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonY_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ButtonZ_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.C_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Calculator_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Calendar_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Call_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Camera_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.CapsLock_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Captions_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ChannelDown_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ChannelUp_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Clear_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Comma_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Contacts_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Copy_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.CtrlLeft_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.CtrlRight_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Cut_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.D_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Delete_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.DirectionCenter_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.DirectionDownLeft_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.DirectionDownRight_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.DirectionDown_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.DirectionLeft_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.DirectionRight_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.DirectionUpLeft_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.DirectionUpRight_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.DirectionUp_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Dvr_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.E_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Eight_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Eisu_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.EndCall_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Enter_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Envelope_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Equals_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Escape_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F10_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F11_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F12_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F1_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F2_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F3_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F4_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F5_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F6_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F7_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F8_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F9_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.F_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Five_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Focus_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Forward_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Four_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Function_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.G_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Grave_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Guide_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.H_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.HeadsetHook_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Help_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Henkan_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Home_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.I_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Info_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Insert_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.J_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.K_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Kana_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.KatakanaHiragana_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.L_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.LanguageSwitch_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.LastChannel_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.LeftBracket_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.M_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MannerMode_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaAudioTrack_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaClose_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaEject_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaFastForward_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaNext_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaPause_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaPlayPause_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaPlay_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaPrevious_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaRecord_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaRewind_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaSkipBackward_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaSkipForward_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaStepBackward_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaStepForward_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaStop_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MediaTopMenu_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Menu_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MetaLeft_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MetaRight_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MicrophoneMute_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Minus_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MoveEnd_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.MoveHome_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Muhenkan_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Multiply_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Music_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.N_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NavigateIn_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NavigateNext_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NavigateOut_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NavigatePrevious_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Nine_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Notification_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumLock_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPad0_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPad1_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPad2_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPad3_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPad4_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPad5_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPad6_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPad7_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPad8_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPad9_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadAdd_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadComma_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadDelete_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadDirectionDown_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadDirectionLeft_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadDirectionRight_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadDirectionUp_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadDivide_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadDot_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadEnter_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadEquals_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadInsert_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadLeftParenthesis_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadMoveEnd_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadMoveHome_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadMultiply_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadPageDown_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadPageUp_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadRightParenthesis_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.NumPadSubtract_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Number_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.O_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.One_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.P_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.PageDown_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.PageUp_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Pairing_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Paste_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Period_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.PictureSymbols_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Plus_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Pound_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Power_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.PrintScreen_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ProfileSwitch_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ProgramBlue_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ProgramGreen_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ProgramRed_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ProgramYellow_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Q_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.R_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Refresh_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.RightBracket_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Ro_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.S_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ScrollLock_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Search_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Semicolon_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.SetTopBoxInput_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.SetTopBoxPower_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Settings_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Seven_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ShiftLeft_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ShiftRight_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Six_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Slash_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Sleep_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.SoftLeft_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.SoftRight_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.SoftSleep_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Spacebar_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Stem1_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Stem2_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Stem3_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.StemPrimary_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.SwitchCharset_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Symbol_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.SystemHome_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.SystemNavigationDown_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.SystemNavigationLeft_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.SystemNavigationRight_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.SystemNavigationUp_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.T_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Tab_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Three_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ThumbsDown_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ThumbsUp_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Toggle2D3D_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvAntennaCable_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvAudioDescriptionMixingVolumeDown_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvAudioDescriptionMixingVolumeUp_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvAudioDescription_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvContentsMenu_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvDataService_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvInputComponent1_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvInputComponent2_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvInputComposite1_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvInputComposite2_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvInputHdmi1_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvInputHdmi2_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvInputHdmi3_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvInputHdmi4_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvInputVga1_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvInput_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvMediaContextMenu_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvNetwork_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvNumberEntry_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvPower_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvRadioService_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvSatelliteBs_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvSatelliteCs_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvSatelliteService_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvSatellite_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvTeletext_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvTerrestrialAnalog_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvTerrestrialDigital_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvTimerProgramming_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.TvZoomMode_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Tv_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Two_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.U_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Unknown_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.V_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.VoiceAssist_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.VolumeDown_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.VolumeMute_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.VolumeUp_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.W_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.WakeUp_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Window_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.X_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Y_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Yen_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Z_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ZenkakuHankaru_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.Zero_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ZoomIn_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.Companion.ZoomOut_EK5gGoQ.get -> long +AndroidX.Compose.UI.Input.Key.Key.KeyCode.get -> long +AndroidX.Compose.UI.Input.Key.KeyEvent +AndroidX.Compose.UI.Input.Key.KeyEvent.NativeKeyEvent.get -> Android.Views.KeyEvent! +AndroidX.Compose.UI.Input.Key.KeyEventType +AndroidX.Compose.UI.Input.Key.KeyEventType.Companion +AndroidX.Compose.UI.Input.Key.KeyEventType.Companion.KeyDown_CS__XNY.get -> int +AndroidX.Compose.UI.Input.Key.KeyEventType.Companion.KeyUp_CS__XNY.get -> int +AndroidX.Compose.UI.Input.Key.KeyEventType.Companion.Unknown_CS__XNY.get -> int +AndroidX.Compose.UI.Input.Key.KeyEvent_androidKt +AndroidX.Compose.UI.Input.Key.KeyInputModifierKt +AndroidX.Compose.UI.Input.Key.Key_androidKt +AndroidX.Compose.UI.Input.Key.SoftwareKeyboardInterceptionModifierKt +AndroidX.Compose.UI.Input.NestedScroll.INestedScrollConnection +AndroidX.Compose.UI.Input.NestedScroll.INestedScrollConnection.OnPostScroll(long consumed, long available, int source) -> long +AndroidX.Compose.UI.Input.NestedScroll.INestedScrollConnection.OnPreScroll(long available, int source) -> long +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollConnectionDefaultImpls +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollDispatcher +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollDispatcher.CoroutineScope.get -> Xamarin.KotlinX.Coroutines.ICoroutineScope! +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollDispatcher.DispatchPostScroll(long consumed, long available, int source) -> long +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollDispatcher.DispatchPreScroll(long available, int source) -> long +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollDispatcher.NestedScrollDispatcher() -> void +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollModifierKt +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollNodeKt +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollSource +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollSource.Companion +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollSource.Companion.Drag_WNlRxjI.get -> int +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollSource.Companion.Fling_WNlRxjI.get -> int +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollSource.Companion.Relocate_WNlRxjI.get -> int +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollSource.Companion.SideEffect_WNlRxjI.get -> int +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollSource.Companion.UserInput_WNlRxjI.get -> int +AndroidX.Compose.UI.Input.NestedScroll.NestedScrollSource.Companion.Wheel_WNlRxjI.get -> int +AndroidX.Compose.UI.Input.Pointer.ConsumedData +AndroidX.Compose.UI.Input.Pointer.ConsumedData.ConsumedData() -> void +AndroidX.Compose.UI.Input.Pointer.ConsumedData.ConsumedData(bool positionChange, bool downChange) -> void +AndroidX.Compose.UI.Input.Pointer.ConsumedData.DownChange.get -> bool +AndroidX.Compose.UI.Input.Pointer.ConsumedData.DownChange.set -> void +AndroidX.Compose.UI.Input.Pointer.ConsumedData.PositionChange.get -> bool +AndroidX.Compose.UI.Input.Pointer.ConsumedData.PositionChange.set -> void +AndroidX.Compose.UI.Input.Pointer.HistoricalChange +AndroidX.Compose.UI.Input.Pointer.HistoricalChange.PanOffset.get -> long +AndroidX.Compose.UI.Input.Pointer.HistoricalChange.Position.get -> long +AndroidX.Compose.UI.Input.Pointer.HistoricalChange.ScaleFactor.get -> float +AndroidX.Compose.UI.Input.Pointer.HistoricalChange.UptimeMillis.get -> long +AndroidX.Compose.UI.Input.Pointer.IPointerIcon +AndroidX.Compose.UI.Input.Pointer.IPointerIcon.Companion.get -> AndroidX.Compose.UI.Input.Pointer.PointerIconCompanion! +AndroidX.Compose.UI.Input.Pointer.IPointerInputEventHandler +AndroidX.Compose.UI.Input.Pointer.IPointerInputModifier +AndroidX.Compose.UI.Input.Pointer.IPointerInputModifier.PointerInputFilter.get -> AndroidX.Compose.UI.Input.Pointer.PointerInputFilter! +AndroidX.Compose.UI.Input.Pointer.PointerButtons +AndroidX.Compose.UI.Input.Pointer.PointerEvent +AndroidX.Compose.UI.Input.Pointer.PointerEvent.Buttons.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEvent.Changes.get -> System.Collections.Generic.IList! +AndroidX.Compose.UI.Input.Pointer.PointerEvent.Classification.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEvent.Component1() -> System.Collections.Generic.IList! +AndroidX.Compose.UI.Input.Pointer.PointerEvent.Copy(System.Collections.Generic.IList! changes, Android.Views.MotionEvent? motionEvent) -> AndroidX.Compose.UI.Input.Pointer.PointerEvent! +AndroidX.Compose.UI.Input.Pointer.PointerEvent.KeyboardModifiers.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEvent.MotionEvent.get -> Android.Views.MotionEvent? +AndroidX.Compose.UI.Input.Pointer.PointerEvent.PointerEvent(System.Collections.Generic.IList! changes) -> void +AndroidX.Compose.UI.Input.Pointer.PointerEvent.Type.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventKt +AndroidX.Compose.UI.Input.Pointer.PointerEventPass +AndroidX.Compose.UI.Input.Pointer.PointerEventTimeoutCancellationException +AndroidX.Compose.UI.Input.Pointer.PointerEventTimeoutCancellationException.PointerEventTimeoutCancellationException(long time) -> void +AndroidX.Compose.UI.Input.Pointer.PointerEventType +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.Enter_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.Exit_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.Move_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.PanEnd_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.PanMove_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.PanStart_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.Press_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.Release_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.ScaleChange_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.ScaleEnd_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.ScaleStart_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.Scroll_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.Unknown_7fucELk.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt +AndroidX.Compose.UI.Input.Pointer.PointerIcon +AndroidX.Compose.UI.Input.Pointer.PointerIconCompanion +AndroidX.Compose.UI.Input.Pointer.PointerIconCompanion.Crosshair.get -> AndroidX.Compose.UI.Input.Pointer.IPointerIcon! +AndroidX.Compose.UI.Input.Pointer.PointerIconCompanion.Default.get -> AndroidX.Compose.UI.Input.Pointer.IPointerIcon! +AndroidX.Compose.UI.Input.Pointer.PointerIconCompanion.Hand.get -> AndroidX.Compose.UI.Input.Pointer.IPointerIcon! +AndroidX.Compose.UI.Input.Pointer.PointerIconCompanion.Text.get -> AndroidX.Compose.UI.Input.Pointer.IPointerIcon! +AndroidX.Compose.UI.Input.Pointer.PointerIconConsts +AndroidX.Compose.UI.Input.Pointer.PointerIconKt +AndroidX.Compose.UI.Input.Pointer.PointerIcon_androidKt +AndroidX.Compose.UI.Input.Pointer.PointerId +AndroidX.Compose.UI.Input.Pointer.PointerId.Value.get -> long +AndroidX.Compose.UI.Input.Pointer.PointerInputChange +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Consume() -> void +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Consumed.get -> AndroidX.Compose.UI.Input.Pointer.ConsumedData! +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Copy(long id, long currentTime, long currentPosition, bool currentPressed, float pressure, long previousTime, long previousPosition, bool previousPressed, int type, System.Collections.Generic.IList! historical, long scrollDelta) -> AndroidX.Compose.UI.Input.Pointer.PointerInputChange! +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Copy(long id, long currentTime, long currentPosition, bool currentPressed, float pressure, long previousTime, long previousPosition, bool previousPressed, int type, System.Collections.Generic.IList! historical, long scrollDelta, float scaleFactor, long panOffset) -> AndroidX.Compose.UI.Input.Pointer.PointerInputChange! +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Copy(long id, long currentTime, long currentPosition, bool currentPressed, float pressure, long previousTime, long previousPosition, bool previousPressed, int type, long scrollDelta) -> AndroidX.Compose.UI.Input.Pointer.PointerInputChange! +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Copy(long id, long currentTime, long currentPosition, bool currentPressed, long previousTime, long previousPosition, bool previousPressed, AndroidX.Compose.UI.Input.Pointer.ConsumedData! consumed, int type, long scrollDelta) -> AndroidX.Compose.UI.Input.Pointer.PointerInputChange! +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Copy(long id, long currentTime, long currentPosition, bool currentPressed, long previousTime, long previousPosition, bool previousPressed, int type, System.Collections.Generic.IList! historical, long scrollDelta) -> AndroidX.Compose.UI.Input.Pointer.PointerInputChange! +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Copy(long id, long currentTime, long currentPosition, bool currentPressed, long previousTime, long previousPosition, bool previousPressed, int type, long scrollDelta) -> AndroidX.Compose.UI.Input.Pointer.PointerInputChange! +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Historical.get -> System.Collections.Generic.IList! +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Id.get -> long +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.IsConsumed.get -> bool +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.PanOffset.get -> long +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Position.get -> long +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Pressed.get -> bool +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Pressure.get -> float +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.PreviousPosition.get -> long +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.PreviousPressed.get -> bool +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.PreviousUptimeMillis.get -> long +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.ScaleFactor.get -> float +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.ScrollDelta.get -> long +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.Type.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerInputChange.UptimeMillis.get -> long +AndroidX.Compose.UI.Input.Pointer.PointerInputEventProcessorKt +AndroidX.Compose.UI.Input.Pointer.PointerInputFilter +AndroidX.Compose.UI.Input.Pointer.PointerInputFilter.PointerInputFilter() -> void +AndroidX.Compose.UI.Input.Pointer.PointerInputFilter.PointerInputFilter(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Input.Pointer.PointerInputFilter.Size.get -> long +AndroidX.Compose.UI.Input.Pointer.PointerInputModifierDefaultImpls +AndroidX.Compose.UI.Input.Pointer.PointerInputTestUtilKt +AndroidX.Compose.UI.Input.Pointer.PointerInteropFilter_androidKt +AndroidX.Compose.UI.Input.Pointer.PointerInteropUtils_androidKt +AndroidX.Compose.UI.Input.Pointer.PointerKeyboardModifiers +AndroidX.Compose.UI.Input.Pointer.PointerType +AndroidX.Compose.UI.Input.Pointer.PointerType.Companion +AndroidX.Compose.UI.Input.Pointer.PointerType.Companion.Eraser_T8wyACA.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerType.Companion.Mouse_T8wyACA.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerType.Companion.Stylus_T8wyACA.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerType.Companion.Touch_T8wyACA.get -> int +AndroidX.Compose.UI.Input.Pointer.PointerType.Companion.Unknown_T8wyACA.get -> int +AndroidX.Compose.UI.Input.Pointer.SuspendingPointerInputFilterKt +AndroidX.Compose.UI.Input.Pointer.SuspendingPointerInputFilter_jvmAndAndroidKt +AndroidX.Compose.UI.Input.Pointer.Util.ExperimentalVelocityTrackerApiAttribute +AndroidX.Compose.UI.Input.Pointer.Util.ExperimentalVelocityTrackerApiAttribute.ExperimentalVelocityTrackerApiAttribute() -> void +AndroidX.Compose.UI.Input.Pointer.Util.IExperimentalVelocityTrackerApi +AndroidX.Compose.UI.Input.Pointer.Util.PlatformVelocityTracker_androidKt +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker.AddPosition(long timeMillis, long position) -> void +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker.CalculateVelocity() -> long +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker.CalculateVelocity(long maximumVelocity) -> long +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker.ResetTracking() -> void +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker.VelocityTracker() -> void +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker1D +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker1D.AddDataPoint(long timeMillis, float dataPoint) -> void +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker1D.CalculateVelocity() -> float +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker1D.CalculateVelocity(float maximumVelocity) -> float +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker1D.IsDataDifferential.get -> bool +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker1D.ResetTracking() -> void +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker1D.VelocityTracker1D() -> void +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker1D.VelocityTracker1D(bool isDataDifferential) -> void +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker1D.WhenMappings +AndroidX.Compose.UI.Input.Pointer.Util.VelocityTrackerKt +AndroidX.Compose.UI.Input.Rotary.RotaryInputModifierKt +AndroidX.Compose.UI.Input.Rotary.RotaryScrollEvent +AndroidX.Compose.UI.Input.Rotary.RotaryScrollEvent.HorizontalScrollPixels.get -> float +AndroidX.Compose.UI.Input.Rotary.RotaryScrollEvent.InputDeviceId.get -> int +AndroidX.Compose.UI.Input.Rotary.RotaryScrollEvent.UptimeMillis.get -> long +AndroidX.Compose.UI.Input.Rotary.RotaryScrollEvent.VerticalScrollPixels.get -> float +AndroidX.Compose.UI.Internal.InlineClassHelperKt +AndroidX.Compose.UI.Internal.JvmDefaultWithCompatibility_jvmAndAndroidKt +AndroidX.Compose.UI.Internal.PlatformOptimizedCancellationException_jvmAndAndroidKt +AndroidX.Compose.UI.KeepScreenOnKt +AndroidX.Compose.UI.Layout.AlignmentLine +AndroidX.Compose.UI.Layout.AlignmentLine.AlignmentLine(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Layout.AlignmentLine.Companion +AndroidX.Compose.UI.Layout.AlignmentLineKt +AndroidX.Compose.UI.Layout.BeyondBoundsLayoutKt +AndroidX.Compose.UI.Layout.BeyondBoundsLayoutLayoutDirection +AndroidX.Compose.UI.Layout.BeyondBoundsLayoutLayoutDirection.Companion +AndroidX.Compose.UI.Layout.BeyondBoundsLayoutLayoutDirection.Companion.Above_hoxUOeE.get -> int +AndroidX.Compose.UI.Layout.BeyondBoundsLayoutLayoutDirection.Companion.After_hoxUOeE.get -> int +AndroidX.Compose.UI.Layout.BeyondBoundsLayoutLayoutDirection.Companion.Before_hoxUOeE.get -> int +AndroidX.Compose.UI.Layout.BeyondBoundsLayoutLayoutDirection.Companion.Below_hoxUOeE.get -> int +AndroidX.Compose.UI.Layout.BeyondBoundsLayoutLayoutDirection.Companion.Left_hoxUOeE.get -> int +AndroidX.Compose.UI.Layout.BeyondBoundsLayoutLayoutDirection.Companion.Right_hoxUOeE.get -> int +AndroidX.Compose.UI.Layout.ContentScale +AndroidX.Compose.UI.Layout.ContentScaleCompanion +AndroidX.Compose.UI.Layout.ContentScaleCompanion.Crop.get -> AndroidX.Compose.UI.Layout.IContentScale! +AndroidX.Compose.UI.Layout.ContentScaleCompanion.FillBounds.get -> AndroidX.Compose.UI.Layout.IContentScale! +AndroidX.Compose.UI.Layout.ContentScaleCompanion.FillHeight.get -> AndroidX.Compose.UI.Layout.IContentScale! +AndroidX.Compose.UI.Layout.ContentScaleCompanion.FillWidth.get -> AndroidX.Compose.UI.Layout.IContentScale! +AndroidX.Compose.UI.Layout.ContentScaleCompanion.Fit.get -> AndroidX.Compose.UI.Layout.IContentScale! +AndroidX.Compose.UI.Layout.ContentScaleCompanion.Inside.get -> AndroidX.Compose.UI.Layout.IContentScale! +AndroidX.Compose.UI.Layout.ContentScaleCompanion.None.get -> AndroidX.Compose.UI.Layout.FixedScale! +AndroidX.Compose.UI.Layout.ContentScaleConsts +AndroidX.Compose.UI.Layout.ContentScaleKt +AndroidX.Compose.UI.Layout.FixedScale +AndroidX.Compose.UI.Layout.FixedScale.Component1() -> float +AndroidX.Compose.UI.Layout.FixedScale.ComputeScaleFactor(long srcSize, long dstSize) -> long +AndroidX.Compose.UI.Layout.FixedScale.Copy(float value) -> AndroidX.Compose.UI.Layout.FixedScale! +AndroidX.Compose.UI.Layout.FixedScale.FixedScale(float value) -> void +AndroidX.Compose.UI.Layout.FixedScale.InterfaceConsts +AndroidX.Compose.UI.Layout.FixedScale.Value.get -> float +AndroidX.Compose.UI.Layout.GraphicLayerInfoDefaultImpls +AndroidX.Compose.UI.Layout.HorizontalAlignmentLine +AndroidX.Compose.UI.Layout.HorizontalAlignmentLine.HorizontalAlignmentLine(Kotlin.Jvm.Functions.IFunction2! merger) -> void +AndroidX.Compose.UI.Layout.HorizontalRuler +AndroidX.Compose.UI.Layout.HorizontalRuler.Companion +AndroidX.Compose.UI.Layout.HorizontalRuler.Companion.MaxOf(params AndroidX.Compose.UI.Layout.HorizontalRuler![]! rulers) -> AndroidX.Compose.UI.Layout.HorizontalRuler! +AndroidX.Compose.UI.Layout.HorizontalRuler.Companion.MinOf(params AndroidX.Compose.UI.Layout.HorizontalRuler![]! rulers) -> AndroidX.Compose.UI.Layout.HorizontalRuler! +AndroidX.Compose.UI.Layout.HorizontalRuler.HorizontalRuler() -> void +AndroidX.Compose.UI.Layout.IBeyondBoundsLayout +AndroidX.Compose.UI.Layout.IBeyondBoundsLayout.Layout(int p0, Kotlin.Jvm.Functions.IFunction1! block) -> Java.Lang.Object? +AndroidX.Compose.UI.Layout.IBeyondBoundsLayoutBeyondBoundsScope +AndroidX.Compose.UI.Layout.IBeyondBoundsLayoutBeyondBoundsScope.HasMoreContent.get -> bool +AndroidX.Compose.UI.Layout.IContentScale +AndroidX.Compose.UI.Layout.IContentScale.Companion.get -> AndroidX.Compose.UI.Layout.ContentScaleCompanion! +AndroidX.Compose.UI.Layout.IContentScale.ComputeScaleFactor(long p0, long p1) -> long +AndroidX.Compose.UI.Layout.IGraphicLayerInfo +AndroidX.Compose.UI.Layout.IGraphicLayerInfo.LayerId.get -> long +AndroidX.Compose.UI.Layout.IGraphicLayerInfo.OwnerViewId.get -> long +AndroidX.Compose.UI.Layout.IIntrinsicMeasurable +AndroidX.Compose.UI.Layout.IIntrinsicMeasurable.MaxIntrinsicHeight(int width) -> int +AndroidX.Compose.UI.Layout.IIntrinsicMeasurable.MaxIntrinsicWidth(int height) -> int +AndroidX.Compose.UI.Layout.IIntrinsicMeasurable.MinIntrinsicHeight(int width) -> int +AndroidX.Compose.UI.Layout.IIntrinsicMeasurable.MinIntrinsicWidth(int height) -> int +AndroidX.Compose.UI.Layout.IIntrinsicMeasurable.ParentData.get -> Java.Lang.Object? +AndroidX.Compose.UI.Layout.ILayoutCoordinates +AndroidX.Compose.UI.Layout.ILayoutCoordinates.Get(AndroidX.Compose.UI.Layout.AlignmentLine! alignmentLine) -> int +AndroidX.Compose.UI.Layout.ILayoutCoordinates.IntroducesMotionFrameOfReference.get -> bool +AndroidX.Compose.UI.Layout.ILayoutCoordinates.IsAttached.get -> bool +AndroidX.Compose.UI.Layout.ILayoutCoordinates.LocalPositionOf(AndroidX.Compose.UI.Layout.ILayoutCoordinates! sourceCoordinates, long p1) -> long +AndroidX.Compose.UI.Layout.ILayoutCoordinates.LocalPositionOf(AndroidX.Compose.UI.Layout.ILayoutCoordinates! sourceCoordinates, long relativeToSource, bool includeMotionFrameOfReference) -> long +AndroidX.Compose.UI.Layout.ILayoutCoordinates.LocalToRoot(long p0) -> long +AndroidX.Compose.UI.Layout.ILayoutCoordinates.LocalToScreen(long relativeToLocal) -> long +AndroidX.Compose.UI.Layout.ILayoutCoordinates.LocalToWindow(long p0) -> long +AndroidX.Compose.UI.Layout.ILayoutCoordinates.ParentCoordinates.get -> AndroidX.Compose.UI.Layout.ILayoutCoordinates? +AndroidX.Compose.UI.Layout.ILayoutCoordinates.ParentLayoutCoordinates.get -> AndroidX.Compose.UI.Layout.ILayoutCoordinates? +AndroidX.Compose.UI.Layout.ILayoutCoordinates.ProvidedAlignmentLines.get -> System.Collections.Generic.ICollection! +AndroidX.Compose.UI.Layout.ILayoutCoordinates.ScreenToLocal(long relativeToScreen) -> long +AndroidX.Compose.UI.Layout.ILayoutCoordinates.Size.get -> long +AndroidX.Compose.UI.Layout.ILayoutCoordinates.TransformFrom(AndroidX.Compose.UI.Layout.ILayoutCoordinates! sourceCoordinates, float[]! matrix) -> void +AndroidX.Compose.UI.Layout.ILayoutCoordinates.TransformToScreen(float[]! matrix) -> void +AndroidX.Compose.UI.Layout.ILayoutCoordinates.WindowToLocal(long p0) -> long +AndroidX.Compose.UI.Layout.ILayoutIdParentData +AndroidX.Compose.UI.Layout.ILayoutIdParentData.LayoutId.get -> Java.Lang.Object! +AndroidX.Compose.UI.Layout.ILayoutInfo +AndroidX.Compose.UI.Layout.ILayoutInfo.Coordinates.get -> AndroidX.Compose.UI.Layout.ILayoutCoordinates! +AndroidX.Compose.UI.Layout.ILayoutInfo.Height.get -> int +AndroidX.Compose.UI.Layout.ILayoutInfo.IsAttached.get -> bool +AndroidX.Compose.UI.Layout.ILayoutInfo.IsDeactivated.get -> bool +AndroidX.Compose.UI.Layout.ILayoutInfo.IsPlaced.get -> bool +AndroidX.Compose.UI.Layout.ILayoutInfo.ModifierInfo.get -> System.Collections.Generic.IList! +AndroidX.Compose.UI.Layout.ILayoutInfo.ParentInfo.get -> AndroidX.Compose.UI.Layout.ILayoutInfo? +AndroidX.Compose.UI.Layout.ILayoutInfo.SemanticsId.get -> int +AndroidX.Compose.UI.Layout.ILayoutInfo.ViewConfiguration.get -> AndroidX.Compose.UI.Platform.IViewConfiguration! +AndroidX.Compose.UI.Layout.ILayoutInfo.Width.get -> int +AndroidX.Compose.UI.Layout.ILayoutModifier +AndroidX.Compose.UI.Layout.ILookaheadScope +AndroidX.Compose.UI.Layout.ILookaheadScope.LocalLookaheadPositionOf(AndroidX.Compose.UI.Layout.ILayoutCoordinates! _this_localLookaheadPositionOf_u2dau_u2daQtc, AndroidX.Compose.UI.Layout.ILayoutCoordinates! sourceCoordinates, long relativeToSource, bool includeMotionFrameOfReference) -> long +AndroidX.Compose.UI.Layout.ILookaheadScope.ToLookaheadCoordinates(AndroidX.Compose.UI.Layout.ILayoutCoordinates! p0) -> AndroidX.Compose.UI.Layout.ILayoutCoordinates! +AndroidX.Compose.UI.Layout.IMeasurable +AndroidX.Compose.UI.Layout.IMeasurable.Measure(long p0) -> AndroidX.Compose.UI.Layout.Placeable! +AndroidX.Compose.UI.Layout.IMeasurePolicy +AndroidX.Compose.UI.Layout.IMeasureResult +AndroidX.Compose.UI.Layout.IMeasureResult.AlignmentLines.get -> System.Collections.Generic.IDictionary! +AndroidX.Compose.UI.Layout.IMeasureResult.Height.get -> int +AndroidX.Compose.UI.Layout.IMeasureResult.PlaceChildren() -> void +AndroidX.Compose.UI.Layout.IMeasureResult.Width.get -> int +AndroidX.Compose.UI.Layout.IMeasureScopeMarker +AndroidX.Compose.UI.Layout.IMeasured +AndroidX.Compose.UI.Layout.IMeasured.Get(AndroidX.Compose.UI.Layout.AlignmentLine! alignmentLine) -> int +AndroidX.Compose.UI.Layout.IMeasured.MeasuredHeight.get -> int +AndroidX.Compose.UI.Layout.IMeasured.MeasuredWidth.get -> int +AndroidX.Compose.UI.Layout.IMeasured.ParentData.get -> Java.Lang.Object? +AndroidX.Compose.UI.Layout.IMultiContentMeasurePolicy +AndroidX.Compose.UI.Layout.IOnGloballyPositionedModifier +AndroidX.Compose.UI.Layout.IOnGloballyPositionedModifier.OnGloballyPositioned(AndroidX.Compose.UI.Layout.ILayoutCoordinates! coordinates) -> void +AndroidX.Compose.UI.Layout.IOnPlacedModifier +AndroidX.Compose.UI.Layout.IOnPlacedModifier.OnPlaced(AndroidX.Compose.UI.Layout.ILayoutCoordinates! coordinates) -> void +AndroidX.Compose.UI.Layout.IOnRemeasuredModifier +AndroidX.Compose.UI.Layout.IOnRemeasuredModifier.OnRemeasured(long p0) -> void +AndroidX.Compose.UI.Layout.IParentDataModifier +AndroidX.Compose.UI.Layout.IPinnableContainer +AndroidX.Compose.UI.Layout.IPinnableContainer.Pin() -> AndroidX.Compose.UI.Layout.IPinnableContainerPinnedHandle! +AndroidX.Compose.UI.Layout.IPinnableContainerPinnedHandle +AndroidX.Compose.UI.Layout.IPinnableContainerPinnedHandle.Release() -> void +AndroidX.Compose.UI.Layout.IPlacementScopeMarker +AndroidX.Compose.UI.Layout.IRectRulers +AndroidX.Compose.UI.Layout.IRectRulers.Bottom.get -> AndroidX.Compose.UI.Layout.HorizontalRuler! +AndroidX.Compose.UI.Layout.IRectRulers.Companion.get -> AndroidX.Compose.UI.Layout.RectRulersCompanion! +AndroidX.Compose.UI.Layout.IRectRulers.Left.get -> AndroidX.Compose.UI.Layout.VerticalRuler! +AndroidX.Compose.UI.Layout.IRectRulers.Right.get -> AndroidX.Compose.UI.Layout.VerticalRuler! +AndroidX.Compose.UI.Layout.IRectRulers.Top.get -> AndroidX.Compose.UI.Layout.HorizontalRuler! +AndroidX.Compose.UI.Layout.IRemeasurement +AndroidX.Compose.UI.Layout.IRemeasurement.ForceRemeasure() -> void +AndroidX.Compose.UI.Layout.IRemeasurementModifier +AndroidX.Compose.UI.Layout.IRemeasurementModifier.OnRemeasurementAvailable(AndroidX.Compose.UI.Layout.IRemeasurement! remeasurement) -> void +AndroidX.Compose.UI.Layout.IWindowInsetsAnimation +AndroidX.Compose.UI.Layout.IWindowInsetsAnimation.Alpha.get -> float +AndroidX.Compose.UI.Layout.IWindowInsetsAnimation.DurationMillis.get -> long +AndroidX.Compose.UI.Layout.IWindowInsetsAnimation.Fraction.get -> float +AndroidX.Compose.UI.Layout.IWindowInsetsAnimation.IsAnimating.get -> bool +AndroidX.Compose.UI.Layout.IWindowInsetsAnimation.IsVisible.get -> bool +AndroidX.Compose.UI.Layout.IWindowInsetsAnimation.Source.get -> AndroidX.Compose.UI.Layout.IRectRulers! +AndroidX.Compose.UI.Layout.IWindowInsetsAnimation.Target.get -> AndroidX.Compose.UI.Layout.IRectRulers! +AndroidX.Compose.UI.Layout.IWindowInsetsRulers +AndroidX.Compose.UI.Layout.IWindowInsetsRulers.Companion.get -> AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion! +AndroidX.Compose.UI.Layout.IWindowInsetsRulers.Current.get -> AndroidX.Compose.UI.Layout.IRectRulers! +AndroidX.Compose.UI.Layout.IWindowInsetsRulers.Maximum.get -> AndroidX.Compose.UI.Layout.IRectRulers! +AndroidX.Compose.UI.Layout.LayoutBoundsHolder +AndroidX.Compose.UI.Layout.LayoutBoundsHolder.Bounds.get -> AndroidX.Compose.UI.Spatial.RelativeLayoutBounds? +AndroidX.Compose.UI.Layout.LayoutBoundsHolder.LayoutBoundsHolder() -> void +AndroidX.Compose.UI.Layout.LayoutBoundsHolderKt +AndroidX.Compose.UI.Layout.LayoutCoordinatesDefaultImpls +AndroidX.Compose.UI.Layout.LayoutCoordinatesKt +AndroidX.Compose.UI.Layout.LayoutIdKt +AndroidX.Compose.UI.Layout.LayoutInfo_androidKt +AndroidX.Compose.UI.Layout.LayoutKt +AndroidX.Compose.UI.Layout.LayoutModifierDefaultImpls +AndroidX.Compose.UI.Layout.LayoutModifierKt +AndroidX.Compose.UI.Layout.LookaheadLayoutCoordinatesKt +AndroidX.Compose.UI.Layout.LookaheadScopeKt +AndroidX.Compose.UI.Layout.MeasurePolicyDefaultImpls +AndroidX.Compose.UI.Layout.MeasureScopeMarkerAttribute +AndroidX.Compose.UI.Layout.MeasureScopeMarkerAttribute.MeasureScopeMarkerAttribute() -> void +AndroidX.Compose.UI.Layout.ModifierInfo +AndroidX.Compose.UI.Layout.ModifierInfo.Coordinates.get -> AndroidX.Compose.UI.Layout.ILayoutCoordinates! +AndroidX.Compose.UI.Layout.ModifierInfo.Extra.get -> Java.Lang.Object? +AndroidX.Compose.UI.Layout.ModifierInfo.Modifier.get -> AndroidX.Compose.UI.IModifier! +AndroidX.Compose.UI.Layout.ModifierInfo.ModifierInfo(AndroidX.Compose.UI.IModifier! modifier, AndroidX.Compose.UI.Layout.ILayoutCoordinates! coordinates, Java.Lang.Object? extra) -> void +AndroidX.Compose.UI.Layout.MultiContentMeasurePolicyKt +AndroidX.Compose.UI.Layout.OnFirstVisibleModifierKt +AndroidX.Compose.UI.Layout.OnGlobalLayoutListenerKt +AndroidX.Compose.UI.Layout.OnGloballyPositionedModifierDefaultImpls +AndroidX.Compose.UI.Layout.OnGloballyPositionedModifierKt +AndroidX.Compose.UI.Layout.OnLayoutRectChangedModifierKt +AndroidX.Compose.UI.Layout.OnPlacedModifierDefaultImpls +AndroidX.Compose.UI.Layout.OnPlacedModifierKt +AndroidX.Compose.UI.Layout.OnRemeasuredModifierDefaultImpls +AndroidX.Compose.UI.Layout.OnRemeasuredModifierKt +AndroidX.Compose.UI.Layout.OnVisibilityChangedModifierKt +AndroidX.Compose.UI.Layout.ParentDataModifierDefaultImpls +AndroidX.Compose.UI.Layout.PinnableContainerKt +AndroidX.Compose.UI.Layout.Placeable +AndroidX.Compose.UI.Layout.Placeable.ApparentToRealOffset.get -> long +AndroidX.Compose.UI.Layout.Placeable.Height.get -> int +AndroidX.Compose.UI.Layout.Placeable.MeasuredSize.get -> long +AndroidX.Compose.UI.Layout.Placeable.MeasuredSize.set -> void +AndroidX.Compose.UI.Layout.Placeable.MeasurementConstraints.get -> long +AndroidX.Compose.UI.Layout.Placeable.MeasurementConstraints.set -> void +AndroidX.Compose.UI.Layout.Placeable.Placeable() -> void +AndroidX.Compose.UI.Layout.Placeable.Placeable(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Layout.Placeable.Width.get -> int +AndroidX.Compose.UI.Layout.PlaceableKt +AndroidX.Compose.UI.Layout.PlacementScopeMarkerAttribute +AndroidX.Compose.UI.Layout.PlacementScopeMarkerAttribute.PlacementScopeMarkerAttribute() -> void +AndroidX.Compose.UI.Layout.RectRulers +AndroidX.Compose.UI.Layout.RectRulersCompanion +AndroidX.Compose.UI.Layout.RectRulersConsts +AndroidX.Compose.UI.Layout.RectRulersKt +AndroidX.Compose.UI.Layout.RemeasurementModifierDefaultImpls +AndroidX.Compose.UI.Layout.Ruler +AndroidX.Compose.UI.Layout.Ruler.Ruler(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Layout.RulerKt +AndroidX.Compose.UI.Layout.ScaleFactor +AndroidX.Compose.UI.Layout.ScaleFactor.Companion +AndroidX.Compose.UI.Layout.ScaleFactor.Companion.Unspecified__hLwfpc.get -> long +AndroidX.Compose.UI.Layout.ScaleFactor.PackedValue.get -> long +AndroidX.Compose.UI.Layout.ScaleFactorKt +AndroidX.Compose.UI.Layout.SubcomposeLayoutKt +AndroidX.Compose.UI.Layout.SubcomposeLayoutState +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.CreatePausedPrecomposition(Java.Lang.Object? slotId, Kotlin.Jvm.Functions.IFunction2! content) -> AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPausedPrecomposition! +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPausedPrecomposition +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPausedPrecomposition.Apply() -> AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPrecomposedSlotHandle! +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPausedPrecomposition.Cancel() -> void +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPausedPrecomposition.IsComplete.get -> bool +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPausedPrecomposition.Resume(AndroidX.Compose.Runtime.IShouldPauseCallback! shouldPause) -> bool +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPrecomposedSlotHandle +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPrecomposedSlotHandle.Dispose() -> void +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPrecomposedSlotHandle.GetSize_YEO4UFw(int index) -> long +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPrecomposedSlotHandle.PlaceablesCount.get -> int +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPrecomposedSlotHandle.Premeasure_0kLqBqw(int index, long constraints) -> void +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPrecomposedSlotHandle.TraverseDescendants(Java.Lang.Object? key, Kotlin.Jvm.Functions.IFunction1! block) -> void +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.Precompose(Java.Lang.Object? slotId, Kotlin.Jvm.Functions.IFunction2! content) -> AndroidX.Compose.UI.Layout.SubcomposeLayoutState.IPrecomposedSlotHandle! +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.SubcomposeLayoutState() -> void +AndroidX.Compose.UI.Layout.SubcomposeLayoutState.SubcomposeLayoutState(int maxSlotsToRetainForReuse) -> void +AndroidX.Compose.UI.Layout.TestModifierUpdater +AndroidX.Compose.UI.Layout.TestModifierUpdater.UpdateModifier(AndroidX.Compose.UI.IModifier! modifier) -> void +AndroidX.Compose.UI.Layout.TestModifierUpdaterKt +AndroidX.Compose.UI.Layout.ValueInsets_androidKt +AndroidX.Compose.UI.Layout.VerticalAlignmentLine +AndroidX.Compose.UI.Layout.VerticalAlignmentLine.VerticalAlignmentLine(Kotlin.Jvm.Functions.IFunction2! merger) -> void +AndroidX.Compose.UI.Layout.VerticalRuler +AndroidX.Compose.UI.Layout.VerticalRuler.Companion +AndroidX.Compose.UI.Layout.VerticalRuler.Companion.MaxOf(params AndroidX.Compose.UI.Layout.VerticalRuler![]! rulers) -> AndroidX.Compose.UI.Layout.VerticalRuler! +AndroidX.Compose.UI.Layout.VerticalRuler.Companion.MinOf(params AndroidX.Compose.UI.Layout.VerticalRuler![]! rulers) -> AndroidX.Compose.UI.Layout.VerticalRuler! +AndroidX.Compose.UI.Layout.VerticalRuler.VerticalRuler() -> void +AndroidX.Compose.UI.Layout.WindowInsetsRulers +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.CaptionBar.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.DisplayCutout.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.Ime.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.InnermostOf(params AndroidX.Compose.UI.Layout.IWindowInsetsRulers![]! windowInsetsRulers) -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.MandatorySystemGestures.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.NavigationBars.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.SafeContent.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.SafeDrawing.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.SafeGestures.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.StatusBars.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.SystemBars.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.SystemGestures.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.TappableElement.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.Waterfall.get -> AndroidX.Compose.UI.Layout.IWindowInsetsRulers! +AndroidX.Compose.UI.Layout.WindowInsetsRulersConsts +AndroidX.Compose.UI.Layout.WindowInsetsRulersKt +AndroidX.Compose.UI.Layout.WindowInsetsRulers_androidKt +AndroidX.Compose.UI.MediaQueryKt +AndroidX.Compose.UI.Modifier.IModifierLocalProvider +AndroidX.Compose.UI.Modifier.IModifierLocalProvider.Key.get -> AndroidX.Compose.UI.Modifier.ProvidableModifierLocal! +AndroidX.Compose.UI.Modifier.IModifierLocalProvider.Value.get -> Java.Lang.Object? +AndroidX.Compose.UI.Modifier.ModifierLocal +AndroidX.Compose.UI.Modifier.ModifierLocal.ModifierLocal(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Modifier.ModifierLocalConsumerKt +AndroidX.Compose.UI.Modifier.ModifierLocalKt +AndroidX.Compose.UI.Modifier.ModifierLocalMap +AndroidX.Compose.UI.Modifier.ModifierLocalMap.ModifierLocalMap(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Modifier.ModifierLocalModifierNodeKt +AndroidX.Compose.UI.Modifier.ModifierLocalProviderDefaultImpls +AndroidX.Compose.UI.Modifier.ModifierLocalProviderKt +AndroidX.Compose.UI.Modifier.ProvidableModifierLocal +AndroidX.Compose.UI.Modifier.ProvidableModifierLocal.ProvidableModifierLocal(Kotlin.Jvm.Functions.IFunction0! defaultFactory) -> void +AndroidX.Compose.UI.ModifierDefaultImpls +AndroidX.Compose.UI.ModifierElementDefaultImpls +AndroidX.Compose.UI.MotionDurationScaleDefaultImpls +AndroidX.Compose.UI.Node.BackwardsCompatNodeKt +AndroidX.Compose.UI.Node.CompositionLocalConsumerModifierNodeKt +AndroidX.Compose.UI.Node.DelegatableNodeKt +AndroidX.Compose.UI.Node.DelegatableNode_androidKt +AndroidX.Compose.UI.Node.DepthSortedSetKt +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.Bottom.get -> float +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.Companion +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.Companion.Absolute_a9UjIt4(float left, float top, float right, float bottom) -> AndroidX.Compose.UI.Node.DpTouchBoundsExpansion! +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.Component1() -> float +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.Component2() -> float +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.Component3() -> float +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.Component4() -> float +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.Component5() -> bool +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.Copy(float start, float top, float end, float bottom, bool isLayoutDirectionAware) -> AndroidX.Compose.UI.Node.DpTouchBoundsExpansion! +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.End.get -> float +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.IsLayoutDirectionAware.get -> bool +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.Start.get -> float +AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.Top.get -> float +AndroidX.Compose.UI.Node.DrawModifierNodeKt +AndroidX.Compose.UI.Node.HitTestResultKt +AndroidX.Compose.UI.Node.IInternalCoreApi +AndroidX.Compose.UI.Node.IInteroperableComposeUiNode +AndroidX.Compose.UI.Node.IInteroperableComposeUiNode.InteropView.get -> Android.Views.View? +AndroidX.Compose.UI.Node.IRootForTest +AndroidX.Compose.UI.Node.IRootForTest.ForceAccessibilityForTesting(bool enable) -> void +AndroidX.Compose.UI.Node.IRootForTest.MeasureAndLayoutForTest() -> void +AndroidX.Compose.UI.Node.IRootForTest.SemanticsOwner.get -> AndroidX.Compose.UI.Semantics.SemanticsOwner! +AndroidX.Compose.UI.Node.IRootForTest.SendIndirectPointerEvent(AndroidX.Compose.UI.Input.Indirect.IIndirectPointerEvent! indirectPointerEvent) -> bool +AndroidX.Compose.UI.Node.IRootForTest.SendKeyEvent(Android.Views.KeyEvent! p0) -> bool +AndroidX.Compose.UI.Node.IRootForTest.SetAccessibilityEventBatchIntervalMillis(long intervalMillis) -> void +AndroidX.Compose.UI.Node.IRootForTest.SetUncaughtExceptionHandler(AndroidX.Compose.UI.Node.IRootForTestUncaughtExceptionHandler? handler) -> void +AndroidX.Compose.UI.Node.IRootForTestUncaughtExceptionHandler +AndroidX.Compose.UI.Node.IRootForTestUncaughtExceptionHandler.OnUncaughtException(Java.Lang.Throwable! t) -> void +AndroidX.Compose.UI.Node.IViewAdapter +AndroidX.Compose.UI.Node.IViewAdapter.DidInsert(Android.Views.View! view, Android.Views.ViewGroup! parent) -> void +AndroidX.Compose.UI.Node.IViewAdapter.DidUpdate(Android.Views.View! view, Android.Views.ViewGroup! parent) -> void +AndroidX.Compose.UI.Node.IViewAdapter.Id.get -> int +AndroidX.Compose.UI.Node.IViewAdapter.WillInsert(Android.Views.View! view, Android.Views.ViewGroup! parent) -> void +AndroidX.Compose.UI.Node.InternalCoreApiAttribute +AndroidX.Compose.UI.Node.InternalCoreApiAttribute.InternalCoreApiAttribute() -> void +AndroidX.Compose.UI.Node.LayoutModifierNodeCoordinatorKt +AndroidX.Compose.UI.Node.LayoutModifierNodeKt +AndroidX.Compose.UI.Node.LayoutNodeDrawScopeKt +AndroidX.Compose.UI.Node.LayoutNodeKt +AndroidX.Compose.UI.Node.LayoutNodeLayoutDelegateKt +AndroidX.Compose.UI.Node.LookaheadDelegateKt +AndroidX.Compose.UI.Node.MeasureAndLayoutDelegateKt +AndroidX.Compose.UI.Node.MeasureScopeWithLayoutNodeKt +AndroidX.Compose.UI.Node.MeasureScopeWithLayoutNodeKt.WhenMappings +AndroidX.Compose.UI.Node.MyersDiffKt +AndroidX.Compose.UI.Node.NodeChainKt +AndroidX.Compose.UI.Node.NodeCoordinatorKt +AndroidX.Compose.UI.Node.NodeKindKt +AndroidX.Compose.UI.Node.ObserverModifierNodeKt +AndroidX.Compose.UI.Node.ParentDataModifierNodeKt +AndroidX.Compose.UI.Node.PointerInputModifierNodeKt +AndroidX.Compose.UI.Node.Ref +AndroidX.Compose.UI.Node.Ref.Ref() -> void +AndroidX.Compose.UI.Node.Ref.Value.get -> Java.Lang.Object? +AndroidX.Compose.UI.Node.Ref.Value.set -> void +AndroidX.Compose.UI.Node.SemanticsModifierNodeKt +AndroidX.Compose.UI.Node.TouchBoundsExpansion +AndroidX.Compose.UI.Node.TouchBoundsExpansion.Companion +AndroidX.Compose.UI.Node.TouchBoundsExpansion.Companion.Absolute_vsh68fg(int left, int top, int right, int bottom) -> long +AndroidX.Compose.UI.Node.TouchBoundsExpansion.Companion.None_RZrCHBk.get -> long +AndroidX.Compose.UI.Node.TouchBoundsExpansionKt +AndroidX.Compose.UI.Node.TraversableNodeKt +AndroidX.Compose.UI.Node.ViewInterop_androidKt +AndroidX.Compose.UI.Platform.AbstractComposeView +AndroidX.Compose.UI.Platform.AbstractComposeView.AbstractComposeView(Android.Content.Context! context) -> void +AndroidX.Compose.UI.Platform.AbstractComposeView.AbstractComposeView(Android.Content.Context! context, Android.Util.IAttributeSet? attrs) -> void +AndroidX.Compose.UI.Platform.AbstractComposeView.AbstractComposeView(Android.Content.Context! context, Android.Util.IAttributeSet? attrs, int defStyleAttr) -> void +AndroidX.Compose.UI.Platform.AbstractComposeView.AbstractComposeView(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Platform.AbstractComposeView.AutoClearFocusBehavior.get -> int +AndroidX.Compose.UI.Platform.AbstractComposeView.AutoClearFocusBehavior.set -> void +AndroidX.Compose.UI.Platform.AbstractComposeView.CreateComposition() -> void +AndroidX.Compose.UI.Platform.AbstractComposeView.CreateComposition(AndroidX.Compose.UI.Platform.ComposeViewContext! composeViewContext) -> void +AndroidX.Compose.UI.Platform.AbstractComposeView.DisposeComposition() -> void +AndroidX.Compose.UI.Platform.AbstractComposeView.HasComposition.get -> bool +AndroidX.Compose.UI.Platform.AbstractComposeView.SetParentCompositionContext(AndroidX.Compose.Runtime.CompositionContext? parent) -> void +AndroidX.Compose.UI.Platform.AbstractComposeView.SetViewCompositionStrategy(AndroidX.Compose.UI.Platform.IViewCompositionStrategy! strategy) -> void +AndroidX.Compose.UI.Platform.AbstractComposeView.ShowLayoutBounds.get -> bool +AndroidX.Compose.UI.Platform.AbstractComposeView.ShowLayoutBounds.set -> void +AndroidX.Compose.UI.Platform.Accessibility.CollectionInfo_androidKt +AndroidX.Compose.UI.Platform.AccessibilityManagerDefaultImpls +AndroidX.Compose.UI.Platform.AndroidClipboardManager_androidKt +AndroidX.Compose.UI.Platform.AndroidComposeViewAccessibilityDelegateCompat_androidKt +AndroidX.Compose.UI.Platform.AndroidComposeViewAccessibilityDelegateCompat_androidKt.WhenMappings +AndroidX.Compose.UI.Platform.AndroidComposeView_androidKt +AndroidX.Compose.UI.Platform.AndroidCompositionLocals_androidKt +AndroidX.Compose.UI.Platform.AndroidUiDispatcher +AndroidX.Compose.UI.Platform.AndroidUiDispatcher.Choreographer.get -> Android.Views.Choreographer! +AndroidX.Compose.UI.Platform.AndroidUiDispatcher.Companion +AndroidX.Compose.UI.Platform.AndroidUiDispatcher.Companion.CurrentThread.get -> Kotlin.Coroutines.ICoroutineContext! +AndroidX.Compose.UI.Platform.AndroidUiDispatcher.Companion.Main.get -> Kotlin.Coroutines.ICoroutineContext! +AndroidX.Compose.UI.Platform.AndroidUiDispatcher.FrameClock.get -> AndroidX.Compose.Runtime.IMonotonicFrameClock! +AndroidX.Compose.UI.Platform.AndroidUiDispatcher_androidKt +AndroidX.Compose.UI.Platform.AndroidUriHandler +AndroidX.Compose.UI.Platform.AndroidUriHandler.AndroidUriHandler(Android.Content.Context! context) -> void +AndroidX.Compose.UI.Platform.AndroidUriHandler.OpenUri(string! uri) -> void +AndroidX.Compose.UI.Platform.AndroidViewConfiguration +AndroidX.Compose.UI.Platform.AndroidViewConfiguration.AndroidViewConfiguration(Android.Views.ViewConfiguration! viewConfiguration) -> void +AndroidX.Compose.UI.Platform.AndroidViewConfiguration.DoubleTapMinTimeMillis.get -> long +AndroidX.Compose.UI.Platform.AndroidViewConfiguration.DoubleTapTimeoutMillis.get -> long +AndroidX.Compose.UI.Platform.AndroidViewConfiguration.HandwritingGestureLineMargin.get -> float +AndroidX.Compose.UI.Platform.AndroidViewConfiguration.HandwritingSlop.get -> float +AndroidX.Compose.UI.Platform.AndroidViewConfiguration.LongPressTimeoutMillis.get -> long +AndroidX.Compose.UI.Platform.AndroidViewConfiguration.MaximumFlingVelocity.get -> float +AndroidX.Compose.UI.Platform.AndroidViewConfiguration.MinimumFlingVelocity.get -> float +AndroidX.Compose.UI.Platform.AndroidViewConfiguration.TouchSlop.get -> float +AndroidX.Compose.UI.Platform.AndroidWindowInfo_androidKt +AndroidX.Compose.UI.Platform.AutoClearFocusBehavior +AndroidX.Compose.UI.Platform.AutoClearFocusBehavior.Companion +AndroidX.Compose.UI.Platform.AutoClearFocusBehavior.Companion.CursorBased_4UtRPd4.get -> int +AndroidX.Compose.UI.Platform.AutoClearFocusBehavior.Companion.Default_4UtRPd4.get -> int +AndroidX.Compose.UI.Platform.AutoClearFocusBehavior.Companion.None_4UtRPd4.get -> int +AndroidX.Compose.UI.Platform.ClipEntry +AndroidX.Compose.UI.Platform.ClipEntry.ClipData.get -> Android.Content.ClipData! +AndroidX.Compose.UI.Platform.ClipEntry.ClipEntry(Android.Content.ClipData! clipData) -> void +AndroidX.Compose.UI.Platform.ClipEntry.ClipMetadata.get -> AndroidX.Compose.UI.Platform.ClipMetadata! +AndroidX.Compose.UI.Platform.ClipMetadata +AndroidX.Compose.UI.Platform.ClipMetadata.ClipDescription.get -> Android.Content.ClipDescription! +AndroidX.Compose.UI.Platform.ClipMetadata.ClipMetadata(Android.Content.ClipDescription! clipDescription) -> void +AndroidX.Compose.UI.Platform.ClipboardExtensions_androidKt +AndroidX.Compose.UI.Platform.ComposeView +AndroidX.Compose.UI.Platform.ComposeView.Companion +AndroidX.Compose.UI.Platform.ComposeView.ComposeView(Android.Content.Context! context) -> void +AndroidX.Compose.UI.Platform.ComposeView.ComposeView(Android.Content.Context! context, Android.Util.IAttributeSet? attrs) -> void +AndroidX.Compose.UI.Platform.ComposeView.ComposeView(Android.Content.Context! context, Android.Util.IAttributeSet? attrs, int defStyleAttr) -> void +AndroidX.Compose.UI.Platform.ComposeView.SetContent(Kotlin.Jvm.Functions.IFunction2! content) -> void +AndroidX.Compose.UI.Platform.ComposeViewContext +AndroidX.Compose.UI.Platform.ComposeViewContext.ComposeViewContext(Android.Views.View! view, AndroidX.Compose.Runtime.CompositionContext! compositionContext, AndroidX.Lifecycle.ILifecycleOwner! lifecycleOwner, AndroidX.SavedState.ISavedStateRegistryOwner! savedStateRegistryOwner, AndroidX.Lifecycle.IViewModelStoreOwner? viewModelStoreOwner) -> void +AndroidX.Compose.UI.Platform.ComposeViewContext.Copy(Android.Views.View! view, AndroidX.Compose.Runtime.CompositionContext! compositionContext, AndroidX.Lifecycle.ILifecycleOwner! lifecycleOwner, AndroidX.SavedState.ISavedStateRegistryOwner! savedStateRegistryOwner, AndroidX.Lifecycle.IViewModelStoreOwner? viewModelStoreOwner) -> AndroidX.Compose.UI.Platform.ComposeViewContext! +AndroidX.Compose.UI.Platform.ComposeViewContext_androidKt +AndroidX.Compose.UI.Platform.ComposeView_androidKt +AndroidX.Compose.UI.Platform.CompositionLocalsKt +AndroidX.Compose.UI.Platform.CoreShims.AutofillIdCompat +AndroidX.Compose.UI.Platform.CoreShims.AutofillIdCompat.AutofillIdCompat(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat +AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.ContentCaptureSessionCompat(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.NotifyViewTextChanged(Android.Views.Autofill.AutofillId? id, string? text) -> void +AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims +AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims.ViewCompatShims(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat +AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.SetContentDescription(string? charSequence) -> void +AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.SetText(string? charSequence) -> void +AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.ViewStructureCompat(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Platform.DebugUtilsKt +AndroidX.Compose.UI.Platform.DisposableSaveableStateRegistry_androidKt +AndroidX.Compose.UI.Platform.ExperimentalComposeViewContextApiAttribute +AndroidX.Compose.UI.Platform.ExperimentalComposeViewContextApiAttribute.ExperimentalComposeViewContextApiAttribute() -> void +AndroidX.Compose.UI.Platform.IAccessibilityManager +AndroidX.Compose.UI.Platform.IAccessibilityManager.CalculateRecommendedTimeoutMillis(long originalTimeoutMillis, bool containsIcons, bool containsText, bool containsControls) -> long +AndroidX.Compose.UI.Platform.IClipboard +AndroidX.Compose.UI.Platform.IClipboard.GetClipEntry(Kotlin.Coroutines.IContinuation! p0) -> Java.Lang.Object? +AndroidX.Compose.UI.Platform.IClipboard.NativeClipboard.get -> Android.Content.ClipboardManager! +AndroidX.Compose.UI.Platform.IClipboard.SetClipEntry(AndroidX.Compose.UI.Platform.ClipEntry? clipEntry, Kotlin.Coroutines.IContinuation! p1) -> Java.Lang.Object? +AndroidX.Compose.UI.Platform.IClipboardManager +AndroidX.Compose.UI.Platform.IClipboardManager.Clip.get -> AndroidX.Compose.UI.Platform.ClipEntry? +AndroidX.Compose.UI.Platform.IClipboardManager.Clip.set -> void +AndroidX.Compose.UI.Platform.IClipboardManager.HasText.get -> bool +AndroidX.Compose.UI.Platform.IClipboardManager.NativeClipboard.get -> Android.Content.ClipboardManager! +AndroidX.Compose.UI.Platform.IExperimentalComposeViewContextApi +AndroidX.Compose.UI.Platform.IInfiniteAnimationPolicy +AndroidX.Compose.UI.Platform.IInfiniteAnimationPolicy.Key.get -> Kotlin.Coroutines.ICoroutineContextKey! +AndroidX.Compose.UI.Platform.IInfiniteAnimationPolicy.OnInfiniteOperation(Kotlin.Jvm.Functions.IFunction1! block, Kotlin.Coroutines.IContinuation! p1) -> Java.Lang.Object? +AndroidX.Compose.UI.Platform.IInspectableValue +AndroidX.Compose.UI.Platform.IInspectableValue.InspectableElements.get -> Kotlin.Sequences.ISequence! +AndroidX.Compose.UI.Platform.IInspectableValue.NameFallback.get -> string? +AndroidX.Compose.UI.Platform.IInspectableValue.ValueOverride.get -> Java.Lang.Object? +AndroidX.Compose.UI.Platform.IPlatformTextInputInterceptor +AndroidX.Compose.UI.Platform.IPlatformTextInputInterceptor.InterceptStartInputMethod(AndroidX.Compose.UI.Platform.IPlatformTextInputMethodRequest! request, AndroidX.Compose.UI.Platform.IPlatformTextInputSession! nextHandler, Kotlin.Coroutines.IContinuation! p2) -> Java.Lang.Object? +AndroidX.Compose.UI.Platform.IPlatformTextInputMethodRequest +AndroidX.Compose.UI.Platform.IPlatformTextInputMethodRequest.CreateInputConnection(Android.Views.InputMethods.EditorInfo! outAttributes) -> Android.Views.InputMethods.IInputConnection! +AndroidX.Compose.UI.Platform.IPlatformTextInputSession +AndroidX.Compose.UI.Platform.IPlatformTextInputSession.StartInputMethod(AndroidX.Compose.UI.Platform.IPlatformTextInputMethodRequest! request, Kotlin.Coroutines.IContinuation! p1) -> Java.Lang.Object? +AndroidX.Compose.UI.Platform.IPlatformTextInputSession.View.get -> Android.Views.View! +AndroidX.Compose.UI.Platform.IPlatformTextInputSessionScope +AndroidX.Compose.UI.Platform.ISoftwareKeyboardController +AndroidX.Compose.UI.Platform.ISoftwareKeyboardController.Hide() -> void +AndroidX.Compose.UI.Platform.ISoftwareKeyboardController.Show() -> void +AndroidX.Compose.UI.Platform.ITextToolbar +AndroidX.Compose.UI.Platform.ITextToolbar.Hide() -> void +AndroidX.Compose.UI.Platform.ITextToolbar.Status.get -> AndroidX.Compose.UI.Platform.TextToolbarStatus! +AndroidX.Compose.UI.Platform.IUriHandler +AndroidX.Compose.UI.Platform.IUriHandler.OpenUri(string! uri) -> void +AndroidX.Compose.UI.Platform.IViewCompositionStrategy +AndroidX.Compose.UI.Platform.IViewCompositionStrategy.Companion.get -> AndroidX.Compose.UI.Platform.ViewCompositionStrategyCompanion! +AndroidX.Compose.UI.Platform.IViewCompositionStrategy.InstallFor(AndroidX.Compose.UI.Platform.AbstractComposeView! view) -> Kotlin.Jvm.Functions.IFunction0! +AndroidX.Compose.UI.Platform.IViewConfiguration +AndroidX.Compose.UI.Platform.IViewConfiguration.DoubleTapMinTimeMillis.get -> long +AndroidX.Compose.UI.Platform.IViewConfiguration.DoubleTapTimeoutMillis.get -> long +AndroidX.Compose.UI.Platform.IViewConfiguration.HandwritingGestureLineMargin.get -> float +AndroidX.Compose.UI.Platform.IViewConfiguration.HandwritingSlop.get -> float +AndroidX.Compose.UI.Platform.IViewConfiguration.LongPressTimeoutMillis.get -> long +AndroidX.Compose.UI.Platform.IViewConfiguration.MaximumFlingVelocity.get -> float +AndroidX.Compose.UI.Platform.IViewConfiguration.MinimumFlingVelocity.get -> float +AndroidX.Compose.UI.Platform.IViewConfiguration.MinimumTouchTargetSize.get -> long +AndroidX.Compose.UI.Platform.IViewConfiguration.TouchSlop.get -> float +AndroidX.Compose.UI.Platform.IViewRootForInspector +AndroidX.Compose.UI.Platform.IViewRootForInspector.SubCompositionView.get -> AndroidX.Compose.UI.Platform.AbstractComposeView? +AndroidX.Compose.UI.Platform.IViewRootForInspector.ViewRoot.get -> Android.Views.View? +AndroidX.Compose.UI.Platform.IViewRootForTest +AndroidX.Compose.UI.Platform.IViewRootForTest.Companion.get -> AndroidX.Compose.UI.Platform.ViewRootForTestCompanion! +AndroidX.Compose.UI.Platform.IViewRootForTest.HasPendingMeasureOrLayout.get -> bool +AndroidX.Compose.UI.Platform.IViewRootForTest.InvalidateDescendants() -> void +AndroidX.Compose.UI.Platform.IViewRootForTest.IsLifecycleInResumedState.get -> bool +AndroidX.Compose.UI.Platform.IViewRootForTest.View.get -> Android.Views.View! +AndroidX.Compose.UI.Platform.IWindowInfo +AndroidX.Compose.UI.Platform.IWindowInfo.ContainerDpSize.get -> long +AndroidX.Compose.UI.Platform.IWindowInfo.ContainerSize.get -> long +AndroidX.Compose.UI.Platform.IWindowInfo.IsWindowFocused.get -> bool +AndroidX.Compose.UI.Platform.IWindowInfo.KeyboardModifiers.get -> int +AndroidX.Compose.UI.Platform.IWindowRecomposerFactory +AndroidX.Compose.UI.Platform.IWindowRecomposerFactory.Companion.get -> AndroidX.Compose.UI.Platform.WindowRecomposerFactoryCompanion! +AndroidX.Compose.UI.Platform.IWindowRecomposerFactory.CreateRecomposer(Android.Views.View! windowRootView) -> AndroidX.Compose.Runtime.Recomposer! +AndroidX.Compose.UI.Platform.InfiniteAnimationPolicyDefaultImpls +AndroidX.Compose.UI.Platform.InfiniteAnimationPolicyKt +AndroidX.Compose.UI.Platform.InspectableModifier +AndroidX.Compose.UI.Platform.InspectableModifier.End +AndroidX.Compose.UI.Platform.InspectableModifier.End.End(AndroidX.Compose.UI.Platform.InspectableModifier? __self) -> void +AndroidX.Compose.UI.Platform.InspectableModifier.GetEnd() -> AndroidX.Compose.UI.Platform.InspectableModifier.End! +AndroidX.Compose.UI.Platform.InspectableModifier.InspectableModifier(Kotlin.Jvm.Functions.IFunction1! inspectorInfo) -> void +AndroidX.Compose.UI.Platform.InspectableValueDefaultImpls +AndroidX.Compose.UI.Platform.InspectableValueKt +AndroidX.Compose.UI.Platform.InspectionModeKt +AndroidX.Compose.UI.Platform.InspectorInfo +AndroidX.Compose.UI.Platform.InspectorInfo.InspectorInfo() -> void +AndroidX.Compose.UI.Platform.InspectorInfo.Name.get -> string? +AndroidX.Compose.UI.Platform.InspectorInfo.Name.set -> void +AndroidX.Compose.UI.Platform.InspectorInfo.Properties.get -> AndroidX.Compose.UI.Platform.ValueElementSequence! +AndroidX.Compose.UI.Platform.InspectorInfo.Value.get -> Java.Lang.Object? +AndroidX.Compose.UI.Platform.InspectorInfo.Value.set -> void +AndroidX.Compose.UI.Platform.InspectorValueInfo +AndroidX.Compose.UI.Platform.InspectorValueInfo.InspectorValueInfo(Kotlin.Jvm.Functions.IFunction1! info) -> void +AndroidX.Compose.UI.Platform.InspectorValueInfo.InspectorValueInfo(nint javaReference, Android.Runtime.JniHandleOwnership transfer) -> void +AndroidX.Compose.UI.Platform.InvertMatrixKt +AndroidX.Compose.UI.Platform.JvmActuals_jvmKt +AndroidX.Compose.UI.Platform.NestedScrollInteropConnectionKt +AndroidX.Compose.UI.Platform.PlatformTextInputModifierNodeKt +AndroidX.Compose.UI.Platform.SemanticsUtils_androidKt +AndroidX.Compose.UI.Platform.ShapeContainingUtilKt +AndroidX.Compose.UI.Platform.SubcompositionKt +AndroidX.Compose.UI.Platform.Synchronization_androidKt +AndroidX.Compose.UI.Platform.TestTagKt +AndroidX.Compose.UI.Platform.TextToolbarDefaultImpls +AndroidX.Compose.UI.Platform.TextToolbarStatus +AndroidX.Compose.UI.Platform.ValueElement +AndroidX.Compose.UI.Platform.ValueElement.Component1() -> string! +AndroidX.Compose.UI.Platform.ValueElement.Component2() -> Java.Lang.Object? +AndroidX.Compose.UI.Platform.ValueElement.Copy(string! name, Java.Lang.Object? value) -> AndroidX.Compose.UI.Platform.ValueElement! +AndroidX.Compose.UI.Platform.ValueElement.Name.get -> string! +AndroidX.Compose.UI.Platform.ValueElement.Value.get -> Java.Lang.Object? +AndroidX.Compose.UI.Platform.ValueElement.ValueElement(string! name, Java.Lang.Object? value) -> void +AndroidX.Compose.UI.Platform.ValueElementSequence +AndroidX.Compose.UI.Platform.ValueElementSequence.Iterator() -> Java.Util.IIterator! +AndroidX.Compose.UI.Platform.ValueElementSequence.Set(string! name, Java.Lang.Object? value) -> void +AndroidX.Compose.UI.Platform.ValueElementSequence.ValueElementSequence() -> void +AndroidX.Compose.UI.Platform.ViewCompositionStrategy +AndroidX.Compose.UI.Platform.ViewCompositionStrategyCompanion +AndroidX.Compose.UI.Platform.ViewCompositionStrategyCompanion.Default.get -> AndroidX.Compose.UI.Platform.IViewCompositionStrategy! +AndroidX.Compose.UI.Platform.ViewCompositionStrategyConsts +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindow +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindow.InstallFor(AndroidX.Compose.UI.Platform.AbstractComposeView! view) -> Kotlin.Jvm.Functions.IFunction0! +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindow.InterfaceConsts +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindowOrReleasedFromPool +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindowOrReleasedFromPool.InstallFor(AndroidX.Compose.UI.Platform.AbstractComposeView! view) -> Kotlin.Jvm.Functions.IFunction0! +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindowOrReleasedFromPool.InterfaceConsts +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnLifecycleDestroyed +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnLifecycleDestroyed.InstallFor(AndroidX.Compose.UI.Platform.AbstractComposeView! view) -> Kotlin.Jvm.Functions.IFunction0! +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnLifecycleDestroyed.InterfaceConsts +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnLifecycleDestroyed.ViewCompositionStrategyDisposeOnLifecycleDestroyed(AndroidX.Lifecycle.ILifecycleOwner! lifecycleOwner) -> void +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnLifecycleDestroyed.ViewCompositionStrategyDisposeOnLifecycleDestroyed(AndroidX.Lifecycle.Lifecycle! lifecycle) -> void +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnViewTreeLifecycleDestroyed +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnViewTreeLifecycleDestroyed.InstallFor(AndroidX.Compose.UI.Platform.AbstractComposeView! view) -> Kotlin.Jvm.Functions.IFunction0! +AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnViewTreeLifecycleDestroyed.InterfaceConsts +AndroidX.Compose.UI.Platform.ViewCompositionStrategy_androidKt +AndroidX.Compose.UI.Platform.ViewConfigurationDefaultImpls +AndroidX.Compose.UI.Platform.ViewRootForInspectorDefaultImpls +AndroidX.Compose.UI.Platform.ViewRootForTest +AndroidX.Compose.UI.Platform.ViewRootForTestCompanion +AndroidX.Compose.UI.Platform.ViewRootForTestCompanion.OnViewCreatedCallback.get -> Kotlin.Jvm.Functions.IFunction1? +AndroidX.Compose.UI.Platform.ViewRootForTestCompanion.OnViewCreatedCallback.set -> void +AndroidX.Compose.UI.Platform.ViewRootForTestConsts +AndroidX.Compose.UI.Platform.WindowRecomposerFactory +AndroidX.Compose.UI.Platform.WindowRecomposerFactoryCompanion +AndroidX.Compose.UI.Platform.WindowRecomposerFactoryCompanion.LifecycleAware.get -> AndroidX.Compose.UI.Platform.IWindowRecomposerFactory! +AndroidX.Compose.UI.Platform.WindowRecomposerFactoryConsts +AndroidX.Compose.UI.Platform.WindowRecomposerPolicy +AndroidX.Compose.UI.Platform.WindowRecomposerPolicy.SetFactory(AndroidX.Compose.UI.Platform.IWindowRecomposerFactory! factory) -> void +AndroidX.Compose.UI.Platform.WindowRecomposerPolicy.WithFactory(AndroidX.Compose.UI.Platform.IWindowRecomposerFactory! factory, Kotlin.Jvm.Functions.IFunction0! block) -> Java.Lang.Object? +AndroidX.Compose.UI.Platform.WindowRecomposer_androidKt +AndroidX.Compose.UI.Platform.Wrapper_androidKt +AndroidX.Compose.UI.Relocation.BringIntoViewModifierNodeKt +AndroidX.Compose.UI.Res.ColorResources_androidKt +AndroidX.Compose.UI.Res.FontResources_androidKt +AndroidX.Compose.UI.Res.ImageResources_androidKt +AndroidX.Compose.UI.Res.PainterResources_androidKt +AndroidX.Compose.UI.Res.PrimitiveResources_androidKt +AndroidX.Compose.UI.Res.ResourceResolutionException +AndroidX.Compose.UI.Res.ResourceResolutionException.ResourceResolutionException(string! message, Java.Lang.Throwable! cause) -> void +AndroidX.Compose.UI.Res.StringResources_androidKt +AndroidX.Compose.UI.Res.VectorResources_androidKt +AndroidX.Compose.UI.Scrollcapture.ComposeScrollCaptureCallback_androidKt +AndroidX.Compose.UI.Scrollcapture.ScrollCapture_androidKt +AndroidX.Compose.UI.Semantics.AccessibilityAction +AndroidX.Compose.UI.Semantics.AccessibilityAction.AccessibilityAction(string? label, Java.Lang.Object? action) -> void +AndroidX.Compose.UI.Semantics.AccessibilityAction.Action.get -> Java.Lang.Object? +AndroidX.Compose.UI.Semantics.AccessibilityAction.Label.get -> string? +AndroidX.Compose.UI.Semantics.CollectionInfo +AndroidX.Compose.UI.Semantics.CollectionInfo.CollectionInfo(int rowCount, int columnCount) -> void +AndroidX.Compose.UI.Semantics.CollectionInfo.ColumnCount.get -> int +AndroidX.Compose.UI.Semantics.CollectionInfo.RowCount.get -> int +AndroidX.Compose.UI.Semantics.CollectionItemInfo +AndroidX.Compose.UI.Semantics.CollectionItemInfo.CollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan) -> void +AndroidX.Compose.UI.Semantics.CollectionItemInfo.ColumnIndex.get -> int +AndroidX.Compose.UI.Semantics.CollectionItemInfo.ColumnSpan.get -> int +AndroidX.Compose.UI.Semantics.CollectionItemInfo.RowIndex.get -> int +AndroidX.Compose.UI.Semantics.CollectionItemInfo.RowSpan.get -> int +AndroidX.Compose.UI.Semantics.CustomAccessibilityAction +AndroidX.Compose.UI.Semantics.CustomAccessibilityAction.Action.get -> Kotlin.Jvm.Functions.IFunction0! +AndroidX.Compose.UI.Semantics.CustomAccessibilityAction.CustomAccessibilityAction(string! label, Kotlin.Jvm.Functions.IFunction0! action) -> void +AndroidX.Compose.UI.Semantics.CustomAccessibilityAction.Label.get -> string! +AndroidX.Compose.UI.Semantics.ISemanticsModifier +AndroidX.Compose.UI.Semantics.ISemanticsModifier.Id.get -> int +AndroidX.Compose.UI.Semantics.ISemanticsModifier.SemanticsConfiguration.get -> AndroidX.Compose.UI.Semantics.SemanticsConfiguration! +AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver +AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver.Set(AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! key, Java.Lang.Object? value) -> void +AndroidX.Compose.UI.Semantics.InputTextSuggestionState +AndroidX.Compose.UI.Semantics.InputTextSuggestionState.InputTextSuggestionState() -> void +AndroidX.Compose.UI.Semantics.InputTextSuggestionState.InputTextSuggestionState(bool isCommittedByInputMethodEditor) -> void +AndroidX.Compose.UI.Semantics.InputTextSuggestionState.IsCommittedByInputMethodEditor.get -> bool +AndroidX.Compose.UI.Semantics.LiveRegionMode +AndroidX.Compose.UI.Semantics.LiveRegionMode.Companion +AndroidX.Compose.UI.Semantics.LiveRegionMode.Companion.Assertive_0phEisY.get -> int +AndroidX.Compose.UI.Semantics.LiveRegionMode.Companion.Polite_0phEisY.get -> int +AndroidX.Compose.UI.Semantics.ProgressBarRangeInfo +AndroidX.Compose.UI.Semantics.ProgressBarRangeInfo.Companion +AndroidX.Compose.UI.Semantics.ProgressBarRangeInfo.Companion.Indeterminate.get -> AndroidX.Compose.UI.Semantics.ProgressBarRangeInfo! +AndroidX.Compose.UI.Semantics.ProgressBarRangeInfo.Current.get -> float +AndroidX.Compose.UI.Semantics.ProgressBarRangeInfo.ProgressBarRangeInfo(float current, Kotlin.Ranges.IClosedFloatingPointRange! range, int steps) -> void +AndroidX.Compose.UI.Semantics.ProgressBarRangeInfo.Range.get -> Kotlin.Ranges.IClosedFloatingPointRange! +AndroidX.Compose.UI.Semantics.ProgressBarRangeInfo.Steps.get -> int +AndroidX.Compose.UI.Semantics.Role +AndroidX.Compose.UI.Semantics.Role.Companion +AndroidX.Compose.UI.Semantics.Role.Companion.Button_o7Vup1c.get -> int +AndroidX.Compose.UI.Semantics.Role.Companion.Carousel_o7Vup1c.get -> int +AndroidX.Compose.UI.Semantics.Role.Companion.Checkbox_o7Vup1c.get -> int +AndroidX.Compose.UI.Semantics.Role.Companion.DropdownList_o7Vup1c.get -> int +AndroidX.Compose.UI.Semantics.Role.Companion.Image_o7Vup1c.get -> int +AndroidX.Compose.UI.Semantics.Role.Companion.RadioButton_o7Vup1c.get -> int +AndroidX.Compose.UI.Semantics.Role.Companion.Switch_o7Vup1c.get -> int +AndroidX.Compose.UI.Semantics.Role.Companion.Tab_o7Vup1c.get -> int +AndroidX.Compose.UI.Semantics.Role.Companion.ValuePicker_o7Vup1c.get -> int +AndroidX.Compose.UI.Semantics.ScrollAxisRange +AndroidX.Compose.UI.Semantics.ScrollAxisRange.MaxValue.get -> Kotlin.Jvm.Functions.IFunction0! +AndroidX.Compose.UI.Semantics.ScrollAxisRange.ReverseScrolling.get -> bool +AndroidX.Compose.UI.Semantics.ScrollAxisRange.ScrollAxisRange(Kotlin.Jvm.Functions.IFunction0! value, Kotlin.Jvm.Functions.IFunction0! maxValue, bool reverseScrolling) -> void +AndroidX.Compose.UI.Semantics.ScrollAxisRange.Value.get -> Kotlin.Jvm.Functions.IFunction0! +AndroidX.Compose.UI.Semantics.SemanticsActions +AndroidX.Compose.UI.Semantics.SemanticsActions.ClearTextSubstitution.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.Collapse.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.CopyText.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.CustomActions.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.CutText.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.Dismiss.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.Expand.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.GetScrollViewportLength.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.OnClick.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.OnFillData.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.OnImeAction.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.OnLongClick.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.PageDown.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.PageLeft.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.PageRight.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.PageUp.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.PasteText.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.PerformImeAction.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.RequestFocus.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.ScrollBy.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.ScrollToIndex.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.SetProgress.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.SetSelection.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsActions.ShowTextSubstitution.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsConfiguration +AndroidX.Compose.UI.Semantics.SemanticsConfiguration.ClearingSemantics.get -> bool +AndroidX.Compose.UI.Semantics.SemanticsConfiguration.ClearingSemantics.set -> void +AndroidX.Compose.UI.Semantics.SemanticsConfiguration.Contains(AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! key) -> bool +AndroidX.Compose.UI.Semantics.SemanticsConfiguration.Copy() -> AndroidX.Compose.UI.Semantics.SemanticsConfiguration! +AndroidX.Compose.UI.Semantics.SemanticsConfiguration.Get(AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! key) -> Java.Lang.Object? +AndroidX.Compose.UI.Semantics.SemanticsConfiguration.GetOrElse(AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! key, Kotlin.Jvm.Functions.IFunction0! defaultValue) -> Java.Lang.Object? +AndroidX.Compose.UI.Semantics.SemanticsConfiguration.GetOrElseNullable(AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! key, Kotlin.Jvm.Functions.IFunction0! defaultValue) -> Java.Lang.Object? +AndroidX.Compose.UI.Semantics.SemanticsConfiguration.Iterator() -> Java.Util.IIterator! +AndroidX.Compose.UI.Semantics.SemanticsConfiguration.MergingSemanticsOfDescendants.get -> bool +AndroidX.Compose.UI.Semantics.SemanticsConfiguration.MergingSemanticsOfDescendants.set -> void +AndroidX.Compose.UI.Semantics.SemanticsConfiguration.SemanticsConfiguration() -> void +AndroidX.Compose.UI.Semantics.SemanticsConfiguration.Set(AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! key, Java.Lang.Object? value) -> void +AndroidX.Compose.UI.Semantics.SemanticsConfigurationKt +AndroidX.Compose.UI.Semantics.SemanticsInfoKt +AndroidX.Compose.UI.Semantics.SemanticsModifierDefaultImpls +AndroidX.Compose.UI.Semantics.SemanticsModifierKt +AndroidX.Compose.UI.Semantics.SemanticsNode +AndroidX.Compose.UI.Semantics.SemanticsNode.Children.get -> System.Collections.Generic.IList! +AndroidX.Compose.UI.Semantics.SemanticsNode.Config.get -> AndroidX.Compose.UI.Semantics.SemanticsConfiguration! +AndroidX.Compose.UI.Semantics.SemanticsNode.GetAlignmentLinePosition(AndroidX.Compose.UI.Layout.AlignmentLine! alignmentLine) -> int +AndroidX.Compose.UI.Semantics.SemanticsNode.Id.get -> int +AndroidX.Compose.UI.Semantics.SemanticsNode.IsRoot.get -> bool +AndroidX.Compose.UI.Semantics.SemanticsNode.LayoutInfo.get -> AndroidX.Compose.UI.Layout.ILayoutInfo! +AndroidX.Compose.UI.Semantics.SemanticsNode.MergingEnabled.get -> bool +AndroidX.Compose.UI.Semantics.SemanticsNode.Parent.get -> AndroidX.Compose.UI.Semantics.SemanticsNode? +AndroidX.Compose.UI.Semantics.SemanticsNode.PositionInRoot.get -> long +AndroidX.Compose.UI.Semantics.SemanticsNode.PositionInWindow.get -> long +AndroidX.Compose.UI.Semantics.SemanticsNode.PositionOnScreen.get -> long +AndroidX.Compose.UI.Semantics.SemanticsNode.Root.get -> AndroidX.Compose.UI.Node.IRootForTest? +AndroidX.Compose.UI.Semantics.SemanticsNode.Size.get -> long +AndroidX.Compose.UI.Semantics.SemanticsNodeKt +AndroidX.Compose.UI.Semantics.SemanticsNode_androidKt +AndroidX.Compose.UI.Semantics.SemanticsOwner +AndroidX.Compose.UI.Semantics.SemanticsOwner.RootSemanticsNode.get -> AndroidX.Compose.UI.Semantics.SemanticsNode! +AndroidX.Compose.UI.Semantics.SemanticsOwner.UnmergedRootSemanticsNode.get -> AndroidX.Compose.UI.Semantics.SemanticsNode! +AndroidX.Compose.UI.Semantics.SemanticsOwnerKt +AndroidX.Compose.UI.Semantics.SemanticsProperties +AndroidX.Compose.UI.Semantics.SemanticsProperties.CollectionInfo.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.CollectionItemInfo.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.ContentDataType.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.ContentDescription.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.ContentType.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.Disabled.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.Error.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.FillableData.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.Focused.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.Heading.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.HideFromAccessibility.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.HorizontalScrollAxisRange.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.IndexForKey.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.InputTextSuggestionState.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.InvisibleToUser.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.IsContainer.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.IsDialog.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.IsEditable.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.IsPopup.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.IsSensitiveData.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.IsShowingTextSubstitution.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.IsTraversalGroup.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.LinkTestMarker.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.LiveRegion.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.MaxTextLength.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.PaneTitle.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.Password.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.ProgressBarRangeInfo.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.Role.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.SelectableGroup.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.Selected.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.StateDescription.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.TestTag.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.TextEntryKey.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.ToggleableState.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.TraversalIndex.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsProperties.VerticalScrollAxisRange.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsPropertiesAndroid +AndroidX.Compose.UI.Semantics.SemanticsPropertiesAndroid.AccessibilityClassName.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsPropertiesAndroid.TestTagsAsResourceId.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt +AndroidX.Compose.UI.Semantics.SemanticsProperties_androidKt +AndroidX.Compose.UI.Semantics.SemanticsPropertyKey +AndroidX.Compose.UI.Semantics.SemanticsPropertyKey.GetValue(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! thisRef, Kotlin.Reflect.IKProperty! property) -> Java.Lang.Object? +AndroidX.Compose.UI.Semantics.SemanticsPropertyKey.Merge(Java.Lang.Object? parentValue, Java.Lang.Object? childValue) -> Java.Lang.Object? +AndroidX.Compose.UI.Semantics.SemanticsPropertyKey.Name.get -> string! +AndroidX.Compose.UI.Semantics.SemanticsPropertyKey.SemanticsPropertyKey(string! name, Kotlin.Jvm.Functions.IFunction2! mergePolicy) -> void +AndroidX.Compose.UI.Semantics.SemanticsPropertyKey.SetValue(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! thisRef, Kotlin.Reflect.IKProperty! property, Java.Lang.Object? value) -> void +AndroidX.Compose.UI.Semantics.SemanticsRegion_androidKt +AndroidX.Compose.UI.Semantics.SemanticsSortKt +AndroidX.Compose.UI.SensitiveContentKt +AndroidX.Compose.UI.SessionMutex +AndroidX.Compose.UI.Spatial.RectListDebugger_androidKt +AndroidX.Compose.UI.Spatial.RectListKt +AndroidX.Compose.UI.Spatial.RectManagerKt +AndroidX.Compose.UI.Spatial.RelativeLayoutBounds +AndroidX.Compose.UI.Spatial.RelativeLayoutBounds.FractionVisibleIn(AndroidX.Compose.UI.Spatial.RelativeLayoutBounds! viewport) -> float +AndroidX.Compose.UI.Spatial.RelativeLayoutBounds.FractionVisibleInRect(int left, int top, int right, int bottom) -> float +AndroidX.Compose.UI.Spatial.RelativeLayoutBounds.FractionVisibleInWindow() -> float +AndroidX.Compose.UI.Spatial.RelativeLayoutBounds.FractionVisibleInWindowWithInsets(long topLeftInset, long bottomRightInset) -> float +AndroidX.Compose.UI.Spatial.RelativeLayoutBounds.Height.get -> int +AndroidX.Compose.UI.Spatial.RelativeLayoutBounds.PositionInRoot.get -> long +AndroidX.Compose.UI.Spatial.RelativeLayoutBounds.PositionInScreen.get -> long +AndroidX.Compose.UI.Spatial.RelativeLayoutBounds.PositionInWindow.get -> long +AndroidX.Compose.UI.Spatial.RelativeLayoutBounds.Width.get -> int +AndroidX.Compose.UI.Spatial.ThrottledCallbacksKt +AndroidX.Compose.UI.State.ToggleableState +AndroidX.Compose.UI.State.ToggleableStateKt +AndroidX.Compose.UI.Text.Input.CursorAnchorInfoBuilder_androidKt +AndroidX.Compose.UI.Text.Input.InputState_androidKt +AndroidX.Compose.UI.Text.Input.NullableInputConnectionWrapper_androidKt +AndroidX.Compose.UI.Text.Input.RecordingInputConnection_androidKt +AndroidX.Compose.UI.Text.Input.TextInputServiceAndroid_androidKt +AndroidX.Compose.UI.Text.TextMeasurerHelperKt +AndroidX.Compose.UI.UiComposableAttribute +AndroidX.Compose.UI.UiComposableAttribute.UiComposableAttribute() -> void +AndroidX.Compose.UI.UiMediaScopeKeyboardKind +AndroidX.Compose.UI.UiMediaScopeKeyboardKind.Companion +AndroidX.Compose.UI.UiMediaScopeKeyboardKind.Companion.None_J9_QTjY.get -> string! +AndroidX.Compose.UI.UiMediaScopeKeyboardKind.Companion.Physical_J9_QTjY.get -> string! +AndroidX.Compose.UI.UiMediaScopeKeyboardKind.Companion.Virtual_J9_QTjY.get -> string! +AndroidX.Compose.UI.UiMediaScopePointerPrecision +AndroidX.Compose.UI.UiMediaScopePointerPrecision.Companion +AndroidX.Compose.UI.UiMediaScopePointerPrecision.Companion.Blunt_fpxItnM.get -> string! +AndroidX.Compose.UI.UiMediaScopePointerPrecision.Companion.Coarse_fpxItnM.get -> string! +AndroidX.Compose.UI.UiMediaScopePointerPrecision.Companion.Fine_fpxItnM.get -> string! +AndroidX.Compose.UI.UiMediaScopePointerPrecision.Companion.None_fpxItnM.get -> string! +AndroidX.Compose.UI.UiMediaScopePosture +AndroidX.Compose.UI.UiMediaScopePosture.Companion +AndroidX.Compose.UI.UiMediaScopePosture.Companion.Book_m18o9QQ.get -> string! +AndroidX.Compose.UI.UiMediaScopePosture.Companion.Flat_m18o9QQ.get -> string! +AndroidX.Compose.UI.UiMediaScopePosture.Companion.Tabletop_m18o9QQ.get -> string! +AndroidX.Compose.UI.UiMediaScopeViewingDistance +AndroidX.Compose.UI.UiMediaScopeViewingDistance.Companion +AndroidX.Compose.UI.UiMediaScopeViewingDistance.Companion.Far_tKro_MQ.get -> string! +AndroidX.Compose.UI.UiMediaScopeViewingDistance.Companion.Medium_tKro_MQ.get -> string! +AndroidX.Compose.UI.UiMediaScopeViewingDistance.Companion.Near_tKro_MQ.get -> string! +AndroidX.Compose.UI.ViewInterop.AndroidViewHolder_androidKt +AndroidX.Compose.UI.ViewInterop.AndroidView_androidKt +AndroidX.Compose.UI.ViewInterop.FocusGroupNode_androidKt +AndroidX.Compose.UI.ViewInterop.InteropViewFactoryHolder_androidKt +AndroidX.Compose.UI.ViewInterop.InteropView_androidKt +AndroidX.Compose.UI.Window.AndroidDialog_androidKt +AndroidX.Compose.UI.Window.AndroidPopup_androidKt +AndroidX.Compose.UI.Window.DialogProperties +AndroidX.Compose.UI.Window.DialogProperties.DecorFitsSystemWindows.get -> bool +AndroidX.Compose.UI.Window.DialogProperties.DialogProperties() -> void +AndroidX.Compose.UI.Window.DialogProperties.DialogProperties(bool dismissOnBackPress, bool dismissOnClickOutside, AndroidX.Compose.UI.Window.SecureFlagPolicy! securePolicy, bool usePlatformDefaultWidth, bool decorFitsSystemWindows, string! windowTitle, int windowType, Android.OS.IBinder? windowToken) -> void +AndroidX.Compose.UI.Window.DialogProperties.DialogProperties(bool dismissOnBackPress, bool dismissOnClickOutside, AndroidX.Compose.UI.Window.SecureFlagPolicy? securePolicy) -> void +AndroidX.Compose.UI.Window.DialogProperties.DialogProperties(bool dismissOnBackPress, bool dismissOnClickOutside, AndroidX.Compose.UI.Window.SecureFlagPolicy? securePolicy, bool usePlatformDefaultWidth, bool decorFitsSystemWindows) -> void +AndroidX.Compose.UI.Window.DialogProperties.DialogProperties(bool dismissOnBackPress, bool dismissOnClickOutside, AndroidX.Compose.UI.Window.SecureFlagPolicy? securePolicy, bool usePlatformDefaultWidth, bool decorFitsSystemWindows, string? windowTitle) -> void +AndroidX.Compose.UI.Window.DialogProperties.DialogProperties(bool dismissOnBackPress, bool dismissOnClickOutside, bool usePlatformDefaultWidth) -> void +AndroidX.Compose.UI.Window.DialogProperties.DismissOnBackPress.get -> bool +AndroidX.Compose.UI.Window.DialogProperties.DismissOnClickOutside.get -> bool +AndroidX.Compose.UI.Window.DialogProperties.SecurePolicy.get -> AndroidX.Compose.UI.Window.SecureFlagPolicy! +AndroidX.Compose.UI.Window.DialogProperties.UsePlatformDefaultWidth.get -> bool +AndroidX.Compose.UI.Window.DialogProperties.WindowTitle.get -> string! +AndroidX.Compose.UI.Window.DialogProperties.WindowToken.get -> Android.OS.IBinder? +AndroidX.Compose.UI.Window.DialogProperties.WindowType.get -> int +AndroidX.Compose.UI.Window.IDialogWindowProvider +AndroidX.Compose.UI.Window.IDialogWindowProvider.Window.get -> Android.Views.Window! +AndroidX.Compose.UI.Window.IPopupPositionProvider +AndroidX.Compose.UI.Window.PopupProperties +AndroidX.Compose.UI.Window.PopupProperties.ClippingEnabled.get -> bool +AndroidX.Compose.UI.Window.PopupProperties.DismissOnBackPress.get -> bool +AndroidX.Compose.UI.Window.PopupProperties.DismissOnClickOutside.get -> bool +AndroidX.Compose.UI.Window.PopupProperties.ExcludeFromSystemGesture.get -> bool +AndroidX.Compose.UI.Window.PopupProperties.Focusable.get -> bool +AndroidX.Compose.UI.Window.PopupProperties.PopupProperties(bool focusable, bool dismissOnBackPress, bool dismissOnClickOutside, AndroidX.Compose.UI.Window.SecureFlagPolicy! securePolicy, bool excludeFromSystemGesture, bool clippingEnabled) -> void +AndroidX.Compose.UI.Window.PopupProperties.PopupProperties(bool focusable, bool dismissOnBackPress, bool dismissOnClickOutside, AndroidX.Compose.UI.Window.SecureFlagPolicy! securePolicy, bool excludeFromSystemGesture, bool clippingEnabled, bool usePlatformDefaultWidth, int windowType, Android.OS.IBinder? windowToken) -> void +AndroidX.Compose.UI.Window.PopupProperties.PopupProperties(bool focusable, bool dismissOnBackPress, bool dismissOnClickOutside, AndroidX.Compose.UI.Window.SecureFlagPolicy? securePolicy, bool excludeFromSystemGesture, bool clippingEnabled, bool usePlatformDefaultWidth) -> void +AndroidX.Compose.UI.Window.PopupProperties.PopupProperties(bool focusable, bool dismissOnBackPress, bool dismissOnClickOutside, bool clippingEnabled) -> void +AndroidX.Compose.UI.Window.PopupProperties.PopupProperties(bool focusable, bool dismissOnBackPress, bool dismissOnClickOutside, bool clippingEnabled, bool usePlatformDefaultWidth) -> void +AndroidX.Compose.UI.Window.PopupProperties.PopupProperties(int flags, bool inheritSecurePolicy, bool dismissOnBackPress, bool dismissOnClickOutside, bool excludeFromSystemGesture, bool usePlatformDefaultWidth) -> void +AndroidX.Compose.UI.Window.PopupProperties.PopupProperties(int flags, bool inheritSecurePolicy, bool dismissOnBackPress, bool dismissOnClickOutside, bool excludeFromSystemGesture, bool usePlatformDefaultWidth, int windowType, Android.OS.IBinder? windowToken) -> void +AndroidX.Compose.UI.Window.PopupProperties.SecurePolicy.get -> AndroidX.Compose.UI.Window.SecureFlagPolicy! +AndroidX.Compose.UI.Window.PopupProperties.UsePlatformDefaultWidth.get -> bool +AndroidX.Compose.UI.Window.PopupProperties.WindowToken.get -> Android.OS.IBinder? +AndroidX.Compose.UI.Window.PopupProperties.WindowType.get -> int +AndroidX.Compose.UI.Window.SecureFlagPolicy +AndroidX.Compose.UI.Window.SecureFlagPolicy_androidKt +AndroidX.Compose.UI.Window.SecureFlagPolicy_androidKt.WhenMappings +AndroidX.Compose.UI.ZIndexModifierKt +abstract AndroidX.Compose.UI.Autofill.AutofillManager.Cancel() -> void +abstract AndroidX.Compose.UI.Autofill.AutofillManager.Commit() -> void +abstract AndroidX.Compose.UI.Input.Pointer.PointerInputFilter.OnCancel() -> void +abstract AndroidX.Compose.UI.Input.Pointer.PointerInputFilter.OnPointerEvent(AndroidX.Compose.UI.Input.Pointer.PointerEvent! pointerEvent, AndroidX.Compose.UI.Input.Pointer.PointerEventPass! pass, long p2) -> void +abstract AndroidX.Compose.UI.Layout.Placeable.Get(AndroidX.Compose.UI.Layout.AlignmentLine! alignmentLine) -> int +abstract AndroidX.Compose.UI.Platform.AbstractComposeView.Content(AndroidX.Compose.Runtime.IComposer? p0, int p1) -> void +const AndroidX.Compose.UI.Graphics.GraphicsLayerScopeKt.DefaultCameraDistance = 8 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultGroupName = "" -> string! +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultPathName = "" -> string! +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultPivotX = 0 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultPivotY = 0 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultRotation = 0 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultScaleX = 1 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultScaleY = 1 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultStrokeLineMiter = 4 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultStrokeLineWidth = 0 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultTranslationX = 0 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultTranslationY = 0 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultTrimPathEnd = 1 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultTrimPathOffset = 0 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultTrimPathStart = 0 -> float +const AndroidX.Compose.UI.Graphics.Vector.VectorPainterKt.RootGroupName = "VectorRootGroup" -> string! +const AndroidX.Compose.UI.Layout.AlignmentLine.Unspecified = -2147483648 -> int +const AndroidX.Compose.UI.Node.TouchBoundsExpansion.MaxValue = 32767 -> int +const AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims.ImportantForContentCaptureAuto = 0 -> int +const AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims.ImportantForContentCaptureNo = 2 -> int +const AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims.ImportantForContentCaptureNoExcludeDescendants = 8 -> int +const AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims.ImportantForContentCaptureYes = 1 -> int +const AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims.ImportantForContentCaptureYesExcludeDescendants = 4 -> int +override AndroidX.Compose.UI.AbsoluteAlignment.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Actual_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Actual_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Adaptive.MediaQuery_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.AlignmentCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.AndroidComposeUiFlags.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.AtomicReference_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.AndroidAutofillManager_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.AndroidAutofillType_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.AndroidAutofill_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.AutofillManager.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.AutofillManager.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Autofill.AutofillManager.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Autofill.AutofillModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.AutofillNode.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.AutofillTree.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.AutofillType.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.AutofillUtils_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.ContentDataTypeCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.ContentDataType_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.ContentTypeCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.ContentType_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.FillableDataCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.FillableData_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Autofill.PopulateViewStructure_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.BiasAbsoluteAlignment.Horizontal.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.BiasAbsoluteAlignment.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.BiasAlignment.Horizontal.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.BiasAlignment.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.BiasAlignment.Vertical.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.CombinedModifier.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.ComposeUiFlags.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.ComposedModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.ContentCapture.ContentCaptureManagerCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draganddrop.DragAndDropEvent.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draganddrop.DragAndDropNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draganddrop.DragAndDropTransferData.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draganddrop.DragAndDrop_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.AlphaKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.BlurKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.BlurredEdgeTreatment.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.BlurredEdgeTreatment.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.ClipKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.DrawCacheModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.DrawModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.DrawModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.DrawResult.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.PainterModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.RotateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.ScaleKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Draw.ShadowKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.BeyondBoundsLayoutKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusChangedModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusDirection.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusDirection.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusEventModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusEventModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusEventModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusEventModifierNodeKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusInteropUtils_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusManagerDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusOrder.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusOrderModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusOrderModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusOwnerImplKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusOwnerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusPropertiesCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusPropertiesKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusPropertiesModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusRequester.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusRequester.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusRequesterKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusRequesterModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusRequesterModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusRequesterModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusRestorerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusTargetModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusTargetNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusTransactionsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusTransactionsKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusTraversalKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.FocusTraversalKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.Focusability.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.Focusability.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.OneDimensionalFocusSearchKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.OneDimensionalFocusSearchKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.RequestChildFocusKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.TwoDimensionalFocusSearchKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Focus.TwoDimensionalFocusSearchKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.FrameRateCategory.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.FrameRateCategory.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.FrameRateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.CompositingStrategy.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.CompositingStrategy.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.GraphicsLayerModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.GraphicsLayerScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.TransformOrigin.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.TransformOrigin.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.TransformOriginKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.Compat.XmlVectorParser_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.ImageVector.Builder.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.ImageVector.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.ImageVector.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.ImageVectorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VNode.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VNode.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.Vector.VNode.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.Vector.VectorComposeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorConfigDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorGroup.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorNode.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorNode.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.Vector.VectorNode.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.Vector.VectorPainterKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorPath.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.FillAlpha.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.PivotX.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.PivotY.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.Rotation.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.ScaleX.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.ScaleY.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.StrokeAlpha.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.StrokeLineWidth.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TranslateX.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TranslateY.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TrimPathEnd.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TrimPathOffset.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TrimPathStart.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.HapticFeedback.HapticFeedbackType.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Indirect.AndroidIndirectPointerEvent_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventPrimaryDirectionalMotionAxis.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventPrimaryDirectionalMotionAxis.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventType.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Indirect.IndirectPointerEventType.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Indirect.IndirectPointerInputChange.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.InputMode.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.InputMode.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Key.Key.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Key.Key.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Key.KeyEvent.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Key.KeyEventType.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Key.KeyEventType.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Key.KeyEvent_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Key.KeyInputModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Key.Key_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Key.SoftwareKeyboardInterceptionModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.NestedScroll.NestedScrollConnectionDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.NestedScroll.NestedScrollDispatcher.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.NestedScroll.NestedScrollModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.NestedScroll.NestedScrollNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.NestedScroll.NestedScrollSource.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.NestedScroll.NestedScrollSource.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.ConsumedData.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.HistoricalChange.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerButtons.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerEvent.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerEventKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerEventPass.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerEventTimeoutCancellationException.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerEventType.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerEventType.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerIconCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerIconKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerIcon_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerId.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerInputChange.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerInputEventProcessorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerInputFilter.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerInputFilter.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Input.Pointer.PointerInputFilter.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Input.Pointer.PointerInputModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerInputTestUtilKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerInteropFilter_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerInteropUtils_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerKeyboardModifiers.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerType.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.PointerType.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.SuspendingPointerInputFilterKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.SuspendingPointerInputFilter_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.Util.PlatformVelocityTracker_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker1D.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker1D.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Pointer.Util.VelocityTrackerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Rotary.RotaryInputModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Input.Rotary.RotaryScrollEvent.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Internal.InlineClassHelperKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Internal.JvmDefaultWithCompatibility_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Internal.PlatformOptimizedCancellationException_jvmAndAndroidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.KeepScreenOnKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.AlignmentLine.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.AlignmentLine.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.AlignmentLine.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Layout.AlignmentLine.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Layout.AlignmentLineKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.BeyondBoundsLayoutKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.BeyondBoundsLayoutLayoutDirection.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.BeyondBoundsLayoutLayoutDirection.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.ContentScaleCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.ContentScaleKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.FixedScale.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.GraphicLayerInfoDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.HorizontalAlignmentLine.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.HorizontalRuler.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.HorizontalRuler.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.LayoutBoundsHolder.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.LayoutBoundsHolderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.LayoutCoordinatesDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.LayoutCoordinatesKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.LayoutIdKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.LayoutInfo_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.LayoutKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.LayoutModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.LayoutModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.LookaheadLayoutCoordinatesKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.LookaheadScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.MeasurePolicyDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.ModifierInfo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.MultiContentMeasurePolicyKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.OnFirstVisibleModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.OnGlobalLayoutListenerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.OnGloballyPositionedModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.OnGloballyPositionedModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.OnLayoutRectChangedModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.OnPlacedModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.OnPlacedModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.OnRemeasuredModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.OnRemeasuredModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.OnVisibilityChangedModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.ParentDataModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.PinnableContainerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.Placeable.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.Placeable.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Layout.Placeable.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Layout.PlaceableKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.RectRulersCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.RectRulersKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.RemeasurementModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.Ruler.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.Ruler.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Layout.Ruler.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Layout.RulerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.ScaleFactor.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.ScaleFactor.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.ScaleFactorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.SubcomposeLayoutKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.SubcomposeLayoutState.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.TestModifierUpdater.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.TestModifierUpdaterKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.ValueInsets_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.VerticalAlignmentLine.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.VerticalRuler.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.VerticalRuler.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.WindowInsetsRulersKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Layout.WindowInsetsRulers_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.MediaQueryKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Modifier.ModifierLocal.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Modifier.ModifierLocal.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Modifier.ModifierLocal.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Modifier.ModifierLocalConsumerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Modifier.ModifierLocalKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Modifier.ModifierLocalMap.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Modifier.ModifierLocalMap.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Modifier.ModifierLocalMap.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Modifier.ModifierLocalModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Modifier.ModifierLocalProviderDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Modifier.ModifierLocalProviderKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Modifier.ProvidableModifierLocal.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.ModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.ModifierElementDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.MotionDurationScaleDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.BackwardsCompatNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.CompositionLocalConsumerModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.DelegatableNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.DelegatableNode_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.DepthSortedSetKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.DpTouchBoundsExpansion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.DrawModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.HitTestResultKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.LayoutModifierNodeCoordinatorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.LayoutModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.LayoutNodeDrawScopeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.LayoutNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.LayoutNodeLayoutDelegateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.LookaheadDelegateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.MeasureAndLayoutDelegateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.MeasureScopeWithLayoutNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.MeasureScopeWithLayoutNodeKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.MyersDiffKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.NodeChainKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.NodeCoordinatorKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.NodeKindKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.ObserverModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.ParentDataModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.PointerInputModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.Ref.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.SemanticsModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.TouchBoundsExpansion.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.TouchBoundsExpansion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.TouchBoundsExpansionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.TraversableNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Node.ViewInterop_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AbstractComposeView.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AbstractComposeView.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Platform.AbstractComposeView.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Platform.Accessibility.CollectionInfo_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AccessibilityManagerDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AndroidClipboardManager_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AndroidComposeViewAccessibilityDelegateCompat_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AndroidComposeViewAccessibilityDelegateCompat_androidKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AndroidComposeView_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AndroidCompositionLocals_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AndroidUiDispatcher.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AndroidUiDispatcher.Dispatch(Kotlin.Coroutines.ICoroutineContext! context, Java.Lang.IRunnable! block) -> void +override AndroidX.Compose.UI.Platform.AndroidUiDispatcher.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AndroidUiDispatcher_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AndroidUriHandler.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AndroidViewConfiguration.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AndroidWindowInfo_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AutoClearFocusBehavior.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.AutoClearFocusBehavior.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ClipEntry.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ClipMetadata.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ClipboardExtensions_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ComposeView.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ComposeView.Content(AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +override AndroidX.Compose.UI.Platform.ComposeView.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ComposeViewContext.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ComposeViewContext_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ComposeView_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.CompositionLocalsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.CoreShims.AutofillIdCompat.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.CoreShims.AutofillIdCompat.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Platform.CoreShims.AutofillIdCompat.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Platform.DebugUtilsKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.DisposableSaveableStateRegistry_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.InfiniteAnimationPolicyDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.InfiniteAnimationPolicyKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.InspectableModifier.End.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.InspectableModifier.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.InspectableValueDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.InspectableValueKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.InspectionModeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.InspectorInfo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.InspectorValueInfo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.InspectorValueInfo.ThresholdClass.get -> nint +override AndroidX.Compose.UI.Platform.InspectorValueInfo.ThresholdType.get -> System.Type! +override AndroidX.Compose.UI.Platform.InvertMatrixKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.JvmActuals_jvmKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.NestedScrollInteropConnectionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.PlatformTextInputModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.SemanticsUtils_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ShapeContainingUtilKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.SubcompositionKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.Synchronization_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.TestTagKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.TextToolbarDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.TextToolbarStatus.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ValueElement.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ValueElementSequence.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ViewCompositionStrategyCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindow.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindowOrReleasedFromPool.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnLifecycleDestroyed.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnViewTreeLifecycleDestroyed.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ViewCompositionStrategy_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ViewConfigurationDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ViewRootForInspectorDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.ViewRootForTestCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.WindowRecomposerFactoryCompanion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.WindowRecomposerPolicy.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.WindowRecomposer_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Platform.Wrapper_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Relocation.BringIntoViewModifierNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Res.ColorResources_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Res.FontResources_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Res.ImageResources_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Res.PainterResources_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Res.PrimitiveResources_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Res.ResourceResolutionException.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Res.StringResources_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Res.VectorResources_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Scrollcapture.ComposeScrollCaptureCallback_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Scrollcapture.ScrollCapture_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.AccessibilityAction.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.CollectionInfo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.CollectionItemInfo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.CustomAccessibilityAction.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.InputTextSuggestionState.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.LiveRegionMode.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.LiveRegionMode.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.ProgressBarRangeInfo.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.ProgressBarRangeInfo.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.Role.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.Role.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.ScrollAxisRange.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsActions.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsConfiguration.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsConfigurationKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsInfoKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsModifierDefaultImpls.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsNode.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsNodeKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsNode_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsOwner.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsOwnerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsProperties.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsPropertiesAndroid.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsProperties_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsPropertyKey.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsRegion_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Semantics.SemanticsSortKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.SensitiveContentKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.SessionMutex.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Spatial.RectListDebugger_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Spatial.RectListKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Spatial.RectManagerKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Spatial.RelativeLayoutBounds.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Spatial.ThrottledCallbacksKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.State.ToggleableState.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.State.ToggleableStateKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Text.Input.CursorAnchorInfoBuilder_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Text.Input.InputState_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Text.Input.NullableInputConnectionWrapper_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Text.Input.RecordingInputConnection_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Text.Input.TextInputServiceAndroid_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Text.TextMeasurerHelperKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.UiMediaScopeKeyboardKind.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.UiMediaScopeKeyboardKind.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.UiMediaScopePointerPrecision.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.UiMediaScopePointerPrecision.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.UiMediaScopePosture.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.UiMediaScopePosture.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.UiMediaScopeViewingDistance.Companion.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.UiMediaScopeViewingDistance.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.ViewInterop.AndroidViewHolder_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.ViewInterop.AndroidView_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.ViewInterop.FocusGroupNode_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.ViewInterop.InteropViewFactoryHolder_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.ViewInterop.InteropView_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Window.AndroidDialog_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Window.AndroidPopup_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Window.DialogProperties.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Window.PopupProperties.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Window.SecureFlagPolicy.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Window.SecureFlagPolicy_androidKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.Window.SecureFlagPolicy_androidKt.WhenMappings.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override AndroidX.Compose.UI.ZIndexModifierKt.JniPeerMembers.get -> Java.Interop.JniPeerMembers! +override sealed AndroidX.Compose.UI.Platform.AbstractComposeView.OnLayout(bool changed, int left, int top, int right, int bottom) -> void +override sealed AndroidX.Compose.UI.Platform.AbstractComposeView.OnMeasure(int widthMeasureSpec, int heightMeasureSpec) -> void +static AndroidX.Compose.UI.AbsoluteAlignment.Instance.get -> AndroidX.Compose.UI.AbsoluteAlignment! +static AndroidX.Compose.UI.Alignment.Companion.get -> AndroidX.Compose.UI.AlignmentCompanion! +static AndroidX.Compose.UI.AndroidComposeUiFlags.Instance.get -> AndroidX.Compose.UI.AndroidComposeUiFlags! +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsAccessibilityShowOnScreenNestedScrollingEnabled.get -> bool +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsAccessibilityShowOnScreenNestedScrollingEnabled.set -> void +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedAccessibilityManagerEnabled.get -> bool +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedAccessibilityManagerEnabled.set -> void +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedClipboardManagerEnabled.get -> bool +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedClipboardManagerEnabled.set -> void +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedComposeViewContextEnabled.get -> bool +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedComposeViewContextEnabled.set -> void +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedDrawingEnabled.get -> bool +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedDrawingEnabled.set -> void +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedFontEnabled.get -> bool +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedFontEnabled.set -> void +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedHapticsEnabled.get -> bool +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedHapticsEnabled.set -> void +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedViewConfigurationEnabled.get -> bool +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedViewConfigurationEnabled.set -> void +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedWindowInfoEnabled.get -> bool +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsSharedWindowInfoEnabled.set -> void +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsViewBasedSemanticsHandlerEnabled.get -> bool +static AndroidX.Compose.UI.AndroidComposeUiFlags.IsViewBasedSemanticsHandlerEnabled.set -> void +static AndroidX.Compose.UI.Autofill.AndroidAutofillType_androidKt.GetAndroidType(AndroidX.Compose.UI.Autofill.AutofillType! obj) -> string! +static AndroidX.Compose.UI.Autofill.AutofillModifierKt.ContentType(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Autofill.IContentType! contentType) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Autofill.AutofillType.AddressAuxiliaryDetails.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.AddressCountry.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.AddressLocality.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.AddressRegion.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.AddressStreet.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.BirthDateDay.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.BirthDateFull.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.BirthDateMonth.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.BirthDateYear.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.CreditCardExpirationDate.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.CreditCardExpirationDay.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.CreditCardExpirationMonth.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.CreditCardExpirationYear.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.CreditCardNumber.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.CreditCardSecurityCode.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.EmailAddress.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.Entries.get -> Kotlin.Enums.IEnumEntries! +static AndroidX.Compose.UI.Autofill.AutofillType.Gender.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.NewPassword.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.NewUsername.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.Password.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PersonFirstName.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PersonFullName.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PersonLastName.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PersonMiddleInitial.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PersonMiddleName.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PersonNamePrefix.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PersonNameSuffix.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PhoneCountryCode.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PhoneNumber.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PhoneNumberDevice.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PhoneNumberNational.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PostalAddress.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PostalCode.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.PostalCodeExtended.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.SmsOtpCode.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.Username.get -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.ValueOf(string? value) -> AndroidX.Compose.UI.Autofill.AutofillType? +static AndroidX.Compose.UI.Autofill.AutofillType.Values() -> AndroidX.Compose.UI.Autofill.AutofillType![]? +static AndroidX.Compose.UI.Autofill.ContentDataType.Companion.get -> AndroidX.Compose.UI.Autofill.ContentDataTypeCompanion! +static AndroidX.Compose.UI.Autofill.ContentDataType_androidKt.ContentDataType(int dataType) -> AndroidX.Compose.UI.Autofill.IContentDataType! +static AndroidX.Compose.UI.Autofill.ContentDataType_androidKt.GetDataType(AndroidX.Compose.UI.Autofill.IContentDataType! obj) -> int +static AndroidX.Compose.UI.Autofill.ContentType.Companion.get -> AndroidX.Compose.UI.Autofill.ContentTypeCompanion! +static AndroidX.Compose.UI.Autofill.ContentType_androidKt.ContentType(string! contentHint) -> AndroidX.Compose.UI.Autofill.IContentType! +static AndroidX.Compose.UI.Autofill.ContentType_androidKt.GetContentHints(AndroidX.Compose.UI.Autofill.IContentType! obj) -> string![]! +static AndroidX.Compose.UI.Autofill.FillableData.Companion.get -> AndroidX.Compose.UI.Autofill.FillableDataCompanion! +static AndroidX.Compose.UI.Autofill.FillableData_androidKt.CreateFromAutofillValue(AndroidX.Compose.UI.Autofill.FillableDataCompanion! obj, Android.Views.Autofill.AutofillValue! autofillValue) -> AndroidX.Compose.UI.Autofill.IFillableData? +static AndroidX.Compose.UI.Autofill.FillableData_androidKt.CreateFromBoolean(AndroidX.Compose.UI.Autofill.FillableDataCompanion! obj, bool booleanValue) -> AndroidX.Compose.UI.Autofill.IFillableData? +static AndroidX.Compose.UI.Autofill.FillableData_androidKt.CreateFromDateMillis(AndroidX.Compose.UI.Autofill.FillableDataCompanion! obj, long dateMillisValue) -> AndroidX.Compose.UI.Autofill.IFillableData? +static AndroidX.Compose.UI.Autofill.FillableData_androidKt.CreateFromListIndex(AndroidX.Compose.UI.Autofill.FillableDataCompanion! obj, int listIndexValue) -> AndroidX.Compose.UI.Autofill.IFillableData? +static AndroidX.Compose.UI.Autofill.FillableData_androidKt.CreateFromText(AndroidX.Compose.UI.Autofill.FillableDataCompanion! obj, Java.Lang.ICharSequence! textValue) -> AndroidX.Compose.UI.Autofill.IFillableData? +static AndroidX.Compose.UI.Autofill.FillableData_androidKt.CreateFromText(AndroidX.Compose.UI.Autofill.FillableDataCompanion! obj, string! textValue) -> AndroidX.Compose.UI.Autofill.IFillableData? +static AndroidX.Compose.UI.Autofill.FillableData_androidKt.ToAutofillValue(AndroidX.Compose.UI.Autofill.IFillableData! obj) -> Android.Views.Autofill.AutofillValue? +static AndroidX.Compose.UI.BiasAbsoluteAlignment.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.AlignmentCompanion! +static AndroidX.Compose.UI.BiasAlignment.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.AlignmentCompanion! +static AndroidX.Compose.UI.ComposeUiFlags.Instance.get -> AndroidX.Compose.UI.ComposeUiFlags! +static AndroidX.Compose.UI.ComposeUiFlags.IsAccessibilityShouldIncludeOffscreenChildrenEnabled.get -> bool +static AndroidX.Compose.UI.ComposeUiFlags.IsAccessibilityShouldIncludeOffscreenChildrenEnabled.set -> void +static AndroidX.Compose.UI.ComposeUiFlags.IsBypassUnfocusableComposeViewEnabled.get -> bool +static AndroidX.Compose.UI.ComposeUiFlags.IsBypassUnfocusableComposeViewEnabled.set -> void +static AndroidX.Compose.UI.ComposeUiFlags.IsFocusRestorationEnabled.get -> bool +static AndroidX.Compose.UI.ComposeUiFlags.IsFocusRestorationEnabled.set -> void +static AndroidX.Compose.UI.ComposeUiFlags.IsGraphicsLayerShapeSemanticsEnabled.get -> bool +static AndroidX.Compose.UI.ComposeUiFlags.IsGraphicsLayerShapeSemanticsEnabled.set -> void +static AndroidX.Compose.UI.ComposeUiFlags.IsIndirectPointerNavigationGestureDetectorEnabled.get -> bool +static AndroidX.Compose.UI.ComposeUiFlags.IsIndirectPointerNavigationGestureDetectorEnabled.set -> void +static AndroidX.Compose.UI.ComposeUiFlags.IsInitialFocusOnFocusableAvailable.get -> bool +static AndroidX.Compose.UI.ComposeUiFlags.IsInitialFocusOnFocusableAvailable.set -> void +static AndroidX.Compose.UI.ComposeUiFlags.IsMediaQueryIntegrationEnabled.get -> bool +static AndroidX.Compose.UI.ComposeUiFlags.IsMediaQueryIntegrationEnabled.set -> void +static AndroidX.Compose.UI.ComposeUiFlags.IsOptimizedFocusEventDispatchEnabled.get -> bool +static AndroidX.Compose.UI.ComposeUiFlags.IsOptimizedFocusEventDispatchEnabled.set -> void +static AndroidX.Compose.UI.ComposeUiFlags.IsSkipNonImportantSemanticsNodesHitTestEnabled.get -> bool +static AndroidX.Compose.UI.ComposeUiFlags.IsSkipNonImportantSemanticsNodesHitTestEnabled.set -> void +static AndroidX.Compose.UI.ComposeUiFlags.IsTrackpadGestureHandlingEnabled.get -> bool +static AndroidX.Compose.UI.ComposeUiFlags.IsTrackpadGestureHandlingEnabled.set -> void +static AndroidX.Compose.UI.ComposeUiFlags.IsTraversableDelegatesFixEnabled.get -> bool +static AndroidX.Compose.UI.ComposeUiFlags.IsTraversableDelegatesFixEnabled.set -> void +static AndroidX.Compose.UI.ComposeUiFlags.IsViewFocusFixEnabled.get -> bool +static AndroidX.Compose.UI.ComposeUiFlags.IsViewFocusFixEnabled.set -> void +static AndroidX.Compose.UI.ComposedModifierKt.Composed(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! inspectorInfo, Kotlin.Jvm.Functions.IFunction3! factory) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.ComposedModifierKt.Composed(AndroidX.Compose.UI.IModifier! obj, string! fullyQualifiedName, Java.Lang.Object![]! keys, Kotlin.Jvm.Functions.IFunction1! inspectorInfo, Kotlin.Jvm.Functions.IFunction3! factory) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.ComposedModifierKt.Composed(AndroidX.Compose.UI.IModifier! obj, string! fullyQualifiedName, Java.Lang.Object? key1, Java.Lang.Object? key2, Java.Lang.Object? key3, Kotlin.Jvm.Functions.IFunction1! inspectorInfo, Kotlin.Jvm.Functions.IFunction3! factory) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.ComposedModifierKt.Composed(AndroidX.Compose.UI.IModifier! obj, string! fullyQualifiedName, Java.Lang.Object? key1, Java.Lang.Object? key2, Kotlin.Jvm.Functions.IFunction1! inspectorInfo, Kotlin.Jvm.Functions.IFunction3! factory) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.ComposedModifierKt.Composed(AndroidX.Compose.UI.IModifier! obj, string! fullyQualifiedName, Java.Lang.Object? key1, Kotlin.Jvm.Functions.IFunction1! inspectorInfo, Kotlin.Jvm.Functions.IFunction3! factory) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.ComposedModifierKt.MaterializeModifier(AndroidX.Compose.Runtime.IComposer! obj, AndroidX.Compose.UI.IModifier! modifier) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.ContentCapture.ContentCaptureManager.Companion.get -> AndroidX.Compose.UI.ContentCapture.ContentCaptureManagerCompanion! +static AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapperExtensions.NotifyViewTextChanged(this AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapper! self, Android.Views.Autofill.AutofillId! id, string? text) -> void +static AndroidX.Compose.UI.Draganddrop.DragAndDrop_androidKt.GetPositionInRoot(AndroidX.Compose.UI.Draganddrop.DragAndDropEvent! obj) -> long +static AndroidX.Compose.UI.Draganddrop.DragAndDrop_androidKt.MimeTypes(AndroidX.Compose.UI.Draganddrop.DragAndDropEvent! obj) -> System.Collections.Generic.ICollection! +static AndroidX.Compose.UI.Draganddrop.DragAndDrop_androidKt.ToAndroidDragEvent(AndroidX.Compose.UI.Draganddrop.DragAndDropEvent! obj) -> Android.Views.DragEvent! +static AndroidX.Compose.UI.Draw.AlphaKt.Alpha(AndroidX.Compose.UI.IModifier! obj, float alpha) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Draw.ClipKt.ClipToBounds(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Draw.DrawCacheModifierDefaultImpls.All(AndroidX.Compose.UI.Draw.IDrawCacheModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Draw.DrawCacheModifierDefaultImpls.Any(AndroidX.Compose.UI.Draw.IDrawCacheModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Draw.DrawCacheModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Draw.IDrawCacheModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Draw.DrawCacheModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Draw.IDrawCacheModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Draw.DrawCacheModifierDefaultImpls.Then(AndroidX.Compose.UI.Draw.IDrawCacheModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Draw.DrawModifierDefaultImpls.All(AndroidX.Compose.UI.Draw.IDrawModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Draw.DrawModifierDefaultImpls.Any(AndroidX.Compose.UI.Draw.IDrawModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Draw.DrawModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Draw.IDrawModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Draw.DrawModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Draw.IDrawModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Draw.DrawModifierDefaultImpls.Then(AndroidX.Compose.UI.Draw.IDrawModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Draw.RotateKt.Rotate(AndroidX.Compose.UI.IModifier! obj, float degrees) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Draw.ScaleKt.Scale(AndroidX.Compose.UI.IModifier! obj, float scale) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Draw.ScaleKt.Scale(AndroidX.Compose.UI.IModifier! obj, float scaleX, float scaleY) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusChangedModifierKt.OnFocusChanged(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! onFocusChanged) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusEventModifierDefaultImpls.All(AndroidX.Compose.UI.Focus.IFocusEventModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Focus.FocusEventModifierDefaultImpls.Any(AndroidX.Compose.UI.Focus.IFocusEventModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Focus.FocusEventModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Focus.IFocusEventModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Focus.FocusEventModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Focus.IFocusEventModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Focus.FocusEventModifierDefaultImpls.Then(AndroidX.Compose.UI.Focus.IFocusEventModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusEventModifierKt.OnFocusEvent(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! onFocusEvent) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusModifierKt.FocusModifier(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusModifierKt.FocusTarget(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusOrderModifierDefaultImpls.All(AndroidX.Compose.UI.Focus.IFocusOrderModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Focus.FocusOrderModifierDefaultImpls.Any(AndroidX.Compose.UI.Focus.IFocusOrderModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Focus.FocusOrderModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Focus.IFocusOrderModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Focus.FocusOrderModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Focus.IFocusOrderModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Focus.FocusOrderModifierDefaultImpls.Then(AndroidX.Compose.UI.Focus.IFocusOrderModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusOrderModifierKt.FocusOrder(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Focus.FocusRequester! focusRequester) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusOrderModifierKt.FocusOrder(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Focus.FocusRequester! focusRequester, Kotlin.Jvm.Functions.IFunction1! focusOrderReceiver) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusOrderModifierKt.FocusOrder(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! focusOrderReceiver) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusProperties.Companion.get -> AndroidX.Compose.UI.Focus.FocusPropertiesCompanion! +static AndroidX.Compose.UI.Focus.FocusPropertiesKt.FocusProperties(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! scope) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory.Instance.get -> AndroidX.Compose.UI.Focus.FocusRequester.Companion.FocusRequesterFactory! +static AndroidX.Compose.UI.Focus.FocusRequesterModifierDefaultImpls.All(AndroidX.Compose.UI.Focus.IFocusRequesterModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Focus.FocusRequesterModifierDefaultImpls.Any(AndroidX.Compose.UI.Focus.IFocusRequesterModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Focus.FocusRequesterModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Focus.IFocusRequesterModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Focus.FocusRequesterModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Focus.IFocusRequesterModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Focus.FocusRequesterModifierDefaultImpls.Then(AndroidX.Compose.UI.Focus.IFocusRequesterModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusRequesterModifierKt.FocusRequester(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Focus.FocusRequester! focusRequester) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusRestorerKt.FocusRestorer(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Focus.FocusRequester! fallback) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Focus.FocusRestorerKt.FocusRestorer(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction0? onRestoreFailed) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.FrameRateKt.PreferredFrameRate(AndroidX.Compose.UI.IModifier! obj, float frameRateCategory) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Graphics.GraphicsLayerModifierKt.ToolingGraphicsLayer(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Graphics.GraphicsLayerScopeKt.DefaultShadowColor.get -> long +static AndroidX.Compose.UI.Graphics.TransformOrigin.Copy(long arg0, float pivotFractionX, float pivotFractionY) -> long +static AndroidX.Compose.UI.Graphics.TransformOriginKt.TransformOrigin(float pivotFractionX, float pivotFractionY) -> long +static AndroidX.Compose.UI.Graphics.Vector.VectorConfigDefaultImpls.GetOrDefault(AndroidX.Compose.UI.Graphics.Vector.IVectorConfig! _this, AndroidX.Compose.UI.Graphics.Vector.VectorProperty! property, Java.Lang.Object? defaultValue) -> Java.Lang.Object? +static AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultFillType.get -> int +static AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultStrokeLineCap.get -> int +static AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultStrokeLineJoin.get -> int +static AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultTintBlendMode.get -> int +static AndroidX.Compose.UI.Graphics.Vector.VectorKt.DefaultTintColor.get -> long +static AndroidX.Compose.UI.Graphics.Vector.VectorPainterKt.RenderVectorGroup(AndroidX.Compose.UI.Graphics.Vector.VectorGroup! group, System.Collections.Generic.IDictionary? configs, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> void +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.FillAlpha.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.FillAlpha! +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.PivotX.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.PivotX! +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.PivotY.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.PivotY! +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.Rotation.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.Rotation! +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.ScaleX.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.ScaleX! +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.ScaleY.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.ScaleY! +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.StrokeAlpha.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.StrokeAlpha! +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.StrokeLineWidth.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.StrokeLineWidth! +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TranslateX.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TranslateX! +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TranslateY.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TranslateY! +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TrimPathEnd.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TrimPathEnd! +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TrimPathOffset.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TrimPathOffset! +static AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TrimPathStart.Instance.get -> AndroidX.Compose.UI.Graphics.Vector.VectorProperty.TrimPathStart! +static AndroidX.Compose.UI.Input.Indirect.AndroidIndirectPointerEvent_androidKt.GetNativeEvent(AndroidX.Compose.UI.Input.Indirect.IIndirectPointerEvent! obj) -> Android.Views.MotionEvent! +static AndroidX.Compose.UI.Input.Indirect.AndroidIndirectPointerEvent_androidKt.IndirectPointerEvent(Android.Views.MotionEvent! motionEvent, int primaryDirectionalMotionAxis, Android.Views.MotionEvent? previousMotionEvent) -> AndroidX.Compose.UI.Input.Indirect.IIndirectPointerEvent! +static AndroidX.Compose.UI.Input.Key.KeyEvent_androidKt.GetKey(Android.Views.KeyEvent! obj) -> long +static AndroidX.Compose.UI.Input.Key.KeyEvent_androidKt.GetType(Android.Views.KeyEvent! obj) -> int +static AndroidX.Compose.UI.Input.Key.KeyEvent_androidKt.GetUtf16CodePoint(Android.Views.KeyEvent! obj) -> int +static AndroidX.Compose.UI.Input.Key.KeyEvent_androidKt.IsAltPressed(Android.Views.KeyEvent! obj) -> bool +static AndroidX.Compose.UI.Input.Key.KeyEvent_androidKt.IsCtrlPressed(Android.Views.KeyEvent! obj) -> bool +static AndroidX.Compose.UI.Input.Key.KeyEvent_androidKt.IsMetaPressed(Android.Views.KeyEvent! obj) -> bool +static AndroidX.Compose.UI.Input.Key.KeyEvent_androidKt.IsShiftPressed(Android.Views.KeyEvent! obj) -> bool +static AndroidX.Compose.UI.Input.Key.KeyInputModifierKt.OnKeyEvent(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! onKeyEvent) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.Key.KeyInputModifierKt.OnPreviewKeyEvent(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! onPreviewKeyEvent) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.Key.Key_androidKt.GetNativeKeyCode(long obj) -> int +static AndroidX.Compose.UI.Input.Key.Key_androidKt.Key(int nativeKeyCode) -> long +static AndroidX.Compose.UI.Input.Key.SoftwareKeyboardInterceptionModifierKt.OnInterceptKeyBeforeSoftKeyboard(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! onInterceptKeyBeforeSoftKeyboard) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.Key.SoftwareKeyboardInterceptionModifierKt.OnPreInterceptKeyBeforeSoftKeyboard(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! onPreInterceptKeyBeforeSoftKeyboard) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.NestedScroll.NestedScrollConnectionDefaultImpls.OnPostScroll_DzOQY0M(AndroidX.Compose.UI.Input.NestedScroll.INestedScrollConnection! _this, long consumed, long available, int source) -> long +static AndroidX.Compose.UI.Input.NestedScroll.NestedScrollConnectionDefaultImpls.OnPreScroll_OzD1aCk(AndroidX.Compose.UI.Input.NestedScroll.INestedScrollConnection! _this, long available, int source) -> long +static AndroidX.Compose.UI.Input.NestedScroll.NestedScrollModifierKt.NestedScroll(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Input.NestedScroll.INestedScrollConnection! connection, AndroidX.Compose.UI.Input.NestedScroll.NestedScrollDispatcher? dispatcher) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.AnyChangeConsumed(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.ChangedToDown(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.ChangedToDownIgnoreConsumed(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.ChangedToUp(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.ChangedToUpIgnoreConsumed(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.ConsumeAllChanges(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> void +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.ConsumeDownChange(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> void +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.ConsumePositionChange(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> void +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.IsOutOfBounds(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj, long size) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.IsOutOfBounds(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj, long size, long extendedTouchPadding) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.PositionChange(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> long +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.PositionChangeConsumed(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.PositionChangeIgnoreConsumed(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> long +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.PositionChanged(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEventKt.PositionChangedIgnoreConsumed(AndroidX.Compose.UI.Input.Pointer.PointerInputChange! obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEventPass.Entries.get -> Kotlin.Enums.IEnumEntries! +static AndroidX.Compose.UI.Input.Pointer.PointerEventPass.Final.get -> AndroidX.Compose.UI.Input.Pointer.PointerEventPass? +static AndroidX.Compose.UI.Input.Pointer.PointerEventPass.Initial.get -> AndroidX.Compose.UI.Input.Pointer.PointerEventPass? +static AndroidX.Compose.UI.Input.Pointer.PointerEventPass.Main.get -> AndroidX.Compose.UI.Input.Pointer.PointerEventPass? +static AndroidX.Compose.UI.Input.Pointer.PointerEventPass.ValueOf(string? value) -> AndroidX.Compose.UI.Input.Pointer.PointerEventPass? +static AndroidX.Compose.UI.Input.Pointer.PointerEventPass.Values() -> AndroidX.Compose.UI.Input.Pointer.PointerEventPass![]? +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.GetAreAnyPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IndexOfFirstPressed(int obj) -> int +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IndexOfLastPressed(int obj) -> int +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsAltGraphPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsAltPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsBackPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsCapsLockOn(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsCtrlPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsForwardPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsFunctionPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsMetaPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsNumLockOn(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsPressed(int obj, int buttonIndex) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsPrimaryPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsScrollLockOn(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsSecondaryPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsShiftPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsSymPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerEvent_androidKt.IsTertiaryPressed(int obj) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerIcon.Companion.get -> AndroidX.Compose.UI.Input.Pointer.PointerIconCompanion! +static AndroidX.Compose.UI.Input.Pointer.PointerIconKt.PointerHoverIcon(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Input.Pointer.IPointerIcon! icon, bool overrideDescendants) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.Pointer.PointerIconKt.StylusHoverIcon(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Input.Pointer.IPointerIcon! icon, bool overrideDescendants, AndroidX.Compose.UI.Node.DpTouchBoundsExpansion? touchBoundsExpansion) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.Pointer.PointerIcon_androidKt.PointerIcon(Android.Views.PointerIcon! pointerIcon) -> AndroidX.Compose.UI.Input.Pointer.IPointerIcon! +static AndroidX.Compose.UI.Input.Pointer.PointerIcon_androidKt.PointerIcon(int pointerIconType) -> AndroidX.Compose.UI.Input.Pointer.IPointerIcon! +static AndroidX.Compose.UI.Input.Pointer.PointerIcon_androidKt.PointerIconCrosshair.get -> AndroidX.Compose.UI.Input.Pointer.IPointerIcon! +static AndroidX.Compose.UI.Input.Pointer.PointerIcon_androidKt.PointerIconDefault.get -> AndroidX.Compose.UI.Input.Pointer.IPointerIcon! +static AndroidX.Compose.UI.Input.Pointer.PointerIcon_androidKt.PointerIconHand.get -> AndroidX.Compose.UI.Input.Pointer.IPointerIcon! +static AndroidX.Compose.UI.Input.Pointer.PointerIcon_androidKt.PointerIconText.get -> AndroidX.Compose.UI.Input.Pointer.IPointerIcon! +static AndroidX.Compose.UI.Input.Pointer.PointerInputModifierDefaultImpls.All(AndroidX.Compose.UI.Input.Pointer.IPointerInputModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerInputModifierDefaultImpls.Any(AndroidX.Compose.UI.Input.Pointer.IPointerInputModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Input.Pointer.PointerInputModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Input.Pointer.IPointerInputModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Input.Pointer.PointerInputModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Input.Pointer.IPointerInputModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Input.Pointer.PointerInputModifierDefaultImpls.Then(AndroidX.Compose.UI.Input.Pointer.IPointerInputModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.Pointer.PointerInteropFilter_androidKt.MotionEventSpy(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! watcher) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.Pointer.SuspendingPointerInputFilterKt.PointerInput(AndroidX.Compose.UI.IModifier! obj, Java.Lang.Object![]! keys, AndroidX.Compose.UI.Input.Pointer.IPointerInputEventHandler! block) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.Pointer.SuspendingPointerInputFilterKt.PointerInput(AndroidX.Compose.UI.IModifier! obj, Java.Lang.Object? key1, AndroidX.Compose.UI.Input.Pointer.IPointerInputEventHandler! block) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.Pointer.SuspendingPointerInputFilterKt.PointerInput(AndroidX.Compose.UI.IModifier! obj, Java.Lang.Object? key1, Java.Lang.Object? key2, AndroidX.Compose.UI.Input.Pointer.IPointerInputEventHandler! block) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.Pointer.Util.VelocityTrackerKt.AddPointerInputChange(AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker! obj, AndroidX.Compose.UI.Input.Pointer.PointerInputChange! e) -> void +static AndroidX.Compose.UI.Input.Pointer.Util.VelocityTrackerKt.AddPointerInputChange(AndroidX.Compose.UI.Input.Pointer.Util.VelocityTracker! obj, AndroidX.Compose.UI.Input.Pointer.PointerInputChange! e, long offset) -> void +static AndroidX.Compose.UI.Input.Pointer.Util.VelocityTrackerKt.VelocityTrackerAddPointsFix.get -> bool +static AndroidX.Compose.UI.Input.Pointer.Util.VelocityTrackerKt.VelocityTrackerAddPointsFix.set -> void +static AndroidX.Compose.UI.Input.Rotary.RotaryInputModifierKt.OnPreRotaryScrollEvent(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! onPreRotaryScrollEvent) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Input.Rotary.RotaryInputModifierKt.OnRotaryScrollEvent(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! onRotaryScrollEvent) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.KeepScreenOnKt.KeepScreenOn(AndroidX.Compose.UI.IModifier! obj) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.AlignmentLineKt.FirstBaseline.get -> AndroidX.Compose.UI.Layout.HorizontalAlignmentLine! +static AndroidX.Compose.UI.Layout.AlignmentLineKt.LastBaseline.get -> AndroidX.Compose.UI.Layout.HorizontalAlignmentLine! +static AndroidX.Compose.UI.Layout.BeyondBoundsLayoutKt.ModifierLocalBeyondBoundsLayout.get -> AndroidX.Compose.UI.Modifier.ProvidableModifierLocal! +static AndroidX.Compose.UI.Layout.ContentScale.Companion.get -> AndroidX.Compose.UI.Layout.ContentScaleCompanion! +static AndroidX.Compose.UI.Layout.FixedScale.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Layout.ContentScaleCompanion! +static AndroidX.Compose.UI.Layout.GraphicLayerInfoDefaultImpls.GetOwnerViewId(AndroidX.Compose.UI.Layout.IGraphicLayerInfo! _this) -> long +static AndroidX.Compose.UI.Layout.LayoutBoundsHolderKt.LayoutBounds(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Layout.LayoutBoundsHolder! holder) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.LayoutCoordinatesDefaultImpls.GetIntroducesMotionFrameOfReference(AndroidX.Compose.UI.Layout.ILayoutCoordinates! _this) -> bool +static AndroidX.Compose.UI.Layout.LayoutCoordinatesDefaultImpls.LocalPositionOf_S_NoaFU(AndroidX.Compose.UI.Layout.ILayoutCoordinates! _this, AndroidX.Compose.UI.Layout.ILayoutCoordinates! sourceCoordinates, long relativeToSource, bool includeMotionFrameOfReference) -> long +static AndroidX.Compose.UI.Layout.LayoutCoordinatesDefaultImpls.LocalToScreen_MK_Hz9U(AndroidX.Compose.UI.Layout.ILayoutCoordinates! _this, long relativeToLocal) -> long +static AndroidX.Compose.UI.Layout.LayoutCoordinatesDefaultImpls.ScreenToLocal_MK_Hz9U(AndroidX.Compose.UI.Layout.ILayoutCoordinates! _this, long relativeToScreen) -> long +static AndroidX.Compose.UI.Layout.LayoutCoordinatesDefaultImpls.TransformFrom_EL8BTi8(AndroidX.Compose.UI.Layout.ILayoutCoordinates! _this, AndroidX.Compose.UI.Layout.ILayoutCoordinates! sourceCoordinates, float[]! matrix) -> void +static AndroidX.Compose.UI.Layout.LayoutCoordinatesDefaultImpls.TransformToScreen_58bKbWc(AndroidX.Compose.UI.Layout.ILayoutCoordinates! _this, float[]! matrix) -> void +static AndroidX.Compose.UI.Layout.LayoutCoordinatesKt.FindRootCoordinates(AndroidX.Compose.UI.Layout.ILayoutCoordinates! obj) -> AndroidX.Compose.UI.Layout.ILayoutCoordinates! +static AndroidX.Compose.UI.Layout.LayoutCoordinatesKt.PositionInParent(AndroidX.Compose.UI.Layout.ILayoutCoordinates! obj) -> long +static AndroidX.Compose.UI.Layout.LayoutCoordinatesKt.PositionInRoot(AndroidX.Compose.UI.Layout.ILayoutCoordinates! obj) -> long +static AndroidX.Compose.UI.Layout.LayoutCoordinatesKt.PositionInWindow(AndroidX.Compose.UI.Layout.ILayoutCoordinates! obj) -> long +static AndroidX.Compose.UI.Layout.LayoutCoordinatesKt.PositionOnScreen(AndroidX.Compose.UI.Layout.ILayoutCoordinates! obj) -> long +static AndroidX.Compose.UI.Layout.LayoutIdKt.GetLayoutId(AndroidX.Compose.UI.Layout.IMeasurable! obj) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.LayoutIdKt.LayoutId(AndroidX.Compose.UI.IModifier! obj, Java.Lang.Object! layoutId) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.LayoutInfo_androidKt.GetView(AndroidX.Compose.UI.Layout.ILayoutInfo! obj) -> Android.Views.View? +static AndroidX.Compose.UI.Layout.LayoutKt.Layout(AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.UI.Layout.IMeasurePolicy! measurePolicy, AndroidX.Compose.Runtime.IComposer? _composer, int p3, int _changed) -> void +static AndroidX.Compose.UI.Layout.LayoutKt.Layout(Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.UI.Layout.IMeasurePolicy! measurePolicy, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> void +static AndroidX.Compose.UI.Layout.LayoutKt.Layout(System.Collections.Generic.IList! contents, AndroidX.Compose.UI.IModifier? modifier, AndroidX.Compose.UI.Layout.IMultiContentMeasurePolicy! measurePolicy, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> void +static AndroidX.Compose.UI.Layout.LayoutKt.MultiMeasureLayout(AndroidX.Compose.UI.IModifier? modifier, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.UI.Layout.IMeasurePolicy! measurePolicy, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> void +static AndroidX.Compose.UI.Layout.LayoutModifierDefaultImpls.All(AndroidX.Compose.UI.Layout.ILayoutModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Layout.LayoutModifierDefaultImpls.Any(AndroidX.Compose.UI.Layout.ILayoutModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Layout.LayoutModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Layout.ILayoutModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.LayoutModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Layout.ILayoutModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.LayoutModifierDefaultImpls.Then(AndroidX.Compose.UI.Layout.ILayoutModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.LookaheadScopeKt.LookaheadScope(Kotlin.Jvm.Functions.IFunction3! content, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.UI.Layout.LookaheadScopeKt.LookaheadScopeCoordinates(AndroidX.Compose.UI.Layout.ILookaheadScope! obj, AndroidX.Compose.UI.Layout.ILayoutCoordinates! sourceCoordinates) -> AndroidX.Compose.UI.Layout.ILayoutCoordinates! +static AndroidX.Compose.UI.Layout.OnFirstVisibleModifierKt.OnFirstVisible(AndroidX.Compose.UI.IModifier! obj, long minDurationMs, float minFractionVisible, AndroidX.Compose.UI.Layout.LayoutBoundsHolder? viewportBounds, Kotlin.Jvm.Functions.IFunction0! callback) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.OnGloballyPositionedModifierDefaultImpls.All(AndroidX.Compose.UI.Layout.IOnGloballyPositionedModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Layout.OnGloballyPositionedModifierDefaultImpls.Any(AndroidX.Compose.UI.Layout.IOnGloballyPositionedModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Layout.OnGloballyPositionedModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Layout.IOnGloballyPositionedModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.OnGloballyPositionedModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Layout.IOnGloballyPositionedModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.OnGloballyPositionedModifierDefaultImpls.Then(AndroidX.Compose.UI.Layout.IOnGloballyPositionedModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.OnGloballyPositionedModifierKt.OnGloballyPositioned(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! onGloballyPositioned) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.OnLayoutRectChangedModifierKt.OnLayoutRectChanged(AndroidX.Compose.UI.IModifier! obj, long throttleMillis, long debounceMillis, Kotlin.Jvm.Functions.IFunction1! callback) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.OnPlacedModifierDefaultImpls.All(AndroidX.Compose.UI.Layout.IOnPlacedModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Layout.OnPlacedModifierDefaultImpls.Any(AndroidX.Compose.UI.Layout.IOnPlacedModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Layout.OnPlacedModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Layout.IOnPlacedModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.OnPlacedModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Layout.IOnPlacedModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.OnPlacedModifierDefaultImpls.Then(AndroidX.Compose.UI.Layout.IOnPlacedModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.OnPlacedModifierKt.OnPlaced(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! onPlaced) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.OnRemeasuredModifierDefaultImpls.All(AndroidX.Compose.UI.Layout.IOnRemeasuredModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Layout.OnRemeasuredModifierDefaultImpls.Any(AndroidX.Compose.UI.Layout.IOnRemeasuredModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Layout.OnRemeasuredModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Layout.IOnRemeasuredModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.OnRemeasuredModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Layout.IOnRemeasuredModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.OnRemeasuredModifierDefaultImpls.Then(AndroidX.Compose.UI.Layout.IOnRemeasuredModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.OnVisibilityChangedModifierKt.OnVisibilityChanged(AndroidX.Compose.UI.IModifier! obj, long minDurationMs, float minFractionVisible, AndroidX.Compose.UI.Layout.LayoutBoundsHolder? viewportBounds, Kotlin.Jvm.Functions.IFunction1! callback) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.ParentDataModifierDefaultImpls.All(AndroidX.Compose.UI.Layout.IParentDataModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Layout.ParentDataModifierDefaultImpls.Any(AndroidX.Compose.UI.Layout.IParentDataModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Layout.ParentDataModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Layout.IParentDataModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.ParentDataModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Layout.IParentDataModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.ParentDataModifierDefaultImpls.Then(AndroidX.Compose.UI.Layout.IParentDataModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.PinnableContainerKt.LocalPinnableContainer.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Layout.RectRulers.Companion.get -> AndroidX.Compose.UI.Layout.RectRulersCompanion! +static AndroidX.Compose.UI.Layout.RectRulersKt.InnermostOf(AndroidX.Compose.UI.Layout.RectRulersCompanion! obj, params AndroidX.Compose.UI.Layout.IRectRulers![]! rulers) -> AndroidX.Compose.UI.Layout.IRectRulers! +static AndroidX.Compose.UI.Layout.RectRulersKt.OutermostOf(AndroidX.Compose.UI.Layout.RectRulersCompanion! obj, params AndroidX.Compose.UI.Layout.IRectRulers![]! rulers) -> AndroidX.Compose.UI.Layout.IRectRulers! +static AndroidX.Compose.UI.Layout.RectRulersKt.RectRulers() -> AndroidX.Compose.UI.Layout.IRectRulers! +static AndroidX.Compose.UI.Layout.RemeasurementModifierDefaultImpls.All(AndroidX.Compose.UI.Layout.IRemeasurementModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Layout.RemeasurementModifierDefaultImpls.Any(AndroidX.Compose.UI.Layout.IRemeasurementModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Layout.RemeasurementModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Layout.IRemeasurementModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.RemeasurementModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Layout.IRemeasurementModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Layout.RemeasurementModifierDefaultImpls.Then(AndroidX.Compose.UI.Layout.IRemeasurementModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Layout.ScaleFactor.Copy(long arg0, float scaleX, float scaleY) -> long +static AndroidX.Compose.UI.Layout.ScaleFactor.Div(long arg0, float operand) -> long +static AndroidX.Compose.UI.Layout.ScaleFactor.Times(long arg0, float operand) -> long +static AndroidX.Compose.UI.Layout.ScaleFactorKt.Div(long obj, long scaleFactor) -> long +static AndroidX.Compose.UI.Layout.ScaleFactorKt.IsSpecified(long obj) -> bool +static AndroidX.Compose.UI.Layout.ScaleFactorKt.IsUnspecified(long obj) -> bool +static AndroidX.Compose.UI.Layout.ScaleFactorKt.Lerp(long start, long stop, float fraction) -> long +static AndroidX.Compose.UI.Layout.ScaleFactorKt.ScaleFactor(float scaleX, float scaleY) -> long +static AndroidX.Compose.UI.Layout.ScaleFactorKt.TakeOrElse(long obj, Kotlin.Jvm.Functions.IFunction0! block) -> long +static AndroidX.Compose.UI.Layout.TestModifierUpdaterKt.TestModifierUpdaterLayout(Kotlin.Jvm.Functions.IFunction1! onAttached, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.UI.Layout.ValueInsets_androidKt.UnsetValueInsets.get -> long +static AndroidX.Compose.UI.Layout.ValueInsets_androidKt.ZeroValueInsets.get -> long +static AndroidX.Compose.UI.Layout.WindowInsetsRulers.Companion.get -> AndroidX.Compose.UI.Layout.WindowInsetsRulersCompanion! +static AndroidX.Compose.UI.Layout.WindowInsetsRulersKt.NeverProvidedRectRulers.get -> AndroidX.Compose.UI.Layout.IRectRulers! +static AndroidX.Compose.UI.MediaQueryKt.DerivedMediaQuery(Kotlin.Jvm.Functions.IFunction1! query, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.Runtime.IState! +static AndroidX.Compose.UI.MediaQueryKt.LocalUiMediaScope.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.MediaQueryKt.MediaQuery(AndroidX.Compose.Runtime.ICompositionLocalAccessorScope! obj, Kotlin.Jvm.Functions.IFunction1! query) -> bool +static AndroidX.Compose.UI.MediaQueryKt.MediaQuery(Kotlin.Jvm.Functions.IFunction1! query, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> bool +static AndroidX.Compose.UI.Modifier.ModifierLocalConsumerKt.ModifierLocalConsumer(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! consumer) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Modifier.ModifierLocalKt.ModifierLocalOf(Kotlin.Jvm.Functions.IFunction0! defaultFactory) -> AndroidX.Compose.UI.Modifier.ProvidableModifierLocal! +static AndroidX.Compose.UI.Modifier.ModifierLocalModifierNodeKt.ModifierLocalMapOf() -> AndroidX.Compose.UI.Modifier.ModifierLocalMap! +static AndroidX.Compose.UI.Modifier.ModifierLocalModifierNodeKt.ModifierLocalMapOf(AndroidX.Compose.UI.Modifier.ModifierLocal! key) -> AndroidX.Compose.UI.Modifier.ModifierLocalMap! +static AndroidX.Compose.UI.Modifier.ModifierLocalModifierNodeKt.ModifierLocalMapOf(AndroidX.Compose.UI.Modifier.ModifierLocal! key1, AndroidX.Compose.UI.Modifier.ModifierLocal! key2, params AndroidX.Compose.UI.Modifier.ModifierLocal![]! keys) -> AndroidX.Compose.UI.Modifier.ModifierLocalMap! +static AndroidX.Compose.UI.Modifier.ModifierLocalModifierNodeKt.ModifierLocalMapOf(Kotlin.Pair! entry) -> AndroidX.Compose.UI.Modifier.ModifierLocalMap! +static AndroidX.Compose.UI.Modifier.ModifierLocalModifierNodeKt.ModifierLocalMapOf(Kotlin.Pair! entry1, Kotlin.Pair! entry2, params Kotlin.Pair![]! entries) -> AndroidX.Compose.UI.Modifier.ModifierLocalMap! +static AndroidX.Compose.UI.Modifier.ModifierLocalProviderDefaultImpls.All(AndroidX.Compose.UI.Modifier.IModifierLocalProvider! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Modifier.ModifierLocalProviderDefaultImpls.Any(AndroidX.Compose.UI.Modifier.IModifierLocalProvider! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Modifier.ModifierLocalProviderDefaultImpls.FoldIn(AndroidX.Compose.UI.Modifier.IModifierLocalProvider! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Modifier.ModifierLocalProviderDefaultImpls.FoldOut(AndroidX.Compose.UI.Modifier.IModifierLocalProvider! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Modifier.ModifierLocalProviderDefaultImpls.Then(AndroidX.Compose.UI.Modifier.IModifierLocalProvider! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Modifier.ModifierLocalProviderKt.ModifierLocalProvider(AndroidX.Compose.UI.IModifier! obj, AndroidX.Compose.UI.Modifier.ProvidableModifierLocal! key, Kotlin.Jvm.Functions.IFunction0! value) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.ModifierDefaultImpls.Then(AndroidX.Compose.UI.IModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.ModifierElementDefaultImpls.All(AndroidX.Compose.UI.IModifierElement! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.ModifierElementDefaultImpls.Any(AndroidX.Compose.UI.IModifierElement! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.ModifierElementDefaultImpls.FoldIn(AndroidX.Compose.UI.IModifierElement! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.ModifierElementDefaultImpls.FoldOut(AndroidX.Compose.UI.IModifierElement! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.ModifierElementDefaultImpls.Then(AndroidX.Compose.UI.IModifierElement! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.MotionDurationScaleDefaultImpls.Fold(AndroidX.Compose.UI.IMotionDurationScale! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.MotionDurationScaleDefaultImpls.Get(AndroidX.Compose.UI.IMotionDurationScale! _this, Kotlin.Coroutines.ICoroutineContextKey! key) -> Java.Lang.Object? +static AndroidX.Compose.UI.MotionDurationScaleDefaultImpls.MinusKey(AndroidX.Compose.UI.IMotionDurationScale! _this, Kotlin.Coroutines.ICoroutineContextKey! key) -> Kotlin.Coroutines.ICoroutineContext! +static AndroidX.Compose.UI.MotionDurationScaleDefaultImpls.Plus(AndroidX.Compose.UI.IMotionDurationScale! _this, Kotlin.Coroutines.ICoroutineContext! context) -> Kotlin.Coroutines.ICoroutineContext! +static AndroidX.Compose.UI.Node.LayoutNodeLayoutDelegateKt.IsOutMostLookaheadRoot(Java.Lang.Object! obj) -> bool +static AndroidX.Compose.UI.Node.NodeKindKt.GetIncludeSelfInTraversal(int obj) -> bool +static AndroidX.Compose.UI.Node.ObserverModifierNodeKt.ObserveReads(Java.Lang.Object! obj, Kotlin.Jvm.Functions.IFunction0! block) -> void +static AndroidX.Compose.UI.Node.SemanticsModifierNodeKt.GetUseMinimumTouchTarget(AndroidX.Compose.UI.Semantics.SemanticsConfiguration! obj) -> bool +static AndroidX.Compose.UI.Node.TouchBoundsExpansionKt.DpTouchBoundsExpansion(float start, float top, float end, float bottom) -> AndroidX.Compose.UI.Node.DpTouchBoundsExpansion! +static AndroidX.Compose.UI.Node.TouchBoundsExpansionKt.TouchBoundsExpansion(int start, int top, int end, int bottom) -> long +static AndroidX.Compose.UI.Node.TraversableNodeKt.FindNearestAncestor(Java.Lang.Object! obj) -> Java.Lang.Object? +static AndroidX.Compose.UI.Node.TraversableNodeKt.TraverseAncestors(Java.Lang.Object! obj, Kotlin.Jvm.Functions.IFunction1! block) -> void +static AndroidX.Compose.UI.Node.TraversableNodeKt.TraverseChildren(Java.Lang.Object! obj, Kotlin.Jvm.Functions.IFunction1! block) -> void +static AndroidX.Compose.UI.Node.TraversableNodeKt.TraverseDescendants(Java.Lang.Object! obj, Kotlin.Jvm.Functions.IFunction1! block) -> void +static AndroidX.Compose.UI.Node.ViewInterop_androidKt.GetOrAddAdapter(Android.Views.View! obj, int id, Kotlin.Jvm.Functions.IFunction0! factory) -> Java.Lang.Object! +static AndroidX.Compose.UI.Platform.AndroidClipboardManager_androidKt.ToClipEntry(Android.Content.ClipData! obj) -> AndroidX.Compose.UI.Platform.ClipEntry! +static AndroidX.Compose.UI.Platform.AndroidClipboardManager_androidKt.ToClipMetadata(Android.Content.ClipDescription! obj) -> AndroidX.Compose.UI.Platform.ClipMetadata! +static AndroidX.Compose.UI.Platform.AndroidComposeViewAccessibilityDelegateCompat_androidKt.DisableContentCapture.get -> bool +static AndroidX.Compose.UI.Platform.AndroidComposeViewAccessibilityDelegateCompat_androidKt.DisableContentCapture.set -> void +static AndroidX.Compose.UI.Platform.AndroidCompositionLocals_androidKt.LocalConfiguration.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.AndroidCompositionLocals_androidKt.LocalContext.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.AndroidCompositionLocals_androidKt.LocalImageVectorCache.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.AndroidCompositionLocals_androidKt.LocalLifecycleOwner.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.AndroidCompositionLocals_androidKt.LocalResourceIdCache.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.AndroidCompositionLocals_androidKt.LocalResources.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.AndroidCompositionLocals_androidKt.LocalSavedStateRegistryOwner.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.AndroidCompositionLocals_androidKt.LocalView.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.ClipboardExtensions_androidKt.FirstUriOrNull(AndroidX.Compose.UI.Platform.ClipEntry! obj) -> Android.Net.Uri? +static AndroidX.Compose.UI.Platform.ComposeView_androidKt.AreWindowInsetsRulersEnabled.get -> bool +static AndroidX.Compose.UI.Platform.ComposeView_androidKt.AreWindowInsetsRulersEnabled.set -> void +static AndroidX.Compose.UI.Platform.ComposeView_androidKt.DisableWindowInsetsRulers(AndroidX.Compose.UI.Platform.ComposeView.Companion! obj) -> void +static AndroidX.Compose.UI.Platform.ComposeView_androidKt.FindViewTreeComposeViewContext(Android.Views.View! obj) -> AndroidX.Compose.UI.Platform.ComposeViewContext? +static AndroidX.Compose.UI.Platform.ComposeView_androidKt.GetComposeViewContext(Android.Views.View! obj) -> AndroidX.Compose.UI.Platform.ComposeViewContext? +static AndroidX.Compose.UI.Platform.ComposeView_androidKt.SetComposeViewContext(Android.Views.View! obj, AndroidX.Compose.UI.Platform.ComposeViewContext? value) -> void +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalAccessibilityManager.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalAutofill.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalAutofillManager.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalAutofillTree.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalClipboard.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalClipboardManager.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalCursorBlinkEnabled.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalFocusManager.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalHapticFeedback.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalInputModeManager.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalPointerIconService.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalProvidableScrollCaptureInProgress.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalScrollCaptureInProgress.get -> AndroidX.Compose.Runtime.CompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalSoftwareKeyboardController.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalTextToolbar.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalUriHandler.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalViewConfiguration.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CompositionLocalsKt.LocalWindowInfo.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.CoreShims.AutofillIdCompat.ToAutofillIdCompat(Android.Views.Autofill.AutofillId? autofillId) -> AndroidX.Compose.UI.Platform.CoreShims.AutofillIdCompat? +static AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.ToContentCaptureSessionCompat(Android.Views.ContentCaptures.ContentCaptureSession? contentCaptureSession, Android.Views.View? host) -> AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat? +static AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims.GetAutofillId(Android.Views.View? v) -> AndroidX.Compose.UI.Platform.CoreShims.AutofillIdCompat? +static AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims.GetContentCaptureSession(Android.Views.View? v) -> AndroidX.Compose.UI.ContentCapture.IContentCaptureSessionWrapper? +static AndroidX.Compose.UI.Platform.CoreShims.ViewCompatShims.SetImportantForContentCapture(Android.Views.View? v, int mode) -> void +static AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.ToViewStructureCompat(Android.Views.ViewStructure? contentCaptureSession) -> AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat? +static AndroidX.Compose.UI.Platform.InfiniteAnimationPolicyDefaultImpls.Fold(AndroidX.Compose.UI.Platform.IInfiniteAnimationPolicy! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Platform.InfiniteAnimationPolicyDefaultImpls.Get(AndroidX.Compose.UI.Platform.IInfiniteAnimationPolicy! _this, Kotlin.Coroutines.ICoroutineContextKey! key) -> Java.Lang.Object? +static AndroidX.Compose.UI.Platform.InfiniteAnimationPolicyDefaultImpls.GetKey(AndroidX.Compose.UI.Platform.IInfiniteAnimationPolicy! _this) -> Kotlin.Coroutines.ICoroutineContextKey! +static AndroidX.Compose.UI.Platform.InfiniteAnimationPolicyDefaultImpls.MinusKey(AndroidX.Compose.UI.Platform.IInfiniteAnimationPolicy! _this, Kotlin.Coroutines.ICoroutineContextKey! key) -> Kotlin.Coroutines.ICoroutineContext! +static AndroidX.Compose.UI.Platform.InfiniteAnimationPolicyDefaultImpls.Plus(AndroidX.Compose.UI.Platform.IInfiniteAnimationPolicy! _this, Kotlin.Coroutines.ICoroutineContext! context) -> Kotlin.Coroutines.ICoroutineContext! +static AndroidX.Compose.UI.Platform.InspectableValueDefaultImpls.GetInspectableElements(AndroidX.Compose.UI.Platform.IInspectableValue! _this) -> Kotlin.Sequences.ISequence! +static AndroidX.Compose.UI.Platform.InspectableValueDefaultImpls.GetNameFallback(AndroidX.Compose.UI.Platform.IInspectableValue! _this) -> string? +static AndroidX.Compose.UI.Platform.InspectableValueDefaultImpls.GetValueOverride(AndroidX.Compose.UI.Platform.IInspectableValue! _this) -> Java.Lang.Object? +static AndroidX.Compose.UI.Platform.InspectableValueKt.DebugInspectorInfo(Kotlin.Jvm.Functions.IFunction1! definitions) -> Kotlin.Jvm.Functions.IFunction1! +static AndroidX.Compose.UI.Platform.InspectableValueKt.DebugInspectorInfoEnabled.get -> bool +static AndroidX.Compose.UI.Platform.InspectableValueKt.DebugInspectorInfoEnabled.set -> void +static AndroidX.Compose.UI.Platform.InspectableValueKt.Inspectable(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! inspectorInfo, Kotlin.Jvm.Functions.IFunction1! factory) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Platform.InspectableValueKt.NoInspectorInfo.get -> Kotlin.Jvm.Functions.IFunction1! +static AndroidX.Compose.UI.Platform.InspectionModeKt.LocalInspectionMode.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Platform.NestedScrollInteropConnectionKt.RememberNestedScrollInteropConnection(Android.Views.View? hostView, AndroidX.Compose.Runtime.IComposer? _composer, int p2, int _changed) -> AndroidX.Compose.UI.Input.NestedScroll.INestedScrollConnection! +static AndroidX.Compose.UI.Platform.PlatformTextInputModifierNodeKt.InterceptPlatformTextInput(AndroidX.Compose.UI.Platform.IPlatformTextInputInterceptor! interceptor, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> void +static AndroidX.Compose.UI.Platform.TestTagKt.TestTag(AndroidX.Compose.UI.IModifier! obj, string! tag) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Platform.TextToolbarStatus.Entries.get -> Kotlin.Enums.IEnumEntries! +static AndroidX.Compose.UI.Platform.TextToolbarStatus.Hidden.get -> AndroidX.Compose.UI.Platform.TextToolbarStatus? +static AndroidX.Compose.UI.Platform.TextToolbarStatus.Shown.get -> AndroidX.Compose.UI.Platform.TextToolbarStatus? +static AndroidX.Compose.UI.Platform.TextToolbarStatus.ValueOf(string? value) -> AndroidX.Compose.UI.Platform.TextToolbarStatus? +static AndroidX.Compose.UI.Platform.TextToolbarStatus.Values() -> AndroidX.Compose.UI.Platform.TextToolbarStatus![]? +static AndroidX.Compose.UI.Platform.ViewCompositionStrategy.Companion.get -> AndroidX.Compose.UI.Platform.ViewCompositionStrategyCompanion! +static AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindow.Instance.get -> AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindow! +static AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindow.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Platform.ViewCompositionStrategyCompanion! +static AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindowOrReleasedFromPool.Instance.get -> AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindowOrReleasedFromPool! +static AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnDetachedFromWindowOrReleasedFromPool.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Platform.ViewCompositionStrategyCompanion! +static AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnLifecycleDestroyed.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Platform.ViewCompositionStrategyCompanion! +static AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnViewTreeLifecycleDestroyed.Instance.get -> AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnViewTreeLifecycleDestroyed! +static AndroidX.Compose.UI.Platform.ViewCompositionStrategyDisposeOnViewTreeLifecycleDestroyed.InterfaceConsts.Companion.get -> AndroidX.Compose.UI.Platform.ViewCompositionStrategyCompanion! +static AndroidX.Compose.UI.Platform.ViewConfigurationDefaultImpls.GetHandwritingGestureLineMargin(AndroidX.Compose.UI.Platform.IViewConfiguration! _this) -> float +static AndroidX.Compose.UI.Platform.ViewConfigurationDefaultImpls.GetHandwritingSlop(AndroidX.Compose.UI.Platform.IViewConfiguration! _this) -> float +static AndroidX.Compose.UI.Platform.ViewConfigurationDefaultImpls.GetMaximumFlingVelocity(AndroidX.Compose.UI.Platform.IViewConfiguration! _this) -> float +static AndroidX.Compose.UI.Platform.ViewConfigurationDefaultImpls.GetMinimumFlingVelocity(AndroidX.Compose.UI.Platform.IViewConfiguration! _this) -> float +static AndroidX.Compose.UI.Platform.ViewConfigurationDefaultImpls.GetMinimumTouchTargetSize_MYxV2XQ(AndroidX.Compose.UI.Platform.IViewConfiguration! _this) -> long +static AndroidX.Compose.UI.Platform.ViewRootForInspectorDefaultImpls.GetSubCompositionView(AndroidX.Compose.UI.Platform.IViewRootForInspector! _this) -> AndroidX.Compose.UI.Platform.AbstractComposeView? +static AndroidX.Compose.UI.Platform.ViewRootForInspectorDefaultImpls.GetViewRoot(AndroidX.Compose.UI.Platform.IViewRootForInspector! _this) -> Android.Views.View? +static AndroidX.Compose.UI.Platform.ViewRootForTest.Companion.get -> AndroidX.Compose.UI.Platform.ViewRootForTestCompanion! +static AndroidX.Compose.UI.Platform.WindowRecomposerFactory.Companion.get -> AndroidX.Compose.UI.Platform.WindowRecomposerFactoryCompanion! +static AndroidX.Compose.UI.Platform.WindowRecomposerPolicy.Instance.get -> AndroidX.Compose.UI.Platform.WindowRecomposerPolicy! +static AndroidX.Compose.UI.Platform.WindowRecomposer_androidKt.CreateLifecycleAwareWindowRecomposer(Android.Views.View! obj, Kotlin.Coroutines.ICoroutineContext! coroutineContext, AndroidX.Lifecycle.Lifecycle? lifecycle) -> AndroidX.Compose.Runtime.Recomposer! +static AndroidX.Compose.UI.Platform.WindowRecomposer_androidKt.FindViewTreeCompositionContext(Android.Views.View! obj) -> AndroidX.Compose.Runtime.CompositionContext? +static AndroidX.Compose.UI.Platform.WindowRecomposer_androidKt.GetCompositionContext(Android.Views.View! obj) -> AndroidX.Compose.Runtime.CompositionContext? +static AndroidX.Compose.UI.Platform.WindowRecomposer_androidKt.GetContentChild(Android.Views.View! obj) -> Android.Views.View! +static AndroidX.Compose.UI.Platform.WindowRecomposer_androidKt.GetWindowRecomposer(Android.Views.View! obj) -> AndroidX.Compose.Runtime.Recomposer! +static AndroidX.Compose.UI.Platform.WindowRecomposer_androidKt.SetCompositionContext(Android.Views.View! obj, AndroidX.Compose.Runtime.CompositionContext? value) -> void +static AndroidX.Compose.UI.Res.ColorResources_androidKt.ColorResource(int id, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> long +static AndroidX.Compose.UI.Res.PrimitiveResources_androidKt.BooleanResource(int id, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> bool +static AndroidX.Compose.UI.Res.PrimitiveResources_androidKt.DimensionResource(int id, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> float +static AndroidX.Compose.UI.Res.PrimitiveResources_androidKt.IntegerArrayResource(int id, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> int[]! +static AndroidX.Compose.UI.Res.PrimitiveResources_androidKt.IntegerResource(int id, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> int +static AndroidX.Compose.UI.Res.StringResources_androidKt.PluralStringResource(int id, int count, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> string! +static AndroidX.Compose.UI.Res.StringResources_androidKt.PluralStringResource(int id, int count, Java.Lang.Object![]! formatArgs, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> string! +static AndroidX.Compose.UI.Res.StringResources_androidKt.StringArrayResource(int id, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> string![]! +static AndroidX.Compose.UI.Res.StringResources_androidKt.StringResource(int id, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> string! +static AndroidX.Compose.UI.Res.StringResources_androidKt.StringResource(int id, Java.Lang.Object![]! formatArgs, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> string! +static AndroidX.Compose.UI.Res.VectorResources_androidKt.VectorResource(AndroidX.Compose.UI.Graphics.Vector.ImageVector.Companion! obj, Android.Content.Res.Resources.Theme? theme, Android.Content.Res.Resources! res, int resId) -> AndroidX.Compose.UI.Graphics.Vector.ImageVector! +static AndroidX.Compose.UI.Res.VectorResources_androidKt.VectorResource(AndroidX.Compose.UI.Graphics.Vector.ImageVector.Companion! obj, int id, AndroidX.Compose.Runtime.IComposer? _composer, int _changed) -> AndroidX.Compose.UI.Graphics.Vector.ImageVector! +static AndroidX.Compose.UI.Semantics.SemanticsActions.Instance.get -> AndroidX.Compose.UI.Semantics.SemanticsActions! +static AndroidX.Compose.UI.Semantics.SemanticsConfigurationKt.GetOrNull(AndroidX.Compose.UI.Semantics.SemanticsConfiguration! obj, AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! key) -> Java.Lang.Object? +static AndroidX.Compose.UI.Semantics.SemanticsModifierDefaultImpls.All(AndroidX.Compose.UI.Semantics.ISemanticsModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Semantics.SemanticsModifierDefaultImpls.Any(AndroidX.Compose.UI.Semantics.ISemanticsModifier! _this, Kotlin.Jvm.Functions.IFunction1! predicate) -> bool +static AndroidX.Compose.UI.Semantics.SemanticsModifierDefaultImpls.FoldIn(AndroidX.Compose.UI.Semantics.ISemanticsModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Semantics.SemanticsModifierDefaultImpls.FoldOut(AndroidX.Compose.UI.Semantics.ISemanticsModifier! _this, Java.Lang.Object? initial, Kotlin.Jvm.Functions.IFunction2! operation) -> Java.Lang.Object? +static AndroidX.Compose.UI.Semantics.SemanticsModifierDefaultImpls.GetId(AndroidX.Compose.UI.Semantics.ISemanticsModifier! _this) -> int +static AndroidX.Compose.UI.Semantics.SemanticsModifierDefaultImpls.Then(AndroidX.Compose.UI.Semantics.ISemanticsModifier! _this, AndroidX.Compose.UI.IModifier! other) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Semantics.SemanticsModifierKt.ClearAndSetSemantics(AndroidX.Compose.UI.IModifier! obj, Kotlin.Jvm.Functions.IFunction1! properties) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Semantics.SemanticsModifierKt.Semantics(AndroidX.Compose.UI.IModifier! obj, bool mergeDescendants, Kotlin.Jvm.Functions.IFunction1! properties) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Semantics.SemanticsNode_androidKt.IsAccessibilityIgnoredLink(AndroidX.Compose.UI.Semantics.SemanticsNode! obj) -> bool +static AndroidX.Compose.UI.Semantics.SemanticsOwnerKt.GetAllSemanticsNodes(AndroidX.Compose.UI.Semantics.SemanticsOwner! obj, bool mergingEnabled, bool skipDeactivatedNodes) -> System.Collections.Generic.IList! +static AndroidX.Compose.UI.Semantics.SemanticsOwnerKt.IsHidden(AndroidX.Compose.UI.Semantics.SemanticsNode! obj) -> bool +static AndroidX.Compose.UI.Semantics.SemanticsProperties.Instance.get -> AndroidX.Compose.UI.Semantics.SemanticsProperties! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesAndroid.Instance.get -> AndroidX.Compose.UI.Semantics.SemanticsPropertiesAndroid! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.ClearTextSubstitution(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.Collapse(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.CopyText(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.CutText(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.Dialog(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.Disabled(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.Dismiss(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.Error(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string! description) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.Expand(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetCollectionInfo(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> AndroidX.Compose.UI.Semantics.CollectionInfo! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetCollectionItemInfo(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> AndroidX.Compose.UI.Semantics.CollectionItemInfo! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetContentDataType(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> AndroidX.Compose.UI.Autofill.IContentDataType! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetContentDescription(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> string! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetContentType(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> AndroidX.Compose.UI.Autofill.IContentType! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetCustomActions(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> System.Collections.Generic.IList! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetFillableData(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> AndroidX.Compose.UI.Autofill.IFillableData! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetFocused(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> bool +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetHorizontalScrollAxisRange(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> AndroidX.Compose.UI.Semantics.ScrollAxisRange! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetImeAction(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> int +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetInputTextSuggestionState(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> AndroidX.Compose.UI.Semantics.InputTextSuggestionState! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetLiveRegion(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> int +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetMaxTextLength(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> int +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetPaneTitle(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> string! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetProgressBarRangeInfo(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> AndroidX.Compose.UI.Semantics.ProgressBarRangeInfo! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetRole(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> int +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetScrollViewportLength(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0! action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetSelected(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> bool +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetStateDescription(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> string! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetTestTag(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> string! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetTextSelectionRange(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> long +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetToggleableState(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> AndroidX.Compose.UI.State.ToggleableState! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetTraversalIndex(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> float +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.GetVerticalScrollAxisRange(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> AndroidX.Compose.UI.Semantics.ScrollAxisRange! +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.Heading(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.HideFromAccessibility(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.IndexForKey(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, Kotlin.Jvm.Functions.IFunction1! mapping) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.InvisibleToUser(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.IsContainer(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> bool +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.IsEditable(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> bool +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.IsSensitiveData(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> bool +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.IsShowingTextSubstitution(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> bool +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.IsTraversalGroup(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> bool +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.OnClick(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.OnFillData(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction1? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.OnImeAction(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, int imeActionType, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.OnLongClick(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.PageDown(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.PageLeft(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.PageRight(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.PageUp(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.Password(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.PasteText(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.PerformImeAction(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.Popup(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.RequestFocus(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction0? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.ScrollBy(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction2? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.ScrollToIndex(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction1! action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SelectableGroup(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetCollectionInfo(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, AndroidX.Compose.UI.Semantics.CollectionInfo! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetCollectionItemInfo(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, AndroidX.Compose.UI.Semantics.CollectionItemInfo! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetContainer(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, bool _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetContentDataType(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, AndroidX.Compose.UI.Autofill.IContentDataType! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetContentDescription(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string! value) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetContentType(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, AndroidX.Compose.UI.Autofill.IContentType! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetCustomActions(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, System.Collections.Generic.IList! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetEditable(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, bool _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetFillableData(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, AndroidX.Compose.UI.Autofill.IFillableData! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetFocused(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, bool _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetHorizontalScrollAxisRange(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, AndroidX.Compose.UI.Semantics.ScrollAxisRange! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetImeAction(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, int _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetInputTextSuggestionState(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, AndroidX.Compose.UI.Semantics.InputTextSuggestionState! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetLiveRegion(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, int _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetMaxTextLength(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, int _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetPaneTitle(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetProgress(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction1? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetProgressBarRangeInfo(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, AndroidX.Compose.UI.Semantics.ProgressBarRangeInfo! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetRole(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, int _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetSelected(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, bool _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetSelection(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction3? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetSensitiveData(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, bool _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetShowingTextSubstitution(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, bool _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetStateDescription(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetTestTag(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetTextSelectionRange(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, long _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetToggleableState(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, AndroidX.Compose.UI.State.ToggleableState! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetTraversalGroup(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, bool _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetTraversalIndex(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, float _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.SetVerticalScrollAxisRange(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, AndroidX.Compose.UI.Semantics.ScrollAxisRange! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.ShowTextSubstitution(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string? label, Kotlin.Jvm.Functions.IFunction1? action) -> void +static AndroidX.Compose.UI.Semantics.SemanticsPropertiesKt.TextEntryKey(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> void +static AndroidX.Compose.UI.Semantics.SemanticsProperties_androidKt.GetAccessibilityClassName(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> string! +static AndroidX.Compose.UI.Semantics.SemanticsProperties_androidKt.GetTestTagsAsResourceId(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj) -> bool +static AndroidX.Compose.UI.Semantics.SemanticsProperties_androidKt.SemanticsPropertyKey(string! name, string! accessibilityExtraKey, Kotlin.Jvm.Functions.IFunction2! mergePolicy) -> AndroidX.Compose.UI.Semantics.SemanticsPropertyKey! +static AndroidX.Compose.UI.Semantics.SemanticsProperties_androidKt.SetAccessibilityClassName(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, string! _set___) -> void +static AndroidX.Compose.UI.Semantics.SemanticsProperties_androidKt.SetTestTagsAsResourceId(AndroidX.Compose.UI.Semantics.ISemanticsPropertyReceiver! obj, bool _set___) -> void +static AndroidX.Compose.UI.SensitiveContentKt.SensitiveContent(AndroidX.Compose.UI.IModifier! obj, bool isContentSensitive) -> AndroidX.Compose.UI.IModifier! +static AndroidX.Compose.UI.Spatial.RectListKt.EverythingButLastChildOffset.get -> long +static AndroidX.Compose.UI.Spatial.RectListKt.EverythingButParentId.get -> long +static AndroidX.Compose.UI.Spatial.RectListKt.TombStone.get -> long +static AndroidX.Compose.UI.State.ToggleableState.Entries.get -> Kotlin.Enums.IEnumEntries! +static AndroidX.Compose.UI.State.ToggleableState.Indeterminate.get -> AndroidX.Compose.UI.State.ToggleableState? +static AndroidX.Compose.UI.State.ToggleableState.Off.get -> AndroidX.Compose.UI.State.ToggleableState? +static AndroidX.Compose.UI.State.ToggleableState.On.get -> AndroidX.Compose.UI.State.ToggleableState? +static AndroidX.Compose.UI.State.ToggleableState.ValueOf(string? value) -> AndroidX.Compose.UI.State.ToggleableState? +static AndroidX.Compose.UI.State.ToggleableState.Values() -> AndroidX.Compose.UI.State.ToggleableState![]? +static AndroidX.Compose.UI.State.ToggleableStateKt.ToggleableState(bool value) -> AndroidX.Compose.UI.State.ToggleableState! +static AndroidX.Compose.UI.ViewInterop.AndroidView_androidKt.AndroidView(Kotlin.Jvm.Functions.IFunction1! factory, AndroidX.Compose.UI.IModifier? modifier, Kotlin.Jvm.Functions.IFunction1? onReset, Kotlin.Jvm.Functions.IFunction1? onRelease, Kotlin.Jvm.Functions.IFunction1? update, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> void +static AndroidX.Compose.UI.ViewInterop.AndroidView_androidKt.AndroidView(Kotlin.Jvm.Functions.IFunction1! factory, AndroidX.Compose.UI.IModifier? modifier, Kotlin.Jvm.Functions.IFunction1? update, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> void +static AndroidX.Compose.UI.ViewInterop.AndroidView_androidKt.NoOpUpdate.get -> Kotlin.Jvm.Functions.IFunction1! +static AndroidX.Compose.UI.Window.AndroidDialog_androidKt.Dialog(Kotlin.Jvm.Functions.IFunction0! onDismissRequest, AndroidX.Compose.UI.Window.DialogProperties? properties, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int p4, int _changed) -> void +static AndroidX.Compose.UI.Window.AndroidPopup_androidKt.IsPopupLayout(Android.Views.View! view, string? testTag) -> bool +static AndroidX.Compose.UI.Window.AndroidPopup_androidKt.LocalIsInPopupLayout.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Window.AndroidPopup_androidKt.LocalPopupTestTag.get -> AndroidX.Compose.Runtime.ProvidableCompositionLocal! +static AndroidX.Compose.UI.Window.AndroidPopup_androidKt.Popup(AndroidX.Compose.UI.IAlignment? alignment, long offset, Kotlin.Jvm.Functions.IFunction0? onDismissRequest, AndroidX.Compose.UI.Window.PopupProperties? properties, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int p6, int _changed) -> void +static AndroidX.Compose.UI.Window.AndroidPopup_androidKt.Popup(AndroidX.Compose.UI.Window.IPopupPositionProvider! popupPositionProvider, Kotlin.Jvm.Functions.IFunction0? onDismissRequest, AndroidX.Compose.UI.Window.PopupProperties? properties, Kotlin.Jvm.Functions.IFunction2! content, AndroidX.Compose.Runtime.IComposer? _composer, int p5, int _changed) -> void +static AndroidX.Compose.UI.Window.SecureFlagPolicy.Entries.get -> Kotlin.Enums.IEnumEntries! +static AndroidX.Compose.UI.Window.SecureFlagPolicy.Inherit.get -> AndroidX.Compose.UI.Window.SecureFlagPolicy? +static AndroidX.Compose.UI.Window.SecureFlagPolicy.SecureOff.get -> AndroidX.Compose.UI.Window.SecureFlagPolicy? +static AndroidX.Compose.UI.Window.SecureFlagPolicy.SecureOn.get -> AndroidX.Compose.UI.Window.SecureFlagPolicy? +static AndroidX.Compose.UI.Window.SecureFlagPolicy.ValueOf(string? value) -> AndroidX.Compose.UI.Window.SecureFlagPolicy? +static AndroidX.Compose.UI.Window.SecureFlagPolicy.Values() -> AndroidX.Compose.UI.Window.SecureFlagPolicy![]? +static AndroidX.Compose.UI.ZIndexModifierKt.ZIndex(AndroidX.Compose.UI.IModifier! obj, float zIndex) -> AndroidX.Compose.UI.IModifier! +virtual AndroidX.Compose.UI.Input.Pointer.PointerInputFilter.InterceptOutOfBoundsChildEvents.get -> bool +virtual AndroidX.Compose.UI.Input.Pointer.PointerInputFilter.ShareWithSiblings.get -> bool +virtual AndroidX.Compose.UI.Layout.Placeable.MeasuredHeight.get -> int +virtual AndroidX.Compose.UI.Layout.Placeable.MeasuredWidth.get -> int +virtual AndroidX.Compose.UI.Platform.AbstractComposeView.ShouldCreateCompositionOnAttachedToWindow.get -> bool +virtual AndroidX.Compose.UI.Platform.CoreShims.AutofillIdCompat.ToAutofillId() -> Android.Views.Autofill.AutofillId? +virtual AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.Flush() -> void +virtual AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.NewAutofillId(long virtualChildId) -> Android.Views.Autofill.AutofillId? +virtual AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.NewVirtualViewStructure(Android.Views.Autofill.AutofillId? parentId, long virtualId) -> AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat? +virtual AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.NotifyViewAppeared(Android.Views.ViewStructure? node) -> void +virtual AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.NotifyViewDisappeared(Android.Views.Autofill.AutofillId? id) -> void +virtual AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.NotifyViewTextChanged(Android.Views.Autofill.AutofillId? id, Java.Lang.ICharSequence? text) -> void +virtual AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.NotifyViewsAppeared(System.Collections.Generic.IList? appearedNodes) -> void +virtual AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.NotifyViewsDisappeared(long[]? virtualIds) -> void +virtual AndroidX.Compose.UI.Platform.CoreShims.ContentCaptureSessionCompat.ToContentCaptureSession() -> Android.Views.ContentCaptures.ContentCaptureSession? +virtual AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.Extras.get -> Android.OS.Bundle? +virtual AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.SetClassName(string? string) -> void +virtual AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.SetContentDescription(Java.Lang.ICharSequence? charSequence) -> void +virtual AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.SetDimens(int left, int top, int scrollX, int scrollY, int width, int height) -> void +virtual AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.SetId(int id, string? packageName, string? typeName, string? entryName) -> void +virtual AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.SetText(Java.Lang.ICharSequence? charSequence) -> void +virtual AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.SetTextStyle(float size, int fgColor, int bgColor, int style) -> void +virtual AndroidX.Compose.UI.Platform.CoreShims.ViewStructureCompat.ToViewStructure() -> Android.Views.ViewStructure? +virtual AndroidX.Compose.UI.Platform.InspectorValueInfo.InspectableElements.get -> Kotlin.Sequences.ISequence! +virtual AndroidX.Compose.UI.Platform.InspectorValueInfo.NameFallback.get -> string? +virtual AndroidX.Compose.UI.Platform.InspectorValueInfo.ValueOverride.get -> Java.Lang.Object? diff --git a/source/androidx.compose.ui/ui-android/Transforms/Metadata.xml b/source/androidx.compose.ui/ui-android/Transforms/Metadata.xml index 490e704d4..b8dca50c8 100644 --- a/source/androidx.compose.ui/ui-android/Transforms/Metadata.xml +++ b/source/androidx.compose.ui/ui-android/Transforms/Metadata.xml @@ -1,28 +1,94 @@ - - - - - - \ No newline at end of file + + + AndroidX.Compose.UI + AndroidX.Compose.UI.Autofill + AndroidX.Compose.UI.Draw + AndroidX.Compose.UI.Focus + AndroidX.Compose.UI.Graphics + AndroidX.Compose.UI.Graphics.Vector + AndroidX.Compose.UI.HapticFeedback + AndroidX.Compose.UI.Input + AndroidX.Compose.UI.Input.Key + AndroidX.Compose.UI.Input.NestedScroll + AndroidX.Compose.UI.Input.Pointer + AndroidX.Compose.UI.Input.Rotary + AndroidX.Compose.UI.Layout + AndroidX.Compose.UI.Modifier + AndroidX.Compose.UI.Node + AndroidX.Compose.UI.Platform + AndroidX.Compose.UI.Platform.Accessibility + AndroidX.Compose.UI.Res + AndroidX.Compose.UI.Semantics + AndroidX.Compose.UI.State + AndroidX.Compose.UI.Text + AndroidX.Compose.UI.Text.Input + AndroidX.Compose.UI.Text.Style + AndroidX.Compose.UI.Unit + AndroidX.Compose.UI.Util + AndroidX.Compose.UI.ViewInterop + AndroidX.Compose.UI.Window + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +