diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 3cd56e7a1..fd294bb74 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -78,6 +78,7 @@ android {
signingConfig = signingConfigs.getByName("debug")
matchingFallbacks.add("release")
isDebuggable = false
+ isProfileable = true
versionNameSuffix = "-benchmark"
applicationIdSuffix = ".benchmark"
}
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index 51c91f9c5..b3529d60f 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -8,6 +8,7 @@
-keep,allowoptimization class kotlin.** { public protected *; }
-keep,allowoptimization class kotlinx.coroutines.** { public protected *; }
-keep,allowoptimization class kotlinx.serialization.** { public protected *; }
+-keep,allowoptimization class kotlin.time.** { public protected *; }
-keep,allowoptimization class okhttp3.** { public protected *; }
-keep,allowoptimization class okio.** { public protected *; }
-keep,allowoptimization class rx.** { public protected *; }
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 3ba6e730c..8235f8962 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -44,11 +44,6 @@
android:supportsRtl="true"
android:theme="@style/Theme.Tachiyomi">
-
-
-
@@ -133,54 +128,12 @@
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
$r8$lambda$OnwlVMZzrLePIRy-6IUDTtLLUV0(L
HSPLandroidx/activity/ComponentActivity;->$r8$lambda$h2i_RK2mddCIbAsGubaI4eL8_cU(Landroidx/activity/ComponentActivity;)V
PLandroidx/activity/ComponentActivity;->$r8$lambda$h2i_RK2mddCIbAsGubaI4eL8_cU(Landroidx/activity/ComponentActivity;)V
HSPLandroidx/activity/ComponentActivity;->()V
-PLandroidx/activity/ComponentActivity;->()V
+HPLandroidx/activity/ComponentActivity;->()V
HSPLandroidx/activity/ComponentActivity;->addOnContextAvailableListener(Landroidx/activity/contextaware/OnContextAvailableListener;)V
PLandroidx/activity/ComponentActivity;->addOnContextAvailableListener(Landroidx/activity/contextaware/OnContextAvailableListener;)V
HSPLandroidx/activity/ComponentActivity;->addOnNewIntentListener(Leu/kanade/tachiyomi/ui/main/MainActivity$HandleOnNewIntent$1$1$$ExternalSyntheticLambda0;)V
@@ -65,9 +65,9 @@ Landroidx/activity/ComponentActivity$NonConfigurationInstances;
Landroidx/activity/ComponentActivity$ReportFullyDrawnExecutorApi16Impl;
HSPLandroidx/activity/ComponentActivity$ReportFullyDrawnExecutorApi16Impl;->(Landroidx/fragment/app/FragmentActivity;)V
PLandroidx/activity/ComponentActivity$ReportFullyDrawnExecutorApi16Impl;->(Landroidx/fragment/app/FragmentActivity;)V
-Landroidx/activity/ComponentDialog$$ExternalSyntheticLambda1;
-HSPLandroidx/activity/ComponentDialog$$ExternalSyntheticLambda1;->(Ljava/lang/Object;I)V
-PLandroidx/activity/ComponentDialog$$ExternalSyntheticLambda1;->(Ljava/lang/Object;I)V
+Landroidx/activity/ComponentDialog$$ExternalSyntheticLambda0;
+HSPLandroidx/activity/ComponentDialog$$ExternalSyntheticLambda0;->(Ljava/lang/Object;I)V
+PLandroidx/activity/ComponentDialog$$ExternalSyntheticLambda0;->(Ljava/lang/Object;I)V
Landroidx/activity/FullyDrawnReporter;
HSPLandroidx/activity/FullyDrawnReporter;->(Ljava/util/concurrent/Executor;Landroidx/activity/ComponentActivity$$ExternalSyntheticLambda0;)V
PLandroidx/activity/FullyDrawnReporter;->(Ljava/util/concurrent/Executor;Landroidx/activity/ComponentActivity$$ExternalSyntheticLambda0;)V
@@ -159,11 +159,13 @@ HSPLandroidx/activity/contextaware/ContextAwareHelper;->addOnContextAvailableLis
PLandroidx/activity/contextaware/ContextAwareHelper;->addOnContextAvailableListener(Landroidx/activity/contextaware/OnContextAvailableListener;)V
PLandroidx/activity/contextaware/ContextAwareHelper;->clearAvailableContext()V
HSPLandroidx/activity/contextaware/ContextAwareHelper;->dispatchOnContextAvailable(Landroid/content/Context;)V
-PLandroidx/activity/contextaware/ContextAwareHelper;->dispatchOnContextAvailable(Landroid/content/Context;)V
+HPLandroidx/activity/contextaware/ContextAwareHelper;->dispatchOnContextAvailable(Landroid/content/Context;)V
Landroidx/activity/contextaware/OnContextAvailableListener;
Landroidx/activity/result/ActivityResult;
Landroidx/activity/result/ActivityResultCallback;
Landroidx/activity/result/ActivityResultLauncher;
+HSPLandroidx/activity/result/ActivityResultLauncher;->()V
+PLandroidx/activity/result/ActivityResultLauncher;->()V
Landroidx/activity/result/ActivityResultRegistry;
HSPLandroidx/activity/result/ActivityResultRegistry;->()V
PLandroidx/activity/result/ActivityResultRegistry;->()V
@@ -182,8 +184,14 @@ HSPLandroidx/activity/result/ActivityResultRegistry$CallbackAndContract;->
PLandroidx/activity/result/ActivityResultRegistry$CallbackAndContract;->(Landroidx/activity/result/contract/ActivityResultContract;Landroidx/activity/result/ActivityResultCallback;)V
Landroidx/activity/result/ActivityResultRegistryOwner;
Landroidx/activity/result/contract/ActivityResultContract;
+HSPLandroidx/activity/result/contract/ActivityResultContract;->()V
+PLandroidx/activity/result/contract/ActivityResultContract;->()V
Landroidx/activity/result/contract/ActivityResultContracts$RequestMultiplePermissions;
+HSPLandroidx/activity/result/contract/ActivityResultContracts$RequestMultiplePermissions;->()V
+PLandroidx/activity/result/contract/ActivityResultContracts$RequestMultiplePermissions;->()V
Landroidx/activity/result/contract/ActivityResultContracts$StartActivityForResult;
+HSPLandroidx/activity/result/contract/ActivityResultContracts$StartActivityForResult;->()V
+PLandroidx/activity/result/contract/ActivityResultContracts$StartActivityForResult;->()V
Landroidx/appcompat/R$styleable;
HSPLandroidx/appcompat/R$styleable;->()V
PLandroidx/appcompat/R$styleable;->()V
@@ -232,6 +240,8 @@ Landroidx/appcompat/app/AppCompatCallback;
Landroidx/appcompat/app/AppCompatDelegate;
HSPLandroidx/appcompat/app/AppCompatDelegate;->()V
PLandroidx/appcompat/app/AppCompatDelegate;->()V
+HSPLandroidx/appcompat/app/AppCompatDelegate;->()V
+PLandroidx/appcompat/app/AppCompatDelegate;->()V
HSPLandroidx/appcompat/app/AppCompatDelegate;->addActiveDelegate(Landroidx/appcompat/app/AppCompatDelegate;)V
PLandroidx/appcompat/app/AppCompatDelegate;->addActiveDelegate(Landroidx/appcompat/app/AppCompatDelegate;)V
HSPLandroidx/appcompat/app/AppCompatDelegate;->getDefaultNightMode()I
@@ -342,6 +352,8 @@ Landroidx/appcompat/app/AppLocalesStorageHelper$SerialExecutor;
HSPLandroidx/appcompat/app/AppLocalesStorageHelper$SerialExecutor;->(Ljava/util/concurrent/Executor;)V
PLandroidx/appcompat/app/AppLocalesStorageHelper$SerialExecutor;->(Ljava/util/concurrent/Executor;)V
Landroidx/appcompat/app/AppLocalesStorageHelper$ThreadPerTaskExecutor;
+HSPLandroidx/appcompat/app/AppLocalesStorageHelper$ThreadPerTaskExecutor;->()V
+PLandroidx/appcompat/app/AppLocalesStorageHelper$ThreadPerTaskExecutor;->()V
Landroidx/appcompat/app/ToolbarActionBar$1;
HSPLandroidx/appcompat/app/ToolbarActionBar$1;->(Ljava/lang/Object;I)V
PLandroidx/appcompat/app/ToolbarActionBar$1;->(Ljava/lang/Object;I)V
@@ -388,6 +400,8 @@ PLandroidx/appcompat/widget/AppCompatBackgroundHelper;->loadFromAttributes(Landr
Landroidx/appcompat/widget/AppCompatDrawableManager;
HSPLandroidx/appcompat/widget/AppCompatDrawableManager;->()V
PLandroidx/appcompat/widget/AppCompatDrawableManager;->()V
+HSPLandroidx/appcompat/widget/AppCompatDrawableManager;->()V
+PLandroidx/appcompat/widget/AppCompatDrawableManager;->()V
HSPLandroidx/appcompat/widget/AppCompatDrawableManager;->access$000()Landroid/graphics/PorterDuff$Mode;
PLandroidx/appcompat/widget/AppCompatDrawableManager;->access$000()Landroid/graphics/PorterDuff$Mode;
HSPLandroidx/appcompat/widget/AppCompatDrawableManager;->get()Landroidx/appcompat/widget/AppCompatDrawableManager;
@@ -456,10 +470,6 @@ HPLandroidx/appcompat/widget/DrawableUtils;->fixDrawable(Landroid/graphics/drawa
Landroidx/appcompat/widget/DrawableUtils$$ExternalSyntheticApiModelOutline0;
HSPLandroidx/appcompat/widget/DrawableUtils$$ExternalSyntheticApiModelOutline0;->m$1(Landroid/graphics/Insets;)I
PLandroidx/appcompat/widget/DrawableUtils$$ExternalSyntheticApiModelOutline0;->m$1(Landroid/graphics/Insets;)I
-HSPLandroidx/appcompat/widget/DrawableUtils$$ExternalSyntheticApiModelOutline0;->m$13()Landroid/graphics/BlendMode;
-PLandroidx/appcompat/widget/DrawableUtils$$ExternalSyntheticApiModelOutline0;->m$13()Landroid/graphics/BlendMode;
-HSPLandroidx/appcompat/widget/DrawableUtils$$ExternalSyntheticApiModelOutline0;->m$16()Landroid/graphics/BlendMode;
-PLandroidx/appcompat/widget/DrawableUtils$$ExternalSyntheticApiModelOutline0;->m$16()Landroid/graphics/BlendMode;
HSPLandroidx/appcompat/widget/DrawableUtils$$ExternalSyntheticApiModelOutline0;->m$2(Landroid/graphics/Insets;)I
PLandroidx/appcompat/widget/DrawableUtils$$ExternalSyntheticApiModelOutline0;->m$2(Landroid/graphics/Insets;)I
HSPLandroidx/appcompat/widget/DrawableUtils$$ExternalSyntheticApiModelOutline0;->m$3(Landroid/graphics/Insets;)I
@@ -559,10 +569,6 @@ PLandroidx/arch/core/executor/DefaultTaskExecutor;->postToMainThread(Ljava/lang/
Landroidx/arch/core/executor/DefaultTaskExecutor$1;
HSPLandroidx/arch/core/executor/DefaultTaskExecutor$1;->()V
PLandroidx/arch/core/executor/DefaultTaskExecutor$1;->()V
-Landroidx/arch/core/executor/DefaultTaskExecutor$Api28Impl;
-HSPLandroidx/arch/core/executor/DefaultTaskExecutor$Api28Impl;->createAsync(Landroid/os/Looper;)Landroid/os/Handler;
-PLandroidx/arch/core/executor/DefaultTaskExecutor$Api28Impl;->createAsync(Landroid/os/Looper;)Landroid/os/Handler;
-Landroidx/arch/core/executor/TaskExecutor;
Landroidx/arch/core/internal/FastSafeIterableMap;
HSPLandroidx/arch/core/internal/FastSafeIterableMap;->()V
PLandroidx/arch/core/internal/FastSafeIterableMap;->()V
@@ -588,7 +594,7 @@ HPLandroidx/arch/core/internal/SafeIterableMap;->get(Ljava/lang/Object;)Landroid
HSPLandroidx/arch/core/internal/SafeIterableMap;->iterator()Ljava/util/Iterator;
PLandroidx/arch/core/internal/SafeIterableMap;->iterator()Ljava/util/Iterator;
HSPLandroidx/arch/core/internal/SafeIterableMap;->iteratorWithAdditions()Landroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;
-PLandroidx/arch/core/internal/SafeIterableMap;->iteratorWithAdditions()Landroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;
+HPLandroidx/arch/core/internal/SafeIterableMap;->iteratorWithAdditions()Landroidx/arch/core/internal/SafeIterableMap$IteratorWithAdditions;
HSPLandroidx/arch/core/internal/SafeIterableMap;->newest()Ljava/util/Map$Entry;
PLandroidx/arch/core/internal/SafeIterableMap;->newest()Ljava/util/Map$Entry;
HSPLandroidx/arch/core/internal/SafeIterableMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Landroidx/arch/core/internal/SafeIterableMap$Entry;
@@ -627,10 +633,14 @@ HSPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->next()Ljava/lang/
PLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->next()Ljava/lang/Object;
HSPLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->nextNode()Landroidx/arch/core/internal/SafeIterableMap$Entry;
PLandroidx/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
+PLandroidx/arch/core/internal/SafeIterableMap$ListIterator;->supportRemove(Landroidx/arch/core/internal/SafeIterableMap$Entry;)V
Landroidx/arch/core/internal/SafeIterableMap$SupportRemove;
+HSPLandroidx/arch/core/internal/SafeIterableMap$SupportRemove;->()V
+HPLandroidx/arch/core/internal/SafeIterableMap$SupportRemove;->()V
Landroidx/arch/core/util/Function;
Landroidx/collection/ArrayMap;
+HSPLandroidx/collection/ArrayMap;->()V
+PLandroidx/collection/ArrayMap;->()V
Landroidx/collection/ArrayMap$KeyIterator;
HSPLandroidx/collection/ArrayMap$KeyIterator;->(Landroidx/collection/ArraySet;)V
PLandroidx/collection/ArrayMap$KeyIterator;->(Landroidx/collection/ArraySet;)V
@@ -677,7 +687,7 @@ HPLandroidx/collection/LongSparseArray;->(I)V
HSPLandroidx/collection/LongSparseArray;->clear()V
PLandroidx/collection/LongSparseArray;->clear()V
HSPLandroidx/collection/LongSparseArray;->get(JLjava/lang/Long;)Ljava/lang/Object;
-PLandroidx/collection/LongSparseArray;->get(JLjava/lang/Long;)Ljava/lang/Object;
+HPLandroidx/collection/LongSparseArray;->get(JLjava/lang/Long;)Ljava/lang/Object;
HSPLandroidx/collection/LongSparseArray;->indexOfKey(J)I
PLandroidx/collection/LongSparseArray;->indexOfKey(J)I
HSPLandroidx/collection/LongSparseArray;->keyAt(I)J
@@ -794,6 +804,8 @@ HSPLandroidx/compose/animation/AnimatedContentMeasurePolicy$measure$3;->invoke(L
HPLandroidx/compose/animation/AnimatedContentMeasurePolicy$measure$3;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/AnimatedContentScope;
Landroidx/compose/animation/AnimatedContentScopeImpl;
+HSPLandroidx/compose/animation/AnimatedContentScopeImpl;->()V
+PLandroidx/compose/animation/AnimatedContentScopeImpl;->()V
Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;
HSPLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->(Landroidx/compose/animation/core/Transition;Landroidx/compose/ui/Alignment;)V
PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl;->(Landroidx/compose/animation/core/Transition;Landroidx/compose/ui/Alignment;)V
@@ -888,7 +900,7 @@ PLandroidx/compose/animation/ContentTransform;->getSizeTransform()Landroidx/comp
HSPLandroidx/compose/animation/ContentTransform;->getTargetContentEnter()Landroidx/compose/animation/EnterTransition;
PLandroidx/compose/animation/ContentTransform;->getTargetContentEnter()Landroidx/compose/animation/EnterTransition;
HSPLandroidx/compose/animation/ContentTransform;->getTargetContentZIndex()F
-HPLandroidx/compose/animation/ContentTransform;->getTargetContentZIndex()F
+PLandroidx/compose/animation/ContentTransform;->getTargetContentZIndex()F
Landroidx/compose/animation/CrossfadeKt;
HSPLandroidx/compose/animation/CrossfadeKt;->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/CrossfadeKt;->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
@@ -986,18 +998,15 @@ PLandroidx/compose/animation/EnterExitTransitionKt$expandIn$1;->invoke(Z)Ljava/l
Landroidx/compose/animation/EnterExitTransitionKt$expandVertically$2;
HSPLandroidx/compose/animation/EnterExitTransitionKt$expandVertically$2;->(ILkotlin/jvm/functions/Function1;)V
HPLandroidx/compose/animation/EnterExitTransitionKt$expandVertically$2;->(ILkotlin/jvm/functions/Function1;)V
-HSPLandroidx/compose/animation/EnterExitTransitionKt$expandVertically$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/animation/EnterExitTransitionKt$expandVertically$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/animation/EnterExitTransitionKt$expandVertically$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
-HSPLandroidx/compose/animation/EnterExitTransitionKt$expandVertically$2;->invoke-mHKZG7I(J)J
HPLandroidx/compose/animation/EnterExitTransitionKt$expandVertically$2;->invoke-mHKZG7I(J)J
Landroidx/compose/animation/EnterExitTransitionModifierNode;
HSPLandroidx/compose/animation/EnterExitTransitionModifierNode;->(Landroidx/compose/animation/core/Transition;Landroidx/compose/animation/core/Transition$DeferredAnimation;Landroidx/compose/animation/core/Transition$DeferredAnimation;Landroidx/compose/animation/core/Transition$DeferredAnimation;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Lkotlin/jvm/functions/Function1;)V
-HPLandroidx/compose/animation/EnterExitTransitionModifierNode;->(Landroidx/compose/animation/core/Transition;Landroidx/compose/animation/core/Transition$DeferredAnimation;Landroidx/compose/animation/core/Transition$DeferredAnimation;Landroidx/compose/animation/core/Transition$DeferredAnimation;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Lkotlin/jvm/functions/Function1;)V
+PLandroidx/compose/animation/EnterExitTransitionModifierNode;->(Landroidx/compose/animation/core/Transition;Landroidx/compose/animation/core/Transition$DeferredAnimation;Landroidx/compose/animation/core/Transition$DeferredAnimation;Landroidx/compose/animation/core/Transition$DeferredAnimation;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Lkotlin/jvm/functions/Function1;)V
HSPLandroidx/compose/animation/EnterExitTransitionModifierNode;->getAlignment()Landroidx/compose/ui/Alignment;
HPLandroidx/compose/animation/EnterExitTransitionModifierNode;->getAlignment()Landroidx/compose/ui/Alignment;
-HSPLandroidx/compose/animation/EnterExitTransitionModifierNode;->getEnter()Landroidx/compose/animation/EnterTransition;
PLandroidx/compose/animation/EnterExitTransitionModifierNode;->getEnter()Landroidx/compose/animation/EnterTransition;
-HSPLandroidx/compose/animation/EnterExitTransitionModifierNode;->getExit()Landroidx/compose/animation/ExitTransition;
PLandroidx/compose/animation/EnterExitTransitionModifierNode;->getExit()Landroidx/compose/animation/ExitTransition;
HSPLandroidx/compose/animation/EnterExitTransitionModifierNode;->getGraphicsLayerBlock()Lkotlin/jvm/functions/Function1;
PLandroidx/compose/animation/EnterExitTransitionModifierNode;->getGraphicsLayerBlock()Lkotlin/jvm/functions/Function1;
@@ -1019,11 +1028,11 @@ HSPLandroidx/compose/animation/EnterExitTransitionModifierNode;->setSlideAnimati
PLandroidx/compose/animation/EnterExitTransitionModifierNode;->setSlideAnimation(Landroidx/compose/animation/core/Transition$DeferredAnimation;)V
HSPLandroidx/compose/animation/EnterExitTransitionModifierNode;->setTransition(Landroidx/compose/animation/core/Transition;)V
PLandroidx/compose/animation/EnterExitTransitionModifierNode;->setTransition(Landroidx/compose/animation/core/Transition;)V
-HSPLandroidx/compose/animation/EnterExitTransitionModifierNode;->slideTargetValueByState-oFUgxo0(Landroidx/compose/animation/EnterExitState;J)J
+PLandroidx/compose/animation/EnterExitTransitionModifierNode;->slideTargetValueByState-oFUgxo0(Landroidx/compose/animation/EnterExitState;J)J
HPLandroidx/compose/animation/EnterExitTransitionModifierNode;->slideTargetValueByState-oFUgxo0(Landroidx/compose/animation/EnterExitState;J)J
Landroidx/compose/animation/EnterExitTransitionModifierNode$measure$2;
HSPLandroidx/compose/animation/EnterExitTransitionModifierNode$measure$2;->(Landroidx/compose/ui/layout/Placeable;JJLandroidx/compose/animation/EnterExitTransitionModifierNode;)V
-PLandroidx/compose/animation/EnterExitTransitionModifierNode$measure$2;->(Landroidx/compose/ui/layout/Placeable;JJLandroidx/compose/animation/EnterExitTransitionModifierNode;)V
+HPLandroidx/compose/animation/EnterExitTransitionModifierNode$measure$2;->(Landroidx/compose/ui/layout/Placeable;JJLandroidx/compose/animation/EnterExitTransitionModifierNode;)V
HSPLandroidx/compose/animation/EnterExitTransitionModifierNode$measure$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/animation/EnterExitTransitionModifierNode$measure$2;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/EnterExitTransitionModifierNode$measure$animSize$1;
@@ -1031,18 +1040,19 @@ HSPLandroidx/compose/animation/EnterExitTransitionModifierNode$measure$animSize$
HPLandroidx/compose/animation/EnterExitTransitionModifierNode$measure$animSize$1;->(IJLjava/lang/Object;)V
HSPLandroidx/compose/animation/EnterExitTransitionModifierNode$measure$animSize$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/animation/EnterExitTransitionModifierNode$measure$animSize$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
-HSPLandroidx/compose/animation/EnterExitTransitionModifierNode$measure$animSize$1;->invoke-Bjo55l4(Landroidx/compose/animation/EnterExitState;)J
+PLandroidx/compose/animation/EnterExitTransitionModifierNode$measure$animSize$1;->invoke-Bjo55l4(Landroidx/compose/animation/EnterExitState;)J
HPLandroidx/compose/animation/EnterExitTransitionModifierNode$measure$animSize$1;->invoke-Bjo55l4(Landroidx/compose/animation/EnterExitState;)J
Landroidx/compose/animation/EnterExitTransitionModifierNode$slideSpec$1;
HSPLandroidx/compose/animation/EnterExitTransitionModifierNode$slideSpec$1;->(Landroidx/compose/animation/EnterExitTransitionModifierNode;I)V
HPLandroidx/compose/animation/EnterExitTransitionModifierNode$slideSpec$1;->(Landroidx/compose/animation/EnterExitTransitionModifierNode;I)V
-HSPLandroidx/compose/animation/EnterExitTransitionModifierNode$slideSpec$1;->invoke(Landroidx/compose/animation/core/Transition$Segment;)Landroidx/compose/animation/core/FiniteAnimationSpec;
+PLandroidx/compose/animation/EnterExitTransitionModifierNode$slideSpec$1;->invoke(Landroidx/compose/animation/core/Transition$Segment;)Landroidx/compose/animation/core/FiniteAnimationSpec;
HPLandroidx/compose/animation/EnterExitTransitionModifierNode$slideSpec$1;->invoke(Landroidx/compose/animation/core/Transition$Segment;)Landroidx/compose/animation/core/FiniteAnimationSpec;
-HSPLandroidx/compose/animation/EnterExitTransitionModifierNode$slideSpec$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/animation/EnterExitTransitionModifierNode$slideSpec$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/EnterTransition;
HSPLandroidx/compose/animation/EnterTransition;->()V
PLandroidx/compose/animation/EnterTransition;->()V
+HSPLandroidx/compose/animation/EnterTransition;->()V
+HPLandroidx/compose/animation/EnterTransition;->()V
HSPLandroidx/compose/animation/EnterTransition;->access$getNone$cp()Landroidx/compose/animation/EnterTransition;
HPLandroidx/compose/animation/EnterTransition;->access$getNone$cp()Landroidx/compose/animation/EnterTransition;
HSPLandroidx/compose/animation/EnterTransition;->equals(Ljava/lang/Object;)Z
@@ -1057,6 +1067,8 @@ HPLandroidx/compose/animation/EnterTransitionImpl;->getData$animation_release()L
Landroidx/compose/animation/ExitTransition;
HSPLandroidx/compose/animation/ExitTransition;->()V
PLandroidx/compose/animation/ExitTransition;->()V
+HSPLandroidx/compose/animation/ExitTransition;->()V
+HPLandroidx/compose/animation/ExitTransition;->()V
HSPLandroidx/compose/animation/ExitTransition;->access$getNone$cp()Landroidx/compose/animation/ExitTransition;
HPLandroidx/compose/animation/ExitTransition;->access$getNone$cp()Landroidx/compose/animation/ExitTransition;
HSPLandroidx/compose/animation/ExitTransition;->equals(Ljava/lang/Object;)Z
@@ -1084,7 +1096,11 @@ Landroidx/compose/animation/FlingCalculatorKt;
HSPLandroidx/compose/animation/FlingCalculatorKt;->()V
PLandroidx/compose/animation/FlingCalculatorKt;->()V
Landroidx/compose/animation/LayoutModifierNodeWithPassThroughIntrinsics;
+HSPLandroidx/compose/animation/LayoutModifierNodeWithPassThroughIntrinsics;->()V
+HPLandroidx/compose/animation/LayoutModifierNodeWithPassThroughIntrinsics;->()V
Landroidx/compose/animation/LayoutModifierWithPassThroughIntrinsics;
+HSPLandroidx/compose/animation/LayoutModifierWithPassThroughIntrinsics;->()V
+PLandroidx/compose/animation/LayoutModifierWithPassThroughIntrinsics;->()V
Landroidx/compose/animation/Scale;
HSPLandroidx/compose/animation/Scale;->(FJLandroidx/compose/animation/core/FiniteAnimationSpec;)V
HPLandroidx/compose/animation/Scale;->(FJLandroidx/compose/animation/core/FiniteAnimationSpec;)V
@@ -1099,7 +1115,6 @@ HPLandroidx/compose/animation/Scale;->getTransformOrigin-SzJe1aQ()J
Landroidx/compose/animation/Scale$$ExternalSyntheticOutline0;
HSPLandroidx/compose/animation/Scale$$ExternalSyntheticOutline0;->m(FFFF)F
PLandroidx/compose/animation/Scale$$ExternalSyntheticOutline0;->m(FFFF)F
-HSPLandroidx/compose/animation/Scale$$ExternalSyntheticOutline0;->m(FII)I
HPLandroidx/compose/animation/Scale$$ExternalSyntheticOutline0;->m(FII)I
HSPLandroidx/compose/animation/Scale$$ExternalSyntheticOutline0;->m(II)Lkotlin/collections/IntIterator;
PLandroidx/compose/animation/Scale$$ExternalSyntheticOutline0;->m(II)Lkotlin/collections/IntIterator;
@@ -1149,11 +1164,8 @@ PLandroidx/compose/animation/SizeTransformImpl;->getClip()Z
Landroidx/compose/animation/Slide;
HSPLandroidx/compose/animation/Slide;->(Landroidx/compose/animation/core/FiniteAnimationSpec;Lkotlin/jvm/functions/Function1;)V
HPLandroidx/compose/animation/Slide;->(Landroidx/compose/animation/core/FiniteAnimationSpec;Lkotlin/jvm/functions/Function1;)V
-HSPLandroidx/compose/animation/Slide;->equals(Ljava/lang/Object;)Z
PLandroidx/compose/animation/Slide;->equals(Ljava/lang/Object;)Z
-HSPLandroidx/compose/animation/Slide;->getAnimationSpec()Landroidx/compose/animation/core/FiniteAnimationSpec;
PLandroidx/compose/animation/Slide;->getAnimationSpec()Landroidx/compose/animation/core/FiniteAnimationSpec;
-HSPLandroidx/compose/animation/Slide;->getSlideOffset()Lkotlin/jvm/functions/Function1;
PLandroidx/compose/animation/Slide;->getSlideOffset()Lkotlin/jvm/functions/Function1;
Landroidx/compose/animation/SplineBasedFloatDecayAnimationSpec;
HSPLandroidx/compose/animation/SplineBasedFloatDecayAnimationSpec;->(Landroidx/compose/ui/unit/Density;)V
@@ -1281,7 +1293,7 @@ PLandroidx/compose/animation/core/AnimationScope;->setLastFrameTimeNanos$animati
HSPLandroidx/compose/animation/core/AnimationScope;->setRunning$animation_core_release()V
PLandroidx/compose/animation/core/AnimationScope;->setRunning$animation_core_release()V
HSPLandroidx/compose/animation/core/AnimationScope;->setValue$animation_core_release(Ljava/lang/Object;)V
-PLandroidx/compose/animation/core/AnimationScope;->setValue$animation_core_release(Ljava/lang/Object;)V
+HPLandroidx/compose/animation/core/AnimationScope;->setValue$animation_core_release(Ljava/lang/Object;)V
HSPLandroidx/compose/animation/core/AnimationScope;->setVelocityVector$animation_core_release(Landroidx/compose/animation/core/AnimationVector;)V
PLandroidx/compose/animation/core/AnimationScope;->setVelocityVector$animation_core_release(Landroidx/compose/animation/core/AnimationVector;)V
Landroidx/compose/animation/core/AnimationSpec;
@@ -1307,10 +1319,12 @@ PLandroidx/compose/animation/core/AnimationState;->setLastFrameTimeNanos$animati
HSPLandroidx/compose/animation/core/AnimationState;->setRunning$animation_core_release(Z)V
PLandroidx/compose/animation/core/AnimationState;->setRunning$animation_core_release(Z)V
HSPLandroidx/compose/animation/core/AnimationState;->setValue$animation_core_release(Ljava/lang/Object;)V
-PLandroidx/compose/animation/core/AnimationState;->setValue$animation_core_release(Ljava/lang/Object;)V
+HPLandroidx/compose/animation/core/AnimationState;->setValue$animation_core_release(Ljava/lang/Object;)V
HSPLandroidx/compose/animation/core/AnimationState;->setVelocityVector$animation_core_release(Landroidx/compose/animation/core/AnimationVector;)V
PLandroidx/compose/animation/core/AnimationState;->setVelocityVector$animation_core_release(Landroidx/compose/animation/core/AnimationVector;)V
Landroidx/compose/animation/core/AnimationVector;
+HSPLandroidx/compose/animation/core/AnimationVector;->()V
+HPLandroidx/compose/animation/core/AnimationVector;->()V
Landroidx/compose/animation/core/AnimationVector1D;
HSPLandroidx/compose/animation/core/AnimationVector1D;->(F)V
HPLandroidx/compose/animation/core/AnimationVector1D;->(F)V
@@ -1325,12 +1339,12 @@ PLandroidx/compose/animation/core/AnimationVector1D;->getValue()F
HSPLandroidx/compose/animation/core/AnimationVector1D;->newVector$animation_core_release()Landroidx/compose/animation/core/AnimationVector;
HPLandroidx/compose/animation/core/AnimationVector1D;->newVector$animation_core_release()Landroidx/compose/animation/core/AnimationVector;
HSPLandroidx/compose/animation/core/AnimationVector1D;->reset$animation_core_release()V
-PLandroidx/compose/animation/core/AnimationVector1D;->reset$animation_core_release()V
+HPLandroidx/compose/animation/core/AnimationVector1D;->reset$animation_core_release()V
HSPLandroidx/compose/animation/core/AnimationVector1D;->set$animation_core_release(FI)V
HPLandroidx/compose/animation/core/AnimationVector1D;->set$animation_core_release(FI)V
Landroidx/compose/animation/core/AnimationVector2D;
HSPLandroidx/compose/animation/core/AnimationVector2D;->(FF)V
-HPLandroidx/compose/animation/core/AnimationVector2D;->(FF)V
+PLandroidx/compose/animation/core/AnimationVector2D;->(FF)V
HSPLandroidx/compose/animation/core/AnimationVector2D;->get$animation_core_release(I)F
PLandroidx/compose/animation/core/AnimationVector2D;->get$animation_core_release(I)F
HSPLandroidx/compose/animation/core/AnimationVector2D;->getSize$animation_core_release()I
@@ -1354,9 +1368,9 @@ HPLandroidx/compose/animation/core/AnimationVector4D;->(FFFF)V
HSPLandroidx/compose/animation/core/AnimationVector4D;->equals(Ljava/lang/Object;)Z
HPLandroidx/compose/animation/core/AnimationVector4D;->equals(Ljava/lang/Object;)Z
HSPLandroidx/compose/animation/core/AnimationVector4D;->get$animation_core_release(I)F
-PLandroidx/compose/animation/core/AnimationVector4D;->get$animation_core_release(I)F
+HPLandroidx/compose/animation/core/AnimationVector4D;->get$animation_core_release(I)F
HSPLandroidx/compose/animation/core/AnimationVector4D;->getSize$animation_core_release()I
-PLandroidx/compose/animation/core/AnimationVector4D;->getSize$animation_core_release()I
+HPLandroidx/compose/animation/core/AnimationVector4D;->getSize$animation_core_release()I
HSPLandroidx/compose/animation/core/AnimationVector4D;->getV1()F
PLandroidx/compose/animation/core/AnimationVector4D;->getV1()F
HSPLandroidx/compose/animation/core/AnimationVector4D;->getV2()F
@@ -1366,7 +1380,7 @@ PLandroidx/compose/animation/core/AnimationVector4D;->getV3()F
HSPLandroidx/compose/animation/core/AnimationVector4D;->getV4()F
PLandroidx/compose/animation/core/AnimationVector4D;->getV4()F
HSPLandroidx/compose/animation/core/AnimationVector4D;->newVector$animation_core_release()Landroidx/compose/animation/core/AnimationVector;
-PLandroidx/compose/animation/core/AnimationVector4D;->newVector$animation_core_release()Landroidx/compose/animation/core/AnimationVector;
+HPLandroidx/compose/animation/core/AnimationVector4D;->newVector$animation_core_release()Landroidx/compose/animation/core/AnimationVector;
HSPLandroidx/compose/animation/core/AnimationVector4D;->reset$animation_core_release()V
HPLandroidx/compose/animation/core/AnimationVector4D;->reset$animation_core_release()V
HSPLandroidx/compose/animation/core/AnimationVector4D;->set$animation_core_release(FI)V
@@ -1410,6 +1424,8 @@ PLandroidx/compose/animation/core/EasingKt;->getLinearOutSlowInEasing()Landroidx
Landroidx/compose/animation/core/EasingKt$LinearEasing$1;
HSPLandroidx/compose/animation/core/EasingKt$LinearEasing$1;->()V
PLandroidx/compose/animation/core/EasingKt$LinearEasing$1;->()V
+HSPLandroidx/compose/animation/core/EasingKt$LinearEasing$1;->()V
+PLandroidx/compose/animation/core/EasingKt$LinearEasing$1;->()V
HSPLandroidx/compose/animation/core/EasingKt$LinearEasing$1;->transform(F)F
PLandroidx/compose/animation/core/EasingKt$LinearEasing$1;->transform(F)F
Landroidx/compose/animation/core/FiniteAnimationSpec;
@@ -1585,14 +1601,14 @@ HPLandroidx/compose/animation/core/MutableTransitionState;->getCurrentState()Lja
HSPLandroidx/compose/animation/core/MutableTransitionState;->getTargetState()Ljava/lang/Object;
PLandroidx/compose/animation/core/MutableTransitionState;->getTargetState()Ljava/lang/Object;
HSPLandroidx/compose/animation/core/MutableTransitionState;->setCurrentState$animation_core_release(Ljava/lang/Object;)V
-PLandroidx/compose/animation/core/MutableTransitionState;->setCurrentState$animation_core_release(Ljava/lang/Object;)V
+HPLandroidx/compose/animation/core/MutableTransitionState;->setCurrentState$animation_core_release(Ljava/lang/Object;)V
HSPLandroidx/compose/animation/core/MutableTransitionState;->setRunning$animation_core_release(Z)V
HPLandroidx/compose/animation/core/MutableTransitionState;->setRunning$animation_core_release(Z)V
HSPLandroidx/compose/animation/core/MutableTransitionState;->setTargetState(Ljava/lang/Boolean;)V
PLandroidx/compose/animation/core/MutableTransitionState;->setTargetState(Ljava/lang/Boolean;)V
Landroidx/compose/animation/core/MutatorMutex;
HSPLandroidx/compose/animation/core/MutatorMutex;->()V
-HPLandroidx/compose/animation/core/MutatorMutex;->()V
+PLandroidx/compose/animation/core/MutatorMutex;->()V
HSPLandroidx/compose/animation/core/MutatorMutex;->access$getCurrentMutator$p(Landroidx/compose/animation/core/MutatorMutex;)Ljava/util/concurrent/atomic/AtomicReference;
PLandroidx/compose/animation/core/MutatorMutex;->access$getCurrentMutator$p(Landroidx/compose/animation/core/MutatorMutex;)Ljava/util/concurrent/atomic/AtomicReference;
HSPLandroidx/compose/animation/core/MutatorMutex;->access$getMutex$p(Landroidx/compose/animation/core/MutatorMutex;)Lkotlinx/coroutines/sync/Mutex;
@@ -1645,12 +1661,14 @@ HSPLandroidx/compose/animation/core/SuspendAnimationKt;->updateState(Landroidx/c
HPLandroidx/compose/animation/core/SuspendAnimationKt;->updateState(Landroidx/compose/animation/core/AnimationScope;Landroidx/compose/animation/core/AnimationState;)V
Landroidx/compose/animation/core/SuspendAnimationKt$animate$3;
HSPLandroidx/compose/animation/core/SuspendAnimationKt$animate$3;->(ILjava/lang/Object;Ljava/lang/Object;)V
-PLandroidx/compose/animation/core/SuspendAnimationKt$animate$3;->(ILjava/lang/Object;Ljava/lang/Object;)V
+HPLandroidx/compose/animation/core/SuspendAnimationKt$animate$3;->(ILjava/lang/Object;Ljava/lang/Object;)V
HSPLandroidx/compose/animation/core/SuspendAnimationKt$animate$3;->invoke(Landroidx/compose/runtime/DisposableEffectScope;)Landroidx/compose/runtime/DisposableEffectResult;
HPLandroidx/compose/animation/core/SuspendAnimationKt$animate$3;->invoke(Landroidx/compose/runtime/DisposableEffectScope;)Landroidx/compose/runtime/DisposableEffectResult;
HSPLandroidx/compose/animation/core/SuspendAnimationKt$animate$3;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/animation/core/SuspendAnimationKt$animate$3;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/core/SuspendAnimationKt$animate$4;
+HSPLandroidx/compose/animation/core/SuspendAnimationKt$animate$4;->(Lkotlin/coroutines/Continuation;)V
+PLandroidx/compose/animation/core/SuspendAnimationKt$animate$4;->(Lkotlin/coroutines/Continuation;)V
HSPLandroidx/compose/animation/core/SuspendAnimationKt$animate$4;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/animation/core/SuspendAnimationKt$animate$4;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/core/SuspendAnimationKt$animate$5;
@@ -1684,7 +1702,7 @@ PLandroidx/compose/animation/core/TargetBasedAnimation;->getTypeConverter()Landr
HSPLandroidx/compose/animation/core/TargetBasedAnimation;->getValueFromNanos(J)Ljava/lang/Object;
HPLandroidx/compose/animation/core/TargetBasedAnimation;->getValueFromNanos(J)Ljava/lang/Object;
HSPLandroidx/compose/animation/core/TargetBasedAnimation;->getVelocityVectorFromNanos(J)Landroidx/compose/animation/core/AnimationVector;
-HPLandroidx/compose/animation/core/TargetBasedAnimation;->getVelocityVectorFromNanos(J)Landroidx/compose/animation/core/AnimationVector;
+PLandroidx/compose/animation/core/TargetBasedAnimation;->getVelocityVectorFromNanos(J)Landroidx/compose/animation/core/AnimationVector;
HSPLandroidx/compose/animation/core/TargetBasedAnimation;->isInfinite()Z
PLandroidx/compose/animation/core/TargetBasedAnimation;->isInfinite()Z
Landroidx/compose/animation/core/Transition;
@@ -1715,7 +1733,7 @@ HPLandroidx/compose/animation/core/Transition;->onFrame$animation_core_release(J
HSPLandroidx/compose/animation/core/Transition;->onTransitionEnd$animation_core_release()V
HPLandroidx/compose/animation/core/Transition;->onTransitionEnd$animation_core_release()V
HSPLandroidx/compose/animation/core/Transition;->removeAnimation$animation_core_release(Landroidx/compose/animation/core/Transition$TransitionAnimationState;)V
-HPLandroidx/compose/animation/core/Transition;->removeAnimation$animation_core_release(Landroidx/compose/animation/core/Transition$TransitionAnimationState;)V
+PLandroidx/compose/animation/core/Transition;->removeAnimation$animation_core_release(Landroidx/compose/animation/core/Transition$TransitionAnimationState;)V
HSPLandroidx/compose/animation/core/Transition;->removeTransition$animation_core_release(Landroidx/compose/animation/core/Transition;)V
PLandroidx/compose/animation/core/Transition;->removeTransition$animation_core_release(Landroidx/compose/animation/core/Transition;)V
HSPLandroidx/compose/animation/core/Transition;->setSeeking$animation_core_release(Z)V
@@ -1795,7 +1813,7 @@ HSPLandroidx/compose/animation/core/Transition$totalDurationNanos$2;->(Lan
PLandroidx/compose/animation/core/Transition$totalDurationNanos$2;->(Landroidx/compose/animation/core/Transition;)V
Landroidx/compose/animation/core/TransitionKt$updateTransition$1$1;
HSPLandroidx/compose/animation/core/TransitionKt$updateTransition$1$1;->(Ljava/lang/Object;I)V
-HPLandroidx/compose/animation/core/TransitionKt$updateTransition$1$1;->(Ljava/lang/Object;I)V
+PLandroidx/compose/animation/core/TransitionKt$updateTransition$1$1;->(Ljava/lang/Object;I)V
HSPLandroidx/compose/animation/core/TransitionKt$updateTransition$1$1;->invoke(Landroidx/compose/runtime/DisposableEffectScope;)Landroidx/compose/runtime/DisposableEffectResult;
PLandroidx/compose/animation/core/TransitionKt$updateTransition$1$1;->invoke(Landroidx/compose/runtime/DisposableEffectScope;)Landroidx/compose/runtime/DisposableEffectResult;
HSPLandroidx/compose/animation/core/TransitionKt$updateTransition$1$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
@@ -1923,7 +1941,7 @@ HSPLandroidx/compose/animation/core/VisibilityThresholdsKt;->getVisibilityThresh
PLandroidx/compose/animation/core/VisibilityThresholdsKt;->getVisibilityThresholdMap()Ljava/util/Map;
Landroidx/compose/animation/graphics/res/AnimatedVectorPainterResources_androidKt$rememberAnimatedVectorPainter$1;
HSPLandroidx/compose/animation/graphics/res/AnimatedVectorPainterResources_androidKt$rememberAnimatedVectorPainter$1;->(ZLandroidx/compose/animation/graphics/vector/AnimatedImageVector;ILandroidx/compose/runtime/internal/ComposableLambdaImpl;)V
-HPLandroidx/compose/animation/graphics/res/AnimatedVectorPainterResources_androidKt$rememberAnimatedVectorPainter$1;->(ZLandroidx/compose/animation/graphics/vector/AnimatedImageVector;ILandroidx/compose/runtime/internal/ComposableLambdaImpl;)V
+PLandroidx/compose/animation/graphics/res/AnimatedVectorPainterResources_androidKt$rememberAnimatedVectorPainter$1;->(ZLandroidx/compose/animation/graphics/vector/AnimatedImageVector;ILandroidx/compose/runtime/internal/ComposableLambdaImpl;)V
HSPLandroidx/compose/animation/graphics/res/AnimatedVectorPainterResources_androidKt$rememberAnimatedVectorPainter$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/animation/graphics/res/AnimatedVectorPainterResources_androidKt$rememberAnimatedVectorPainter$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/graphics/res/AnimatedVectorResources_androidKt;
@@ -1981,6 +1999,8 @@ PLandroidx/compose/animation/graphics/vector/AnimatedVectorTarget;->getAnimator(
HSPLandroidx/compose/animation/graphics/vector/AnimatedVectorTarget;->getName()Ljava/lang/String;
PLandroidx/compose/animation/graphics/vector/AnimatedVectorTarget;->getName()Ljava/lang/String;
Landroidx/compose/animation/graphics/vector/Animator;
+HSPLandroidx/compose/animation/graphics/vector/Animator;->()V
+HPLandroidx/compose/animation/graphics/vector/Animator;->()V
HSPLandroidx/compose/animation/graphics/vector/Animator;->Configure(Landroidx/compose/animation/core/Transition;Landroidx/compose/animation/graphics/vector/StateVectorConfig;ILandroidx/compose/runtime/Composer;I)V
HPLandroidx/compose/animation/graphics/vector/Animator;->Configure(Landroidx/compose/animation/core/Transition;Landroidx/compose/animation/graphics/vector/StateVectorConfig;ILandroidx/compose/runtime/Composer;I)V
Landroidx/compose/animation/graphics/vector/Animator$Configure$2;
@@ -2003,6 +2023,8 @@ PLandroidx/compose/animation/graphics/vector/CombinedSpec;->vectorize(Landroidx/
HSPLandroidx/compose/animation/graphics/vector/CombinedSpec;->vectorize(Landroidx/compose/animation/core/TwoWayConverter;)Landroidx/compose/animation/core/VectorizedFiniteAnimationSpec;
HPLandroidx/compose/animation/graphics/vector/CombinedSpec;->vectorize(Landroidx/compose/animation/core/TwoWayConverter;)Landroidx/compose/animation/core/VectorizedFiniteAnimationSpec;
Landroidx/compose/animation/graphics/vector/FloatPropertyValues;
+HSPLandroidx/compose/animation/graphics/vector/FloatPropertyValues;->()V
+PLandroidx/compose/animation/graphics/vector/FloatPropertyValues;->()V
HSPLandroidx/compose/animation/graphics/vector/FloatPropertyValues;->createState(Landroidx/compose/animation/core/Transition;Ljava/lang/String;ILandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
HPLandroidx/compose/animation/graphics/vector/FloatPropertyValues;->createState(Landroidx/compose/animation/core/Transition;Ljava/lang/String;ILandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
Landroidx/compose/animation/graphics/vector/Keyframe;
@@ -2022,6 +2044,8 @@ HPLandroidx/compose/animation/graphics/vector/ObjectAnimator;->collectPropertyVa
HSPLandroidx/compose/animation/graphics/vector/ObjectAnimator;->getTotalDuration()I
PLandroidx/compose/animation/graphics/vector/ObjectAnimator;->getTotalDuration()I
Landroidx/compose/animation/graphics/vector/PathPropertyValues;
+HSPLandroidx/compose/animation/graphics/vector/PathPropertyValues;->()V
+PLandroidx/compose/animation/graphics/vector/PathPropertyValues;->()V
HSPLandroidx/compose/animation/graphics/vector/PathPropertyValues;->createState(Landroidx/compose/animation/core/Transition;Ljava/lang/String;ILandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
HPLandroidx/compose/animation/graphics/vector/PathPropertyValues;->createState(Landroidx/compose/animation/core/Transition;Ljava/lang/String;ILandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
Landroidx/compose/animation/graphics/vector/PathPropertyValues$createState$1$1;
@@ -2036,7 +2060,7 @@ HSPLandroidx/compose/animation/graphics/vector/PathPropertyValues$createState$ti
HPLandroidx/compose/animation/graphics/vector/PathPropertyValues$createState$timeState$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/graphics/vector/PropertyValues;
HSPLandroidx/compose/animation/graphics/vector/PropertyValues;->()V
-HPLandroidx/compose/animation/graphics/vector/PropertyValues;->()V
+PLandroidx/compose/animation/graphics/vector/PropertyValues;->()V
HSPLandroidx/compose/animation/graphics/vector/PropertyValues;->getTimestamps()Ljava/util/ArrayList;
PLandroidx/compose/animation/graphics/vector/PropertyValues;->getTimestamps()Ljava/util/ArrayList;
Landroidx/compose/animation/graphics/vector/PropertyValues$createAnimationSpec$1;
@@ -2045,6 +2069,8 @@ PLandroidx/compose/animation/graphics/vector/PropertyValues$createAnimationSpec$
HSPLandroidx/compose/animation/graphics/vector/PropertyValues$createAnimationSpec$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/animation/graphics/vector/PropertyValues$createAnimationSpec$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/animation/graphics/vector/PropertyValuesHolder;
+HSPLandroidx/compose/animation/graphics/vector/PropertyValuesHolder;->()V
+HPLandroidx/compose/animation/graphics/vector/PropertyValuesHolder;->()V
Landroidx/compose/animation/graphics/vector/PropertyValuesHolder1D;
HSPLandroidx/compose/animation/graphics/vector/PropertyValuesHolder1D;->(Ljava/lang/String;)V
PLandroidx/compose/animation/graphics/vector/PropertyValuesHolder1D;->(Ljava/lang/String;)V
@@ -2077,6 +2103,8 @@ PLandroidx/compose/animation/graphics/vector/ReversedSpec;->vectorize(Landroidx/
HSPLandroidx/compose/animation/graphics/vector/ReversedSpec;->vectorize(Landroidx/compose/animation/core/TwoWayConverter;)Landroidx/compose/animation/core/VectorizedFiniteAnimationSpec;
PLandroidx/compose/animation/graphics/vector/ReversedSpec;->vectorize(Landroidx/compose/animation/core/TwoWayConverter;)Landroidx/compose/animation/core/VectorizedFiniteAnimationSpec;
Landroidx/compose/animation/graphics/vector/StateVectorConfig;
+HSPLandroidx/compose/animation/graphics/vector/StateVectorConfig;->()V
+PLandroidx/compose/animation/graphics/vector/StateVectorConfig;->()V
HSPLandroidx/compose/animation/graphics/vector/StateVectorConfig;->getOrDefault(Landroidx/compose/ui/graphics/vector/PathNodeKt;Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/animation/graphics/vector/StateVectorConfig;->getOrDefault(Landroidx/compose/ui/graphics/vector/PathNodeKt;Ljava/lang/Object;)Ljava/lang/Object;
HSPLandroidx/compose/animation/graphics/vector/StateVectorConfig;->setPathDataState(Landroidx/compose/runtime/State;)V
@@ -2240,9 +2268,7 @@ HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->access$inval
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->access$invalidateOverscroll(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;)V
HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->access$setContainerSize$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;J)V
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->access$setContainerSize$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;J)V
-HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->access$setPointerId$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;Landroidx/compose/ui/input/pointer/PointerId;)V
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->access$setPointerId$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;Landroidx/compose/ui/input/pointer/PointerId;)V
-HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->access$setPointerPosition$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;Landroidx/compose/ui/geometry/Offset;)V
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->access$setPointerPosition$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;Landroidx/compose/ui/geometry/Offset;)V
HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->animateToRelease()V
HPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->animateToRelease()V
@@ -2252,25 +2278,17 @@ HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->getEffectMod
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->getEffectModifier()Landroidx/compose/ui/Modifier;
HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->invalidateOverscroll()V
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->invalidateOverscroll()V
-HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->isInProgress()Z
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;->isInProgress()Z
Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1;
HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1;->(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;Lkotlin/coroutines/Continuation;)V
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1;->(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;Lkotlin/coroutines/Continuation;)V
-HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
-HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
-HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
-Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1$1;
-HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1$1;->(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;Lkotlin/coroutines/Continuation;)V
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1$1;->(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;Lkotlin/coroutines/Continuation;)V
-HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
-HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
-HSPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect$effectModifier$1$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/foundation/AndroidOverscrollKt;
HSPLandroidx/compose/foundation/AndroidOverscrollKt;->()V
@@ -2320,7 +2338,6 @@ HSPLandroidx/compose/foundation/BorderModifierNodeElement;->(FLandroidx/co
PLandroidx/compose/foundation/BorderModifierNodeElement;->(FLandroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Shape;)V
HSPLandroidx/compose/foundation/BorderModifierNodeElement;->create()Landroidx/compose/ui/Modifier$Node;
PLandroidx/compose/foundation/BorderModifierNodeElement;->create()Landroidx/compose/ui/Modifier$Node;
-Landroidx/compose/foundation/BorderStroke;
Landroidx/compose/foundation/ClickableElement;
HSPLandroidx/compose/foundation/ClickableElement;->(Landroidx/compose/foundation/interaction/MutableInteractionSource;ZLjava/lang/String;Landroidx/compose/ui/semantics/Role;Lkotlin/jvm/functions/Function0;)V
HPLandroidx/compose/foundation/ClickableElement;->(Landroidx/compose/foundation/interaction/MutableInteractionSource;ZLjava/lang/String;Landroidx/compose/ui/semantics/Role;Lkotlin/jvm/functions/Function0;)V
@@ -2361,6 +2378,8 @@ PLandroidx/compose/foundation/ClickableNode;->getClickablePointerInputNode()Land
HSPLandroidx/compose/foundation/ClickableNode;->update-XHw0xAI(Landroidx/compose/foundation/interaction/MutableInteractionSource;ZLjava/lang/String;Landroidx/compose/ui/semantics/Role;Lkotlin/jvm/functions/Function0;)V
PLandroidx/compose/foundation/ClickableNode;->update-XHw0xAI(Landroidx/compose/foundation/interaction/MutableInteractionSource;ZLjava/lang/String;Landroidx/compose/ui/semantics/Role;Lkotlin/jvm/functions/Function0;)V
Landroidx/compose/foundation/ClickablePointerInputNode;
+HSPLandroidx/compose/foundation/ClickablePointerInputNode;->(ZLandroidx/compose/foundation/interaction/MutableInteractionSource;Lkotlin/jvm/functions/Function0;Landroidx/compose/foundation/AbstractClickableNode$InteractionData;)V
+HPLandroidx/compose/foundation/ClickablePointerInputNode;->(ZLandroidx/compose/foundation/interaction/MutableInteractionSource;Lkotlin/jvm/functions/Function0;Landroidx/compose/foundation/AbstractClickableNode$InteractionData;)V
HSPLandroidx/compose/foundation/ClickablePointerInputNode;->pointerInput(Landroidx/compose/ui/input/pointer/PointerInputScope;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
PLandroidx/compose/foundation/ClickablePointerInputNode;->pointerInput(Landroidx/compose/ui/input/pointer/PointerInputScope;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
Landroidx/compose/foundation/ClickablePointerInputNode$pointerInput$2;
@@ -2387,7 +2406,6 @@ HPLandroidx/compose/foundation/ClickableSemanticsNode$applySemantics$1;->(
Landroidx/compose/foundation/Clickable_androidKt;
HSPLandroidx/compose/foundation/Clickable_androidKt;->()V
PLandroidx/compose/foundation/Clickable_androidKt;->()V
-HSPLandroidx/compose/foundation/Clickable_androidKt;->getTapIndicationDelay()J
PLandroidx/compose/foundation/Clickable_androidKt;->getTapIndicationDelay()J
Landroidx/compose/foundation/ClipScrollableContainerKt;
HSPLandroidx/compose/foundation/ClipScrollableContainerKt;->()V
@@ -2411,11 +2429,13 @@ HPLandroidx/compose/foundation/FocusableElement;->create()Landroidx/compose/ui/M
HSPLandroidx/compose/foundation/FocusableElement;->equals(Ljava/lang/Object;)Z
HPLandroidx/compose/foundation/FocusableElement;->equals(Ljava/lang/Object;)Z
Landroidx/compose/foundation/FocusableInNonTouchMode;
+HSPLandroidx/compose/foundation/FocusableInNonTouchMode;->()V
+HPLandroidx/compose/foundation/FocusableInNonTouchMode;->()V
HSPLandroidx/compose/foundation/FocusableInNonTouchMode;->applyFocusProperties(Landroidx/compose/ui/focus/FocusProperties;)V
PLandroidx/compose/foundation/FocusableInNonTouchMode;->applyFocusProperties(Landroidx/compose/ui/focus/FocusProperties;)V
Landroidx/compose/foundation/FocusableInteractionNode;
HSPLandroidx/compose/foundation/FocusableInteractionNode;->(Landroidx/compose/foundation/interaction/MutableInteractionSource;)V
-PLandroidx/compose/foundation/FocusableInteractionNode;->(Landroidx/compose/foundation/interaction/MutableInteractionSource;)V
+HPLandroidx/compose/foundation/FocusableInteractionNode;->(Landroidx/compose/foundation/interaction/MutableInteractionSource;)V
HSPLandroidx/compose/foundation/FocusableInteractionNode;->setFocus(Z)V
HPLandroidx/compose/foundation/FocusableInteractionNode;->setFocus(Z)V
Landroidx/compose/foundation/FocusableKt;
@@ -2447,6 +2467,8 @@ PLandroidx/compose/foundation/FocusableNode;->onGloballyPositioned(Landroidx/com
HSPLandroidx/compose/foundation/FocusableNode;->onPlaced(Landroidx/compose/ui/node/NodeCoordinator;)V
HPLandroidx/compose/foundation/FocusableNode;->onPlaced(Landroidx/compose/ui/node/NodeCoordinator;)V
Landroidx/compose/foundation/FocusablePinnableContainerNode;
+HSPLandroidx/compose/foundation/FocusablePinnableContainerNode;->()V
+HPLandroidx/compose/foundation/FocusablePinnableContainerNode;->()V
HSPLandroidx/compose/foundation/FocusablePinnableContainerNode;->setFocus(Z)V
HPLandroidx/compose/foundation/FocusablePinnableContainerNode;->setFocus(Z)V
Landroidx/compose/foundation/FocusableSemanticsNode;
@@ -2462,6 +2484,8 @@ PLandroidx/compose/foundation/FocusedBoundsKt;->()V
HSPLandroidx/compose/foundation/FocusedBoundsKt;->getModifierLocalFocusedBoundsObserver()Landroidx/compose/ui/modifier/ProvidableModifierLocal;
PLandroidx/compose/foundation/FocusedBoundsKt;->getModifierLocalFocusedBoundsObserver()Landroidx/compose/ui/modifier/ProvidableModifierLocal;
Landroidx/compose/foundation/FocusedBoundsNode;
+HSPLandroidx/compose/foundation/FocusedBoundsNode;->()V
+HPLandroidx/compose/foundation/FocusedBoundsNode;->()V
HSPLandroidx/compose/foundation/FocusedBoundsNode;->onGloballyPositioned(Landroidx/compose/ui/node/NodeCoordinator;)V
HPLandroidx/compose/foundation/FocusedBoundsNode;->onGloballyPositioned(Landroidx/compose/ui/node/NodeCoordinator;)V
HSPLandroidx/compose/foundation/FocusedBoundsNode;->setFocus(Z)V
@@ -2520,9 +2544,9 @@ PLandroidx/compose/foundation/ImageKt;->progressSemantics(Landroidx/compose/ui/M
HSPLandroidx/compose/foundation/ImageKt;->rememberScrollState(Landroidx/compose/runtime/Composer;)Landroidx/compose/foundation/ScrollState;
HPLandroidx/compose/foundation/ImageKt;->rememberScrollState(Landroidx/compose/runtime/Composer;)Landroidx/compose/foundation/ScrollState;
HSPLandroidx/compose/foundation/ImageKt;->shrink-Kibmq7A(JF)J
-HPLandroidx/compose/foundation/ImageKt;->shrink-Kibmq7A(JF)J
+PLandroidx/compose/foundation/ImageKt;->shrink-Kibmq7A(JF)J
HSPLandroidx/compose/foundation/ImageKt;->verticalScroll$default(Landroidx/compose/ui/Modifier;Landroidx/compose/foundation/ScrollState;)Landroidx/compose/ui/Modifier;
-PLandroidx/compose/foundation/ImageKt;->verticalScroll$default(Landroidx/compose/ui/Modifier;Landroidx/compose/foundation/ScrollState;)Landroidx/compose/ui/Modifier;
+HPLandroidx/compose/foundation/ImageKt;->verticalScroll$default(Landroidx/compose/ui/Modifier;Landroidx/compose/foundation/ScrollState;)Landroidx/compose/ui/Modifier;
Landroidx/compose/foundation/ImageKt$Image$$inlined$Layout$1;
HSPLandroidx/compose/foundation/ImageKt$Image$$inlined$Layout$1;->(Ljava/lang/Object;I)V
HPLandroidx/compose/foundation/ImageKt$Image$$inlined$Layout$1;->(Ljava/lang/Object;I)V
@@ -2572,13 +2596,10 @@ HPLandroidx/compose/foundation/MutatorMutex;->()V
Landroidx/compose/foundation/NoIndication;
HSPLandroidx/compose/foundation/NoIndication;->()V
PLandroidx/compose/foundation/NoIndication;->()V
+HSPLandroidx/compose/foundation/NoIndication;->()V
+PLandroidx/compose/foundation/NoIndication;->()V
HSPLandroidx/compose/foundation/NoIndication;->rememberUpdatedInstance(Landroidx/compose/foundation/interaction/InteractionSource;Landroidx/compose/runtime/Composer;)Landroidx/compose/foundation/IndicationInstance;
PLandroidx/compose/foundation/NoIndication;->rememberUpdatedInstance(Landroidx/compose/foundation/interaction/InteractionSource;Landroidx/compose/runtime/Composer;)Landroidx/compose/foundation/IndicationInstance;
-Landroidx/compose/foundation/NoIndication$NoIndicationInstance;
-HSPLandroidx/compose/foundation/NoIndication$NoIndicationInstance;->()V
-PLandroidx/compose/foundation/NoIndication$NoIndicationInstance;->()V
-HSPLandroidx/compose/foundation/NoIndication$NoIndicationInstance;->drawIndication(Landroidx/compose/ui/graphics/drawscope/ContentDrawScope;)V
-HPLandroidx/compose/foundation/NoIndication$NoIndicationInstance;->drawIndication(Landroidx/compose/ui/graphics/drawscope/ContentDrawScope;)V
Landroidx/compose/foundation/OverscrollConfiguration;
HSPLandroidx/compose/foundation/OverscrollConfiguration;->()V
PLandroidx/compose/foundation/OverscrollConfiguration;->()V
@@ -2592,6 +2613,14 @@ PLandroidx/compose/foundation/OverscrollConfigurationKt;->()V
HSPLandroidx/compose/foundation/OverscrollConfigurationKt;->getLocalOverscrollConfiguration()Landroidx/compose/runtime/DynamicProvidableCompositionLocal;
PLandroidx/compose/foundation/OverscrollConfigurationKt;->getLocalOverscrollConfiguration()Landroidx/compose/runtime/DynamicProvidableCompositionLocal;
Landroidx/compose/foundation/OverscrollEffect;
+Landroidx/compose/foundation/PlatformMagnifierFactory;
+Landroidx/compose/foundation/PlatformMagnifierFactoryApi28Impl;
+HSPLandroidx/compose/foundation/PlatformMagnifierFactoryApi28Impl;->()V
+PLandroidx/compose/foundation/PlatformMagnifierFactoryApi28Impl;->()V
+HSPLandroidx/compose/foundation/PlatformMagnifierFactoryApi28Impl;->()V
+PLandroidx/compose/foundation/PlatformMagnifierFactoryApi28Impl;->()V
+HSPLandroidx/compose/foundation/PlatformMagnifierFactoryApi28Impl;->drawIndication(Landroidx/compose/ui/graphics/drawscope/ContentDrawScope;)V
+HPLandroidx/compose/foundation/PlatformMagnifierFactoryApi28Impl;->drawIndication(Landroidx/compose/ui/graphics/drawscope/ContentDrawScope;)V
Landroidx/compose/foundation/ScrollKt$rememberScrollState$1$1;
HSPLandroidx/compose/foundation/ScrollKt$rememberScrollState$1$1;->(I)V
PLandroidx/compose/foundation/ScrollKt$rememberScrollState$1$1;->(I)V
@@ -2668,6 +2697,8 @@ Landroidx/compose/foundation/gestures/AnchoredDragFinishedSignal;
Landroidx/compose/foundation/gestures/AndroidConfig;
HSPLandroidx/compose/foundation/gestures/AndroidConfig;->()V
PLandroidx/compose/foundation/gestures/AndroidConfig;->()V
+HSPLandroidx/compose/foundation/gestures/AndroidConfig;->()V
+PLandroidx/compose/foundation/gestures/AndroidConfig;->()V
Landroidx/compose/foundation/gestures/BringIntoViewRequestPriorityQueue;
HSPLandroidx/compose/foundation/gestures/BringIntoViewRequestPriorityQueue;->()V
HPLandroidx/compose/foundation/gestures/BringIntoViewRequestPriorityQueue;->()V
@@ -2677,6 +2708,8 @@ PLandroidx/compose/foundation/gestures/BringIntoViewScroller;->()V
Landroidx/compose/foundation/gestures/BringIntoViewScroller$Companion;
HSPLandroidx/compose/foundation/gestures/BringIntoViewScroller$Companion;->()V
PLandroidx/compose/foundation/gestures/BringIntoViewScroller$Companion;->()V
+HSPLandroidx/compose/foundation/gestures/BringIntoViewScroller$Companion;->()V
+PLandroidx/compose/foundation/gestures/BringIntoViewScroller$Companion;->()V
HSPLandroidx/compose/foundation/gestures/BringIntoViewScroller$Companion;->getDefaultBringIntoViewScroller$foundation_release()Landroidx/compose/foundation/gestures/BringIntoViewScroller$Companion$DefaultBringIntoViewScroller$1;
PLandroidx/compose/foundation/gestures/BringIntoViewScroller$Companion;->getDefaultBringIntoViewScroller$foundation_release()Landroidx/compose/foundation/gestures/BringIntoViewScroller$Companion$DefaultBringIntoViewScroller$1;
HSPLandroidx/compose/foundation/gestures/BringIntoViewScroller$Companion;->getDefaultScrollAnimationSpec()Landroidx/compose/animation/core/AnimationSpec;
@@ -2702,37 +2735,23 @@ PLandroidx/compose/foundation/gestures/DefaultFlingBehavior;->setFlingDecay(Land
Landroidx/compose/foundation/gestures/DefaultScrollableState;
HSPLandroidx/compose/foundation/gestures/DefaultScrollableState;->(Lkotlin/jvm/functions/Function1;)V
HPLandroidx/compose/foundation/gestures/DefaultScrollableState;->(Lkotlin/jvm/functions/Function1;)V
-HSPLandroidx/compose/foundation/gestures/DefaultScrollableState;->isScrollInProgress()Z
PLandroidx/compose/foundation/gestures/DefaultScrollableState;->isScrollInProgress()Z
Landroidx/compose/foundation/gestures/DefaultScrollableState$scrollScope$1;
HSPLandroidx/compose/foundation/gestures/DefaultScrollableState$scrollScope$1;->(Landroidx/compose/foundation/gestures/DefaultScrollableState;)V
PLandroidx/compose/foundation/gestures/DefaultScrollableState$scrollScope$1;->(Landroidx/compose/foundation/gestures/DefaultScrollableState;)V
-Landroidx/compose/foundation/gestures/DragEvent$DragCancelled;
-HSPLandroidx/compose/foundation/gestures/DragEvent$DragCancelled;->()V
PLandroidx/compose/foundation/gestures/DragEvent$DragCancelled;->()V
-Landroidx/compose/foundation/gestures/DragGestureDetectorKt;
-HSPLandroidx/compose/foundation/gestures/DragGestureDetectorKt;->()V
+PLandroidx/compose/foundation/gestures/DragEvent$DragCancelled;->()V
PLandroidx/compose/foundation/gestures/DragGestureDetectorKt;->()V
-HSPLandroidx/compose/foundation/gestures/DragGestureDetectorKt;->access$isPointerUp-DmW0f2w(Landroidx/compose/ui/input/pointer/PointerEvent;J)Z
PLandroidx/compose/foundation/gestures/DragGestureDetectorKt;->access$isPointerUp-DmW0f2w(Landroidx/compose/ui/input/pointer/PointerEvent;J)Z
-HSPLandroidx/compose/foundation/gestures/DragGestureDetectorKt;->isPointerUp-DmW0f2w(Landroidx/compose/ui/input/pointer/PointerEvent;J)Z
PLandroidx/compose/foundation/gestures/DragGestureDetectorKt;->isPointerUp-DmW0f2w(Landroidx/compose/ui/input/pointer/PointerEvent;J)Z
-HSPLandroidx/compose/foundation/gestures/DragGestureDetectorKt;->pointerSlop-E8SPZFQ(Landroidx/compose/ui/platform/ViewConfiguration;I)F
PLandroidx/compose/foundation/gestures/DragGestureDetectorKt;->pointerSlop-E8SPZFQ(Landroidx/compose/ui/platform/ViewConfiguration;I)F
-HSPLandroidx/compose/foundation/gestures/DragGestureDetectorKt;->toPointerDirectionConfig(Landroidx/compose/foundation/gestures/Orientation;)Landroidx/compose/foundation/gestures/DragGestureDetectorKt$VerticalPointerDirectionConfig$1;
PLandroidx/compose/foundation/gestures/DragGestureDetectorKt;->toPointerDirectionConfig(Landroidx/compose/foundation/gestures/Orientation;)Landroidx/compose/foundation/gestures/DragGestureDetectorKt$VerticalPointerDirectionConfig$1;
-Landroidx/compose/foundation/gestures/DragGestureDetectorKt$VerticalPointerDirectionConfig$1;
-HSPLandroidx/compose/foundation/gestures/DragGestureDetectorKt$VerticalPointerDirectionConfig$1;->(I)V
PLandroidx/compose/foundation/gestures/DragGestureDetectorKt$VerticalPointerDirectionConfig$1;->(I)V
Landroidx/compose/foundation/gestures/DragScope;
-Landroidx/compose/foundation/gestures/DraggableKt;
-HSPLandroidx/compose/foundation/gestures/DraggableKt;->access$awaitDownAndSlop(Landroidx/compose/ui/input/pointer/AwaitPointerEventScope;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function0;Landroidx/compose/ui/input/pointer/util/VelocityTracker;Landroidx/compose/foundation/gestures/Orientation;Lkotlin/coroutines/Continuation;)Ljava/io/Serializable;
+PLandroidx/compose/foundation/gestures/DraggableKt;->access$awaitDownAndSlop(Landroidx/compose/ui/input/pointer/AwaitPointerEventScope;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function0;Landroidx/compose/ui/input/pointer/util/VelocityTracker;Landroidx/compose/foundation/gestures/Orientation;Lkotlin/coroutines/Continuation;)Ljava/io/Serializable;
HPLandroidx/compose/foundation/gestures/DraggableKt;->access$awaitDownAndSlop(Landroidx/compose/ui/input/pointer/AwaitPointerEventScope;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function0;Landroidx/compose/ui/input/pointer/util/VelocityTracker;Landroidx/compose/foundation/gestures/Orientation;Lkotlin/coroutines/Continuation;)Ljava/io/Serializable;
-Landroidx/compose/foundation/gestures/DraggableKt$awaitDownAndSlop$1;
-HSPLandroidx/compose/foundation/gestures/DraggableKt$awaitDownAndSlop$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/foundation/gestures/DraggableKt$awaitDownAndSlop$1;->(Lkotlin/coroutines/Continuation;)V
PLandroidx/compose/foundation/gestures/DraggableKt$awaitDownAndSlop$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
-Landroidx/compose/foundation/gestures/DraggableKt$awaitDownAndSlop$postPointerSlop$1;
-HSPLandroidx/compose/foundation/gestures/DraggableKt$awaitDownAndSlop$postPointerSlop$1;->(Landroidx/compose/ui/input/pointer/util/VelocityTracker;Lkotlin/jvm/internal/Ref$LongRef;)V
PLandroidx/compose/foundation/gestures/DraggableKt$awaitDownAndSlop$postPointerSlop$1;->(Landroidx/compose/ui/input/pointer/util/VelocityTracker;Lkotlin/jvm/internal/Ref$LongRef;)V
Landroidx/compose/foundation/gestures/DraggableKt$draggable$1;
HSPLandroidx/compose/foundation/gestures/DraggableKt$draggable$1;->(Lkotlin/coroutines/Continuation;I)V
@@ -2742,28 +2761,19 @@ HSPLandroidx/compose/foundation/gestures/DraggableKt$draggable$3;->()V
PLandroidx/compose/foundation/gestures/DraggableKt$draggable$3;->()V
HSPLandroidx/compose/foundation/gestures/DraggableKt$draggable$3;->(I)V
PLandroidx/compose/foundation/gestures/DraggableKt$draggable$3;->(I)V
-HSPLandroidx/compose/foundation/gestures/DraggableKt$draggable$3;->invoke(Landroidx/compose/ui/input/pointer/PointerInputChange;)Ljava/lang/Boolean;
PLandroidx/compose/foundation/gestures/DraggableKt$draggable$3;->invoke(Landroidx/compose/ui/input/pointer/PointerInputChange;)Ljava/lang/Boolean;
-HSPLandroidx/compose/foundation/gestures/DraggableKt$draggable$3;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/foundation/gestures/DraggableKt$draggable$3;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/foundation/gestures/DraggableNode;
HSPLandroidx/compose/foundation/gestures/DraggableNode;->(Landroidx/compose/foundation/gestures/DraggableState;Lkotlin/jvm/functions/Function1;Landroidx/compose/foundation/gestures/Orientation;ZLandroidx/compose/foundation/interaction/MutableInteractionSource;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function3;Z)V
HPLandroidx/compose/foundation/gestures/DraggableNode;->(Landroidx/compose/foundation/gestures/DraggableState;Lkotlin/jvm/functions/Function1;Landroidx/compose/foundation/gestures/Orientation;ZLandroidx/compose/foundation/interaction/MutableInteractionSource;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function3;Z)V
-HSPLandroidx/compose/foundation/gestures/DraggableNode;->access$getCanDrag$p(Landroidx/compose/foundation/gestures/DraggableNode;)Lkotlin/jvm/functions/Function1;
PLandroidx/compose/foundation/gestures/DraggableNode;->access$getCanDrag$p(Landroidx/compose/foundation/gestures/DraggableNode;)Lkotlin/jvm/functions/Function1;
HSPLandroidx/compose/foundation/gestures/DraggableNode;->access$getChannel$p(Landroidx/compose/foundation/gestures/DraggableNode;)Lkotlinx/coroutines/channels/Channel;
PLandroidx/compose/foundation/gestures/DraggableNode;->access$getChannel$p(Landroidx/compose/foundation/gestures/DraggableNode;)Lkotlinx/coroutines/channels/Channel;
-HSPLandroidx/compose/foundation/gestures/DraggableNode;->access$getEnabled$p(Landroidx/compose/foundation/gestures/DraggableNode;)Z
PLandroidx/compose/foundation/gestures/DraggableNode;->access$getEnabled$p(Landroidx/compose/foundation/gestures/DraggableNode;)Z
-HSPLandroidx/compose/foundation/gestures/DraggableNode;->access$getOrientation$p(Landroidx/compose/foundation/gestures/DraggableNode;)Landroidx/compose/foundation/gestures/Orientation;
PLandroidx/compose/foundation/gestures/DraggableNode;->access$getOrientation$p(Landroidx/compose/foundation/gestures/DraggableNode;)Landroidx/compose/foundation/gestures/Orientation;
-HSPLandroidx/compose/foundation/gestures/DraggableNode;->access$getStartDragImmediately$p(Landroidx/compose/foundation/gestures/DraggableNode;)Lkotlin/jvm/functions/Function0;
PLandroidx/compose/foundation/gestures/DraggableNode;->access$getStartDragImmediately$p(Landroidx/compose/foundation/gestures/DraggableNode;)Lkotlin/jvm/functions/Function0;
-HSPLandroidx/compose/foundation/gestures/DraggableNode;->access$getVelocityTracker$p(Landroidx/compose/foundation/gestures/DraggableNode;)Landroidx/compose/ui/input/pointer/util/VelocityTracker;
PLandroidx/compose/foundation/gestures/DraggableNode;->access$getVelocityTracker$p(Landroidx/compose/foundation/gestures/DraggableNode;)Landroidx/compose/ui/input/pointer/util/VelocityTracker;
-HSPLandroidx/compose/foundation/gestures/DraggableNode;->access$get_canDrag$p(Landroidx/compose/foundation/gestures/DraggableNode;)Lkotlin/jvm/functions/Function1;
PLandroidx/compose/foundation/gestures/DraggableNode;->access$get_canDrag$p(Landroidx/compose/foundation/gestures/DraggableNode;)Lkotlin/jvm/functions/Function1;
-HSPLandroidx/compose/foundation/gestures/DraggableNode;->access$get_startDragImmediately$p(Landroidx/compose/foundation/gestures/DraggableNode;)Lkotlin/jvm/functions/Function0;
PLandroidx/compose/foundation/gestures/DraggableNode;->access$get_startDragImmediately$p(Landroidx/compose/foundation/gestures/DraggableNode;)Lkotlin/jvm/functions/Function0;
HSPLandroidx/compose/foundation/gestures/DraggableNode;->disposeInteractionSource()V
PLandroidx/compose/foundation/gestures/DraggableNode;->disposeInteractionSource()V
@@ -2771,7 +2781,6 @@ HSPLandroidx/compose/foundation/gestures/DraggableNode;->onAttach()V
HPLandroidx/compose/foundation/gestures/DraggableNode;->onAttach()V
HSPLandroidx/compose/foundation/gestures/DraggableNode;->onDetach()V
PLandroidx/compose/foundation/gestures/DraggableNode;->onDetach()V
-HSPLandroidx/compose/foundation/gestures/DraggableNode;->onPointerEvent-H0pRuoY(Landroidx/compose/ui/input/pointer/PointerEvent;Landroidx/compose/ui/input/pointer/PointerEventPass;J)V
PLandroidx/compose/foundation/gestures/DraggableNode;->onPointerEvent-H0pRuoY(Landroidx/compose/ui/input/pointer/PointerEvent;Landroidx/compose/ui/input/pointer/PointerEventPass;J)V
Landroidx/compose/foundation/gestures/DraggableNode$onAttach$1;
HSPLandroidx/compose/foundation/gestures/DraggableNode$onAttach$1;->(Landroidx/compose/foundation/gestures/DraggableNode;Lkotlin/coroutines/Continuation;)V
@@ -2783,31 +2792,21 @@ HPLandroidx/compose/foundation/gestures/DraggableNode$onAttach$1;->invokeSuspend
Landroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1;
HSPLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1;->(Landroidx/compose/foundation/gestures/DraggableNode;Lkotlin/coroutines/Continuation;)V
PLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1;->(Landroidx/compose/foundation/gestures/DraggableNode;Lkotlin/coroutines/Continuation;)V
-HSPLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
PLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
-HSPLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
-HSPLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
-Landroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1;
-HSPLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1;->(Landroidx/compose/ui/input/pointer/PointerInputScope;Landroidx/compose/foundation/gestures/DraggableNode;Lkotlin/coroutines/Continuation;)V
PLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1;->(Landroidx/compose/ui/input/pointer/PointerInputScope;Landroidx/compose/foundation/gestures/DraggableNode;Lkotlin/coroutines/Continuation;)V
-HSPLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
PLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
-HSPLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
-HSPLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
-Landroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1$1;
-HSPLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1$1;->(Landroidx/compose/foundation/gestures/DraggableNode;Lkotlin/coroutines/Continuation;Lkotlinx/coroutines/CoroutineScope;)V
PLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1$1;->(Landroidx/compose/foundation/gestures/DraggableNode;Lkotlin/coroutines/Continuation;Lkotlinx/coroutines/CoroutineScope;)V
-HSPLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
PLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
-HSPLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/foundation/gestures/DraggableNode$pointerInputNode$1$1$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/foundation/gestures/DraggableState;
Landroidx/compose/foundation/gestures/FlingBehavior;
Landroidx/compose/foundation/gestures/ForEachGestureKt;
+PLandroidx/compose/foundation/gestures/ForEachGestureKt;->()V
HSPLandroidx/compose/foundation/gestures/ForEachGestureKt;->ScrollableState(Lkotlin/jvm/functions/Function1;)Landroidx/compose/foundation/gestures/ScrollableState;
PLandroidx/compose/foundation/gestures/ForEachGestureKt;->ScrollableState(Lkotlin/jvm/functions/Function1;)Landroidx/compose/foundation/gestures/ScrollableState;
HSPLandroidx/compose/foundation/gestures/ForEachGestureKt;->awaitAllPointersUp(Landroidx/compose/ui/input/pointer/AwaitPointerEventScope;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
@@ -2817,9 +2816,11 @@ HPLandroidx/compose/foundation/gestures/ForEachGestureKt;->awaitEachGesture(Land
HSPLandroidx/compose/foundation/gestures/ForEachGestureKt;->overscrollEffect(Landroidx/compose/runtime/Composer;)Landroidx/compose/foundation/OverscrollEffect;
HPLandroidx/compose/foundation/gestures/ForEachGestureKt;->overscrollEffect(Landroidx/compose/runtime/Composer;)Landroidx/compose/foundation/OverscrollEffect;
Landroidx/compose/foundation/gestures/ForEachGestureKt$awaitAllPointersUp$3;
+HSPLandroidx/compose/foundation/gestures/ForEachGestureKt$awaitAllPointersUp$3;->(Lkotlin/coroutines/Continuation;)V
+PLandroidx/compose/foundation/gestures/ForEachGestureKt$awaitAllPointersUp$3;->(Lkotlin/coroutines/Continuation;)V
Landroidx/compose/foundation/gestures/ForEachGestureKt$awaitEachGesture$2;
HSPLandroidx/compose/foundation/gestures/ForEachGestureKt$awaitEachGesture$2;->(Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)V
-HPLandroidx/compose/foundation/gestures/ForEachGestureKt$awaitEachGesture$2;->(Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)V
+PLandroidx/compose/foundation/gestures/ForEachGestureKt$awaitEachGesture$2;->(Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)V
HSPLandroidx/compose/foundation/gestures/ForEachGestureKt$awaitEachGesture$2;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
PLandroidx/compose/foundation/gestures/ForEachGestureKt$awaitEachGesture$2;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
HSPLandroidx/compose/foundation/gestures/ForEachGestureKt$awaitEachGesture$2;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
@@ -2827,8 +2828,7 @@ HPLandroidx/compose/foundation/gestures/ForEachGestureKt$awaitEachGesture$2;->in
Landroidx/compose/foundation/gestures/ModifierLocalScrollableContainerProvider;
HSPLandroidx/compose/foundation/gestures/ModifierLocalScrollableContainerProvider;->(Z)V
PLandroidx/compose/foundation/gestures/ModifierLocalScrollableContainerProvider;->(Z)V
-HSPLandroidx/compose/foundation/gestures/ModifierLocalScrollableContainerProvider;->getProvidedValues()Lcoil/size/-Sizes;
-PLandroidx/compose/foundation/gestures/ModifierLocalScrollableContainerProvider;->getProvidedValues()Lcoil/size/-Sizes;
+PLandroidx/compose/foundation/gestures/ModifierLocalScrollableContainerProvider;->getProvidedValues()Landroidx/compose/ui/text/StringKt;
Landroidx/compose/foundation/gestures/MouseWheelScrollNode;
HSPLandroidx/compose/foundation/gestures/MouseWheelScrollNode;->(Landroidx/compose/foundation/gestures/ScrollingLogic;)V
HPLandroidx/compose/foundation/gestures/MouseWheelScrollNode;->(Landroidx/compose/foundation/gestures/ScrollingLogic;)V
@@ -2837,25 +2837,17 @@ PLandroidx/compose/foundation/gestures/MouseWheelScrollNode;->onAttach()V
Landroidx/compose/foundation/gestures/MouseWheelScrollNode$1;
HSPLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1;->(Landroidx/compose/foundation/gestures/MouseWheelScrollNode;Lkotlin/coroutines/Continuation;)V
PLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1;->(Landroidx/compose/foundation/gestures/MouseWheelScrollNode;Lkotlin/coroutines/Continuation;)V
-HSPLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
PLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
-HSPLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
-HSPLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
-Landroidx/compose/foundation/gestures/MouseWheelScrollNode$1$1;
-HSPLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1$1;->(Landroidx/compose/foundation/gestures/MouseWheelScrollNode;Lkotlin/coroutines/Continuation;)V
PLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1$1;->(Landroidx/compose/foundation/gestures/MouseWheelScrollNode;Lkotlin/coroutines/Continuation;)V
-HSPLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
PLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
-HSPLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/foundation/gestures/MouseWheelScrollNode$1$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/foundation/gestures/Orientation;
HSPLandroidx/compose/foundation/gestures/Orientation;->()V
PLandroidx/compose/foundation/gestures/Orientation;->()V
HSPLandroidx/compose/foundation/gestures/Orientation;->(Ljava/lang/String;I)V
PLandroidx/compose/foundation/gestures/Orientation;->(Ljava/lang/String;I)V
-Landroidx/compose/foundation/gestures/PointerDirectionConfig;
Landroidx/compose/foundation/gestures/PressGestureScope;
Landroidx/compose/foundation/gestures/PressGestureScopeImpl;
HSPLandroidx/compose/foundation/gestures/PressGestureScopeImpl;->(Landroidx/compose/ui/unit/Density;)V
@@ -2891,7 +2883,6 @@ HPLandroidx/compose/foundation/gestures/ScrollableElement;->equals(Ljava/lang/Ob
Landroidx/compose/foundation/gestures/ScrollableGesturesNode;
HSPLandroidx/compose/foundation/gestures/ScrollableGesturesNode;->(Landroidx/compose/foundation/gestures/ScrollingLogic;Landroidx/compose/foundation/gestures/Orientation;ZLandroidx/compose/ui/input/nestedscroll/NestedScrollDispatcher;Landroidx/compose/foundation/interaction/MutableInteractionSource;)V
HPLandroidx/compose/foundation/gestures/ScrollableGesturesNode;->(Landroidx/compose/foundation/gestures/ScrollingLogic;Landroidx/compose/foundation/gestures/Orientation;ZLandroidx/compose/ui/input/nestedscroll/NestedScrollDispatcher;Landroidx/compose/foundation/interaction/MutableInteractionSource;)V
-HSPLandroidx/compose/foundation/gestures/ScrollableGesturesNode;->getScrollLogic()Landroidx/compose/foundation/gestures/ScrollingLogic;
PLandroidx/compose/foundation/gestures/ScrollableGesturesNode;->getScrollLogic()Landroidx/compose/foundation/gestures/ScrollingLogic;
Landroidx/compose/foundation/gestures/ScrollableGesturesNode$onDragStopped$1;
HSPLandroidx/compose/foundation/gestures/ScrollableGesturesNode$onDragStopped$1;->(Landroidx/compose/foundation/gestures/ScrollableGesturesNode;Lkotlin/coroutines/Continuation;)V
@@ -2899,7 +2890,6 @@ PLandroidx/compose/foundation/gestures/ScrollableGesturesNode$onDragStopped$1;->
Landroidx/compose/foundation/gestures/ScrollableKt;
HSPLandroidx/compose/foundation/gestures/ScrollableKt;->()V
PLandroidx/compose/foundation/gestures/ScrollableKt;->()V
-HSPLandroidx/compose/foundation/gestures/ScrollableKt;->access$awaitScrollEvent(Landroidx/compose/ui/input/pointer/AwaitPointerEventScope;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
PLandroidx/compose/foundation/gestures/ScrollableKt;->access$awaitScrollEvent(Landroidx/compose/ui/input/pointer/AwaitPointerEventScope;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
HSPLandroidx/compose/foundation/gestures/ScrollableKt;->access$getCanDragCalculation$p()Lkotlin/jvm/functions/Function1;
PLandroidx/compose/foundation/gestures/ScrollableKt;->access$getCanDragCalculation$p()Lkotlin/jvm/functions/Function1;
@@ -2918,6 +2908,8 @@ HPLandroidx/compose/foundation/gestures/ScrollableKt;->scrollable$default(Landro
HSPLandroidx/compose/foundation/gestures/ScrollableKt;->scrollable(Landroidx/compose/ui/Modifier;Landroidx/compose/foundation/gestures/ScrollableState;Landroidx/compose/foundation/gestures/Orientation;Landroidx/compose/foundation/OverscrollEffect;ZZLandroidx/compose/foundation/gestures/FlingBehavior;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/foundation/gestures/BringIntoViewScroller;)Landroidx/compose/ui/Modifier;
HPLandroidx/compose/foundation/gestures/ScrollableKt;->scrollable(Landroidx/compose/ui/Modifier;Landroidx/compose/foundation/gestures/ScrollableState;Landroidx/compose/foundation/gestures/Orientation;Landroidx/compose/foundation/OverscrollEffect;ZZLandroidx/compose/foundation/gestures/FlingBehavior;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/foundation/gestures/BringIntoViewScroller;)Landroidx/compose/ui/Modifier;
Landroidx/compose/foundation/gestures/ScrollableKt$DefaultScrollMotionDurationScale$1;
+HSPLandroidx/compose/foundation/gestures/ScrollableKt$DefaultScrollMotionDurationScale$1;->()V
+PLandroidx/compose/foundation/gestures/ScrollableKt$DefaultScrollMotionDurationScale$1;->()V
Landroidx/compose/foundation/gestures/ScrollableKt$ModifierLocalScrollableContainer$1;
HSPLandroidx/compose/foundation/gestures/ScrollableKt$ModifierLocalScrollableContainer$1;->()V
PLandroidx/compose/foundation/gestures/ScrollableKt$ModifierLocalScrollableContainer$1;->()V
@@ -2926,11 +2918,14 @@ PLandroidx/compose/foundation/gestures/ScrollableKt$ModifierLocalScrollableConta
HSPLandroidx/compose/foundation/gestures/ScrollableKt$ModifierLocalScrollableContainer$1;->invoke()Ljava/lang/Object;
PLandroidx/compose/foundation/gestures/ScrollableKt$ModifierLocalScrollableContainer$1;->invoke()Ljava/lang/Object;
Landroidx/compose/foundation/gestures/ScrollableKt$NoOpScrollScope$1;
+HSPLandroidx/compose/foundation/gestures/ScrollableKt$NoOpScrollScope$1;->()V
+PLandroidx/compose/foundation/gestures/ScrollableKt$NoOpScrollScope$1;->()V
Landroidx/compose/foundation/gestures/ScrollableKt$UnityDensity$1;
+HSPLandroidx/compose/foundation/gestures/ScrollableKt$UnityDensity$1;->()V
+PLandroidx/compose/foundation/gestures/ScrollableKt$UnityDensity$1;->()V
HSPLandroidx/compose/foundation/gestures/ScrollableKt$UnityDensity$1;->getDensity()F
PLandroidx/compose/foundation/gestures/ScrollableKt$UnityDensity$1;->getDensity()F
-Landroidx/compose/foundation/gestures/ScrollableKt$awaitScrollEvent$1;
-HSPLandroidx/compose/foundation/gestures/ScrollableKt$awaitScrollEvent$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
+PLandroidx/compose/foundation/gestures/ScrollableKt$awaitScrollEvent$1;->(Lkotlin/coroutines/Continuation;)V
PLandroidx/compose/foundation/gestures/ScrollableKt$awaitScrollEvent$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/foundation/gestures/ScrollableNestedScrollConnection;
HSPLandroidx/compose/foundation/gestures/ScrollableNestedScrollConnection;->(Landroidx/compose/foundation/gestures/ScrollingLogic;Z)V
@@ -2945,12 +2940,10 @@ HPLandroidx/compose/foundation/gestures/ScrollableNode;->onAttach()V
Landroidx/compose/foundation/gestures/ScrollableNode$1;
HSPLandroidx/compose/foundation/gestures/ScrollableNode$1;->(Ljava/lang/Object;I)V
HPLandroidx/compose/foundation/gestures/ScrollableNode$1;->(Ljava/lang/Object;I)V
-HSPLandroidx/compose/foundation/gestures/ScrollableNode$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
PLandroidx/compose/foundation/gestures/ScrollableNode$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/foundation/gestures/ScrollableNode$onAttach$1;
HSPLandroidx/compose/foundation/gestures/ScrollableNode$onAttach$1;->(ILandroidx/compose/ui/Modifier$Node;)V
HPLandroidx/compose/foundation/gestures/ScrollableNode$onAttach$1;->(ILandroidx/compose/ui/Modifier$Node;)V
-HSPLandroidx/compose/foundation/gestures/ScrollableNode$onAttach$1;->invoke()Ljava/lang/Boolean;
PLandroidx/compose/foundation/gestures/ScrollableNode$onAttach$1;->invoke()Ljava/lang/Boolean;
HSPLandroidx/compose/foundation/gestures/ScrollableNode$onAttach$1;->invoke()Ljava/lang/Object;
PLandroidx/compose/foundation/gestures/ScrollableNode$onAttach$1;->invoke()Ljava/lang/Object;
@@ -2960,7 +2953,6 @@ Landroidx/compose/foundation/gestures/ScrollableState;
Landroidx/compose/foundation/gestures/ScrollingLogic;
HSPLandroidx/compose/foundation/gestures/ScrollingLogic;->(Landroidx/compose/foundation/gestures/ScrollableState;Landroidx/compose/foundation/gestures/Orientation;Landroidx/compose/foundation/OverscrollEffect;ZLandroidx/compose/foundation/gestures/FlingBehavior;Landroidx/compose/ui/input/nestedscroll/NestedScrollDispatcher;)V
HPLandroidx/compose/foundation/gestures/ScrollingLogic;->(Landroidx/compose/foundation/gestures/ScrollableState;Landroidx/compose/foundation/gestures/Orientation;Landroidx/compose/foundation/OverscrollEffect;ZLandroidx/compose/foundation/gestures/FlingBehavior;Landroidx/compose/ui/input/nestedscroll/NestedScrollDispatcher;)V
-HSPLandroidx/compose/foundation/gestures/ScrollingLogic;->shouldScrollImmediately()Z
PLandroidx/compose/foundation/gestures/ScrollingLogic;->shouldScrollImmediately()Z
Landroidx/compose/foundation/gestures/TapGestureDetectorKt;
HSPLandroidx/compose/foundation/gestures/TapGestureDetectorKt;->()V
@@ -2976,6 +2968,8 @@ PLandroidx/compose/foundation/gestures/TapGestureDetectorKt;->detectTapAndPress(
HSPLandroidx/compose/foundation/gestures/TapGestureDetectorKt;->waitForUpOrCancellation(Landroidx/compose/ui/input/pointer/AwaitPointerEventScope;Landroidx/compose/ui/input/pointer/PointerEventPass;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
HPLandroidx/compose/foundation/gestures/TapGestureDetectorKt;->waitForUpOrCancellation(Landroidx/compose/ui/input/pointer/AwaitPointerEventScope;Landroidx/compose/ui/input/pointer/PointerEventPass;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
Landroidx/compose/foundation/gestures/TapGestureDetectorKt$awaitFirstDown$2;
+HSPLandroidx/compose/foundation/gestures/TapGestureDetectorKt$awaitFirstDown$2;->(Lkotlin/coroutines/Continuation;)V
+PLandroidx/compose/foundation/gestures/TapGestureDetectorKt$awaitFirstDown$2;->(Lkotlin/coroutines/Continuation;)V
HSPLandroidx/compose/foundation/gestures/TapGestureDetectorKt$awaitFirstDown$2;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
HPLandroidx/compose/foundation/gestures/TapGestureDetectorKt$awaitFirstDown$2;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/foundation/gestures/TapGestureDetectorKt$detectTapAndPress$2;
@@ -2989,7 +2983,7 @@ HSPLandroidx/compose/foundation/gestures/TapGestureDetectorKt$detectTapAndPress$
HPLandroidx/compose/foundation/gestures/TapGestureDetectorKt$detectTapAndPress$2;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
Landroidx/compose/foundation/gestures/TapGestureDetectorKt$detectTapAndPress$2$1;
HSPLandroidx/compose/foundation/gestures/TapGestureDetectorKt$detectTapAndPress$2$1;->(Lkotlinx/coroutines/CoroutineScope;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function1;Landroidx/compose/foundation/gestures/PressGestureScopeImpl;Lkotlin/coroutines/Continuation;)V
-HPLandroidx/compose/foundation/gestures/TapGestureDetectorKt$detectTapAndPress$2$1;->