From 26dbe5dd348cae8f5866f5bf2c40e01f594cf289 Mon Sep 17 00:00:00 2001
From: Maarten Vercruysse <67873169+MV-GH@users.noreply.github.com>
Date: Tue, 4 Jun 2024 00:11:58 +0200
Subject: [PATCH] Add baseline profile info + update baseline profile (#1538)
* Add baseline profile info + update baseline profile
* Remove remnants
---
.editorconfig | 1 +
...te Baseline Profile (show display).run.xml | 2 +-
.run/Generate Baseline Profile.run.xml | 2 +-
app/benchmark-rules.pro | 7 -
app/build.gradle.kts | 15 +-
.../baselineProfiles/baseline-prof.txt | 22366 ++++++-------
.../baselineProfiles/startup-prof.txt | 25974 ++++++++++++++++
.../settings/about/AboutActivity.kt | 83 +-
app/src/main/res/values/strings.xml | 5 +
.../baselineProfiles/startup-prof.txt | 24821 ---------------
benchmarks/build.gradle.kts | 32 +-
.../java/com/jerboa/actions/JerboaActions.kt | 2 +-
.../BaselineProfileGenerator.kt | 12 +-
.../StartupProfileGenerator.kt | 9 +-
.../jerboa/benchmarks/StartupBenchmarks.kt | 9 +-
build.gradle.kts | 2 +-
settings.gradle.kts | 1 -
17 files changed, 37874 insertions(+), 35469 deletions(-)
delete mode 100644 app/benchmark-rules.pro
rename app/src/{release => main}/generated/baselineProfiles/baseline-prof.txt (64%)
create mode 100644 app/src/main/generated/baselineProfiles/startup-prof.txt
delete mode 100644 app/src/release/generated/baselineProfiles/startup-prof.txt
diff --git a/.editorconfig b/.editorconfig
index 047f52dd1..ad57113e8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,6 +8,7 @@ ktlint_standard_comment-wrapping = disabled
ktlint_function_naming_ignore_when_annotated_with= Composable
ktlint_standard_multiline-expression-wrapping = disabled
ktlint_standard_string-template-indent = disabled
+max_line_length = 140
[app/src/main/java/com/jerboa/DefaultInstances.kt]
ktlint = disabled
diff --git a/.run/Generate Baseline Profile (show display).run.xml b/.run/Generate Baseline Profile (show display).run.xml
index f3384739b..d4719c7d4 100644
--- a/.run/Generate Baseline Profile (show display).run.xml
+++ b/.run/Generate Baseline Profile (show display).run.xml
@@ -16,7 +16,7 @@ adb -e pull "/storage/emulated/0/Android/media/com.jerboa.benchmarks/BaselinePro
-
+
diff --git a/app/benchmark-rules.pro b/app/benchmark-rules.pro
deleted file mode 100644
index b5245d9a8..000000000
--- a/app/benchmark-rules.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-# Proguard rules for the `benchmark` build type.
-#
-# Obsfuscation must be disabled for the build variant that generates Baseline Profile, otherwise
-# wrong symbols would be generated. The generated Baseline Profile will be properly applied when generated
-# without obfuscation and your app is being obfuscated.
--dontobfuscate
--dontwarn org.slf4j.impl.StaticLoggerBinder
\ No newline at end of file
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 612f789db..06c225d2c 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -82,15 +82,6 @@ android {
applicationIdSuffix = ".debug"
versionNameSuffix = " (DEBUG)"
}
-
- register("generateProfiles") { // use this variant to generate the profiles
- isMinifyEnabled = false // The startup profiles needs minification off
- isShrinkResources = false
- isDebuggable = false
- signingConfig = signingConfigs.getByName("debug")
- proguardFiles("benchmark-rules.pro") // The baseline profile generator needs obfuscation off
- applicationIdSuffix = ".benchmark"
- }
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
@@ -109,6 +100,12 @@ composeCompiler {
enableStrongSkippingMode = true
}
+baselineProfile {
+ mergeIntoMain = true
+ saveInSrc = true
+ dexLayoutOptimization = true
+}
+
dependencies {
// Unfortunately, ui tooling, and the markdown thing, still brings in the other material2 dependencies
// This is the "official" composeBom, but it breaks the imageviewer until 1.7 is released. See:
diff --git a/app/src/release/generated/baselineProfiles/baseline-prof.txt b/app/src/main/generated/baselineProfiles/baseline-prof.txt
similarity index 64%
rename from app/src/release/generated/baselineProfiles/baseline-prof.txt
rename to app/src/main/generated/baselineProfiles/baseline-prof.txt
index 0a7628d40..04de7819b 100644
--- a/app/src/release/generated/baselineProfiles/baseline-prof.txt
+++ b/app/src/main/generated/baselineProfiles/baseline-prof.txt
@@ -1,16 +1,24 @@
Landroidx/activity/Cancellable;
Landroidx/activity/ComponentActivity;
-HPLandroidx/activity/ComponentActivity;->()V
+HSPLandroidx/activity/ComponentActivity;->()V
+HSPLandroidx/activity/ComponentActivity;->access$100(Landroidx/activity/ComponentActivity;)Landroidx/activity/OnBackPressedDispatcher;
+HSPLandroidx/activity/ComponentActivity;->addMenuProvider(Landroidx/core/view/MenuProvider;)V
+HSPLandroidx/activity/ComponentActivity;->addOnConfigurationChangedListener(Landroidx/core/util/Consumer;)V
HSPLandroidx/activity/ComponentActivity;->addOnContextAvailableListener(Landroidx/activity/contextaware/OnContextAvailableListener;)V
+HSPLandroidx/activity/ComponentActivity;->addOnMultiWindowModeChangedListener(Landroidx/core/util/Consumer;)V
+HSPLandroidx/activity/ComponentActivity;->addOnNewIntentListener(Landroidx/core/util/Consumer;)V
+HSPLandroidx/activity/ComponentActivity;->addOnPictureInPictureModeChangedListener(Landroidx/core/util/Consumer;)V
+HSPLandroidx/activity/ComponentActivity;->addOnTrimMemoryListener(Landroidx/core/util/Consumer;)V
HSPLandroidx/activity/ComponentActivity;->createFullyDrawnExecutor()Landroidx/activity/ComponentActivity$ReportFullyDrawnExecutor;
-HPLandroidx/activity/ComponentActivity;->ensureViewModelStore()V
+HSPLandroidx/activity/ComponentActivity;->ensureViewModelStore()V
HSPLandroidx/activity/ComponentActivity;->getActivityResultRegistry()Landroidx/activity/result/ActivityResultRegistry;
-HPLandroidx/activity/ComponentActivity;->getDefaultViewModelCreationExtras()Landroidx/lifecycle/viewmodel/CreationExtras;
+HSPLandroidx/activity/ComponentActivity;->getDefaultViewModelCreationExtras()Landroidx/lifecycle/viewmodel/CreationExtras;
HSPLandroidx/activity/ComponentActivity;->getFullyDrawnReporter()Landroidx/activity/FullyDrawnReporter;
HPLandroidx/activity/ComponentActivity;->getLifecycle()Landroidx/lifecycle/Lifecycle;
-HPLandroidx/activity/ComponentActivity;->getOnBackPressedDispatcher()Landroidx/activity/OnBackPressedDispatcher;
+HSPLandroidx/activity/ComponentActivity;->getOnBackPressedDispatcher()Landroidx/activity/OnBackPressedDispatcher;
HSPLandroidx/activity/ComponentActivity;->getSavedStateRegistry()Landroidx/savedstate/SavedStateRegistry;
-HPLandroidx/activity/ComponentActivity;->getViewModelStore()Landroidx/lifecycle/ViewModelStore;
+HSPLandroidx/activity/ComponentActivity;->getViewModelStore()Landroidx/lifecycle/ViewModelStore;
+HSPLandroidx/activity/ComponentActivity;->invalidateMenu()V
HSPLandroidx/activity/ComponentActivity;->lambda$new$0$androidx-activity-ComponentActivity()Lkotlin/Unit;
PLandroidx/activity/ComponentActivity;->lambda$new$1$androidx-activity-ComponentActivity()Landroid/os/Bundle;
HSPLandroidx/activity/ComponentActivity;->lambda$new$2$androidx-activity-ComponentActivity(Landroid/content/Context;)V
@@ -18,9 +26,15 @@ PLandroidx/activity/ComponentActivity;->onBackPressed()V
HSPLandroidx/activity/ComponentActivity;->onCreate(Landroid/os/Bundle;)V
PLandroidx/activity/ComponentActivity;->onSaveInstanceState(Landroid/os/Bundle;)V
PLandroidx/activity/ComponentActivity;->onTrimMemory(I)V
+PLandroidx/activity/ComponentActivity;->removeMenuProvider(Landroidx/core/view/MenuProvider;)V
+PLandroidx/activity/ComponentActivity;->removeOnConfigurationChangedListener(Landroidx/core/util/Consumer;)V
+PLandroidx/activity/ComponentActivity;->removeOnMultiWindowModeChangedListener(Landroidx/core/util/Consumer;)V
+PLandroidx/activity/ComponentActivity;->removeOnPictureInPictureModeChangedListener(Landroidx/core/util/Consumer;)V
+PLandroidx/activity/ComponentActivity;->removeOnTrimMemoryListener(Landroidx/core/util/Consumer;)V
HSPLandroidx/activity/ComponentActivity;->reportFullyDrawn()V
Landroidx/activity/ComponentActivity$$ExternalSyntheticLambda0;
HSPLandroidx/activity/ComponentActivity$$ExternalSyntheticLambda0;->(Landroidx/activity/ComponentActivity;)V
+HSPLandroidx/activity/ComponentActivity$$ExternalSyntheticLambda0;->run()V
Landroidx/activity/ComponentActivity$$ExternalSyntheticLambda1;
HSPLandroidx/activity/ComponentActivity$$ExternalSyntheticLambda1;->(Landroidx/activity/ComponentActivity;)V
HSPLandroidx/activity/ComponentActivity$$ExternalSyntheticLambda1;->invoke()Ljava/lang/Object;
@@ -47,6 +61,8 @@ Landroidx/activity/ComponentActivity$6;
HSPLandroidx/activity/ComponentActivity$6;->(Landroidx/activity/ComponentActivity;)V
HSPLandroidx/activity/ComponentActivity$6;->onStateChanged(Landroidx/lifecycle/LifecycleOwner;Landroidx/lifecycle/Lifecycle$Event;)V
PLandroidx/activity/ComponentActivity$Api19Impl;->cancelPendingInputEvents(Landroid/view/View;)V
+Landroidx/activity/ComponentActivity$Api33Impl;
+HSPLandroidx/activity/ComponentActivity$Api33Impl;->getOnBackInvokedDispatcher(Landroid/app/Activity;)Landroid/window/OnBackInvokedDispatcher;
Landroidx/activity/ComponentActivity$NonConfigurationInstances;
Landroidx/activity/ComponentActivity$ReportFullyDrawnExecutor;
Landroidx/activity/ComponentActivity$ReportFullyDrawnExecutorApi16Impl;
@@ -70,7 +86,7 @@ PLandroidx/activity/ComponentDialog;->onStop()V
PLandroidx/activity/ComponentDialog;->setContentView(Landroid/view/View;)V
PLandroidx/activity/ComponentDialog$$ExternalSyntheticLambda0;->(Landroidx/activity/ComponentDialog;)V
Landroidx/activity/FullyDrawnReporter;
-HSPLandroidx/activity/FullyDrawnReporter;->$r8$lambda$9oQ81V-Fq3e0CkAqj9HHhVQeVeY(Landroidx/activity/FullyDrawnReporter;)V
+HSPLandroidx/activity/FullyDrawnReporter;->$r8$lambda$A0RwxxT-QIMFOsDA3Nv48auR1K4(Landroidx/activity/FullyDrawnReporter;)V
HSPLandroidx/activity/FullyDrawnReporter;->(Ljava/util/concurrent/Executor;Lkotlin/jvm/functions/Function0;)V
HSPLandroidx/activity/FullyDrawnReporter;->addOnReportDrawnListener(Lkotlin/jvm/functions/Function0;)V
HSPLandroidx/activity/FullyDrawnReporter;->addReporter()V
@@ -84,39 +100,60 @@ HSPLandroidx/activity/FullyDrawnReporter$$ExternalSyntheticLambda0;->(Land
HSPLandroidx/activity/FullyDrawnReporter$$ExternalSyntheticLambda0;->run()V
Landroidx/activity/FullyDrawnReporterOwner;
Landroidx/activity/OnBackPressedCallback;
-HPLandroidx/activity/OnBackPressedCallback;->(Z)V
-HPLandroidx/activity/OnBackPressedCallback;->addCancellable(Landroidx/activity/Cancellable;)V
+HSPLandroidx/activity/OnBackPressedCallback;->(Z)V
+HSPLandroidx/activity/OnBackPressedCallback;->addCancellable(Landroidx/activity/Cancellable;)V
PLandroidx/activity/OnBackPressedCallback;->getEnabledChangedCallback$activity_release()Lkotlin/jvm/functions/Function0;
-HPLandroidx/activity/OnBackPressedCallback;->isEnabled()Z
-HPLandroidx/activity/OnBackPressedCallback;->remove()V
-HPLandroidx/activity/OnBackPressedCallback;->removeCancellable(Landroidx/activity/Cancellable;)V
-HPLandroidx/activity/OnBackPressedCallback;->setEnabled(Z)V
-HPLandroidx/activity/OnBackPressedCallback;->setEnabledChangedCallback$activity_release(Lkotlin/jvm/functions/Function0;)V
+HSPLandroidx/activity/OnBackPressedCallback;->isEnabled()Z
+PLandroidx/activity/OnBackPressedCallback;->remove()V
+PLandroidx/activity/OnBackPressedCallback;->removeCancellable(Landroidx/activity/Cancellable;)V
+HSPLandroidx/activity/OnBackPressedCallback;->setEnabled(Z)V
+HSPLandroidx/activity/OnBackPressedCallback;->setEnabledChangedCallback$activity_release(Lkotlin/jvm/functions/Function0;)V
Landroidx/activity/OnBackPressedDispatcher;
HSPLandroidx/activity/OnBackPressedDispatcher;->(Ljava/lang/Runnable;)V
HSPLandroidx/activity/OnBackPressedDispatcher;->(Ljava/lang/Runnable;Landroidx/core/util/Consumer;)V
PLandroidx/activity/OnBackPressedDispatcher;->access$getInProgressCallback$p(Landroidx/activity/OnBackPressedDispatcher;)Landroidx/activity/OnBackPressedCallback;
PLandroidx/activity/OnBackPressedDispatcher;->access$getOnBackPressedCallbacks$p(Landroidx/activity/OnBackPressedDispatcher;)Lkotlin/collections/ArrayDeque;
-HPLandroidx/activity/OnBackPressedDispatcher;->access$updateEnabledCallbacks(Landroidx/activity/OnBackPressedDispatcher;)V
-HPLandroidx/activity/OnBackPressedDispatcher;->addCallback(Landroidx/lifecycle/LifecycleOwner;Landroidx/activity/OnBackPressedCallback;)V
-HPLandroidx/activity/OnBackPressedDispatcher;->addCancellableCallback$activity_release(Landroidx/activity/OnBackPressedCallback;)Landroidx/activity/Cancellable;
-HPLandroidx/activity/OnBackPressedDispatcher;->onBackPressed()V
+HSPLandroidx/activity/OnBackPressedDispatcher;->access$updateEnabledCallbacks(Landroidx/activity/OnBackPressedDispatcher;)V
+HSPLandroidx/activity/OnBackPressedDispatcher;->addCallback(Landroidx/lifecycle/LifecycleOwner;Landroidx/activity/OnBackPressedCallback;)V
+HSPLandroidx/activity/OnBackPressedDispatcher;->addCancellableCallback$activity_release(Landroidx/activity/OnBackPressedCallback;)Landroidx/activity/Cancellable;
+PLandroidx/activity/OnBackPressedDispatcher;->onBackPressed()V
+HSPLandroidx/activity/OnBackPressedDispatcher;->setOnBackInvokedDispatcher(Landroid/window/OnBackInvokedDispatcher;)V
+HSPLandroidx/activity/OnBackPressedDispatcher;->updateBackInvokedCallbackState(Z)V
HPLandroidx/activity/OnBackPressedDispatcher;->updateEnabledCallbacks()V
+Landroidx/activity/OnBackPressedDispatcher$1;
+HSPLandroidx/activity/OnBackPressedDispatcher$1;->(Landroidx/activity/OnBackPressedDispatcher;)V
+Landroidx/activity/OnBackPressedDispatcher$2;
+HSPLandroidx/activity/OnBackPressedDispatcher$2;->(Landroidx/activity/OnBackPressedDispatcher;)V
+Landroidx/activity/OnBackPressedDispatcher$3;
+HSPLandroidx/activity/OnBackPressedDispatcher$3;->(Landroidx/activity/OnBackPressedDispatcher;)V
+Landroidx/activity/OnBackPressedDispatcher$4;
+HSPLandroidx/activity/OnBackPressedDispatcher$4;->(Landroidx/activity/OnBackPressedDispatcher;)V
+Landroidx/activity/OnBackPressedDispatcher$Api33Impl;
+HSPLandroidx/activity/OnBackPressedDispatcher$Api33Impl;->()V
+HSPLandroidx/activity/OnBackPressedDispatcher$Api33Impl;->()V
+HSPLandroidx/activity/OnBackPressedDispatcher$Api33Impl;->registerOnBackInvokedCallback(Ljava/lang/Object;ILjava/lang/Object;)V
+PLandroidx/activity/OnBackPressedDispatcher$Api33Impl;->unregisterOnBackInvokedCallback(Ljava/lang/Object;Ljava/lang/Object;)V
+Landroidx/activity/OnBackPressedDispatcher$Api34Impl;
+HSPLandroidx/activity/OnBackPressedDispatcher$Api34Impl;->()V
+HSPLandroidx/activity/OnBackPressedDispatcher$Api34Impl;->()V
+HSPLandroidx/activity/OnBackPressedDispatcher$Api34Impl;->createOnBackAnimationCallback(Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function0;)Landroid/window/OnBackInvokedCallback;
+Landroidx/activity/OnBackPressedDispatcher$Api34Impl$createOnBackAnimationCallback$1;
+HSPLandroidx/activity/OnBackPressedDispatcher$Api34Impl$createOnBackAnimationCallback$1;->(Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function0;)V
Landroidx/activity/OnBackPressedDispatcher$LifecycleOnBackPressedCancellable;
-HPLandroidx/activity/OnBackPressedDispatcher$LifecycleOnBackPressedCancellable;->(Landroidx/activity/OnBackPressedDispatcher;Landroidx/lifecycle/Lifecycle;Landroidx/activity/OnBackPressedCallback;)V
-HPLandroidx/activity/OnBackPressedDispatcher$LifecycleOnBackPressedCancellable;->cancel()V
+HSPLandroidx/activity/OnBackPressedDispatcher$LifecycleOnBackPressedCancellable;->(Landroidx/activity/OnBackPressedDispatcher;Landroidx/lifecycle/Lifecycle;Landroidx/activity/OnBackPressedCallback;)V
+PLandroidx/activity/OnBackPressedDispatcher$LifecycleOnBackPressedCancellable;->cancel()V
HPLandroidx/activity/OnBackPressedDispatcher$LifecycleOnBackPressedCancellable;->onStateChanged(Landroidx/lifecycle/LifecycleOwner;Landroidx/lifecycle/Lifecycle$Event;)V
Landroidx/activity/OnBackPressedDispatcher$OnBackPressedCancellable;
-HPLandroidx/activity/OnBackPressedDispatcher$OnBackPressedCancellable;->(Landroidx/activity/OnBackPressedDispatcher;Landroidx/activity/OnBackPressedCallback;)V
-HPLandroidx/activity/OnBackPressedDispatcher$OnBackPressedCancellable;->cancel()V
+HSPLandroidx/activity/OnBackPressedDispatcher$OnBackPressedCancellable;->(Landroidx/activity/OnBackPressedDispatcher;Landroidx/activity/OnBackPressedCallback;)V
+PLandroidx/activity/OnBackPressedDispatcher$OnBackPressedCancellable;->cancel()V
Landroidx/activity/OnBackPressedDispatcher$addCallback$1;
-HPLandroidx/activity/OnBackPressedDispatcher$addCallback$1;->(Ljava/lang/Object;)V
-HPLandroidx/activity/OnBackPressedDispatcher$addCallback$1;->invoke()Ljava/lang/Object;
-HPLandroidx/activity/OnBackPressedDispatcher$addCallback$1;->invoke()V
+HSPLandroidx/activity/OnBackPressedDispatcher$addCallback$1;->(Ljava/lang/Object;)V
+HSPLandroidx/activity/OnBackPressedDispatcher$addCallback$1;->invoke()Ljava/lang/Object;
+HSPLandroidx/activity/OnBackPressedDispatcher$addCallback$1;->invoke()V
Landroidx/activity/OnBackPressedDispatcher$addCancellableCallback$1;
-HPLandroidx/activity/OnBackPressedDispatcher$addCancellableCallback$1;->(Ljava/lang/Object;)V
-HPLandroidx/activity/OnBackPressedDispatcher$addCancellableCallback$1;->invoke()Ljava/lang/Object;
-HPLandroidx/activity/OnBackPressedDispatcher$addCancellableCallback$1;->invoke()V
+HSPLandroidx/activity/OnBackPressedDispatcher$addCancellableCallback$1;->(Ljava/lang/Object;)V
+HSPLandroidx/activity/OnBackPressedDispatcher$addCancellableCallback$1;->invoke()Ljava/lang/Object;
+HSPLandroidx/activity/OnBackPressedDispatcher$addCancellableCallback$1;->invoke()V
Landroidx/activity/OnBackPressedDispatcherKt;
HSPLandroidx/activity/OnBackPressedDispatcherKt;->addCallback$default(Landroidx/activity/OnBackPressedDispatcher;Landroidx/lifecycle/LifecycleOwner;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Landroidx/activity/OnBackPressedCallback;
HSPLandroidx/activity/OnBackPressedDispatcherKt;->addCallback(Landroidx/activity/OnBackPressedDispatcher;Landroidx/lifecycle/LifecycleOwner;ZLkotlin/jvm/functions/Function1;)Landroidx/activity/OnBackPressedCallback;
@@ -125,16 +162,16 @@ HSPLandroidx/activity/OnBackPressedDispatcherKt$addCallback$callback$1;->(
Landroidx/activity/OnBackPressedDispatcherOwner;
Landroidx/activity/R$id;
Landroidx/activity/ViewTreeFullyDrawnReporterOwner;
-HPLandroidx/activity/ViewTreeFullyDrawnReporterOwner;->get(Landroid/view/View;)Landroidx/activity/FullyDrawnReporterOwner;
+HSPLandroidx/activity/ViewTreeFullyDrawnReporterOwner;->get(Landroid/view/View;)Landroidx/activity/FullyDrawnReporterOwner;
Landroidx/activity/ViewTreeFullyDrawnReporterOwner$findViewTreeFullyDrawnReporterOwner$1;
HSPLandroidx/activity/ViewTreeFullyDrawnReporterOwner$findViewTreeFullyDrawnReporterOwner$1;->()V
HSPLandroidx/activity/ViewTreeFullyDrawnReporterOwner$findViewTreeFullyDrawnReporterOwner$1;->()V
-HPLandroidx/activity/ViewTreeFullyDrawnReporterOwner$findViewTreeFullyDrawnReporterOwner$1;->invoke(Landroid/view/View;)Landroid/view/View;
+HSPLandroidx/activity/ViewTreeFullyDrawnReporterOwner$findViewTreeFullyDrawnReporterOwner$1;->invoke(Landroid/view/View;)Landroid/view/View;
HSPLandroidx/activity/ViewTreeFullyDrawnReporterOwner$findViewTreeFullyDrawnReporterOwner$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/activity/ViewTreeFullyDrawnReporterOwner$findViewTreeFullyDrawnReporterOwner$2;
HSPLandroidx/activity/ViewTreeFullyDrawnReporterOwner$findViewTreeFullyDrawnReporterOwner$2;->()V
HSPLandroidx/activity/ViewTreeFullyDrawnReporterOwner$findViewTreeFullyDrawnReporterOwner$2;->()V
-HPLandroidx/activity/ViewTreeFullyDrawnReporterOwner$findViewTreeFullyDrawnReporterOwner$2;->invoke(Landroid/view/View;)Landroidx/activity/FullyDrawnReporterOwner;
+HSPLandroidx/activity/ViewTreeFullyDrawnReporterOwner$findViewTreeFullyDrawnReporterOwner$2;->invoke(Landroid/view/View;)Landroidx/activity/FullyDrawnReporterOwner;
HSPLandroidx/activity/ViewTreeFullyDrawnReporterOwner$findViewTreeFullyDrawnReporterOwner$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/activity/ViewTreeOnBackPressedDispatcherOwner;
HPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner;->get(Landroid/view/View;)Landroidx/activity/OnBackPressedDispatcherOwner;
@@ -142,24 +179,24 @@ HSPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner;->set(Landroid/view/V
Landroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$1;
HSPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$1;->()V
HSPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$1;->()V
-HPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$1;->invoke(Landroid/view/View;)Landroid/view/View;
-HPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$1;->invoke(Landroid/view/View;)Landroid/view/View;
+HSPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$2;
HSPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$2;->()V
HSPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$2;->()V
-HPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$2;->invoke(Landroid/view/View;)Landroidx/activity/OnBackPressedDispatcherOwner;
-HPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$2;->invoke(Landroid/view/View;)Landroidx/activity/OnBackPressedDispatcherOwner;
+HSPLandroidx/activity/ViewTreeOnBackPressedDispatcherOwner$findViewTreeOnBackPressedDispatcherOwner$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/activity/compose/BackHandlerKt;
PLandroidx/activity/compose/BackHandlerKt;->BackHandler$lambda$0(Landroidx/compose/runtime/State;)Lkotlin/jvm/functions/Function0;
HPLandroidx/activity/compose/BackHandlerKt;->BackHandler(ZLkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;II)V
PLandroidx/activity/compose/BackHandlerKt;->access$BackHandler$lambda$0(Landroidx/compose/runtime/State;)Lkotlin/jvm/functions/Function0;
Landroidx/activity/compose/BackHandlerKt$BackHandler$1$1;
-HPLandroidx/activity/compose/BackHandlerKt$BackHandler$1$1;->(Landroidx/activity/compose/BackHandlerKt$BackHandler$backCallback$1$1;Z)V
-HPLandroidx/activity/compose/BackHandlerKt$BackHandler$1$1;->invoke()Ljava/lang/Object;
-HPLandroidx/activity/compose/BackHandlerKt$BackHandler$1$1;->invoke()V
+HSPLandroidx/activity/compose/BackHandlerKt$BackHandler$1$1;->(Landroidx/activity/compose/BackHandlerKt$BackHandler$backCallback$1$1;Z)V
+HSPLandroidx/activity/compose/BackHandlerKt$BackHandler$1$1;->invoke()Ljava/lang/Object;
+HSPLandroidx/activity/compose/BackHandlerKt$BackHandler$1$1;->invoke()V
Landroidx/activity/compose/BackHandlerKt$BackHandler$2;
-HPLandroidx/activity/compose/BackHandlerKt$BackHandler$2;->(Landroidx/activity/OnBackPressedDispatcher;Landroidx/lifecycle/LifecycleOwner;Landroidx/activity/compose/BackHandlerKt$BackHandler$backCallback$1$1;)V
-HPLandroidx/activity/compose/BackHandlerKt$BackHandler$2;->invoke(Landroidx/compose/runtime/DisposableEffectScope;)Landroidx/compose/runtime/DisposableEffectResult;
+HSPLandroidx/activity/compose/BackHandlerKt$BackHandler$2;->(Landroidx/activity/OnBackPressedDispatcher;Landroidx/lifecycle/LifecycleOwner;Landroidx/activity/compose/BackHandlerKt$BackHandler$backCallback$1$1;)V
+HSPLandroidx/activity/compose/BackHandlerKt$BackHandler$2;->invoke(Landroidx/compose/runtime/DisposableEffectScope;)Landroidx/compose/runtime/DisposableEffectResult;
HSPLandroidx/activity/compose/BackHandlerKt$BackHandler$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/activity/compose/BackHandlerKt$BackHandler$2$invoke$$inlined$onDispose$1;
HSPLandroidx/activity/compose/BackHandlerKt$BackHandler$2$invoke$$inlined$onDispose$1;->(Landroidx/activity/compose/BackHandlerKt$BackHandler$backCallback$1$1;)V
@@ -175,7 +212,7 @@ HSPLandroidx/activity/compose/ComponentActivityKt;->setOwners(Landroidx/activity
Landroidx/activity/compose/LocalFullyDrawnReporterOwner;
HSPLandroidx/activity/compose/LocalFullyDrawnReporterOwner;->()V
HSPLandroidx/activity/compose/LocalFullyDrawnReporterOwner;->()V
-HPLandroidx/activity/compose/LocalFullyDrawnReporterOwner;->getCurrent(Landroidx/compose/runtime/Composer;I)Landroidx/activity/FullyDrawnReporterOwner;
+HSPLandroidx/activity/compose/LocalFullyDrawnReporterOwner;->getCurrent(Landroidx/compose/runtime/Composer;I)Landroidx/activity/FullyDrawnReporterOwner;
Landroidx/activity/compose/LocalFullyDrawnReporterOwner$LocalFullyDrawnReporterOwner$1;
HSPLandroidx/activity/compose/LocalFullyDrawnReporterOwner$LocalFullyDrawnReporterOwner$1;->()V
HSPLandroidx/activity/compose/LocalFullyDrawnReporterOwner$LocalFullyDrawnReporterOwner$1;->()V
@@ -206,8 +243,8 @@ Landroidx/activity/compose/ReportDrawnComposition$snapshotStateObserver$1;
HSPLandroidx/activity/compose/ReportDrawnComposition$snapshotStateObserver$1;->()V
HSPLandroidx/activity/compose/ReportDrawnComposition$snapshotStateObserver$1;->()V
Landroidx/activity/compose/ReportDrawnKt;
-HPLandroidx/activity/compose/ReportDrawnKt;->ReportDrawn(Landroidx/compose/runtime/Composer;I)V
-HPLandroidx/activity/compose/ReportDrawnKt;->ReportDrawnWhen(Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;I)V
+HSPLandroidx/activity/compose/ReportDrawnKt;->ReportDrawn(Landroidx/compose/runtime/Composer;I)V
+HSPLandroidx/activity/compose/ReportDrawnKt;->ReportDrawnWhen(Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;I)V
Landroidx/activity/compose/ReportDrawnKt$ReportDrawn$1;
HSPLandroidx/activity/compose/ReportDrawnKt$ReportDrawn$1;->()V
HSPLandroidx/activity/compose/ReportDrawnKt$ReportDrawn$1;->()V
@@ -215,7 +252,7 @@ HSPLandroidx/activity/compose/ReportDrawnKt$ReportDrawn$1;->invoke()Ljava/lang/B
HSPLandroidx/activity/compose/ReportDrawnKt$ReportDrawn$1;->invoke()Ljava/lang/Object;
Landroidx/activity/compose/ReportDrawnKt$ReportDrawnWhen$1;
HSPLandroidx/activity/compose/ReportDrawnKt$ReportDrawnWhen$1;->(Landroidx/activity/FullyDrawnReporter;Lkotlin/jvm/functions/Function0;)V
-HPLandroidx/activity/compose/ReportDrawnKt$ReportDrawnWhen$1;->invoke(Landroidx/compose/runtime/DisposableEffectScope;)Landroidx/compose/runtime/DisposableEffectResult;
+HSPLandroidx/activity/compose/ReportDrawnKt$ReportDrawnWhen$1;->invoke(Landroidx/compose/runtime/DisposableEffectScope;)Landroidx/compose/runtime/DisposableEffectResult;
HSPLandroidx/activity/compose/ReportDrawnKt$ReportDrawnWhen$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/activity/compose/ReportDrawnKt$ReportDrawnWhen$1$invoke$$inlined$onDispose$1;->()V
PLandroidx/activity/compose/ReportDrawnKt$ReportDrawnWhen$1$invoke$$inlined$onDispose$1;->dispose()V
@@ -273,11 +310,12 @@ Landroidx/appcompat/app/AppCompatActivity;
HSPLandroidx/appcompat/app/AppCompatActivity;->()V
HSPLandroidx/appcompat/app/AppCompatActivity;->attachBaseContext(Landroid/content/Context;)V
PLandroidx/appcompat/app/AppCompatActivity;->dispatchKeyEvent(Landroid/view/KeyEvent;)Z
-HPLandroidx/appcompat/app/AppCompatActivity;->getDelegate()Landroidx/appcompat/app/AppCompatDelegate;
+HSPLandroidx/appcompat/app/AppCompatActivity;->getDelegate()Landroidx/appcompat/app/AppCompatDelegate;
HPLandroidx/appcompat/app/AppCompatActivity;->getResources()Landroid/content/res/Resources;
PLandroidx/appcompat/app/AppCompatActivity;->getSupportActionBar()Landroidx/appcompat/app/ActionBar;
HSPLandroidx/appcompat/app/AppCompatActivity;->initDelegate()V
HSPLandroidx/appcompat/app/AppCompatActivity;->initViewTreeOwners()V
+HSPLandroidx/appcompat/app/AppCompatActivity;->invalidateOptionsMenu()V
HSPLandroidx/appcompat/app/AppCompatActivity;->onContentChanged()V
PLandroidx/appcompat/app/AppCompatActivity;->onDestroy()V
PLandroidx/appcompat/app/AppCompatActivity;->onKeyDown(ILandroid/view/KeyEvent;)Z
@@ -304,32 +342,54 @@ HSPLandroidx/appcompat/app/AppCompatDelegate;->addActiveDelegate(Landroidx/appco
HSPLandroidx/appcompat/app/AppCompatDelegate;->attachBaseContext(Landroid/content/Context;)V
HSPLandroidx/appcompat/app/AppCompatDelegate;->attachBaseContext2(Landroid/content/Context;)Landroid/content/Context;
HSPLandroidx/appcompat/app/AppCompatDelegate;->create(Landroid/app/Activity;Landroidx/appcompat/app/AppCompatCallback;)Landroidx/appcompat/app/AppCompatDelegate;
+HSPLandroidx/appcompat/app/AppCompatDelegate;->getApplicationLocales()Landroidx/core/os/LocaleListCompat;
HSPLandroidx/appcompat/app/AppCompatDelegate;->getDefaultNightMode()I
-HSPLandroidx/appcompat/app/AppCompatDelegate;->getRequestedAppLocales()Landroidx/core/os/LocaleListCompat;
+HSPLandroidx/appcompat/app/AppCompatDelegate;->getLocaleManagerForApplication()Ljava/lang/Object;
HSPLandroidx/appcompat/app/AppCompatDelegate;->isAutoStorageOptedIn(Landroid/content/Context;)Z
+HSPLandroidx/appcompat/app/AppCompatDelegate;->lambda$syncRequestedAndStoredLocales$1(Landroid/content/Context;)V
PLandroidx/appcompat/app/AppCompatDelegate;->removeActivityDelegate(Landroidx/appcompat/app/AppCompatDelegate;)V
HSPLandroidx/appcompat/app/AppCompatDelegate;->removeDelegateFromActives(Landroidx/appcompat/app/AppCompatDelegate;)V
+HSPLandroidx/appcompat/app/AppCompatDelegate;->setOnBackInvokedDispatcher(Landroid/window/OnBackInvokedDispatcher;)V
+HSPLandroidx/appcompat/app/AppCompatDelegate;->syncLocalesToFramework(Landroid/content/Context;)V
HSPLandroidx/appcompat/app/AppCompatDelegate;->syncRequestedAndStoredLocales(Landroid/content/Context;)V
+Landroidx/appcompat/app/AppCompatDelegate$$ExternalSyntheticLambda0;
+HSPLandroidx/appcompat/app/AppCompatDelegate$$ExternalSyntheticLambda0;->(Landroid/content/Context;)V
+HSPLandroidx/appcompat/app/AppCompatDelegate$$ExternalSyntheticLambda0;->run()V
+Landroidx/appcompat/app/AppCompatDelegate$Api24Impl;
+HSPLandroidx/appcompat/app/AppCompatDelegate$Api24Impl;->localeListForLanguageTags(Ljava/lang/String;)Landroid/os/LocaleList;
+Landroidx/appcompat/app/AppCompatDelegate$Api33Impl;
+HSPLandroidx/appcompat/app/AppCompatDelegate$Api33Impl;->localeManagerSetApplicationLocales(Ljava/lang/Object;Landroid/os/LocaleList;)V
+Landroidx/appcompat/app/AppCompatDelegate$SerialExecutor;
+HSPLandroidx/appcompat/app/AppCompatDelegate$SerialExecutor;->(Ljava/util/concurrent/Executor;)V
+HSPLandroidx/appcompat/app/AppCompatDelegate$SerialExecutor;->execute(Ljava/lang/Runnable;)V
+HSPLandroidx/appcompat/app/AppCompatDelegate$SerialExecutor;->lambda$execute$0$androidx-appcompat-app-AppCompatDelegate$SerialExecutor(Ljava/lang/Runnable;)V
+HSPLandroidx/appcompat/app/AppCompatDelegate$SerialExecutor;->scheduleNext()V
+Landroidx/appcompat/app/AppCompatDelegate$SerialExecutor$$ExternalSyntheticLambda0;
+HSPLandroidx/appcompat/app/AppCompatDelegate$SerialExecutor$$ExternalSyntheticLambda0;->(Landroidx/appcompat/app/AppCompatDelegate$SerialExecutor;Ljava/lang/Runnable;)V
+HSPLandroidx/appcompat/app/AppCompatDelegate$SerialExecutor$$ExternalSyntheticLambda0;->run()V
+Landroidx/appcompat/app/AppCompatDelegate$ThreadPerTaskExecutor;
+HSPLandroidx/appcompat/app/AppCompatDelegate$ThreadPerTaskExecutor;->()V
+HSPLandroidx/appcompat/app/AppCompatDelegate$ThreadPerTaskExecutor;->execute(Ljava/lang/Runnable;)V
Landroidx/appcompat/app/AppCompatDelegateImpl;
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->()V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->(Landroid/app/Activity;Landroidx/appcompat/app/AppCompatCallback;)V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->(Landroid/content/Context;Landroid/view/Window;Landroidx/appcompat/app/AppCompatCallback;Ljava/lang/Object;)V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->applyApplicationSpecificConfig(Z)Z
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->applyApplicationSpecificConfig(ZZ)Z
-HPLandroidx/appcompat/app/AppCompatDelegateImpl;->applyFixedSizeWindow()V
-HPLandroidx/appcompat/app/AppCompatDelegateImpl;->attachBaseContext2(Landroid/content/Context;)Landroid/content/Context;
+HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->applyFixedSizeWindow()V
+HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->attachBaseContext2(Landroid/content/Context;)Landroid/content/Context;
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->attachToWindow(Landroid/view/Window;)V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->calculateApplicationLocales(Landroid/content/Context;)Landroidx/core/os/LocaleListCompat;
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->calculateNightMode()I
PLandroidx/appcompat/app/AppCompatDelegateImpl;->cleanupAutoManagers()V
-HPLandroidx/appcompat/app/AppCompatDelegateImpl;->createOverrideAppConfiguration(Landroid/content/Context;ILandroidx/core/os/LocaleListCompat;Landroid/content/res/Configuration;Z)Landroid/content/res/Configuration;
-HPLandroidx/appcompat/app/AppCompatDelegateImpl;->createSubDecor()Landroid/view/ViewGroup;
-HPLandroidx/appcompat/app/AppCompatDelegateImpl;->createView(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;
+HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->createOverrideAppConfiguration(Landroid/content/Context;ILandroidx/core/os/LocaleListCompat;Landroid/content/res/Configuration;Z)Landroid/content/res/Configuration;
+HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->createSubDecor()Landroid/view/ViewGroup;
+HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->createView(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;
PLandroidx/appcompat/app/AppCompatDelegateImpl;->dismissPopups()V
-HPLandroidx/appcompat/app/AppCompatDelegateImpl;->dispatchKeyEvent(Landroid/view/KeyEvent;)Z
+PLandroidx/appcompat/app/AppCompatDelegateImpl;->dispatchKeyEvent(Landroid/view/KeyEvent;)Z
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->doInvalidatePanelMenu(I)V
PLandroidx/appcompat/app/AppCompatDelegateImpl;->endOnGoingFadeAnimation()V
-HPLandroidx/appcompat/app/AppCompatDelegateImpl;->ensureSubDecor()V
+HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->ensureSubDecor()V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->ensureWindow()V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->getActivityHandlesConfigChangesFlags(Landroid/content/Context;)I
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->getConfigurationLocales(Landroid/content/res/Configuration;)Landroidx/core/os/LocaleListCompat;
@@ -338,6 +398,7 @@ HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->getSupportActionBar()Landroid
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->getTitle()Ljava/lang/CharSequence;
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->initWindowDecorActionBar()V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->installViewFactory()V
+HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->invalidateOptionsMenu()V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->invalidatePanelMenu(I)V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->mapNightMode(Landroid/content/Context;I)I
PLandroidx/appcompat/app/AppCompatDelegateImpl;->onBackPressed()Z
@@ -356,10 +417,13 @@ HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->peekSupportActionBar()Landroi
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->requestWindowFeature(I)Z
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->sanitizeWindowFeatureId(I)I
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->setContentView(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V
+HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->setOnBackInvokedDispatcher(Landroid/window/OnBackInvokedDispatcher;)V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->setTheme(I)V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->setTitle(Ljava/lang/CharSequence;)V
+HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->shouldRegisterBackInvokedCallback()Z
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->throwFeatureRequestIfSubDecorInstalled()V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->updateAppConfiguration(ILandroidx/core/os/LocaleListCompat;Z)Z
+HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->updateBackInvokedCallbackState()V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl;->updateStatusGuard(Landroidx/core/view/WindowInsetsCompat;Landroid/graphics/Rect;)I
Landroidx/appcompat/app/AppCompatDelegateImpl$2;
HSPLandroidx/appcompat/app/AppCompatDelegateImpl$2;->(Landroidx/appcompat/app/AppCompatDelegateImpl;)V
@@ -371,10 +435,10 @@ Landroidx/appcompat/app/AppCompatDelegateImpl$5;
HSPLandroidx/appcompat/app/AppCompatDelegateImpl$5;->(Landroidx/appcompat/app/AppCompatDelegateImpl;)V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl$5;->onAttachedFromWindow()V
PLandroidx/appcompat/app/AppCompatDelegateImpl$5;->onDetachedFromWindow()V
-Landroidx/appcompat/app/AppCompatDelegateImpl$Api17Impl;
-HSPLandroidx/appcompat/app/AppCompatDelegateImpl$Api17Impl;->createConfigurationContext(Landroid/content/Context;Landroid/content/res/Configuration;)Landroid/content/Context;
Landroidx/appcompat/app/AppCompatDelegateImpl$Api24Impl;
HSPLandroidx/appcompat/app/AppCompatDelegateImpl$Api24Impl;->getLocales(Landroid/content/res/Configuration;)Landroidx/core/os/LocaleListCompat;
+Landroidx/appcompat/app/AppCompatDelegateImpl$Api33Impl;
+HSPLandroidx/appcompat/app/AppCompatDelegateImpl$Api33Impl;->getOnBackInvokedDispatcher(Landroid/app/Activity;)Landroid/window/OnBackInvokedDispatcher;
Landroidx/appcompat/app/AppCompatDelegateImpl$AppCompatWindowCallback;
HSPLandroidx/appcompat/app/AppCompatDelegateImpl$AppCompatWindowCallback;->(Landroidx/appcompat/app/AppCompatDelegateImpl;Landroid/view/Window$Callback;)V
HSPLandroidx/appcompat/app/AppCompatDelegateImpl$AppCompatWindowCallback;->bypassOnContentChanged(Landroid/view/Window$Callback;)V
@@ -392,12 +456,6 @@ Landroidx/appcompat/app/AppLocalesMetadataHolderService;
HSPLandroidx/appcompat/app/AppLocalesMetadataHolderService;->getServiceInfo(Landroid/content/Context;)Landroid/content/pm/ServiceInfo;
Landroidx/appcompat/app/AppLocalesMetadataHolderService$Api24Impl;
HSPLandroidx/appcompat/app/AppLocalesMetadataHolderService$Api24Impl;->getDisabledComponentFlag()I
-Landroidx/appcompat/app/AppLocalesStorageHelper;
-HSPLandroidx/appcompat/app/AppLocalesStorageHelper;->readLocales(Landroid/content/Context;)Ljava/lang/String;
-Landroidx/appcompat/app/AppLocalesStorageHelper$SerialExecutor;
-HSPLandroidx/appcompat/app/AppLocalesStorageHelper$SerialExecutor;->(Ljava/util/concurrent/Executor;)V
-Landroidx/appcompat/app/AppLocalesStorageHelper$ThreadPerTaskExecutor;
-HSPLandroidx/appcompat/app/AppLocalesStorageHelper$ThreadPerTaskExecutor;->()V
Landroidx/appcompat/content/res/AppCompatResources;
HSPLandroidx/appcompat/content/res/AppCompatResources;->getDrawable(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
Landroidx/appcompat/resources/R$drawable;
@@ -420,7 +478,7 @@ HSPLandroidx/appcompat/view/WindowCallbackWrapper;->getWrapped()Landroid/view/Wi
HSPLandroidx/appcompat/view/WindowCallbackWrapper;->onAttachedToWindow()V
PLandroidx/appcompat/view/WindowCallbackWrapper;->onDetachedFromWindow()V
HSPLandroidx/appcompat/view/WindowCallbackWrapper;->onWindowAttributesChanged(Landroid/view/WindowManager$LayoutParams;)V
-PLandroidx/appcompat/view/WindowCallbackWrapper;->onWindowFocusChanged(Z)V
+HSPLandroidx/appcompat/view/WindowCallbackWrapper;->onWindowFocusChanged(Z)V
Landroidx/appcompat/view/menu/MenuBuilder$Callback;
Landroidx/appcompat/widget/AppCompatDrawableManager;
HSPLandroidx/appcompat/widget/AppCompatDrawableManager;->()V
@@ -521,22 +579,22 @@ Landroidx/arch/core/executor/TaskExecutor;
HSPLandroidx/arch/core/executor/TaskExecutor;->()V
PLandroidx/arch/core/executor/TaskExecutor;->executeOnMainThread(Ljava/lang/Runnable;)V
Landroidx/arch/core/internal/FastSafeIterableMap;
-HPLandroidx/arch/core/internal/FastSafeIterableMap;->()V
+HSPLandroidx/arch/core/internal/FastSafeIterableMap;->()V
HPLandroidx/arch/core/internal/FastSafeIterableMap;->ceil(Ljava/lang/Object;)Ljava/util/Map$Entry;
HPLandroidx/arch/core/internal/FastSafeIterableMap;->contains(Ljava/lang/Object;)Z
HPLandroidx/arch/core/internal/FastSafeIterableMap;->get(Ljava/lang/Object;)Landroidx/arch/core/internal/SafeIterableMap$Entry;
HPLandroidx/arch/core/internal/FastSafeIterableMap;->putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/arch/core/internal/FastSafeIterableMap;->remove(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/arch/core/internal/SafeIterableMap;
-HPLandroidx/arch/core/internal/SafeIterableMap;->()V
-HPLandroidx/arch/core/internal/SafeIterableMap;->descendingIterator()Ljava/util/Iterator;
+HSPLandroidx/arch/core/internal/SafeIterableMap;->()V
+PLandroidx/arch/core/internal/SafeIterableMap;->descendingIterator()Ljava/util/Iterator;
HPLandroidx/arch/core/internal/SafeIterableMap;->eldest()Ljava/util/Map$Entry;
-HPLandroidx/arch/core/internal/SafeIterableMap;->get(Ljava/lang/Object;)Landroidx/arch/core/internal/SafeIterableMap$Entry;
-HPLandroidx/arch/core/internal/SafeIterableMap;->iterator()Ljava/util/Iterator;
+HSPLandroidx/arch/core/internal/SafeIterableMap;->get(Ljava/lang/Object;)Landroidx/arch/core/internal/SafeIterableMap$Entry;
+HSPLandroidx/arch/core/internal/SafeIterableMap;->iterator()Ljava/util/Iterator;
HPLandroidx/arch/core/internal/SafeIterableMap;->iteratorWithAdditions()Landroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;
HPLandroidx/arch/core/internal/SafeIterableMap;->newest()Ljava/util/Map$Entry;
HPLandroidx/arch/core/internal/SafeIterableMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Landroidx/arch/core/internal/SafeIterableMap$Entry;
-HPLandroidx/arch/core/internal/SafeIterableMap;->putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/arch/core/internal/SafeIterableMap;->putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/arch/core/internal/SafeIterableMap;->remove(Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/arch/core/internal/SafeIterableMap;->size()I
Landroidx/arch/core/internal/SafeIterableMap$AscendingIterator;
@@ -547,28 +605,26 @@ PLandroidx/arch/core/internal/SafeIterableMap$DescendingIterator;->backward(Land
PLandroidx/arch/core/internal/SafeIterableMap$DescendingIterator;->forward(Landroidx/arch/core/internal/SafeIterableMap$Entry;)Landroidx/arch/core/internal/SafeIterableMap$Entry;
Landroidx/arch/core/internal/SafeIterableMap$Entry;
HPLandroidx/arch/core/internal/SafeIterableMap$Entry;->(Ljava/lang/Object;Ljava/lang/Object;)V
-HPLandroidx/arch/core/internal/SafeIterableMap$Entry;->getKey()Ljava/lang/Object;
+HSPLandroidx/arch/core/internal/SafeIterableMap$Entry;->getKey()Ljava/lang/Object;
HPLandroidx/arch/core/internal/SafeIterableMap$Entry;->getValue()Ljava/lang/Object;
Landroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;
-HPLandroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;->(Landroidx/arch/core/internal/SafeIterableMap;)V
+HSPLandroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;->(Landroidx/arch/core/internal/SafeIterableMap;)V
HPLandroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;->hasNext()Z
-HPLandroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;->next()Ljava/lang/Object;
+HSPLandroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;->next()Ljava/lang/Object;
HPLandroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;->next()Ljava/util/Map$Entry;
-HPLandroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;->supportRemove(Landroidx/arch/core/internal/SafeIterableMap$Entry;)V
+HSPLandroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;->supportRemove(Landroidx/arch/core/internal/SafeIterableMap$Entry;)V
Landroidx/arch/core/internal/SafeIterableMap$ListIterator;
-HPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->(Landroidx/arch/core/internal/SafeIterableMap$Entry;Landroidx/arch/core/internal/SafeIterableMap$Entry;)V
-HPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->hasNext()Z
-HPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->next()Ljava/lang/Object;
-HPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->next()Ljava/util/Map$Entry;
-HPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->nextNode()Landroidx/arch/core/internal/SafeIterableMap$Entry;
-HPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->supportRemove(Landroidx/arch/core/internal/SafeIterableMap$Entry;)V
+HSPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->(Landroidx/arch/core/internal/SafeIterableMap$Entry;Landroidx/arch/core/internal/SafeIterableMap$Entry;)V
+HSPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->hasNext()Z
+HSPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->next()Ljava/lang/Object;
+HSPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->next()Ljava/util/Map$Entry;
+HSPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->nextNode()Landroidx/arch/core/internal/SafeIterableMap$Entry;
+PLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->supportRemove(Landroidx/arch/core/internal/SafeIterableMap$Entry;)V
Landroidx/arch/core/internal/SafeIterableMap$SupportRemove;
-HPLandroidx/arch/core/internal/SafeIterableMap$SupportRemove;->()V
-Landroidx/collection/ArrayMap;
-HSPLandroidx/collection/ArrayMap;->()V
+HSPLandroidx/arch/core/internal/SafeIterableMap$SupportRemove;->()V
Landroidx/collection/ArraySet;
HSPLandroidx/collection/ArraySet;->()V
-HPLandroidx/collection/ArraySet;->(I)V
+HSPLandroidx/collection/ArraySet;->(I)V
HSPLandroidx/collection/ArraySet;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
HSPLandroidx/collection/ArraySet;->add(Ljava/lang/Object;)Z
PLandroidx/collection/ArraySet;->clear()V
@@ -588,23 +644,49 @@ PLandroidx/collection/ArraySet$ElementIterator;->elementAt(I)Ljava/lang/Object;
PLandroidx/collection/ArraySet$ElementIterator;->removeAt(I)V
Landroidx/collection/ArraySetKt;
HSPLandroidx/collection/ArraySetKt;->allocArrays(Landroidx/collection/ArraySet;I)V
-PLandroidx/collection/ArraySetKt;->binarySearchInternal(Landroidx/collection/ArraySet;I)I
HSPLandroidx/collection/ArraySetKt;->indexOf(Landroidx/collection/ArraySet;Ljava/lang/Object;I)I
+Landroidx/collection/FloatFloatPair;
+HSPLandroidx/collection/FloatFloatPair;->constructor-impl(FF)J
+HSPLandroidx/collection/FloatFloatPair;->constructor-impl(J)J
Landroidx/collection/IndexBasedArrayIterator;
HSPLandroidx/collection/IndexBasedArrayIterator;->(I)V
HSPLandroidx/collection/IndexBasedArrayIterator;->hasNext()Z
PLandroidx/collection/IndexBasedArrayIterator;->next()Ljava/lang/Object;
PLandroidx/collection/IndexBasedArrayIterator;->remove()V
+Landroidx/collection/IntIntMap;
HPLandroidx/collection/IntIntMap;->()V
-HPLandroidx/collection/IntIntMap;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/collection/IntIntMap;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
PLandroidx/collection/IntIntMap;->contains(I)Z
HPLandroidx/collection/IntIntMap;->findKeyIndex(I)I
-HPLandroidx/collection/IntIntMap;->getCapacity()I
+HSPLandroidx/collection/IntIntMap;->getCapacity()I
+HPLandroidx/collection/IntIntMap;->getOrDefault(II)I
+PLandroidx/collection/IntIntPair;->(J)V
+PLandroidx/collection/IntIntPair;->box-impl(J)Landroidx/collection/IntIntPair;
+PLandroidx/collection/IntIntPair;->constructor-impl(II)J
+PLandroidx/collection/IntIntPair;->constructor-impl(J)J
+PLandroidx/collection/IntIntPair;->getFirst-impl(J)I
+PLandroidx/collection/IntIntPair;->getSecond-impl(J)I
+PLandroidx/collection/IntIntPair;->unbox-impl()J
+Landroidx/collection/IntList;
+HPLandroidx/collection/IntList;->(I)V
+HPLandroidx/collection/IntList;->(ILkotlin/jvm/internal/DefaultConstructorMarker;)V
+HPLandroidx/collection/IntList;->get(I)I
+HPLandroidx/collection/IntList;->getSize()I
+Landroidx/collection/IntListKt;
+HSPLandroidx/collection/IntListKt;->()V
+HSPLandroidx/collection/IntListKt;->intListOf([I)Landroidx/collection/IntList;
+Landroidx/collection/IntObjectMap;
HPLandroidx/collection/IntObjectMap;->()V
HPLandroidx/collection/IntObjectMap;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HPLandroidx/collection/IntObjectMap;->contains(I)Z
+HPLandroidx/collection/IntObjectMap;->get(I)Ljava/lang/Object;
HPLandroidx/collection/IntObjectMap;->getCapacity()I
-PLandroidx/collection/IntObjectMapKt;->()V
+PLandroidx/collection/IntObjectMap;->getSize()I
+Landroidx/collection/IntObjectMapKt;
+HSPLandroidx/collection/IntObjectMapKt;->()V
+HSPLandroidx/collection/IntObjectMapKt;->intObjectMapOf()Landroidx/collection/IntObjectMap;
HPLandroidx/collection/IntObjectMapKt;->mutableIntObjectMapOf()Landroidx/collection/MutableIntObjectMap;
+HSPLandroidx/collection/IntObjectMapKt;->mutableIntObjectMapOf(ILjava/lang/Object;ILjava/lang/Object;ILjava/lang/Object;)Landroidx/collection/MutableIntObjectMap;
Landroidx/collection/IntSet;
HSPLandroidx/collection/IntSet;->()V
HSPLandroidx/collection/IntSet;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
@@ -612,64 +694,99 @@ HSPLandroidx/collection/IntSet;->getCapacity()I
Landroidx/collection/IntSetKt;
HSPLandroidx/collection/IntSetKt;->()V
HPLandroidx/collection/IntSetKt;->getEmptyIntArray()[I
-PLandroidx/collection/LongSet;->()V
-PLandroidx/collection/LongSet;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/collection/IntSetKt;->mutableIntSetOf()Landroidx/collection/MutableIntSet;
+Landroidx/collection/LongObjectMap;
+HSPLandroidx/collection/LongObjectMap;->()V
+HSPLandroidx/collection/LongObjectMap;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HPLandroidx/collection/LongObjectMap;->get(J)Ljava/lang/Object;
+HSPLandroidx/collection/LongObjectMap;->getCapacity()I
+Landroidx/collection/LongSet;
+HSPLandroidx/collection/LongSet;->()V
+HSPLandroidx/collection/LongSet;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
PLandroidx/collection/LongSet;->contains(J)Z
-PLandroidx/collection/LongSet;->getCapacity()I
-PLandroidx/collection/LongSetKt;->()V
-PLandroidx/collection/LongSetKt;->getEmptyLongArray()[J
+HSPLandroidx/collection/LongSet;->getCapacity()I
+Landroidx/collection/LongSetKt;
+HSPLandroidx/collection/LongSetKt;->()V
+HSPLandroidx/collection/LongSetKt;->getEmptyLongArray()[J
Landroidx/collection/LongSparseArray;
HPLandroidx/collection/LongSparseArray;->(I)V
HSPLandroidx/collection/LongSparseArray;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
HPLandroidx/collection/LongSparseArray;->clear()V
-HPLandroidx/collection/LongSparseArray;->containsKey(J)Z
+PLandroidx/collection/LongSparseArray;->containsKey(J)Z
HPLandroidx/collection/LongSparseArray;->get(J)Ljava/lang/Object;
HPLandroidx/collection/LongSparseArray;->indexOfKey(J)I
HPLandroidx/collection/LongSparseArray;->isEmpty()Z
HPLandroidx/collection/LongSparseArray;->keyAt(I)J
HPLandroidx/collection/LongSparseArray;->put(JLjava/lang/Object;)V
-HPLandroidx/collection/LongSparseArray;->remove(J)V
+PLandroidx/collection/LongSparseArray;->remove(J)V
HPLandroidx/collection/LongSparseArray;->size()I
HPLandroidx/collection/LongSparseArray;->valueAt(I)Ljava/lang/Object;
PLandroidx/collection/LongSparseArrayKt;->()V
-HPLandroidx/collection/LongSparseArrayKt;->access$getDELETED$p()Ljava/lang/Object;
+PLandroidx/collection/LongSparseArrayKt;->access$getDELETED$p()Ljava/lang/Object;
Landroidx/collection/LruCache;
HSPLandroidx/collection/LruCache;->(I)V
-HPLandroidx/collection/LruCache;->create(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/collection/LruCache;->create(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/collection/LruCache;->evictAll()V
HPLandroidx/collection/LruCache;->get(Ljava/lang/Object;)Ljava/lang/Object;
-HPLandroidx/collection/LruCache;->maxSize()I
-HPLandroidx/collection/LruCache;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
-HPLandroidx/collection/LruCache;->safeSizeOf(Ljava/lang/Object;Ljava/lang/Object;)I
-HPLandroidx/collection/LruCache;->trimToSize(I)V
+PLandroidx/collection/LruCache;->maxSize()I
+PLandroidx/collection/LruCache;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/collection/LruCache;->safeSizeOf(Ljava/lang/Object;Ljava/lang/Object;)I
+PLandroidx/collection/LruCache;->trimToSize(I)V
+Landroidx/collection/MutableIntIntMap;
HPLandroidx/collection/MutableIntIntMap;->(I)V
-HPLandroidx/collection/MutableIntIntMap;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
-PLandroidx/collection/MutableIntIntMap;->adjustStorage()V
+HSPLandroidx/collection/MutableIntIntMap;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
HPLandroidx/collection/MutableIntIntMap;->findFirstAvailableSlot(I)I
HPLandroidx/collection/MutableIntIntMap;->findInsertIndex(I)I
HPLandroidx/collection/MutableIntIntMap;->initializeGrowth()V
HPLandroidx/collection/MutableIntIntMap;->initializeMetadata(I)V
HPLandroidx/collection/MutableIntIntMap;->initializeStorage(I)V
-PLandroidx/collection/MutableIntIntMap;->resizeStorage(I)V
HPLandroidx/collection/MutableIntIntMap;->set(II)V
+Landroidx/collection/MutableIntList;
+HPLandroidx/collection/MutableIntList;->(I)V
+HPLandroidx/collection/MutableIntList;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
+HPLandroidx/collection/MutableIntList;->add(I)Z
+HPLandroidx/collection/MutableIntList;->add(II)V
+HSPLandroidx/collection/MutableIntList;->addAll(I[I)Z
+HPLandroidx/collection/MutableIntList;->ensureCapacity(I)V
+HSPLandroidx/collection/MutableIntList;->plusAssign([I)V
+HPLandroidx/collection/MutableIntList;->removeAt(I)I
+HPLandroidx/collection/MutableIntList;->set(II)I
+PLandroidx/collection/MutableIntList;->sort()V
+Landroidx/collection/MutableIntObjectMap;
HPLandroidx/collection/MutableIntObjectMap;->(I)V
HPLandroidx/collection/MutableIntObjectMap;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
+HPLandroidx/collection/MutableIntObjectMap;->adjustStorage()V
+PLandroidx/collection/MutableIntObjectMap;->clear()V
HPLandroidx/collection/MutableIntObjectMap;->findAbsoluteInsertIndex(I)I
HPLandroidx/collection/MutableIntObjectMap;->findFirstAvailableSlot(I)I
HPLandroidx/collection/MutableIntObjectMap;->initializeGrowth()V
HPLandroidx/collection/MutableIntObjectMap;->initializeMetadata(I)V
HPLandroidx/collection/MutableIntObjectMap;->initializeStorage(I)V
+PLandroidx/collection/MutableIntObjectMap;->put(ILjava/lang/Object;)Ljava/lang/Object;
+HPLandroidx/collection/MutableIntObjectMap;->resizeStorage(I)V
HPLandroidx/collection/MutableIntObjectMap;->set(ILjava/lang/Object;)V
Landroidx/collection/MutableIntSet;
HSPLandroidx/collection/MutableIntSet;->(I)V
+HSPLandroidx/collection/MutableIntSet;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
HSPLandroidx/collection/MutableIntSet;->initializeGrowth()V
HSPLandroidx/collection/MutableIntSet;->initializeMetadata(I)V
HSPLandroidx/collection/MutableIntSet;->initializeStorage(I)V
-PLandroidx/collection/MutableLongSet;->(I)V
-HPLandroidx/collection/MutableLongSet;->findAbsoluteInsertIndex(J)I
+Landroidx/collection/MutableLongObjectMap;
+HSPLandroidx/collection/MutableLongObjectMap;->(I)V
+HPLandroidx/collection/MutableLongObjectMap;->clear()V
+HPLandroidx/collection/MutableLongObjectMap;->findAbsoluteInsertIndex(J)I
+PLandroidx/collection/MutableLongObjectMap;->findFirstAvailableSlot(I)I
+HSPLandroidx/collection/MutableLongObjectMap;->initializeGrowth()V
+HSPLandroidx/collection/MutableLongObjectMap;->initializeMetadata(I)V
+HSPLandroidx/collection/MutableLongObjectMap;->initializeStorage(I)V
+PLandroidx/collection/MutableLongObjectMap;->set(JLjava/lang/Object;)V
+Landroidx/collection/MutableLongSet;
+HSPLandroidx/collection/MutableLongSet;->(I)V
+PLandroidx/collection/MutableLongSet;->findAbsoluteInsertIndex(J)I
PLandroidx/collection/MutableLongSet;->findFirstAvailableSlot(I)I
-PLandroidx/collection/MutableLongSet;->initializeGrowth()V
-PLandroidx/collection/MutableLongSet;->initializeMetadata(I)V
-PLandroidx/collection/MutableLongSet;->initializeStorage(I)V
+HSPLandroidx/collection/MutableLongSet;->initializeGrowth()V
+HSPLandroidx/collection/MutableLongSet;->initializeMetadata(I)V
+HSPLandroidx/collection/MutableLongSet;->initializeStorage(I)V
PLandroidx/collection/MutableLongSet;->plusAssign(J)V
PLandroidx/collection/MutableLongSet;->remove(J)Z
PLandroidx/collection/MutableLongSet;->removeElementAt(I)V
@@ -678,7 +795,7 @@ HPLandroidx/collection/MutableObjectIntMap;->(I)V
HPLandroidx/collection/MutableObjectIntMap;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
HPLandroidx/collection/MutableObjectIntMap;->adjustStorage()V
HPLandroidx/collection/MutableObjectIntMap;->findFirstAvailableSlot(I)I
-HPLandroidx/collection/MutableObjectIntMap;->findIndex(Ljava/lang/Object;)I
+HSPLandroidx/collection/MutableObjectIntMap;->findIndex(Ljava/lang/Object;)I
HPLandroidx/collection/MutableObjectIntMap;->initializeGrowth()V
HPLandroidx/collection/MutableObjectIntMap;->initializeMetadata(I)V
HPLandroidx/collection/MutableObjectIntMap;->initializeStorage(I)V
@@ -686,13 +803,28 @@ HPLandroidx/collection/MutableObjectIntMap;->put(Ljava/lang/Object;II)I
HPLandroidx/collection/MutableObjectIntMap;->removeValueAt(I)V
HPLandroidx/collection/MutableObjectIntMap;->resizeStorage(I)V
HPLandroidx/collection/MutableObjectIntMap;->set(Ljava/lang/Object;I)V
+Landroidx/collection/MutableObjectList;
+HSPLandroidx/collection/MutableObjectList;->(I)V
+HSPLandroidx/collection/MutableObjectList;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
+HPLandroidx/collection/MutableObjectList;->add(Ljava/lang/Object;)Z
+HSPLandroidx/collection/MutableObjectList;->clear()V
+PLandroidx/collection/MutableObjectList;->ensureCapacity(I)V
+Landroidx/collection/MutableObjectLongMap;
+HSPLandroidx/collection/MutableObjectLongMap;->(I)V
+HSPLandroidx/collection/MutableObjectLongMap;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
+PLandroidx/collection/MutableObjectLongMap;->findFirstAvailableSlot(I)I
+HPLandroidx/collection/MutableObjectLongMap;->findIndex(Ljava/lang/Object;)I
+HSPLandroidx/collection/MutableObjectLongMap;->initializeGrowth()V
+HSPLandroidx/collection/MutableObjectLongMap;->initializeMetadata(I)V
+HSPLandroidx/collection/MutableObjectLongMap;->initializeStorage(I)V
+HPLandroidx/collection/MutableObjectLongMap;->set(Ljava/lang/Object;J)V
Landroidx/collection/MutableScatterMap;
HPLandroidx/collection/MutableScatterMap;->(I)V
HPLandroidx/collection/MutableScatterMap;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
HPLandroidx/collection/MutableScatterMap;->adjustStorage()V
HPLandroidx/collection/MutableScatterMap;->clear()V
HPLandroidx/collection/MutableScatterMap;->findFirstAvailableSlot(I)I
-HPLandroidx/collection/MutableScatterMap;->findInsertIndex(Ljava/lang/Object;)I
+HSPLandroidx/collection/MutableScatterMap;->findInsertIndex(Ljava/lang/Object;)I
HPLandroidx/collection/MutableScatterMap;->initializeGrowth()V
HPLandroidx/collection/MutableScatterMap;->initializeMetadata(I)V
HPLandroidx/collection/MutableScatterMap;->initializeStorage(I)V
@@ -703,71 +835,100 @@ HPLandroidx/collection/MutableScatterMap;->set(Ljava/lang/Object;Ljava/lang/Obje
Landroidx/collection/MutableScatterSet;
HPLandroidx/collection/MutableScatterSet;->(I)V
HPLandroidx/collection/MutableScatterSet;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
-HPLandroidx/collection/MutableScatterSet;->add(Ljava/lang/Object;)Z
+HSPLandroidx/collection/MutableScatterSet;->add(Ljava/lang/Object;)Z
+HPLandroidx/collection/MutableScatterSet;->addAll(Landroidx/collection/ScatterSet;)Z
HPLandroidx/collection/MutableScatterSet;->adjustStorage()V
+HPLandroidx/collection/MutableScatterSet;->asMutableSet()Ljava/util/Set;
HPLandroidx/collection/MutableScatterSet;->clear()V
-HPLandroidx/collection/MutableScatterSet;->findAbsoluteInsertIndex(Ljava/lang/Object;)I
+HSPLandroidx/collection/MutableScatterSet;->findAbsoluteInsertIndex(Ljava/lang/Object;)I
HPLandroidx/collection/MutableScatterSet;->findFirstAvailableSlot(I)I
-HPLandroidx/collection/MutableScatterSet;->initializeGrowth()V
+HSPLandroidx/collection/MutableScatterSet;->initializeGrowth()V
HPLandroidx/collection/MutableScatterSet;->initializeMetadata(I)V
HPLandroidx/collection/MutableScatterSet;->initializeStorage(I)V
+HPLandroidx/collection/MutableScatterSet;->plusAssign(Landroidx/collection/ScatterSet;)V
HPLandroidx/collection/MutableScatterSet;->plusAssign(Ljava/lang/Object;)V
HPLandroidx/collection/MutableScatterSet;->remove(Ljava/lang/Object;)Z
HPLandroidx/collection/MutableScatterSet;->removeElementAt(I)V
HPLandroidx/collection/MutableScatterSet;->resizeStorage(I)V
+Landroidx/collection/MutableScatterSet$MutableSetWrapper;
+HPLandroidx/collection/MutableScatterSet$MutableSetWrapper;->(Landroidx/collection/MutableScatterSet;)V
+HPLandroidx/collection/MutableScatterSet$MutableSetWrapper;->add(Ljava/lang/Object;)Z
+HPLandroidx/collection/MutableScatterSet$MutableSetWrapper;->remove(Ljava/lang/Object;)Z
Landroidx/collection/ObjectIntMap;
HPLandroidx/collection/ObjectIntMap;->()V
HPLandroidx/collection/ObjectIntMap;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
PLandroidx/collection/ObjectIntMap;->equals(Ljava/lang/Object;)Z
-HPLandroidx/collection/ObjectIntMap;->findKeyIndex(Ljava/lang/Object;)I
+HSPLandroidx/collection/ObjectIntMap;->findKeyIndex(Ljava/lang/Object;)I
HPLandroidx/collection/ObjectIntMap;->getCapacity()I
HPLandroidx/collection/ObjectIntMap;->getOrDefault(Ljava/lang/Object;I)I
-HPLandroidx/collection/ObjectIntMap;->getSize()I
HPLandroidx/collection/ObjectIntMap;->isNotEmpty()Z
Landroidx/collection/ObjectIntMapKt;
HSPLandroidx/collection/ObjectIntMapKt;->()V
HPLandroidx/collection/ObjectIntMapKt;->emptyObjectIntMap()Landroidx/collection/ObjectIntMap;
+HSPLandroidx/collection/ObjectIntMapKt;->mutableObjectIntMapOf()Landroidx/collection/MutableObjectIntMap;
+Landroidx/collection/ObjectList;
+HSPLandroidx/collection/ObjectList;->(I)V
+HSPLandroidx/collection/ObjectList;->(ILkotlin/jvm/internal/DefaultConstructorMarker;)V
+PLandroidx/collection/ObjectList;->contains(Ljava/lang/Object;)Z
+PLandroidx/collection/ObjectList;->indexOf(Ljava/lang/Object;)I
+Landroidx/collection/ObjectLongMap;
+HSPLandroidx/collection/ObjectLongMap;->()V
+HSPLandroidx/collection/ObjectLongMap;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+PLandroidx/collection/ObjectLongMap;->contains(Ljava/lang/Object;)Z
+HPLandroidx/collection/ObjectLongMap;->findKeyIndex(Ljava/lang/Object;)I
+HPLandroidx/collection/ObjectLongMap;->get(Ljava/lang/Object;)J
+HSPLandroidx/collection/ObjectLongMap;->getCapacity()I
+HPLandroidx/collection/ObjectLongMap;->getOrDefault(Ljava/lang/Object;J)J
+Landroidx/collection/ObjectLongMapKt;
+HSPLandroidx/collection/ObjectLongMapKt;->()V
+HSPLandroidx/collection/ObjectLongMapKt;->mutableObjectLongMapOf()Landroidx/collection/MutableObjectLongMap;
Landroidx/collection/ScatterMap;
HPLandroidx/collection/ScatterMap;->()V
HPLandroidx/collection/ScatterMap;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HPLandroidx/collection/ScatterMap;->containsKey(Ljava/lang/Object;)Z
-HPLandroidx/collection/ScatterMap;->get(Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/collection/ScatterMap;->contains(Ljava/lang/Object;)Z
+HSPLandroidx/collection/ScatterMap;->containsKey(Ljava/lang/Object;)Z
HPLandroidx/collection/ScatterMap;->getCapacity()I
-PLandroidx/collection/ScatterMap;->getSize()I
+HPLandroidx/collection/ScatterMap;->getSize()I
+HPLandroidx/collection/ScatterMap;->isEmpty()Z
HPLandroidx/collection/ScatterMap;->isNotEmpty()Z
Landroidx/collection/ScatterMapKt;
HSPLandroidx/collection/ScatterMapKt;->()V
HPLandroidx/collection/ScatterMapKt;->loadedCapacity(I)I
HPLandroidx/collection/ScatterMapKt;->mutableScatterMapOf()Landroidx/collection/MutableScatterMap;
-HPLandroidx/collection/ScatterMapKt;->nextCapacity(I)I
+HSPLandroidx/collection/ScatterMapKt;->nextCapacity(I)I
HPLandroidx/collection/ScatterMapKt;->normalizeCapacity(I)I
HPLandroidx/collection/ScatterMapKt;->unloadedCapacity(I)I
Landroidx/collection/ScatterSet;
HPLandroidx/collection/ScatterSet;->()V
HPLandroidx/collection/ScatterSet;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HPLandroidx/collection/ScatterSet;->contains(Ljava/lang/Object;)Z
+HSPLandroidx/collection/ScatterSet;->contains(Ljava/lang/Object;)Z
HPLandroidx/collection/ScatterSet;->getCapacity()I
HPLandroidx/collection/ScatterSet;->getSize()I
HPLandroidx/collection/ScatterSet;->isEmpty()Z
-PLandroidx/collection/ScatterSetKt;->()V
+HPLandroidx/collection/ScatterSet;->isNotEmpty()Z
+Landroidx/collection/ScatterSet$SetWrapper;
+HPLandroidx/collection/ScatterSet$SetWrapper;->(Landroidx/collection/ScatterSet;)V
+HPLandroidx/collection/ScatterSet$SetWrapper;->isEmpty()Z
+Landroidx/collection/ScatterSetKt;
+HSPLandroidx/collection/ScatterSetKt;->()V
HPLandroidx/collection/ScatterSetKt;->mutableScatterSetOf()Landroidx/collection/MutableScatterSet;
Landroidx/collection/SimpleArrayMap;
HSPLandroidx/collection/SimpleArrayMap;->()V
-HPLandroidx/collection/SimpleArrayMap;->(I)V
+HSPLandroidx/collection/SimpleArrayMap;->(I)V
HSPLandroidx/collection/SimpleArrayMap;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
HSPLandroidx/collection/SimpleArrayMap;->get(Ljava/lang/Object;)Ljava/lang/Object;
HSPLandroidx/collection/SimpleArrayMap;->indexOf(Ljava/lang/Object;I)I
HSPLandroidx/collection/SimpleArrayMap;->indexOfKey(Ljava/lang/Object;)I
PLandroidx/collection/SimpleArrayMap;->remove(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/collection/SparseArrayCompat;
-HPLandroidx/collection/SparseArrayCompat;->()V
+HSPLandroidx/collection/SparseArrayCompat;->()V
HPLandroidx/collection/SparseArrayCompat;->(I)V
HSPLandroidx/collection/SparseArrayCompat;->(IILkotlin/jvm/internal/DefaultConstructorMarker;)V
-HPLandroidx/collection/SparseArrayCompat;->get(I)Ljava/lang/Object;
-HPLandroidx/collection/SparseArrayCompat;->indexOfKey(I)I
-HPLandroidx/collection/SparseArrayCompat;->keyAt(I)I
+HSPLandroidx/collection/SparseArrayCompat;->get(I)Ljava/lang/Object;
+PLandroidx/collection/SparseArrayCompat;->indexOfKey(I)I
+HSPLandroidx/collection/SparseArrayCompat;->keyAt(I)I
HPLandroidx/collection/SparseArrayCompat;->put(ILjava/lang/Object;)V
-HPLandroidx/collection/SparseArrayCompat;->replace(ILjava/lang/Object;)Ljava/lang/Object;
+PLandroidx/collection/SparseArrayCompat;->replace(ILjava/lang/Object;)Ljava/lang/Object;
HPLandroidx/collection/SparseArrayCompat;->size()I
HPLandroidx/collection/SparseArrayCompat;->valueAt(I)Ljava/lang/Object;
Landroidx/collection/SparseArrayCompatKt;
@@ -775,29 +936,29 @@ HSPLandroidx/collection/SparseArrayCompatKt;->()V
HSPLandroidx/collection/SparseArrayCompatKt;->access$getDELETED$p()Ljava/lang/Object;
HPLandroidx/collection/SparseArrayCompatKt;->commonGet(Landroidx/collection/SparseArrayCompat;I)Ljava/lang/Object;
Landroidx/collection/SparseArrayKt;
-HPLandroidx/collection/SparseArrayKt;->keyIterator(Landroidx/collection/SparseArrayCompat;)Lkotlin/collections/IntIterator;
+PLandroidx/collection/SparseArrayKt;->keyIterator(Landroidx/collection/SparseArrayCompat;)Lkotlin/collections/IntIterator;
HPLandroidx/collection/SparseArrayKt;->valueIterator(Landroidx/collection/SparseArrayCompat;)Ljava/util/Iterator;
-HPLandroidx/collection/SparseArrayKt$keyIterator$1;->(Landroidx/collection/SparseArrayCompat;)V
-HPLandroidx/collection/SparseArrayKt$keyIterator$1;->hasNext()Z
+PLandroidx/collection/SparseArrayKt$keyIterator$1;->(Landroidx/collection/SparseArrayCompat;)V
+PLandroidx/collection/SparseArrayKt$keyIterator$1;->hasNext()Z
Landroidx/collection/SparseArrayKt$valueIterator$1;
-HPLandroidx/collection/SparseArrayKt$valueIterator$1;->(Landroidx/collection/SparseArrayCompat;)V
+HSPLandroidx/collection/SparseArrayKt$valueIterator$1;->(Landroidx/collection/SparseArrayCompat;)V
HPLandroidx/collection/SparseArrayKt$valueIterator$1;->hasNext()Z
-HPLandroidx/collection/SparseArrayKt$valueIterator$1;->next()Ljava/lang/Object;
+PLandroidx/collection/SparseArrayKt$valueIterator$1;->next()Ljava/lang/Object;
Landroidx/collection/internal/ContainerHelpersKt;
HSPLandroidx/collection/internal/ContainerHelpersKt;->()V
HPLandroidx/collection/internal/ContainerHelpersKt;->binarySearch([III)I
HPLandroidx/collection/internal/ContainerHelpersKt;->binarySearch([JIJ)I
-HPLandroidx/collection/internal/ContainerHelpersKt;->idealByteArraySize(I)I
-HPLandroidx/collection/internal/ContainerHelpersKt;->idealIntArraySize(I)I
-HPLandroidx/collection/internal/ContainerHelpersKt;->idealLongArraySize(I)I
+HSPLandroidx/collection/internal/ContainerHelpersKt;->idealByteArraySize(I)I
+HSPLandroidx/collection/internal/ContainerHelpersKt;->idealIntArraySize(I)I
+HSPLandroidx/collection/internal/ContainerHelpersKt;->idealLongArraySize(I)I
Landroidx/collection/internal/Lock;
HSPLandroidx/collection/internal/Lock;->()V
Landroidx/collection/internal/LruHashMap;
HSPLandroidx/collection/internal/LruHashMap;->(IF)V
HPLandroidx/collection/internal/LruHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object;
-HPLandroidx/collection/internal/LruHashMap;->getEntries()Ljava/util/Set;
-HPLandroidx/collection/internal/LruHashMap;->isEmpty()Z
-HPLandroidx/collection/internal/LruHashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/collection/internal/LruHashMap;->getEntries()Ljava/util/Set;
+PLandroidx/collection/internal/LruHashMap;->isEmpty()Z
+PLandroidx/collection/internal/LruHashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/collection/internal/LruHashMap;->remove(Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/animation/AndroidFlingSpline;->()V
PLandroidx/compose/animation/AndroidFlingSpline;->()V
@@ -809,100 +970,100 @@ HPLandroidx/compose/animation/AndroidFlingSpline$FlingResult;->getDistanceCoeffi
HPLandroidx/compose/animation/AndroidFlingSpline$FlingResult;->getVelocityCoefficient()F
Landroidx/compose/animation/AnimatedContentKt;
HPLandroidx/compose/animation/AnimatedContentKt;->AnimatedContent(Landroidx/compose/animation/core/Transition;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V
-HPLandroidx/compose/animation/AnimatedContentKt;->AnimatedContent(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V
-HPLandroidx/compose/animation/AnimatedContentKt;->SizeTransform$default(ZLkotlin/jvm/functions/Function2;ILjava/lang/Object;)Landroidx/compose/animation/SizeTransform;
-HPLandroidx/compose/animation/AnimatedContentKt;->SizeTransform(ZLkotlin/jvm/functions/Function2;)Landroidx/compose/animation/SizeTransform;
+PLandroidx/compose/animation/AnimatedContentKt;->AnimatedContent(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V
+HSPLandroidx/compose/animation/AnimatedContentKt;->SizeTransform$default(ZLkotlin/jvm/functions/Function2;ILjava/lang/Object;)Landroidx/compose/animation/SizeTransform;
+HSPLandroidx/compose/animation/AnimatedContentKt;->SizeTransform(ZLkotlin/jvm/functions/Function2;)Landroidx/compose/animation/SizeTransform;
PLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$2;->()V
PLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$2;->()V
PLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$3;->(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function4;II)V
+PLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$3;->(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function4;II)V
Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1;->(Landroidx/compose/animation/core/Transition;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;Landroidx/compose/runtime/snapshots/SnapshotStateList;Lkotlin/jvm/functions/Function4;)V
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1;->(Landroidx/compose/animation/core/Transition;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;Landroidx/compose/runtime/snapshots/SnapshotStateList;Lkotlin/jvm/functions/Function4;)V
HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1;->invoke(Landroidx/compose/runtime/Composer;I)V
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
-Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1;->(Landroidx/compose/animation/ContentTransform;)V
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1;->invoke-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Landroidx/compose/ui/layout/Measurable;J)Landroidx/compose/ui/layout/MeasureResult;
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1$1;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1$1;->(Landroidx/compose/ui/layout/Placeable;Landroidx/compose/animation/ContentTransform;)V
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1$1;->invoke(Landroidx/compose/ui/layout/Placeable$PlacementScope;)V
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
-Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$3;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$3;->(Ljava/lang/Object;)V
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$3;->invoke(Ljava/lang/Object;)Ljava/lang/Boolean;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$3;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1$1;->(Landroidx/compose/animation/ContentTransform;)V
+HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
+HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1$1;->invoke-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Landroidx/compose/ui/layout/Measurable;J)Landroidx/compose/ui/layout/MeasureResult;
+Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1$1$1;
+HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1$1$1;->(Landroidx/compose/ui/layout/Placeable;Landroidx/compose/animation/ContentTransform;)V
+HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1$1$1;->invoke(Landroidx/compose/ui/layout/Placeable$PlacementScope;)V
+HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$1$1$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$3$1;
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$3$1;->(Ljava/lang/Object;)V
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$3$1;->invoke(Ljava/lang/Object;)Ljava/lang/Boolean;
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$3$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$4$1;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$4$1;->(Landroidx/compose/animation/ExitTransition;)V
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$4$1;->invoke(Landroidx/compose/animation/EnterExitState;Landroidx/compose/animation/EnterExitState;)Ljava/lang/Boolean;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$4$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$4$1;->(Landroidx/compose/animation/ExitTransition;)V
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$4$1;->invoke(Landroidx/compose/animation/EnterExitState;Landroidx/compose/animation/EnterExitState;)Ljava/lang/Boolean;
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$4$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5;->(Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;Ljava/lang/Object;Landroidx/compose/runtime/snapshots/SnapshotStateList;Lkotlin/jvm/functions/Function4;)V
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5;->(Landroidx/compose/runtime/snapshots/SnapshotStateList;Ljava/lang/Object;Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;Lkotlin/jvm/functions/Function4;)V
HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5;->invoke(Landroidx/compose/animation/AnimatedVisibilityScope;Landroidx/compose/runtime/Composer;I)V
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
-Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1;->(Landroidx/compose/runtime/snapshots/SnapshotStateList;Ljava/lang/Object;Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;)V
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1;->invoke(Landroidx/compose/runtime/DisposableEffectScope;)Landroidx/compose/runtime/DisposableEffectResult;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
-Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1$invoke$$inlined$onDispose$1;
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1$invoke$$inlined$onDispose$1;->(Landroidx/compose/runtime/snapshots/SnapshotStateList;Ljava/lang/Object;Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;)V
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1$invoke$$inlined$onDispose$1;->dispose()V
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
+Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1$1;
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1$1;->(Landroidx/compose/runtime/snapshots/SnapshotStateList;Ljava/lang/Object;Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;)V
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1$1;->invoke(Landroidx/compose/runtime/DisposableEffectScope;)Landroidx/compose/runtime/DisposableEffectResult;
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1$1$invoke$$inlined$onDispose$1;
+HSPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1$1$invoke$$inlined$onDispose$1;->(Landroidx/compose/runtime/snapshots/SnapshotStateList;Ljava/lang/Object;Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;)V
+PLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1$5$1$1$invoke$$inlined$onDispose$1;->dispose()V
Landroidx/compose/animation/AnimatedContentKt$AnimatedContent$9;
HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$9;->(Landroidx/compose/animation/core/Transition;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function4;II)V
-HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$9;->invoke(Landroidx/compose/runtime/Composer;I)V
+PLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$9;->invoke(Landroidx/compose/runtime/Composer;I)V
PLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$9;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/AnimatedContentKt$SizeTransform$1;
HSPLandroidx/compose/animation/AnimatedContentKt$SizeTransform$1;->()V
HSPLandroidx/compose/animation/AnimatedContentKt$SizeTransform$1;->()V
-HPLandroidx/compose/animation/AnimatedContentKt$SizeTransform$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedContentKt$SizeTransform$1;->invoke-TemP2vQ(JJ)Landroidx/compose/animation/core/SpringSpec;
+PLandroidx/compose/animation/AnimatedContentKt$SizeTransform$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/animation/AnimatedContentKt$SizeTransform$1;->invoke-TemP2vQ(JJ)Landroidx/compose/animation/core/SpringSpec;
Landroidx/compose/animation/AnimatedContentMeasurePolicy;
HSPLandroidx/compose/animation/AnimatedContentMeasurePolicy;->(Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;)V
-HPLandroidx/compose/animation/AnimatedContentMeasurePolicy;->getRootScope()Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;
+HSPLandroidx/compose/animation/AnimatedContentMeasurePolicy;->getRootScope()Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;
HPLandroidx/compose/animation/AnimatedContentMeasurePolicy;->measure-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Ljava/util/List;J)Landroidx/compose/ui/layout/MeasureResult;
Landroidx/compose/animation/AnimatedContentMeasurePolicy$measure$3;
-HPLandroidx/compose/animation/AnimatedContentMeasurePolicy$measure$3;->([Landroidx/compose/ui/layout/Placeable;Landroidx/compose/animation/AnimatedContentMeasurePolicy;II)V
+HSPLandroidx/compose/animation/AnimatedContentMeasurePolicy$measure$3;->([Landroidx/compose/ui/layout/Placeable;Landroidx/compose/animation/AnimatedContentMeasurePolicy;II)V
HPLandroidx/compose/animation/AnimatedContentMeasurePolicy$measure$3;->invoke(Landroidx/compose/ui/layout/Placeable$PlacementScope;)V
-HPLandroidx/compose/animation/AnimatedContentMeasurePolicy$measure$3;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/compose/animation/AnimatedContentMeasurePolicy$measure$3;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/AnimatedContentScope;
Landroidx/compose/animation/AnimatedContentScopeImpl;
-HPLandroidx/compose/animation/AnimatedContentScopeImpl;->(Landroidx/compose/animation/AnimatedVisibilityScope;)V
-HPLandroidx/compose/animation/AnimatedContentScopeImpl;->getTransition()Landroidx/compose/animation/core/Transition;
+HSPLandroidx/compose/animation/AnimatedContentScopeImpl;->(Landroidx/compose/animation/AnimatedVisibilityScope;)V
+PLandroidx/compose/animation/AnimatedContentScopeImpl;->getTransition()Landroidx/compose/animation/core/Transition;
Landroidx/compose/animation/AnimatedContentTransitionScope;
Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;
HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->()V
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->(Landroidx/compose/animation/core/Transition;Landroidx/compose/ui/Alignment;Landroidx/compose/ui/unit/LayoutDirection;)V
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->(Landroidx/compose/animation/core/Transition;Landroidx/compose/ui/Alignment;Landroidx/compose/ui/unit/LayoutDirection;)V
HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->createSizeAnimationModifier$animation_release(Landroidx/compose/animation/ContentTransform;Landroidx/compose/runtime/Composer;I)Landroidx/compose/ui/Modifier;
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->createSizeAnimationModifier$lambda$2(Landroidx/compose/runtime/MutableState;)Z
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->createSizeAnimationModifier$lambda$3(Landroidx/compose/runtime/MutableState;Z)V
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->getContentAlignment()Landroidx/compose/ui/Alignment;
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->getInitialState()Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->getTargetSizeMap$animation_release()Ljava/util/Map;
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->getTargetState()Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->setAnimatedSize$animation_release(Landroidx/compose/runtime/State;)V
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->setContentAlignment(Landroidx/compose/ui/Alignment;)V
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->setLayoutDirection$animation_release(Landroidx/compose/ui/unit/LayoutDirection;)V
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->setMeasuredSize-ozmzZPI$animation_release(J)V
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->createSizeAnimationModifier$lambda$2(Landroidx/compose/runtime/MutableState;)Z
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->createSizeAnimationModifier$lambda$3(Landroidx/compose/runtime/MutableState;Z)V
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->getContentAlignment()Landroidx/compose/ui/Alignment;
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->getInitialState()Ljava/lang/Object;
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->getTargetSizeMap$animation_release()Landroidx/collection/MutableScatterMap;
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->getTargetState()Ljava/lang/Object;
+PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->setAnimatedSize$animation_release(Landroidx/compose/runtime/State;)V
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->setContentAlignment(Landroidx/compose/ui/Alignment;)V
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->setLayoutDirection$animation_release(Landroidx/compose/ui/unit/LayoutDirection;)V
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->setMeasuredSize-ozmzZPI$animation_release(J)V
Landroidx/compose/animation/AnimatedContentTransitionScopeImpl$ChildData;
HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$ChildData;->()V
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$ChildData;->(Z)V
-PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$ChildData;->equals(Ljava/lang/Object;)Z
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$ChildData;->isTarget()Z
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$ChildData;->(Z)V
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$ChildData;->isTarget()Z
HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$ChildData;->modifyParentData(Landroidx/compose/ui/unit/Density;Ljava/lang/Object;)Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$ChildData;->setTarget(Z)V
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier;->(Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;Landroidx/compose/animation/core/Transition$DeferredAnimation;Landroidx/compose/runtime/State;)V
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier;->getSizeTransform()Landroidx/compose/runtime/State;
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$1;->(Landroidx/compose/ui/layout/Placeable;J)V
+HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$ChildData;->setTarget(Z)V
+PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier;->(Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;Landroidx/compose/animation/core/Transition$DeferredAnimation;Landroidx/compose/runtime/State;)V
+PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier;->getSizeTransform()Landroidx/compose/runtime/State;
+HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier;->measure-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Landroidx/compose/ui/layout/Measurable;J)Landroidx/compose/ui/layout/MeasureResult;
+PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$1;->(Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;Landroidx/compose/ui/layout/Placeable;J)V
HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$1;->invoke(Landroidx/compose/ui/layout/Placeable$PlacementScope;)V
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$size$1;->(Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;Landroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier;)V
+PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$size$1;->(Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;Landroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier;)V
HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$size$1;->invoke(Landroidx/compose/animation/core/Transition$Segment;)Landroidx/compose/animation/core/FiniteAnimationSpec;
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$size$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$size$2;->(Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;)V
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$size$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$size$2;->invoke-YEO4UFw(Ljava/lang/Object;)J
+PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$size$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$size$2;->(Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;)V
+PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$size$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$SizeModifier$measure$size$2;->invoke-YEO4UFw(Ljava/lang/Object;)J
Landroidx/compose/animation/AnimatedEnterExitMeasurePolicy;
-HPLandroidx/compose/animation/AnimatedEnterExitMeasurePolicy;->(Landroidx/compose/animation/AnimatedVisibilityScopeImpl;)V
+HSPLandroidx/compose/animation/AnimatedEnterExitMeasurePolicy;->(Landroidx/compose/animation/AnimatedVisibilityScopeImpl;)V
HPLandroidx/compose/animation/AnimatedEnterExitMeasurePolicy;->measure-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Ljava/util/List;J)Landroidx/compose/ui/layout/MeasureResult;
Landroidx/compose/animation/AnimatedEnterExitMeasurePolicy$measure$1;
HPLandroidx/compose/animation/AnimatedEnterExitMeasurePolicy$measure$1;->(Ljava/util/List;)V
@@ -914,27 +1075,27 @@ HPLandroidx/compose/animation/AnimatedVisibilityKt;->AnimatedVisibility(Landroid
HPLandroidx/compose/animation/AnimatedVisibilityKt;->AnimatedVisibility(Landroidx/compose/foundation/layout/RowScope;ZLandroidx/compose/ui/Modifier;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Ljava/lang/String;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
HPLandroidx/compose/animation/AnimatedVisibilityKt;->AnimatedVisibility(ZLandroidx/compose/ui/Modifier;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Ljava/lang/String;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
HPLandroidx/compose/animation/AnimatedVisibilityKt;->AnimatedVisibilityImpl(Landroidx/compose/animation/core/Transition;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;I)V
-HPLandroidx/compose/animation/AnimatedVisibilityKt;->access$getExitFinished(Landroidx/compose/animation/core/Transition;)Z
+HSPLandroidx/compose/animation/AnimatedVisibilityKt;->access$getExitFinished(Landroidx/compose/animation/core/Transition;)Z
HPLandroidx/compose/animation/AnimatedVisibilityKt;->getExitFinished(Landroidx/compose/animation/core/Transition;)Z
HPLandroidx/compose/animation/AnimatedVisibilityKt;->targetEnterExit(Landroidx/compose/animation/core/Transition;Lkotlin/jvm/functions/Function1;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Landroidx/compose/animation/EnterExitState;
Landroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$4;
HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$4;->(Landroidx/compose/animation/core/Transition;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Lkotlin/jvm/functions/Function2;Landroidx/compose/animation/OnLookaheadMeasured;Lkotlin/jvm/functions/Function3;II)V
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$4;->invoke(Landroidx/compose/runtime/Composer;I)V
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$4;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$4;->invoke(Landroidx/compose/runtime/Composer;I)V
+PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$4;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1;
HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1;->(Landroidx/compose/animation/core/Transition;Landroidx/compose/runtime/State;Lkotlin/coroutines/Continuation;)V
HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1;->invoke(Landroidx/compose/runtime/ProduceStateScope;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1;->invoke(Landroidx/compose/runtime/ProduceStateScope;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
+HSPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$1;
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$1;->(Landroidx/compose/animation/core/Transition;)V
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$1;->invoke()Ljava/lang/Boolean;
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$1;->invoke()Ljava/lang/Object;
+HSPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$1;->(Landroidx/compose/animation/core/Transition;)V
+HSPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$1;->invoke()Ljava/lang/Boolean;
+HSPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$1;->invoke()Ljava/lang/Object;
Landroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$2;
HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$2;->(Landroidx/compose/runtime/ProduceStateScope;Landroidx/compose/animation/core/Transition;Landroidx/compose/runtime/State;)V
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$2;->emit(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$2;->emit(ZLkotlin/coroutines/Continuation;)Ljava/lang/Object;
+HSPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$2;->emit(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
+HSPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$shouldDisposeAfterExit$2$1$2;->emit(ZLkotlin/coroutines/Continuation;)Ljava/lang/Object;
Landroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$1;
HSPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$1;->()V
HSPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$1;->()V
@@ -944,25 +1105,25 @@ Landroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$2;
HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$2;->(ZLandroidx/compose/ui/Modifier;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Ljava/lang/String;Lkotlin/jvm/functions/Function3;II)V
PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$3;->()V
PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$3;->()V
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$3;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$3;->invoke(Z)Ljava/lang/Boolean;
+PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$3;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$3;->invoke(Z)Ljava/lang/Boolean;
HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$4;->(Landroidx/compose/foundation/layout/RowScope;ZLandroidx/compose/ui/Modifier;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Ljava/lang/String;Lkotlin/jvm/functions/Function3;II)V
PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$5;->()V
PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$5;->()V
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$5;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$5;->invoke(Z)Ljava/lang/Boolean;
+PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$5;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$5;->invoke(Z)Ljava/lang/Boolean;
HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibility$6;->(Landroidx/compose/foundation/layout/ColumnScope;ZLandroidx/compose/ui/Modifier;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Ljava/lang/String;Lkotlin/jvm/functions/Function3;II)V
Landroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$1$1;
HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$1$1;->(Lkotlin/jvm/functions/Function1;Landroidx/compose/animation/core/Transition;)V
HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$1$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$1$1;->invoke-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Landroidx/compose/ui/layout/Measurable;J)Landroidx/compose/ui/layout/MeasureResult;
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$1$1$1;->(Landroidx/compose/ui/layout/Placeable;)V
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$1$1$1;->invoke(Landroidx/compose/ui/layout/Placeable$PlacementScope;)V
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$1$1$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$1$1$1;->(Landroidx/compose/ui/layout/Placeable;)V
+PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$1$1$1;->invoke(Landroidx/compose/ui/layout/Placeable$PlacementScope;)V
+PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$1$1$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$2;
HSPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$2;->()V
HSPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$2;->()V
-HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$2;->invoke(Landroidx/compose/animation/EnterExitState;Landroidx/compose/animation/EnterExitState;)Ljava/lang/Boolean;
+PLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$2;->invoke(Landroidx/compose/animation/EnterExitState;Landroidx/compose/animation/EnterExitState;)Ljava/lang/Boolean;
HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedVisibilityImpl$2;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/AnimatedVisibilityScope;
Landroidx/compose/animation/AnimatedVisibilityScopeImpl;
@@ -972,41 +1133,41 @@ HPLandroidx/compose/animation/AnimatedVisibilityScopeImpl;->getTargetSize$animat
PLandroidx/compose/animation/AnimatedVisibilityScopeImpl;->getTransition()Landroidx/compose/animation/core/Transition;
Landroidx/compose/animation/AnimationModifierKt;
HSPLandroidx/compose/animation/AnimationModifierKt;->()V
-HPLandroidx/compose/animation/AnimationModifierKt;->getInvalidSize()J
+HSPLandroidx/compose/animation/AnimationModifierKt;->getInvalidSize()J
HPLandroidx/compose/animation/AnimationModifierKt;->isValid-ozmzZPI(J)Z
Landroidx/compose/animation/ChangeSize;
HSPLandroidx/compose/animation/ChangeSize;->()V
HPLandroidx/compose/animation/ChangeSize;->(Landroidx/compose/ui/Alignment;Lkotlin/jvm/functions/Function1;Landroidx/compose/animation/core/FiniteAnimationSpec;Z)V
Landroidx/compose/animation/ColorVectorConverterKt;
HSPLandroidx/compose/animation/ColorVectorConverterKt;->()V
-HPLandroidx/compose/animation/ColorVectorConverterKt;->getVectorConverter(Landroidx/compose/ui/graphics/Color$Companion;)Lkotlin/jvm/functions/Function1;
+HSPLandroidx/compose/animation/ColorVectorConverterKt;->getVectorConverter(Landroidx/compose/ui/graphics/Color$Companion;)Lkotlin/jvm/functions/Function1;
Landroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1;
HSPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1;->()V
HSPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1;->()V
-HPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1;->invoke(Landroidx/compose/ui/graphics/colorspace/ColorSpace;)Landroidx/compose/animation/core/TwoWayConverter;
-HPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1;->invoke(Landroidx/compose/ui/graphics/colorspace/ColorSpace;)Landroidx/compose/animation/core/TwoWayConverter;
+HSPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1$1;
HSPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1$1;->()V
HSPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1$1;->()V
-HPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1$1;->invoke-8_81llA(J)Landroidx/compose/animation/core/AnimationVector4D;
Landroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1$2;
-HPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1$2;->(Landroidx/compose/ui/graphics/colorspace/ColorSpace;)V
-HPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1$2;->(Landroidx/compose/ui/graphics/colorspace/ColorSpace;)V
+PLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/animation/ColorVectorConverterKt$ColorToVector$1$2;->invoke-vNxB06k(Landroidx/compose/animation/core/AnimationVector4D;)J
Landroidx/compose/animation/ContentTransform;
HSPLandroidx/compose/animation/ContentTransform;->()V
-HPLandroidx/compose/animation/ContentTransform;->(Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;FLandroidx/compose/animation/SizeTransform;)V
-HPLandroidx/compose/animation/ContentTransform;->(Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;FLandroidx/compose/animation/SizeTransform;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/compose/animation/ContentTransform;->(Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;FLandroidx/compose/animation/SizeTransform;)V
+HSPLandroidx/compose/animation/ContentTransform;->(Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;FLandroidx/compose/animation/SizeTransform;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
PLandroidx/compose/animation/ContentTransform;->getInitialContentExit()Landroidx/compose/animation/ExitTransition;
-HPLandroidx/compose/animation/ContentTransform;->getSizeTransform()Landroidx/compose/animation/SizeTransform;
-HPLandroidx/compose/animation/ContentTransform;->getTargetContentEnter()Landroidx/compose/animation/EnterTransition;
+HSPLandroidx/compose/animation/ContentTransform;->getSizeTransform()Landroidx/compose/animation/SizeTransform;
+HSPLandroidx/compose/animation/ContentTransform;->getTargetContentEnter()Landroidx/compose/animation/EnterTransition;
HPLandroidx/compose/animation/ContentTransform;->getTargetContentZIndex()F
Landroidx/compose/animation/CrossfadeKt;
HPLandroidx/compose/animation/CrossfadeKt;->Crossfade(Landroidx/compose/animation/core/Transition;Landroidx/compose/ui/Modifier;Landroidx/compose/animation/core/FiniteAnimationSpec;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
-HPLandroidx/compose/animation/CrossfadeKt;->Crossfade(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Landroidx/compose/animation/core/FiniteAnimationSpec;Ljava/lang/String;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
+HSPLandroidx/compose/animation/CrossfadeKt;->Crossfade(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Landroidx/compose/animation/core/FiniteAnimationSpec;Ljava/lang/String;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
Landroidx/compose/animation/CrossfadeKt$Crossfade$1;
-HPLandroidx/compose/animation/CrossfadeKt$Crossfade$1;->(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Landroidx/compose/animation/core/FiniteAnimationSpec;Ljava/lang/String;Lkotlin/jvm/functions/Function3;II)V
+HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$1;->(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Landroidx/compose/animation/core/FiniteAnimationSpec;Ljava/lang/String;Lkotlin/jvm/functions/Function3;II)V
Landroidx/compose/animation/CrossfadeKt$Crossfade$3;
HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$3;->()V
HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$3;->()V
@@ -1015,22 +1176,22 @@ PLandroidx/compose/animation/CrossfadeKt$Crossfade$4$1;->(Landroidx/compos
PLandroidx/compose/animation/CrossfadeKt$Crossfade$4$1;->invoke(Ljava/lang/Object;)Ljava/lang/Boolean;
PLandroidx/compose/animation/CrossfadeKt$Crossfade$4$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/CrossfadeKt$Crossfade$5$1;
-HPLandroidx/compose/animation/CrossfadeKt$Crossfade$5$1;->(Landroidx/compose/animation/core/Transition;Landroidx/compose/animation/core/FiniteAnimationSpec;Ljava/lang/Object;Lkotlin/jvm/functions/Function3;)V
+HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$5$1;->(Landroidx/compose/animation/core/Transition;Landroidx/compose/animation/core/FiniteAnimationSpec;Ljava/lang/Object;Lkotlin/jvm/functions/Function3;)V
HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$5$1;->access$invoke$lambda$1(Landroidx/compose/runtime/State;)F
-HPLandroidx/compose/animation/CrossfadeKt$Crossfade$5$1;->invoke$lambda$1(Landroidx/compose/runtime/State;)F
+HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$5$1;->invoke$lambda$1(Landroidx/compose/runtime/State;)F
HPLandroidx/compose/animation/CrossfadeKt$Crossfade$5$1;->invoke(Landroidx/compose/runtime/Composer;I)V
-HPLandroidx/compose/animation/CrossfadeKt$Crossfade$5$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$5$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/CrossfadeKt$Crossfade$5$1$1$1;
HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$5$1$1$1;->