diff --git a/android/src/main/baseline-prof.txt b/android/src/main/baseline-prof.txt index 9ca218b6..f7a7c2c8 100644 --- a/android/src/main/baseline-prof.txt +++ b/android/src/main/baseline-prof.txt @@ -25,6 +25,7 @@ HPLandroidx/collection/SparseArrayKt$valueIterator$1;->next()Ljava/lang/Object; HPLandroidx/collection/SparseArrayKt;->valueIterator(Landroidx/collection/SparseArrayCompat;)Ljava/util/Iterator; HPLandroidx/compose/animation/AnimatedContentKt$AnimatedContent$6$1;->invoke(Landroidx/compose/runtime/Composer;I)V HPLandroidx/compose/animation/AnimatedContentKt;->AnimatedContent(Landroidx/compose/animation/core/Transition;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V +HPLandroidx/compose/animation/AnimatedContentMeasurePolicy;->measure-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Ljava/util/List;J)Landroidx/compose/ui/layout/MeasureResult; HPLandroidx/compose/animation/AnimatedEnterExitMeasurePolicy;->measure-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Ljava/util/List;J)Landroidx/compose/ui/layout/MeasureResult; HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$1$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; HPLandroidx/compose/animation/AnimatedVisibilityKt$AnimatedEnterExitImpl$2;->(Landroidx/compose/animation/core/Transition;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;Landroidx/compose/animation/EnterTransition;Landroidx/compose/animation/ExitTransition;Lkotlin/jvm/functions/Function3;I)V @@ -66,6 +67,7 @@ HPLandroidx/compose/animation/core/AnimateAsStateKt$animateValueAsState$3;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation; HPLandroidx/compose/animation/core/AnimateAsStateKt$animateValueAsState$3;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; HPLandroidx/compose/animation/core/AnimateAsStateKt;->animateFloatAsState(FLandroidx/compose/animation/core/AnimationSpec;FLjava/lang/String;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Landroidx/compose/runtime/State; +HPLandroidx/compose/animation/core/AnimateAsStateKt;->animateValueAsState(Ljava/lang/Object;Landroidx/compose/animation/core/TwoWayConverter;Landroidx/compose/animation/core/AnimationSpec;Ljava/lang/Object;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Landroidx/compose/runtime/State; HPLandroidx/compose/animation/core/AnimationSpecKt;->spring(FFLjava/lang/Object;)Landroidx/compose/animation/core/SpringSpec; HPLandroidx/compose/animation/core/AnimationSpecKt;->tween$default(IILandroidx/compose/animation/core/Easing;ILjava/lang/Object;)Landroidx/compose/animation/core/TweenSpec; HPLandroidx/compose/animation/core/AnimationSpecKt;->tween(IILandroidx/compose/animation/core/Easing;)Landroidx/compose/animation/core/TweenSpec; @@ -229,6 +231,7 @@ HPLandroidx/compose/foundation/FocusableNode;->onFocusEvent(Landroidx/compose/ui HPLandroidx/compose/foundation/FocusableNode;->onPlaced(Landroidx/compose/ui/layout/LayoutCoordinates;)V HPLandroidx/compose/foundation/FocusablePinnableContainerNode;->setFocus(Z)V HPLandroidx/compose/foundation/FocusableSemanticsNode;->()V +HPLandroidx/compose/foundation/FocusedBoundsNode;->onGloballyPositioned(Landroidx/compose/ui/layout/LayoutCoordinates;)V HPLandroidx/compose/foundation/HoverableElement;->(Landroidx/compose/foundation/interaction/MutableInteractionSource;)V HPLandroidx/compose/foundation/HoverableElement;->create()Landroidx/compose/foundation/HoverableNode; HPLandroidx/compose/foundation/HoverableElement;->equals(Ljava/lang/Object;)Z @@ -335,6 +338,7 @@ HPLandroidx/compose/foundation/layout/PaddingNode$measure$1;->invoke(Ljava/lang/ HPLandroidx/compose/foundation/layout/PaddingNode;->(FFFFZ)V HPLandroidx/compose/foundation/layout/PaddingNode;->getRtlAware()Z HPLandroidx/compose/foundation/layout/PaddingNode;->getStart-D9Ej5fM()F +HPLandroidx/compose/foundation/layout/PaddingNode;->getTop-D9Ej5fM()F HPLandroidx/compose/foundation/layout/PaddingNode;->measure-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Landroidx/compose/ui/layout/Measurable;J)Landroidx/compose/ui/layout/MeasureResult; HPLandroidx/compose/foundation/layout/PaddingValuesImpl;->equals(Ljava/lang/Object;)Z HPLandroidx/compose/foundation/layout/PaddingValuesModifier;->measure-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Landroidx/compose/ui/layout/Measurable;J)Landroidx/compose/ui/layout/MeasureResult; @@ -408,11 +412,15 @@ HPLandroidx/compose/foundation/lazy/LazyListItemProviderImpl;->getKey(I)Ljava/la HPLandroidx/compose/foundation/lazy/LazyListItemProviderImpl;->getKeyIndexMap()Landroidx/compose/foundation/lazy/layout/LazyLayoutKeyIndexMap; HPLandroidx/compose/foundation/lazy/LazyListItemProviderImpl;->getListContent()Landroidx/compose/foundation/lazy/LazyListIntervalContent; HPLandroidx/compose/foundation/lazy/LazyListItemProviderKt;->rememberLazyListItemProvider(Landroidx/compose/foundation/lazy/LazyListState;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;I)Landroidx/compose/foundation/lazy/LazyListItemProvider; +HPLandroidx/compose/foundation/lazy/LazyListKt$rememberLazyListMeasurePolicy$1$1$2;->invoke(IILkotlin/jvm/functions/Function1;)Landroidx/compose/ui/layout/MeasureResult; +HPLandroidx/compose/foundation/lazy/LazyListKt$rememberLazyListMeasurePolicy$1$1$measuredItemProvider$1;->(IIZLandroidx/compose/ui/Alignment$Horizontal;Landroidx/compose/ui/Alignment$Vertical;Landroidx/compose/foundation/lazy/layout/LazyLayoutMeasureScope;ZIIJ)V HPLandroidx/compose/foundation/lazy/LazyListKt$rememberLazyListMeasurePolicy$1$1$measuredItemProvider$1;->createItem(ILjava/lang/Object;Ljava/lang/Object;Ljava/util/List;)Landroidx/compose/foundation/lazy/LazyListMeasuredItem; HPLandroidx/compose/foundation/lazy/LazyListKt$rememberLazyListMeasurePolicy$1$1;->invoke-0kLqBqw(Landroidx/compose/foundation/lazy/layout/LazyLayoutMeasureScope;J)Landroidx/compose/foundation/lazy/LazyListMeasureResult; HPLandroidx/compose/foundation/lazy/LazyListKt;->LazyList(Landroidx/compose/ui/Modifier;Landroidx/compose/foundation/lazy/LazyListState;Landroidx/compose/foundation/layout/PaddingValues;ZZLandroidx/compose/foundation/gestures/FlingBehavior;ZILandroidx/compose/ui/Alignment$Horizontal;Landroidx/compose/foundation/layout/Arrangement$Vertical;Landroidx/compose/ui/Alignment$Vertical;Landroidx/compose/foundation/layout/Arrangement$Horizontal;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;III)V HPLandroidx/compose/foundation/lazy/LazyListKt;->ScrollPositionUpdater(Landroidx/compose/foundation/lazy/LazyListItemProvider;Landroidx/compose/foundation/lazy/LazyListState;Landroidx/compose/runtime/Composer;I)V HPLandroidx/compose/foundation/lazy/LazyListKt;->rememberLazyListMeasurePolicy(Landroidx/compose/foundation/lazy/LazyListItemProvider;Landroidx/compose/foundation/lazy/LazyListState;Landroidx/compose/foundation/layout/PaddingValues;ZZILandroidx/compose/ui/Alignment$Horizontal;Landroidx/compose/ui/Alignment$Vertical;Landroidx/compose/foundation/layout/Arrangement$Horizontal;Landroidx/compose/foundation/layout/Arrangement$Vertical;Landroidx/compose/runtime/Composer;II)Lkotlin/jvm/functions/Function2; +HPLandroidx/compose/foundation/lazy/LazyListMeasureKt$measureLazyList$5;->invoke(Landroidx/compose/ui/layout/Placeable$PlacementScope;)V +HPLandroidx/compose/foundation/lazy/LazyListMeasureKt;->calculateItemsOffsets(Ljava/util/List;Ljava/util/List;Ljava/util/List;IIIIIZLandroidx/compose/foundation/layout/Arrangement$Vertical;Landroidx/compose/foundation/layout/Arrangement$Horizontal;ZLandroidx/compose/ui/unit/Density;)Ljava/util/List; HPLandroidx/compose/foundation/lazy/LazyListMeasureKt;->measureLazyList-CD5nmq0(ILandroidx/compose/foundation/lazy/LazyListMeasuredItemProvider;IIIIIIFJZLjava/util/List;Landroidx/compose/foundation/layout/Arrangement$Vertical;Landroidx/compose/foundation/layout/Arrangement$Horizontal;ZLandroidx/compose/ui/unit/Density;Landroidx/compose/foundation/lazy/LazyListItemPlacementAnimator;ILjava/util/List;Lkotlin/jvm/functions/Function3;)Landroidx/compose/foundation/lazy/LazyListMeasureResult; HPLandroidx/compose/foundation/lazy/LazyListMeasureResult;->(Landroidx/compose/foundation/lazy/LazyListMeasuredItem;IZFLandroidx/compose/ui/layout/MeasureResult;Ljava/util/List;IIIZLandroidx/compose/foundation/gestures/Orientation;II)V HPLandroidx/compose/foundation/lazy/LazyListMeasuredItem;->(ILjava/util/List;ZLandroidx/compose/ui/Alignment$Horizontal;Landroidx/compose/ui/Alignment$Vertical;Landroidx/compose/ui/unit/LayoutDirection;ZIIIJLjava/lang/Object;Ljava/lang/Object;)V @@ -423,6 +431,7 @@ HPLandroidx/compose/foundation/lazy/LazyListPositionedItem;->(IILjava/lang HPLandroidx/compose/foundation/lazy/LazyListPositionedItem;->getOffset-Bjo55l4(I)J HPLandroidx/compose/foundation/lazy/LazyListPositionedItem;->getParentData(I)Ljava/lang/Object; HPLandroidx/compose/foundation/lazy/LazyListPositionedItem;->place(Landroidx/compose/ui/layout/Placeable$PlacementScope;)V +HPLandroidx/compose/foundation/lazy/LazyListScrollPosition;->getScrollOffset()I HPLandroidx/compose/foundation/lazy/LazyListScrollPosition;->updateFromMeasureResult(Landroidx/compose/foundation/lazy/LazyListMeasureResult;)V HPLandroidx/compose/foundation/lazy/LazyListScrollPosition;->updateScrollPositionIfTheFirstItemWasMoved(Landroidx/compose/foundation/lazy/LazyListItemProvider;)V HPLandroidx/compose/foundation/lazy/LazyListSemanticsKt;->rememberLazyListSemanticState(Landroidx/compose/foundation/lazy/LazyListState;ZLandroidx/compose/runtime/Composer;I)Landroidx/compose/foundation/lazy/layout/LazyLayoutSemanticState; @@ -442,6 +451,7 @@ HPLandroidx/compose/foundation/lazy/layout/LazyLayoutKt$LazyLayout$1$2$1;->invok HPLandroidx/compose/foundation/lazy/layout/LazyLayoutKt$LazyLayout$1$itemContentFactory$1$1;->invoke()Landroidx/compose/foundation/lazy/layout/LazyLayoutItemProvider; HPLandroidx/compose/foundation/lazy/layout/LazyLayoutKt$LazyLayout$1;->invoke(Landroidx/compose/runtime/saveable/SaveableStateHolder;Landroidx/compose/runtime/Composer;I)V HPLandroidx/compose/foundation/lazy/layout/LazyLayoutKt;->LazyLayout(Landroidx/compose/foundation/lazy/layout/LazyLayoutItemProvider;Landroidx/compose/ui/Modifier;Landroidx/compose/foundation/lazy/layout/LazyLayoutPrefetchState;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;II)V +HPLandroidx/compose/foundation/lazy/layout/LazyLayoutMeasureScopeImpl;->(Landroidx/compose/foundation/lazy/layout/LazyLayoutItemContentFactory;Landroidx/compose/ui/layout/SubcomposeMeasureScope;Landroidx/compose/foundation/lazy/layout/LazyLayoutPrefetchState$AverageTimeTracker;)V HPLandroidx/compose/foundation/lazy/layout/LazyLayoutMeasureScopeImpl;->measure-0kLqBqw(IJ)Ljava/util/List; HPLandroidx/compose/foundation/lazy/layout/LazyLayoutPinnableItem;->(Ljava/lang/Object;Landroidx/compose/foundation/lazy/layout/LazyLayoutPinnedItemList;)V HPLandroidx/compose/foundation/lazy/layout/LazyLayoutPinnableItemKt;->LazyLayoutPinnableItem(Ljava/lang/Object;ILandroidx/compose/foundation/lazy/layout/LazyLayoutPinnedItemList;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;I)V @@ -624,7 +634,6 @@ HPLandroidx/compose/material3/NavigationBarKt$NavigationBarItemBaselineLayout$2; HPLandroidx/compose/material3/NavigationBarKt$placeLabelAndIcon$1;->(Landroidx/compose/ui/layout/Placeable;ZFLandroidx/compose/ui/layout/Placeable;IIILandroidx/compose/ui/layout/Placeable;IILandroidx/compose/ui/layout/Placeable;IIILandroidx/compose/ui/layout/MeasureScope;)V HPLandroidx/compose/material3/NavigationBarKt$placeLabelAndIcon$1;->invoke(Landroidx/compose/ui/layout/Placeable$PlacementScope;)V HPLandroidx/compose/material3/NavigationBarKt;->NavigationBar-HsRjFd4(Landroidx/compose/ui/Modifier;JJFLandroidx/compose/foundation/layout/WindowInsets;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V -HPLandroidx/compose/material3/NavigationBarKt;->NavigationBarItem(Landroidx/compose/foundation/layout/RowScope;ZLkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function2;Landroidx/compose/ui/Modifier;ZLkotlin/jvm/functions/Function2;ZLandroidx/compose/material3/NavigationBarItemColors;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/runtime/Composer;II)V HPLandroidx/compose/material3/NavigationBarKt;->NavigationBarItemBaselineLayout(Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;ZFLandroidx/compose/runtime/Composer;I)V HPLandroidx/compose/material3/NavigationBarKt;->placeLabelAndIcon-zUg2_y0(Landroidx/compose/ui/layout/MeasureScope;Landroidx/compose/ui/layout/Placeable;Landroidx/compose/ui/layout/Placeable;Landroidx/compose/ui/layout/Placeable;Landroidx/compose/ui/layout/Placeable;JZF)Landroidx/compose/ui/layout/MeasureResult; HPLandroidx/compose/material3/ScaffoldKt$ScaffoldLayout$1$1$1$bodyContentPlaceables$1;->invoke(Landroidx/compose/runtime/Composer;I)V @@ -691,6 +700,7 @@ HPLandroidx/compose/runtime/ComposerImpl$CompositionContextImpl;->unregisterComp HPLandroidx/compose/runtime/ComposerImpl$CompositionContextImpl;->unregisterComposition$runtime_release(Landroidx/compose/runtime/ControlledComposition;)V HPLandroidx/compose/runtime/ComposerImpl$CompositionContextImpl;->updateCompositionLocalScope(Landroidx/compose/runtime/PersistentCompositionLocalMap;)V HPLandroidx/compose/runtime/ComposerImpl$apply$operation$1;->(Lkotlin/jvm/functions/Function2;Ljava/lang/Object;)V +HPLandroidx/compose/runtime/ComposerImpl$apply$operation$1;->invoke(Landroidx/compose/runtime/Applier;Landroidx/compose/runtime/SlotWriter;Landroidx/compose/runtime/RememberManager;)V HPLandroidx/compose/runtime/ComposerImpl$apply$operation$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HPLandroidx/compose/runtime/ComposerImpl$createNode$2;->(Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Anchor;I)V HPLandroidx/compose/runtime/ComposerImpl$createNode$2;->invoke(Landroidx/compose/runtime/Applier;Landroidx/compose/runtime/SlotWriter;Landroidx/compose/runtime/RememberManager;)V @@ -733,7 +743,6 @@ HPLandroidx/compose/runtime/ComposerImpl$updateValue$1;->invoke(Ljava/lang/Objec HPLandroidx/compose/runtime/ComposerImpl$updateValue$2;->(Ljava/lang/Object;I)V HPLandroidx/compose/runtime/ComposerImpl$updateValue$2;->invoke(Landroidx/compose/runtime/Applier;Landroidx/compose/runtime/SlotWriter;Landroidx/compose/runtime/RememberManager;)V HPLandroidx/compose/runtime/ComposerImpl$updateValue$2;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; -HPLandroidx/compose/runtime/ComposerImpl;->(Landroidx/compose/runtime/Applier;Landroidx/compose/runtime/CompositionContext;Landroidx/compose/runtime/SlotTable;Ljava/util/Set;Ljava/util/List;Ljava/util/List;Landroidx/compose/runtime/ControlledComposition;)V HPLandroidx/compose/runtime/ComposerImpl;->access$getChildrenComposing$p(Landroidx/compose/runtime/ComposerImpl;)I HPLandroidx/compose/runtime/ComposerImpl;->access$getParentContext$p(Landroidx/compose/runtime/ComposerImpl;)Landroidx/compose/runtime/CompositionContext; HPLandroidx/compose/runtime/ComposerImpl;->access$setChildrenComposing$p(Landroidx/compose/runtime/ComposerImpl;I)V @@ -752,13 +761,11 @@ HPLandroidx/compose/runtime/ComposerImpl;->composeContent$runtime_release(Landro HPLandroidx/compose/runtime/ComposerImpl;->compoundKeyOf(III)I HPLandroidx/compose/runtime/ComposerImpl;->consume(Landroidx/compose/runtime/CompositionLocal;)Ljava/lang/Object; HPLandroidx/compose/runtime/ComposerImpl;->createFreshInsertTable()V -HPLandroidx/compose/runtime/ComposerImpl;->createNode(Lkotlin/jvm/functions/Function0;)V HPLandroidx/compose/runtime/ComposerImpl;->currentCompositionLocalScope()Landroidx/compose/runtime/PersistentCompositionLocalMap; HPLandroidx/compose/runtime/ComposerImpl;->currentCompositionLocalScope(I)Landroidx/compose/runtime/PersistentCompositionLocalMap; HPLandroidx/compose/runtime/ComposerImpl;->dispose$runtime_release()V HPLandroidx/compose/runtime/ComposerImpl;->doCompose(Landroidx/compose/runtime/collection/IdentityArrayMap;Lkotlin/jvm/functions/Function2;)V HPLandroidx/compose/runtime/ComposerImpl;->doRecordDownsFor(II)V -HPLandroidx/compose/runtime/ComposerImpl;->end(Z)V HPLandroidx/compose/runtime/ComposerImpl;->endDefaults()V HPLandroidx/compose/runtime/ComposerImpl;->endGroup()V HPLandroidx/compose/runtime/ComposerImpl;->endNode()V @@ -768,7 +775,6 @@ HPLandroidx/compose/runtime/ComposerImpl;->endReusableGroup()V HPLandroidx/compose/runtime/ComposerImpl;->endRoot()V HPLandroidx/compose/runtime/ComposerImpl;->ensureWriter()V HPLandroidx/compose/runtime/ComposerImpl;->enterGroup(ZLandroidx/compose/runtime/Pending;)V -HPLandroidx/compose/runtime/ComposerImpl;->exitGroup(IZ)V HPLandroidx/compose/runtime/ComposerImpl;->finalizeCompose()V HPLandroidx/compose/runtime/ComposerImpl;->getApplier()Landroidx/compose/runtime/Applier; HPLandroidx/compose/runtime/ComposerImpl;->getApplyCoroutineContext()Lkotlin/coroutines/CoroutineContext; @@ -791,14 +797,13 @@ HPLandroidx/compose/runtime/ComposerImpl;->realizeDowns()V HPLandroidx/compose/runtime/ComposerImpl;->realizeDowns([Ljava/lang/Object;)V HPLandroidx/compose/runtime/ComposerImpl;->realizeMovement()V HPLandroidx/compose/runtime/ComposerImpl;->realizeOperationLocation$default(Landroidx/compose/runtime/ComposerImpl;ZILjava/lang/Object;)V -HPLandroidx/compose/runtime/ComposerImpl;->realizeOperationLocation(Z)V HPLandroidx/compose/runtime/ComposerImpl;->realizeUps()V HPLandroidx/compose/runtime/ComposerImpl;->recompose$runtime_release(Landroidx/compose/runtime/collection/IdentityArrayMap;)Z +HPLandroidx/compose/runtime/ComposerImpl;->recomposeToGroupEnd()V HPLandroidx/compose/runtime/ComposerImpl;->record(Lkotlin/jvm/functions/Function3;)V HPLandroidx/compose/runtime/ComposerImpl;->recordApplierOperation(Lkotlin/jvm/functions/Function3;)V HPLandroidx/compose/runtime/ComposerImpl;->recordDelete()V HPLandroidx/compose/runtime/ComposerImpl;->recordDown(Ljava/lang/Object;)V -HPLandroidx/compose/runtime/ComposerImpl;->recordEndGroup()V HPLandroidx/compose/runtime/ComposerImpl;->recordEndRoot()V HPLandroidx/compose/runtime/ComposerImpl;->recordFixup(Lkotlin/jvm/functions/Function3;)V HPLandroidx/compose/runtime/ComposerImpl;->recordInsert(Landroidx/compose/runtime/Anchor;)V @@ -810,6 +815,7 @@ HPLandroidx/compose/runtime/ComposerImpl;->recordSlotTableOperation$default(Land HPLandroidx/compose/runtime/ComposerImpl;->recordSlotTableOperation(ZLkotlin/jvm/functions/Function3;)V HPLandroidx/compose/runtime/ComposerImpl;->recordUp()V HPLandroidx/compose/runtime/ComposerImpl;->recordUpsAndDowns(III)V +HPLandroidx/compose/runtime/ComposerImpl;->recordUsed(Landroidx/compose/runtime/RecomposeScope;)V HPLandroidx/compose/runtime/ComposerImpl;->registerInsertUpFixup()V HPLandroidx/compose/runtime/ComposerImpl;->rememberedValue()Ljava/lang/Object; HPLandroidx/compose/runtime/ComposerImpl;->reportFreeMovableContent$reportGroup(Landroidx/compose/runtime/ComposerImpl;IZI)I @@ -820,8 +826,6 @@ HPLandroidx/compose/runtime/ComposerImpl;->skipReaderToGroupEnd()V HPLandroidx/compose/runtime/ComposerImpl;->skipToGroupEnd()V HPLandroidx/compose/runtime/ComposerImpl;->sourceInformation(Ljava/lang/String;)V HPLandroidx/compose/runtime/ComposerImpl;->sourceInformationMarkerEnd()V -HPLandroidx/compose/runtime/ComposerImpl;->sourceInformationMarkerStart(ILjava/lang/String;)V -HPLandroidx/compose/runtime/ComposerImpl;->start-BaiHCIY(ILjava/lang/Object;ILjava/lang/Object;)V HPLandroidx/compose/runtime/ComposerImpl;->startDefaults()V HPLandroidx/compose/runtime/ComposerImpl;->startGroup(I)V HPLandroidx/compose/runtime/ComposerImpl;->startGroup(ILjava/lang/Object;)V @@ -829,13 +833,11 @@ HPLandroidx/compose/runtime/ComposerImpl;->startMovableGroup(ILjava/lang/Object; HPLandroidx/compose/runtime/ComposerImpl;->startNode()V HPLandroidx/compose/runtime/ComposerImpl;->startProviders([Landroidx/compose/runtime/ProvidedValue;)V HPLandroidx/compose/runtime/ComposerImpl;->startReaderGroup(ZLjava/lang/Object;)V -HPLandroidx/compose/runtime/ComposerImpl;->startReplaceableGroup(I)V HPLandroidx/compose/runtime/ComposerImpl;->startRestartGroup(I)Landroidx/compose/runtime/Composer; HPLandroidx/compose/runtime/ComposerImpl;->startReusableGroup(ILjava/lang/Object;)V HPLandroidx/compose/runtime/ComposerImpl;->startReusableNode()V HPLandroidx/compose/runtime/ComposerImpl;->startRoot()V HPLandroidx/compose/runtime/ComposerImpl;->tryImminentInvalidation$runtime_release(Landroidx/compose/runtime/RecomposeScopeImpl;Ljava/lang/Object;)Z -HPLandroidx/compose/runtime/ComposerImpl;->updateCompoundKeyWhenWeEnterGroup(ILjava/lang/Object;Ljava/lang/Object;)V HPLandroidx/compose/runtime/ComposerImpl;->updateCompoundKeyWhenWeEnterGroupKeyHash(I)V HPLandroidx/compose/runtime/ComposerImpl;->updateCompoundKeyWhenWeExitGroup(ILjava/lang/Object;Ljava/lang/Object;)V HPLandroidx/compose/runtime/ComposerImpl;->updateCompoundKeyWhenWeExitGroupKeyHash(I)V @@ -871,6 +873,7 @@ HPLandroidx/compose/runtime/ComposerKt;->getInvocation()Ljava/lang/Object; HPLandroidx/compose/runtime/ComposerKt;->getProvider()Ljava/lang/Object; HPLandroidx/compose/runtime/ComposerKt;->getProviderMaps()Ljava/lang/Object; HPLandroidx/compose/runtime/ComposerKt;->getProviderValues()Ljava/lang/Object; +HPLandroidx/compose/runtime/ComposerKt;->getReference()Ljava/lang/Object; HPLandroidx/compose/runtime/ComposerKt;->insertIfMissing(Ljava/util/List;ILandroidx/compose/runtime/RecomposeScopeImpl;Ljava/lang/Object;)V HPLandroidx/compose/runtime/ComposerKt;->isTraceInProgress()Z HPLandroidx/compose/runtime/ComposerKt;->multiMap()Ljava/util/HashMap; @@ -896,7 +899,6 @@ HPLandroidx/compose/runtime/CompositionImpl;->(Landroidx/compose/runtime/C HPLandroidx/compose/runtime/CompositionImpl;->addPendingInvalidationsLocked(Ljava/util/HashSet;Ljava/lang/Object;Z)Ljava/util/HashSet; HPLandroidx/compose/runtime/CompositionImpl;->addPendingInvalidationsLocked(Ljava/util/Set;Z)V HPLandroidx/compose/runtime/CompositionImpl;->applyChanges()V -HPLandroidx/compose/runtime/CompositionImpl;->applyChangesInLocked(Ljava/util/List;)V HPLandroidx/compose/runtime/CompositionImpl;->applyLateChanges()V HPLandroidx/compose/runtime/CompositionImpl;->changesApplied()V HPLandroidx/compose/runtime/CompositionImpl;->cleanUpDerivedStateObservations()V @@ -930,20 +932,17 @@ HPLandroidx/compose/runtime/CompositionLocalKt;->CompositionLocalProvider([Landr HPLandroidx/compose/runtime/CompositionLocalMap$Companion;->getEmpty()Landroidx/compose/runtime/CompositionLocalMap; HPLandroidx/compose/runtime/CompositionLocalMapKt;->compositionLocalMapOf([Landroidx/compose/runtime/ProvidedValue;Landroidx/compose/runtime/PersistentCompositionLocalMap;Landroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/PersistentCompositionLocalMap; HPLandroidx/compose/runtime/CompositionLocalMapKt;->contains(Landroidx/compose/runtime/PersistentCompositionLocalMap;Landroidx/compose/runtime/CompositionLocal;)Z -HPLandroidx/compose/runtime/CompositionLocalMapKt;->getValueOf(Landroidx/compose/runtime/PersistentCompositionLocalMap;Landroidx/compose/runtime/CompositionLocal;)Ljava/lang/Object; HPLandroidx/compose/runtime/CompositionLocalMapKt;->read(Landroidx/compose/runtime/PersistentCompositionLocalMap;Landroidx/compose/runtime/CompositionLocal;)Ljava/lang/Object; HPLandroidx/compose/runtime/DerivedSnapshotState$ResultRecord;->()V HPLandroidx/compose/runtime/DerivedSnapshotState$ResultRecord;->assign(Landroidx/compose/runtime/snapshots/StateRecord;)V HPLandroidx/compose/runtime/DerivedSnapshotState$ResultRecord;->getDependencies()Landroidx/compose/runtime/collection/IdentityArrayMap; HPLandroidx/compose/runtime/DerivedSnapshotState$ResultRecord;->getResult()Ljava/lang/Object; HPLandroidx/compose/runtime/DerivedSnapshotState$ResultRecord;->isValid(Landroidx/compose/runtime/DerivedState;Landroidx/compose/runtime/snapshots/Snapshot;)Z -HPLandroidx/compose/runtime/DerivedSnapshotState$ResultRecord;->readableHash(Landroidx/compose/runtime/DerivedState;Landroidx/compose/runtime/snapshots/Snapshot;)I HPLandroidx/compose/runtime/DerivedSnapshotState$currentRecord$result$1$result$1;->(Landroidx/compose/runtime/DerivedSnapshotState;Landroidx/compose/runtime/collection/IdentityArrayMap;I)V HPLandroidx/compose/runtime/DerivedSnapshotState$currentRecord$result$1$result$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object; HPLandroidx/compose/runtime/DerivedSnapshotState$currentRecord$result$1$result$1;->invoke(Ljava/lang/Object;)V HPLandroidx/compose/runtime/DerivedSnapshotState;->(Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/SnapshotMutationPolicy;)V HPLandroidx/compose/runtime/DerivedSnapshotState;->current(Landroidx/compose/runtime/snapshots/Snapshot;)Landroidx/compose/runtime/snapshots/StateRecord; -HPLandroidx/compose/runtime/DerivedSnapshotState;->currentRecord(Landroidx/compose/runtime/DerivedSnapshotState$ResultRecord;Landroidx/compose/runtime/snapshots/Snapshot;ZLkotlin/jvm/functions/Function0;)Landroidx/compose/runtime/DerivedSnapshotState$ResultRecord; HPLandroidx/compose/runtime/DerivedSnapshotState;->getCurrentValue()Ljava/lang/Object; HPLandroidx/compose/runtime/DerivedSnapshotState;->getDependencies()[Ljava/lang/Object; HPLandroidx/compose/runtime/DerivedSnapshotState;->getFirstStateRecord()Landroidx/compose/runtime/snapshots/StateRecord; @@ -1051,6 +1050,7 @@ HPLandroidx/compose/runtime/Recomposer$join$2;->create(Ljava/lang/Object;Lkotlin HPLandroidx/compose/runtime/Recomposer$join$2;->invoke(Landroidx/compose/runtime/Recomposer$State;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HPLandroidx/compose/runtime/Recomposer$join$2;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HPLandroidx/compose/runtime/Recomposer$join$2;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; +HPLandroidx/compose/runtime/Recomposer$performRecompose$1$1;->(Landroidx/compose/runtime/collection/IdentityArraySet;Landroidx/compose/runtime/ControlledComposition;)V HPLandroidx/compose/runtime/Recomposer$performRecompose$1$1;->invoke()V HPLandroidx/compose/runtime/Recomposer$readObserverOf$1;->(Landroidx/compose/runtime/ControlledComposition;)V HPLandroidx/compose/runtime/Recomposer$readObserverOf$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object; @@ -1073,6 +1073,7 @@ HPLandroidx/compose/runtime/Recomposer;->access$get_state$p(Landroidx/compose/ru HPLandroidx/compose/runtime/Recomposer;->applyAndCheck(Landroidx/compose/runtime/snapshots/MutableSnapshot;)V HPLandroidx/compose/runtime/Recomposer;->awaitWorkAvailable(Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HPLandroidx/compose/runtime/Recomposer;->composeInitial$runtime_release(Landroidx/compose/runtime/ControlledComposition;Lkotlin/jvm/functions/Function2;)V +HPLandroidx/compose/runtime/Recomposer;->deriveStateLocked()Lkotlinx/coroutines/CancellableContinuation; HPLandroidx/compose/runtime/Recomposer;->getEffectCoroutineContext()Lkotlin/coroutines/CoroutineContext; HPLandroidx/compose/runtime/Recomposer;->getHasBroadcastFrameClockAwaitersLocked()Z HPLandroidx/compose/runtime/Recomposer;->getHasFrameWorkLocked()Z @@ -1115,7 +1116,6 @@ HPLandroidx/compose/runtime/SlotReader;->groupObjectKey(I)Ljava/lang/Object; HPLandroidx/compose/runtime/SlotReader;->groupSize(I)I HPLandroidx/compose/runtime/SlotReader;->hasMark(I)Z HPLandroidx/compose/runtime/SlotReader;->hasObjectKey(I)Z -HPLandroidx/compose/runtime/SlotReader;->isGroupEnd()Z HPLandroidx/compose/runtime/SlotReader;->isNode()Z HPLandroidx/compose/runtime/SlotReader;->isNode(I)Z HPLandroidx/compose/runtime/SlotReader;->next()Ljava/lang/Object; @@ -1197,13 +1197,14 @@ HPLandroidx/compose/runtime/SlotTableKt;->updateParentAnchor([III)V HPLandroidx/compose/runtime/SlotWriter$Companion;->moveGroup(Landroidx/compose/runtime/SlotWriter;ILandroidx/compose/runtime/SlotWriter;ZZZ)Ljava/util/List; HPLandroidx/compose/runtime/SlotWriter$groupSlots$1;->(IILandroidx/compose/runtime/SlotWriter;)V HPLandroidx/compose/runtime/SlotWriter$groupSlots$1;->hasNext()Z +HPLandroidx/compose/runtime/SlotWriter$groupSlots$1;->next()Ljava/lang/Object; +HPLandroidx/compose/runtime/SlotWriter;->(Landroidx/compose/runtime/SlotTable;)V HPLandroidx/compose/runtime/SlotWriter;->access$dataIndex(Landroidx/compose/runtime/SlotWriter;[II)I HPLandroidx/compose/runtime/SlotWriter;->access$dataIndexToDataAddress(Landroidx/compose/runtime/SlotWriter;I)I HPLandroidx/compose/runtime/SlotWriter;->access$dataIndexToDataAnchor(Landroidx/compose/runtime/SlotWriter;IIII)I HPLandroidx/compose/runtime/SlotWriter;->access$getSlots$p(Landroidx/compose/runtime/SlotWriter;)[Ljava/lang/Object; HPLandroidx/compose/runtime/SlotWriter;->access$getSlotsGapStart$p(Landroidx/compose/runtime/SlotWriter;)I HPLandroidx/compose/runtime/SlotWriter;->advanceBy(I)V -HPLandroidx/compose/runtime/SlotWriter;->anchor(I)Landroidx/compose/runtime/Anchor; HPLandroidx/compose/runtime/SlotWriter;->anchorIndex(Landroidx/compose/runtime/Anchor;)I HPLandroidx/compose/runtime/SlotWriter;->auxIndex([II)I HPLandroidx/compose/runtime/SlotWriter;->beginInsert()V @@ -1227,7 +1228,6 @@ HPLandroidx/compose/runtime/SlotWriter;->getCurrentGroup()I HPLandroidx/compose/runtime/SlotWriter;->getParent()I HPLandroidx/compose/runtime/SlotWriter;->getSize$runtime_release()I HPLandroidx/compose/runtime/SlotWriter;->getTable$runtime_release()Landroidx/compose/runtime/SlotTable; -HPLandroidx/compose/runtime/SlotWriter;->groupAux(I)Ljava/lang/Object; HPLandroidx/compose/runtime/SlotWriter;->groupIndexToAddress(I)I HPLandroidx/compose/runtime/SlotWriter;->groupKey(I)I HPLandroidx/compose/runtime/SlotWriter;->groupObjectKey(I)Ljava/lang/Object; @@ -1265,7 +1265,6 @@ HPLandroidx/compose/runtime/SlotWriter;->skipToGroupEnd()V HPLandroidx/compose/runtime/SlotWriter;->slotIndex([II)I HPLandroidx/compose/runtime/SlotWriter;->startData(ILjava/lang/Object;Ljava/lang/Object;)V HPLandroidx/compose/runtime/SlotWriter;->startGroup()V -HPLandroidx/compose/runtime/SlotWriter;->startGroup(ILjava/lang/Object;)V HPLandroidx/compose/runtime/SlotWriter;->startGroup(ILjava/lang/Object;ZLjava/lang/Object;)V HPLandroidx/compose/runtime/SlotWriter;->startNode(ILjava/lang/Object;)V HPLandroidx/compose/runtime/SlotWriter;->update(Ljava/lang/Object;)Ljava/lang/Object; @@ -1317,10 +1316,8 @@ HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotFlowKt$collectAsState$1;->i HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotFlowKt$snapshotFlow$1$unregisterApplyObserver$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotFlowKt$snapshotFlow$1$unregisterApplyObserver$1;->invoke(Ljava/util/Set;Landroidx/compose/runtime/snapshots/Snapshot;)V HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotFlowKt$snapshotFlow$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation; -HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotFlowKt$snapshotFlow$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotFlowKt;->access$intersects(Ljava/util/Set;Ljava/util/Set;)Z HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotFlowKt;->collectAsState(Lkotlinx/coroutines/flow/Flow;Ljava/lang/Object;Lkotlin/coroutines/CoroutineContext;Landroidx/compose/runtime/Composer;II)Landroidx/compose/runtime/State; -HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotFlowKt;->intersects$SnapshotStateKt__SnapshotFlowKt(Ljava/util/Set;Ljava/util/Set;)Z HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotFlowKt;->snapshotFlow(Lkotlin/jvm/functions/Function0;)Lkotlinx/coroutines/flow/Flow; HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotMutationPolicyKt;->structuralEqualityPolicy()Landroidx/compose/runtime/SnapshotMutationPolicy; HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotStateKt;->mutableStateListOf()Landroidx/compose/runtime/snapshots/SnapshotStateList; @@ -1328,6 +1325,7 @@ HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotStateKt;->mutableStateOf$de HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotStateKt;->mutableStateOf(Ljava/lang/Object;Landroidx/compose/runtime/SnapshotMutationPolicy;)Landroidx/compose/runtime/MutableState; HPLandroidx/compose/runtime/SnapshotStateKt__SnapshotStateKt;->rememberUpdatedState(Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State; HPLandroidx/compose/runtime/SnapshotThreadLocal;->get()Ljava/lang/Object; +HPLandroidx/compose/runtime/SnapshotThreadLocal;->set(Ljava/lang/Object;)V HPLandroidx/compose/runtime/Stack;->()V HPLandroidx/compose/runtime/Stack;->clear()V HPLandroidx/compose/runtime/Stack;->getSize()I @@ -1368,7 +1366,7 @@ HPLandroidx/compose/runtime/collection/IdentityArraySet$iterator$1;->hasNext()Z HPLandroidx/compose/runtime/collection/IdentityArraySet$iterator$1;->next()Ljava/lang/Object; HPLandroidx/compose/runtime/collection/IdentityArraySet;->()V HPLandroidx/compose/runtime/collection/IdentityArraySet;->access$setSize$p(Landroidx/compose/runtime/collection/IdentityArraySet;I)V -HPLandroidx/compose/runtime/collection/IdentityArraySet;->addAll(Ljava/util/Collection;)V +HPLandroidx/compose/runtime/collection/IdentityArraySet;->add(Ljava/lang/Object;)Z HPLandroidx/compose/runtime/collection/IdentityArraySet;->clear()V HPLandroidx/compose/runtime/collection/IdentityArraySet;->contains(Ljava/lang/Object;)Z HPLandroidx/compose/runtime/collection/IdentityArraySet;->find(Ljava/lang/Object;)I @@ -1410,7 +1408,6 @@ HPLandroidx/compose/runtime/collection/MutableVector$VectorListIterator;->hasNex HPLandroidx/compose/runtime/collection/MutableVector$VectorListIterator;->next()Ljava/lang/Object; HPLandroidx/compose/runtime/collection/MutableVector;->([Ljava/lang/Object;I)V HPLandroidx/compose/runtime/collection/MutableVector;->add(ILjava/lang/Object;)V -HPLandroidx/compose/runtime/collection/MutableVector;->add(Ljava/lang/Object;)Z HPLandroidx/compose/runtime/collection/MutableVector;->addAll(ILandroidx/compose/runtime/collection/MutableVector;)Z HPLandroidx/compose/runtime/collection/MutableVector;->asMutableList()Ljava/util/List; HPLandroidx/compose/runtime/collection/MutableVector;->clear()V @@ -1466,6 +1463,7 @@ HPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementatio HPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->hasEntryAt$runtime_release(I)Z HPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->hasNodeAt(I)Z HPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->keyAtIndex(I)Ljava/lang/Object; +HPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->makeNode(ILjava/lang/Object;Ljava/lang/Object;ILjava/lang/Object;Ljava/lang/Object;ILandroidx/compose/runtime/external/kotlinx/collections/immutable/internal/MutabilityOwnership;)Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode; HPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->mutableInsertEntryAt(ILjava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/external/kotlinx/collections/immutable/internal/MutabilityOwnership;)Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode; HPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->mutablePut(ILjava/lang/Object;Ljava/lang/Object;ILandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/PersistentHashMapBuilder;)Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode; HPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->mutablePutAll(Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;ILandroidx/compose/runtime/external/kotlinx/collections/immutable/internal/DeltaCounter;Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/PersistentHashMapBuilder;)Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode; @@ -1493,7 +1491,6 @@ HPLandroidx/compose/runtime/internal/ComposableLambdaImpl$invoke$1;->invoke(Ljav HPLandroidx/compose/runtime/internal/ComposableLambdaImpl$invoke$2;->(Landroidx/compose/runtime/internal/ComposableLambdaImpl;Ljava/lang/Object;Ljava/lang/Object;I)V HPLandroidx/compose/runtime/internal/ComposableLambdaImpl;->(IZ)V HPLandroidx/compose/runtime/internal/ComposableLambdaImpl;->invoke(Landroidx/compose/runtime/Composer;I)Ljava/lang/Object; -HPLandroidx/compose/runtime/internal/ComposableLambdaImpl;->invoke(Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object; HPLandroidx/compose/runtime/internal/ComposableLambdaImpl;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HPLandroidx/compose/runtime/internal/ComposableLambdaImpl;->invoke(Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object; HPLandroidx/compose/runtime/internal/ComposableLambdaImpl;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @@ -1545,7 +1542,6 @@ HPLandroidx/compose/runtime/snapshots/GlobalSnapshot;->notifyObjectsInitialized$ HPLandroidx/compose/runtime/snapshots/GlobalSnapshot;->takeNestedMutableSnapshot(Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Landroidx/compose/runtime/snapshots/MutableSnapshot; HPLandroidx/compose/runtime/snapshots/MutableSnapshot;->(ILandroidx/compose/runtime/snapshots/SnapshotIdSet;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)V HPLandroidx/compose/runtime/snapshots/MutableSnapshot;->advance$runtime_release()V -HPLandroidx/compose/runtime/snapshots/MutableSnapshot;->apply()Landroidx/compose/runtime/snapshots/SnapshotApplyResult; HPLandroidx/compose/runtime/snapshots/MutableSnapshot;->closeLocked$runtime_release()V HPLandroidx/compose/runtime/snapshots/MutableSnapshot;->dispose()V HPLandroidx/compose/runtime/snapshots/MutableSnapshot;->getApplied$runtime_release()Z @@ -1576,17 +1572,16 @@ HPLandroidx/compose/runtime/snapshots/Snapshot$Companion$registerApplyObserver$2 HPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->createNonObservableSnapshot()Landroidx/compose/runtime/snapshots/Snapshot; HPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->getCurrent()Landroidx/compose/runtime/snapshots/Snapshot; HPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->notifyObjectsInitialized()V +HPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->observe(Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object; HPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->registerApplyObserver(Lkotlin/jvm/functions/Function2;)Landroidx/compose/runtime/snapshots/ObserverHandle; HPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->sendApplyNotifications()V HPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->takeMutableSnapshot(Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Landroidx/compose/runtime/snapshots/MutableSnapshot; -HPLandroidx/compose/runtime/snapshots/Snapshot;->(ILandroidx/compose/runtime/snapshots/SnapshotIdSet;)V HPLandroidx/compose/runtime/snapshots/Snapshot;->(ILandroidx/compose/runtime/snapshots/SnapshotIdSet;Lkotlin/jvm/internal/DefaultConstructorMarker;)V HPLandroidx/compose/runtime/snapshots/Snapshot;->closeAndReleasePinning$runtime_release()V HPLandroidx/compose/runtime/snapshots/Snapshot;->dispose()V HPLandroidx/compose/runtime/snapshots/Snapshot;->getDisposed$runtime_release()Z HPLandroidx/compose/runtime/snapshots/Snapshot;->getId()I HPLandroidx/compose/runtime/snapshots/Snapshot;->getInvalid$runtime_release()Landroidx/compose/runtime/snapshots/SnapshotIdSet; -HPLandroidx/compose/runtime/snapshots/Snapshot;->makeCurrent()Landroidx/compose/runtime/snapshots/Snapshot; HPLandroidx/compose/runtime/snapshots/Snapshot;->releasePinnedSnapshotLocked$runtime_release()V HPLandroidx/compose/runtime/snapshots/Snapshot;->releasePinnedSnapshotsForCloseLocked$runtime_release()V HPLandroidx/compose/runtime/snapshots/Snapshot;->restoreCurrent(Landroidx/compose/runtime/snapshots/Snapshot;)V @@ -1645,14 +1640,17 @@ HPLandroidx/compose/runtime/snapshots/SnapshotKt;->access$mergedWriteObserver(Lk HPLandroidx/compose/runtime/snapshots/SnapshotKt;->access$readable(Landroidx/compose/runtime/snapshots/StateRecord;ILandroidx/compose/runtime/snapshots/SnapshotIdSet;)Landroidx/compose/runtime/snapshots/StateRecord; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->access$setNextSnapshotId$p(I)V HPLandroidx/compose/runtime/snapshots/SnapshotKt;->access$setOpenSnapshots$p(Landroidx/compose/runtime/snapshots/SnapshotIdSet;)V +HPLandroidx/compose/runtime/snapshots/SnapshotKt;->access$takeNewGlobalSnapshot(Landroidx/compose/runtime/snapshots/Snapshot;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->access$takeNewSnapshot(Lkotlin/jvm/functions/Function1;)Landroidx/compose/runtime/snapshots/Snapshot; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->access$validateOpen(Landroidx/compose/runtime/snapshots/Snapshot;)V HPLandroidx/compose/runtime/snapshots/SnapshotKt;->addRange(Landroidx/compose/runtime/snapshots/SnapshotIdSet;II)Landroidx/compose/runtime/snapshots/SnapshotIdSet; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->advanceGlobalSnapshot()V +HPLandroidx/compose/runtime/snapshots/SnapshotKt;->advanceGlobalSnapshot(Lkotlin/jvm/functions/Function1;)Ljava/lang/Object; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->checkAndOverwriteUnusedRecordsLocked()V HPLandroidx/compose/runtime/snapshots/SnapshotKt;->createTransparentSnapshotWithNoParentReadObserver$default(Landroidx/compose/runtime/snapshots/Snapshot;Lkotlin/jvm/functions/Function1;ZILjava/lang/Object;)Landroidx/compose/runtime/snapshots/Snapshot; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->createTransparentSnapshotWithNoParentReadObserver(Landroidx/compose/runtime/snapshots/Snapshot;Lkotlin/jvm/functions/Function1;Z)Landroidx/compose/runtime/snapshots/Snapshot; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->current(Landroidx/compose/runtime/snapshots/StateRecord;)Landroidx/compose/runtime/snapshots/StateRecord; +HPLandroidx/compose/runtime/snapshots/SnapshotKt;->current(Landroidx/compose/runtime/snapshots/StateRecord;Landroidx/compose/runtime/snapshots/Snapshot;)Landroidx/compose/runtime/snapshots/StateRecord; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->currentSnapshot()Landroidx/compose/runtime/snapshots/Snapshot; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->getLock()Ljava/lang/Object; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->getSnapshotInitializer()Landroidx/compose/runtime/snapshots/Snapshot; @@ -1664,7 +1662,6 @@ HPLandroidx/compose/runtime/snapshots/SnapshotKt;->newWritableRecord(Landroidx/c HPLandroidx/compose/runtime/snapshots/SnapshotKt;->newWritableRecordLocked(Landroidx/compose/runtime/snapshots/StateRecord;Landroidx/compose/runtime/snapshots/StateObject;Landroidx/compose/runtime/snapshots/Snapshot;)Landroidx/compose/runtime/snapshots/StateRecord; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->notifyWrite(Landroidx/compose/runtime/snapshots/Snapshot;Landroidx/compose/runtime/snapshots/StateObject;)V HPLandroidx/compose/runtime/snapshots/SnapshotKt;->optimisticMerges(Landroidx/compose/runtime/snapshots/MutableSnapshot;Landroidx/compose/runtime/snapshots/MutableSnapshot;Landroidx/compose/runtime/snapshots/SnapshotIdSet;)Ljava/util/Map; -HPLandroidx/compose/runtime/snapshots/SnapshotKt;->overwritableRecord(Landroidx/compose/runtime/snapshots/StateRecord;Landroidx/compose/runtime/snapshots/StateObject;Landroidx/compose/runtime/snapshots/Snapshot;Landroidx/compose/runtime/snapshots/StateRecord;)Landroidx/compose/runtime/snapshots/StateRecord; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->overwriteUnusedRecordsLocked(Landroidx/compose/runtime/snapshots/StateObject;)Z HPLandroidx/compose/runtime/snapshots/SnapshotKt;->processForUnusedRecordsLocked(Landroidx/compose/runtime/snapshots/StateObject;)V HPLandroidx/compose/runtime/snapshots/SnapshotKt;->readable(Landroidx/compose/runtime/snapshots/StateRecord;ILandroidx/compose/runtime/snapshots/SnapshotIdSet;)Landroidx/compose/runtime/snapshots/StateRecord; @@ -1675,7 +1672,6 @@ HPLandroidx/compose/runtime/snapshots/SnapshotKt;->takeNewSnapshot(Lkotlin/jvm/f HPLandroidx/compose/runtime/snapshots/SnapshotKt;->trackPinning(ILandroidx/compose/runtime/snapshots/SnapshotIdSet;)I HPLandroidx/compose/runtime/snapshots/SnapshotKt;->usedLocked(Landroidx/compose/runtime/snapshots/StateObject;)Landroidx/compose/runtime/snapshots/StateRecord; HPLandroidx/compose/runtime/snapshots/SnapshotKt;->valid(IILandroidx/compose/runtime/snapshots/SnapshotIdSet;)Z -HPLandroidx/compose/runtime/snapshots/SnapshotKt;->valid(Landroidx/compose/runtime/snapshots/StateRecord;ILandroidx/compose/runtime/snapshots/SnapshotIdSet;)Z HPLandroidx/compose/runtime/snapshots/SnapshotKt;->validateOpen(Landroidx/compose/runtime/snapshots/Snapshot;)V HPLandroidx/compose/runtime/snapshots/SnapshotKt;->writableRecord(Landroidx/compose/runtime/snapshots/StateRecord;Landroidx/compose/runtime/snapshots/StateObject;Landroidx/compose/runtime/snapshots/Snapshot;)Landroidx/compose/runtime/snapshots/StateRecord; HPLandroidx/compose/runtime/snapshots/SnapshotStateList$StateListStateRecord;->(Landroidx/compose/runtime/external/kotlinx/collections/immutable/PersistentList;)V @@ -1688,8 +1684,10 @@ HPLandroidx/compose/runtime/snapshots/SnapshotStateList;->()V HPLandroidx/compose/runtime/snapshots/SnapshotStateList;->add(Ljava/lang/Object;)Z HPLandroidx/compose/runtime/snapshots/SnapshotStateList;->getFirstStateRecord()Landroidx/compose/runtime/snapshots/StateRecord; HPLandroidx/compose/runtime/snapshots/SnapshotStateList;->getModification$runtime_release()I -HPLandroidx/compose/runtime/snapshots/SnapshotStateList;->isEmpty()Z +HPLandroidx/compose/runtime/snapshots/SnapshotStateList;->getReadable$runtime_release()Landroidx/compose/runtime/snapshots/SnapshotStateList$StateListStateRecord; +HPLandroidx/compose/runtime/snapshots/SnapshotStateList;->getSize()I HPLandroidx/compose/runtime/snapshots/SnapshotStateList;->listIterator()Ljava/util/ListIterator; +HPLandroidx/compose/runtime/snapshots/SnapshotStateList;->remove(Ljava/lang/Object;)Z HPLandroidx/compose/runtime/snapshots/SnapshotStateList;->removeAt(I)Ljava/lang/Object; HPLandroidx/compose/runtime/snapshots/SnapshotStateListKt;->access$getSync$p()Ljava/lang/Object; HPLandroidx/compose/runtime/snapshots/SnapshotStateMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @@ -1701,7 +1699,6 @@ HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->a HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->clearObsoleteStateReads(Ljava/lang/Object;)V HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->getOnChanged()Lkotlin/jvm/functions/Function1; HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->notifyInvalidatedScopes()V -HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->observe(Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function0;)V HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->recordInvalidation(Ljava/util/Set;)Z HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->recordRead(Ljava/lang/Object;)V HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->recordRead(Ljava/lang/Object;ILjava/lang/Object;Landroidx/compose/runtime/collection/IdentityArrayIntMap;)V @@ -1710,6 +1707,8 @@ HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$applyObserver$1;->in HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$applyObserver$1;->invoke(Ljava/util/Set;Landroidx/compose/runtime/snapshots/Snapshot;)V HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$readObserver$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object; HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$readObserver$1;->invoke(Ljava/lang/Object;)V +HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$sendNotifications$1;->(Landroidx/compose/runtime/snapshots/SnapshotStateObserver;)V +HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$sendNotifications$1;->invoke()Ljava/lang/Object; HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$sendNotifications$1;->invoke()V HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver;->access$addChanges(Landroidx/compose/runtime/snapshots/SnapshotStateObserver;Ljava/util/Set;)V HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver;->access$drainChanges(Landroidx/compose/runtime/snapshots/SnapshotStateObserver;)Z @@ -1720,6 +1719,7 @@ HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver;->access$setSendingN HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver;->addChanges(Ljava/util/Set;)V HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver;->clearIf(Lkotlin/jvm/functions/Function1;)V HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver;->drainChanges()Z +HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver;->ensureMap(Lkotlin/jvm/functions/Function1;)Landroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap; HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver;->removeChanges()Ljava/util/Set; HPLandroidx/compose/runtime/snapshots/SnapshotStateObserver;->sendNotifications()V HPLandroidx/compose/runtime/snapshots/SnapshotWeakSet;->getSize$runtime_release()I @@ -1885,6 +1885,7 @@ HPLandroidx/compose/ui/graphics/AndroidColorFilter_androidKt;->asAndroidColorFil HPLandroidx/compose/ui/graphics/AndroidColorSpace_androidKt;->toAndroidColorSpace(Landroidx/compose/ui/graphics/colorspace/ColorSpace;)Landroid/graphics/ColorSpace; HPLandroidx/compose/ui/graphics/AndroidImageBitmap;->(Landroid/graphics/Bitmap;)V HPLandroidx/compose/ui/graphics/AndroidImageBitmap;->getBitmap$ui_graphics_release()Landroid/graphics/Bitmap; +HPLandroidx/compose/ui/graphics/AndroidImageBitmap;->prepareToDraw()V HPLandroidx/compose/ui/graphics/AndroidImageBitmap_androidKt;->ActualImageBitmap-x__-hDU(IIIZLandroidx/compose/ui/graphics/colorspace/ColorSpace;)Landroidx/compose/ui/graphics/ImageBitmap; HPLandroidx/compose/ui/graphics/AndroidImageBitmap_androidKt;->asAndroidBitmap(Landroidx/compose/ui/graphics/ImageBitmap;)Landroid/graphics/Bitmap; HPLandroidx/compose/ui/graphics/AndroidImageBitmap_androidKt;->toBitmapConfig-1JJdX4A(I)Landroid/graphics/Bitmap$Config; @@ -1988,6 +1989,9 @@ HPLandroidx/compose/ui/graphics/GraphicsLayerModifierKt;->toolingGraphicsLayer(L HPLandroidx/compose/ui/graphics/GraphicsLayerScopeKt;->getDefaultShadowColor()J HPLandroidx/compose/ui/graphics/ImageBitmapKt;->ImageBitmap-x__-hDU$default(IIIZLandroidx/compose/ui/graphics/colorspace/ColorSpace;ILjava/lang/Object;)Landroidx/compose/ui/graphics/ImageBitmap; HPLandroidx/compose/ui/graphics/ImageBitmapKt;->ImageBitmap-x__-hDU(IIIZLandroidx/compose/ui/graphics/colorspace/ColorSpace;)Landroidx/compose/ui/graphics/ImageBitmap; +HPLandroidx/compose/ui/graphics/Matrix;->([F)V +HPLandroidx/compose/ui/graphics/Matrix;->rotateZ-impl([FF)V +HPLandroidx/compose/ui/graphics/MatrixKt;->isIdentity-58bKbWc([F)Z HPLandroidx/compose/ui/graphics/Outline$Rounded;->(Landroidx/compose/ui/geometry/RoundRect;)V HPLandroidx/compose/ui/graphics/Outline$Rounded;->getRoundRect()Landroidx/compose/ui/geometry/RoundRect; HPLandroidx/compose/ui/graphics/OutlineKt;->drawOutline-wDX37Ww$default(Landroidx/compose/ui/graphics/drawscope/DrawScope;Landroidx/compose/ui/graphics/Outline;JFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;IILjava/lang/Object;)V @@ -2019,7 +2023,6 @@ HPLandroidx/compose/ui/graphics/ReusableGraphicsLayerScope;->getSpotShadowColor- HPLandroidx/compose/ui/graphics/ReusableGraphicsLayerScope;->getTransformOrigin-SzJe1aQ()J HPLandroidx/compose/ui/graphics/ReusableGraphicsLayerScope;->getTranslationX()F HPLandroidx/compose/ui/graphics/ReusableGraphicsLayerScope;->getTranslationY()F -HPLandroidx/compose/ui/graphics/ReusableGraphicsLayerScope;->reset()V HPLandroidx/compose/ui/graphics/ReusableGraphicsLayerScope;->setAlpha(F)V HPLandroidx/compose/ui/graphics/ReusableGraphicsLayerScope;->setAmbientShadowColor-8_81llA(J)V HPLandroidx/compose/ui/graphics/ReusableGraphicsLayerScope;->setCameraDistance(F)V @@ -2042,7 +2045,6 @@ HPLandroidx/compose/ui/graphics/ReusableGraphicsLayerScope;->setTranslationY(F)V HPLandroidx/compose/ui/graphics/Shadow$Companion;->getNone()Landroidx/compose/ui/graphics/Shadow; HPLandroidx/compose/ui/graphics/Shadow;->access$getNone$cp()Landroidx/compose/ui/graphics/Shadow; HPLandroidx/compose/ui/graphics/SimpleGraphicsLayerModifier$layerBlock$1;->(Landroidx/compose/ui/graphics/SimpleGraphicsLayerModifier;)V -HPLandroidx/compose/ui/graphics/SimpleGraphicsLayerModifier$layerBlock$1;->invoke(Landroidx/compose/ui/graphics/GraphicsLayerScope;)V HPLandroidx/compose/ui/graphics/SimpleGraphicsLayerModifier$layerBlock$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object; HPLandroidx/compose/ui/graphics/SimpleGraphicsLayerModifier$measure$1;->(Landroidx/compose/ui/layout/Placeable;Landroidx/compose/ui/graphics/SimpleGraphicsLayerModifier;)V HPLandroidx/compose/ui/graphics/SimpleGraphicsLayerModifier$measure$1;->invoke(Landroidx/compose/ui/layout/Placeable$PlacementScope;)V @@ -2273,6 +2275,8 @@ HPLandroidx/compose/ui/graphics/vector/VectorPainterKt;->rememberVectorPainter(L HPLandroidx/compose/ui/graphics/vector/VectorPainterKt;->rememberVectorPainter-vIP8VLU(FFFFLjava/lang/String;JIZLkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)Landroidx/compose/ui/graphics/vector/VectorPainter; HPLandroidx/compose/ui/input/InputMode$Companion;->getTouch-aOaMEAU()I HPLandroidx/compose/ui/input/InputModeManagerImpl;->getInputMode-aOaMEAU()I +HPLandroidx/compose/ui/input/nestedscroll/NestedScrollElement;->(Landroidx/compose/ui/input/nestedscroll/NestedScrollConnection;Landroidx/compose/ui/input/nestedscroll/NestedScrollDispatcher;)V +HPLandroidx/compose/ui/input/nestedscroll/NestedScrollElement;->equals(Ljava/lang/Object;)Z HPLandroidx/compose/ui/input/nestedscroll/NestedScrollModifierKt;->nestedScroll(Landroidx/compose/ui/Modifier;Landroidx/compose/ui/input/nestedscroll/NestedScrollConnection;Landroidx/compose/ui/input/nestedscroll/NestedScrollDispatcher;)Landroidx/compose/ui/Modifier; HPLandroidx/compose/ui/input/nestedscroll/NestedScrollNode;->updateDispatcherFields()V HPLandroidx/compose/ui/input/pointer/SuspendingPointerInputFilterKt;->SuspendingPointerInputModifierNode(Lkotlin/jvm/functions/Function2;)Landroidx/compose/ui/input/pointer/SuspendingPointerInputModifierNode; @@ -2284,7 +2288,6 @@ HPLandroidx/compose/ui/layout/ContentScaleKt;->computeFillHeight-iLBOSCw(JJ)F HPLandroidx/compose/ui/layout/ContentScaleKt;->computeFillMinDimension-iLBOSCw(JJ)F HPLandroidx/compose/ui/layout/ContentScaleKt;->computeFillWidth-iLBOSCw(JJ)F HPLandroidx/compose/ui/layout/LayoutIdElement;->(Ljava/lang/Object;)V -HPLandroidx/compose/ui/layout/LayoutIdElement;->create()Landroidx/compose/ui/Modifier$Node; HPLandroidx/compose/ui/layout/LayoutIdElement;->create()Landroidx/compose/ui/layout/LayoutIdModifier; HPLandroidx/compose/ui/layout/LayoutIdElement;->equals(Ljava/lang/Object;)Z HPLandroidx/compose/ui/layout/LayoutIdKt;->getLayoutId(Landroidx/compose/ui/layout/Measurable;)Ljava/lang/Object; @@ -2315,6 +2318,7 @@ HPLandroidx/compose/ui/layout/MeasureScope$layout$1;->(IILjava/util/Map;La HPLandroidx/compose/ui/layout/MeasureScope$layout$1;->getAlignmentLines()Ljava/util/Map; HPLandroidx/compose/ui/layout/MeasureScope$layout$1;->getHeight()I HPLandroidx/compose/ui/layout/MeasureScope$layout$1;->getWidth()I +HPLandroidx/compose/ui/layout/MeasureScope$layout$1;->placeChildren()V HPLandroidx/compose/ui/layout/MeasureScope;->layout$default(Landroidx/compose/ui/layout/MeasureScope;IILjava/util/Map;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Landroidx/compose/ui/layout/MeasureResult; HPLandroidx/compose/ui/layout/MeasureScope;->layout(IILjava/util/Map;Lkotlin/jvm/functions/Function1;)Landroidx/compose/ui/layout/MeasureResult; HPLandroidx/compose/ui/layout/OnRemeasuredModifierKt;->onSizeChanged(Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;)Landroidx/compose/ui/Modifier; @@ -2428,10 +2432,8 @@ HPLandroidx/compose/ui/node/DepthSortedSetsForDifferentPasses;->isEmpty()Z HPLandroidx/compose/ui/node/DepthSortedSetsForDifferentPasses;->remove(Landroidx/compose/ui/node/LayoutNode;)Z HPLandroidx/compose/ui/node/DrawModifierNodeKt;->invalidateDraw(Landroidx/compose/ui/node/DrawModifierNode;)V HPLandroidx/compose/ui/node/InnerNodeCoordinator$tail$1;->()V -HPLandroidx/compose/ui/node/InnerNodeCoordinator;->(Landroidx/compose/ui/node/LayoutNode;)V HPLandroidx/compose/ui/node/InnerNodeCoordinator;->calculateAlignmentLine(Landroidx/compose/ui/layout/AlignmentLine;)I HPLandroidx/compose/ui/node/InnerNodeCoordinator;->getTail()Landroidx/compose/ui/Modifier$Node; -HPLandroidx/compose/ui/node/InnerNodeCoordinator;->measure-BRTryo0(J)Landroidx/compose/ui/layout/Placeable; HPLandroidx/compose/ui/node/InnerNodeCoordinator;->placeAt-f8xVGno(JFLkotlin/jvm/functions/Function1;)V HPLandroidx/compose/ui/node/IntrinsicsPolicy;->(Landroidx/compose/ui/node/LayoutNode;)V HPLandroidx/compose/ui/node/IntrinsicsPolicy;->setMeasurePolicyState(Landroidx/compose/ui/layout/MeasurePolicy;)V @@ -2466,7 +2468,6 @@ HPLandroidx/compose/ui/node/LayoutNode;->getDensity()Landroidx/compose/ui/unit/D HPLandroidx/compose/ui/node/LayoutNode;->getDepth$ui_release()I HPLandroidx/compose/ui/node/LayoutNode;->getFoldedChildren$ui_release()Ljava/util/List; HPLandroidx/compose/ui/node/LayoutNode;->getInnerCoordinator$ui_release()Landroidx/compose/ui/node/NodeCoordinator; -HPLandroidx/compose/ui/node/LayoutNode;->getInnerLayerCoordinator()Landroidx/compose/ui/node/NodeCoordinator; HPLandroidx/compose/ui/node/LayoutNode;->getIntrinsicsUsageByParent$ui_release()Landroidx/compose/ui/node/LayoutNode$UsageByParent; HPLandroidx/compose/ui/node/LayoutNode;->getLayoutDelegate$ui_release()Landroidx/compose/ui/node/LayoutNodeLayoutDelegate; HPLandroidx/compose/ui/node/LayoutNode;->getLayoutDirection()Landroidx/compose/ui/unit/LayoutDirection; @@ -2507,7 +2508,6 @@ HPLandroidx/compose/ui/node/LayoutNode;->remeasure-_Sx5XlM$ui_release(Landroidx/ HPLandroidx/compose/ui/node/LayoutNode;->removeAll$ui_release()V HPLandroidx/compose/ui/node/LayoutNode;->replace$ui_release()V HPLandroidx/compose/ui/node/LayoutNode;->requestRemeasure$ui_release$default(Landroidx/compose/ui/node/LayoutNode;ZZILjava/lang/Object;)V -HPLandroidx/compose/ui/node/LayoutNode;->requestRemeasure$ui_release(ZZ)V HPLandroidx/compose/ui/node/LayoutNode;->rescheduleRemeasureOrRelayout$ui_release(Landroidx/compose/ui/node/LayoutNode;)V HPLandroidx/compose/ui/node/LayoutNode;->resetSubtreeIntrinsicsUsage$ui_release()V HPLandroidx/compose/ui/node/LayoutNode;->setCanMultiMeasure$ui_release(Z)V @@ -2517,14 +2517,12 @@ HPLandroidx/compose/ui/node/LayoutNode;->setInnerLayerCoordinatorIsDirty$ui_rele HPLandroidx/compose/ui/node/LayoutNode;->setLayoutDirection(Landroidx/compose/ui/unit/LayoutDirection;)V HPLandroidx/compose/ui/node/LayoutNode;->setLookaheadRoot(Landroidx/compose/ui/node/LayoutNode;)V HPLandroidx/compose/ui/node/LayoutNode;->setMeasurePolicy(Landroidx/compose/ui/layout/MeasurePolicy;)V -HPLandroidx/compose/ui/node/LayoutNode;->setModifier(Landroidx/compose/ui/Modifier;)V HPLandroidx/compose/ui/node/LayoutNode;->setNeedsOnPositionedDispatch$ui_release(Z)V HPLandroidx/compose/ui/node/LayoutNode;->setViewConfiguration(Landroidx/compose/ui/platform/ViewConfiguration;)V HPLandroidx/compose/ui/node/LayoutNode;->updateChildrenIfDirty$ui_release()V HPLandroidx/compose/ui/node/LayoutNodeAlignmentLines;->(Landroidx/compose/ui/node/AlignmentLinesOwner;)V HPLandroidx/compose/ui/node/LayoutNodeDrawScope;->draw-x_KDEd0$ui_release(Landroidx/compose/ui/graphics/Canvas;JLandroidx/compose/ui/node/NodeCoordinator;Landroidx/compose/ui/Modifier$Node;)V HPLandroidx/compose/ui/node/LayoutNodeDrawScope;->drawContent()V -HPLandroidx/compose/ui/node/LayoutNodeDrawScope;->drawDirect-x_KDEd0$ui_release(Landroidx/compose/ui/graphics/Canvas;JLandroidx/compose/ui/node/NodeCoordinator;Landroidx/compose/ui/node/DrawModifierNode;)V HPLandroidx/compose/ui/node/LayoutNodeDrawScope;->drawImage-AZ2fEMs(Landroidx/compose/ui/graphics/ImageBitmap;JJJJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;II)V HPLandroidx/compose/ui/node/LayoutNodeDrawScope;->drawRect-n-J9OG0(JJJFLandroidx/compose/ui/graphics/drawscope/DrawStyle;Landroidx/compose/ui/graphics/ColorFilter;I)V HPLandroidx/compose/ui/node/LayoutNodeDrawScope;->drawRoundRect-u-Aw5IA(JJJJLandroidx/compose/ui/graphics/drawscope/DrawStyle;FLandroidx/compose/ui/graphics/ColorFilter;I)V @@ -2554,6 +2552,7 @@ HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->acces HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->calculateAlignmentLines()Ljava/util/Map; HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->checkChildrenPlaceOrderForUpdates()V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->clearPlaceOrder()V +HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->forEachChildAlignmentLinesOwner(Lkotlin/jvm/functions/Function1;)V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->get(Landroidx/compose/ui/layout/AlignmentLine;)I HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->getAlignmentLines()Landroidx/compose/ui/node/AlignmentLines; HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->getChildDelegates$ui_release()Ljava/util/List; @@ -2565,11 +2564,11 @@ HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->getPl HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->invalidateIntrinsicsParent(Z)V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->invalidateParentData()V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->isPlaced()Z -HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->markNodeAndSubtreeAsPlaced()V -HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->measure-BRTryo0(J)Landroidx/compose/ui/layout/Placeable; HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->notifyChildrenUsingCoordinatesWhilePlacing()V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->onBeforeLayoutChildren()V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->onNodeDetached()V +HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->placeAt-f8xVGno(JFLkotlin/jvm/functions/Function1;)V +HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->placeOuterCoordinator-f8xVGno(JFLkotlin/jvm/functions/Function1;)V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->replace()V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->setChildDelegatesDirty$ui_release(Z)V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->setMeasuredByParent$ui_release(Landroidx/compose/ui/node/LayoutNode$UsageByParent;)V @@ -2597,13 +2596,11 @@ HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->getLookaheadMeasurePendin HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->getLookaheadPassDelegate$ui_release()Landroidx/compose/ui/node/LayoutNodeLayoutDelegate$LookaheadPassDelegate; HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->getMeasurePassDelegate$ui_release()Landroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate; HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->getMeasurePending$ui_release()Z -HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->getOuterCoordinator()Landroidx/compose/ui/node/NodeCoordinator; HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->invalidateParentData()V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->isOutMostLookaheadRoot(Landroidx/compose/ui/node/LayoutNode;)Z HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->markChildrenDirty()V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->markLayoutPending$ui_release()V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->markMeasurePending$ui_release()V -HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->performMeasure-BRTryo0(J)V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->resetAlignmentLines()V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->setCoordinatesAccessedDuringPlacement(Z)V HPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate;->updateParentData()V @@ -2621,14 +2618,12 @@ HPLandroidx/compose/ui/node/MeasureAndLayoutDelegate;->getMeasureAffectsParent(L HPLandroidx/compose/ui/node/MeasureAndLayoutDelegate;->measureAndLayout(Lkotlin/jvm/functions/Function0;)Z HPLandroidx/compose/ui/node/MeasureAndLayoutDelegate;->onNodeDetached(Landroidx/compose/ui/node/LayoutNode;)V HPLandroidx/compose/ui/node/MeasureAndLayoutDelegate;->remeasureAndRelayoutIfNeeded(Landroidx/compose/ui/node/LayoutNode;Z)Z -HPLandroidx/compose/ui/node/MeasureAndLayoutDelegate;->requestRemeasure(Landroidx/compose/ui/node/LayoutNode;Z)Z HPLandroidx/compose/ui/node/ModifierNodeElement;->()V HPLandroidx/compose/ui/node/MutableVectorWithMutationTracking;->(Landroidx/compose/runtime/collection/MutableVector;Lkotlin/jvm/functions/Function0;)V HPLandroidx/compose/ui/node/MutableVectorWithMutationTracking;->add(ILjava/lang/Object;)V HPLandroidx/compose/ui/node/MutableVectorWithMutationTracking;->asList()Ljava/util/List; HPLandroidx/compose/ui/node/MutableVectorWithMutationTracking;->clear()V HPLandroidx/compose/ui/node/MutableVectorWithMutationTracking;->getVector()Landroidx/compose/runtime/collection/MutableVector; -HPLandroidx/compose/ui/node/NodeChain;->(Landroidx/compose/ui/node/LayoutNode;)V HPLandroidx/compose/ui/node/NodeChain;->access$getAggregateChildKindSet(Landroidx/compose/ui/node/NodeChain;)I HPLandroidx/compose/ui/node/NodeChain;->attach()V HPLandroidx/compose/ui/node/NodeChain;->createAndInsertNodeAsParent(Landroidx/compose/ui/Modifier$Element;Landroidx/compose/ui/Modifier$Node;)Landroidx/compose/ui/Modifier$Node; @@ -2641,15 +2636,11 @@ HPLandroidx/compose/ui/node/NodeChain;->getTail$ui_release()Landroidx/compose/ui HPLandroidx/compose/ui/node/NodeChain;->has$ui_release(I)Z HPLandroidx/compose/ui/node/NodeChain;->has-H91voCI$ui_release(I)Z HPLandroidx/compose/ui/node/NodeChain;->insertParent(Landroidx/compose/ui/Modifier$Node;Landroidx/compose/ui/Modifier$Node;)Landroidx/compose/ui/Modifier$Node; -HPLandroidx/compose/ui/node/NodeChain;->padChain()V -HPLandroidx/compose/ui/node/NodeChain;->syncCoordinators()V -HPLandroidx/compose/ui/node/NodeChain;->trimChain()V HPLandroidx/compose/ui/node/NodeChain;->updateNode(Landroidx/compose/ui/Modifier$Element;Landroidx/compose/ui/Modifier$Element;Landroidx/compose/ui/Modifier$Node;)Landroidx/compose/ui/Modifier$Node; HPLandroidx/compose/ui/node/NodeChainKt$fillVector$1;->(Landroidx/compose/runtime/collection/MutableVector;)V HPLandroidx/compose/ui/node/NodeChainKt;->access$fillVector(Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/collection/MutableVector;)Landroidx/compose/runtime/collection/MutableVector; HPLandroidx/compose/ui/node/NodeChainKt;->access$getSentinelHead$p()Landroidx/compose/ui/node/NodeChainKt$SentinelHead$1; HPLandroidx/compose/ui/node/NodeChainKt;->actionForModifiers(Landroidx/compose/ui/Modifier$Element;Landroidx/compose/ui/Modifier$Element;)I -HPLandroidx/compose/ui/node/NodeChainKt;->fillVector(Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/collection/MutableVector;)Landroidx/compose/runtime/collection/MutableVector; HPLandroidx/compose/ui/node/NodeChainKt;->updateUnsafe(Landroidx/compose/ui/node/ModifierNodeElement;Landroidx/compose/ui/Modifier$Node;)V HPLandroidx/compose/ui/node/NodeCoordinator$Companion$onCommitAffectingLayer$1;->invoke(Landroidx/compose/ui/node/NodeCoordinator;)V HPLandroidx/compose/ui/node/NodeCoordinator$invalidateParentLayer$1;->(Landroidx/compose/ui/node/NodeCoordinator;)V @@ -2687,15 +2678,13 @@ HPLandroidx/compose/ui/node/NodeCoordinator;->getZIndex()F HPLandroidx/compose/ui/node/NodeCoordinator;->hasNode-H91voCI(I)Z HPLandroidx/compose/ui/node/NodeCoordinator;->head-H91voCI(I)Landroidx/compose/ui/Modifier$Node; HPLandroidx/compose/ui/node/NodeCoordinator;->invalidateLayer()V -HPLandroidx/compose/ui/node/NodeCoordinator;->invoke(Landroidx/compose/ui/graphics/Canvas;)V HPLandroidx/compose/ui/node/NodeCoordinator;->invoke(Ljava/lang/Object;)Ljava/lang/Object; HPLandroidx/compose/ui/node/NodeCoordinator;->isAttached()Z HPLandroidx/compose/ui/node/NodeCoordinator;->onLayoutNodeAttach()V -HPLandroidx/compose/ui/node/NodeCoordinator;->onMeasureResultChanged(II)V HPLandroidx/compose/ui/node/NodeCoordinator;->onMeasured()V +HPLandroidx/compose/ui/node/NodeCoordinator;->onPlaced()V HPLandroidx/compose/ui/node/NodeCoordinator;->onRelease()V HPLandroidx/compose/ui/node/NodeCoordinator;->placeAt-f8xVGno(JFLkotlin/jvm/functions/Function1;)V -HPLandroidx/compose/ui/node/NodeCoordinator;->setMeasureResult$ui_release(Landroidx/compose/ui/layout/MeasureResult;)V HPLandroidx/compose/ui/node/NodeCoordinator;->setPosition--gyyYBs(J)V HPLandroidx/compose/ui/node/NodeCoordinator;->setWrapped$ui_release(Landroidx/compose/ui/node/NodeCoordinator;)V HPLandroidx/compose/ui/node/NodeCoordinator;->setWrappedBy$ui_release(Landroidx/compose/ui/node/NodeCoordinator;)V @@ -2703,7 +2692,7 @@ HPLandroidx/compose/ui/node/NodeCoordinator;->updateLayerBlock$default(Landroidx HPLandroidx/compose/ui/node/NodeCoordinator;->updateLayerParameters$default(Landroidx/compose/ui/node/NodeCoordinator;ZILjava/lang/Object;)V HPLandroidx/compose/ui/node/NodeKind;->constructor-impl(I)I HPLandroidx/compose/ui/node/NodeKindKt;->autoInvalidateInsertedNode(Landroidx/compose/ui/Modifier$Node;)V -HPLandroidx/compose/ui/node/NodeKindKt;->autoInvalidateNodeIncludingDelegates(Landroidx/compose/ui/Modifier$Node;II)V +HPLandroidx/compose/ui/node/NodeKindKt;->autoInvalidateNodeSelf(Landroidx/compose/ui/Modifier$Node;II)V HPLandroidx/compose/ui/node/NodeKindKt;->autoInvalidateUpdatedNode(Landroidx/compose/ui/Modifier$Node;)V HPLandroidx/compose/ui/node/NodeKindKt;->calculateNodeKindSetFrom(Landroidx/compose/ui/Modifier$Element;)I HPLandroidx/compose/ui/node/NodeKindKt;->calculateNodeKindSetFrom(Landroidx/compose/ui/Modifier$Node;)I @@ -2715,7 +2704,6 @@ HPLandroidx/compose/ui/node/OnPositionedDispatcher;->dispatchHierarchy(Landroidx HPLandroidx/compose/ui/node/OnPositionedDispatcher;->onNodePositioned(Landroidx/compose/ui/node/LayoutNode;)V HPLandroidx/compose/ui/node/Owner;->onRequestMeasure$default(Landroidx/compose/ui/node/Owner;Landroidx/compose/ui/node/LayoutNode;ZZZILjava/lang/Object;)V HPLandroidx/compose/ui/node/OwnerSnapshotObserver;->observeLayoutModifierSnapshotReads$ui_release(Landroidx/compose/ui/node/LayoutNode;ZLkotlin/jvm/functions/Function0;)V -HPLandroidx/compose/ui/node/OwnerSnapshotObserver;->observeLayoutSnapshotReads$ui_release(Landroidx/compose/ui/node/LayoutNode;ZLkotlin/jvm/functions/Function0;)V HPLandroidx/compose/ui/node/OwnerSnapshotObserver;->observeMeasureSnapshotReads$ui_release(Landroidx/compose/ui/node/LayoutNode;ZLkotlin/jvm/functions/Function0;)V HPLandroidx/compose/ui/node/ParentDataModifierNodeKt;->invalidateParentData(Landroidx/compose/ui/node/ParentDataModifierNode;)V HPLandroidx/compose/ui/node/SemanticsModifierNodeKt;->invalidateSemantics(Landroidx/compose/ui/node/SemanticsModifierNode;)V @@ -2759,7 +2747,6 @@ HPLandroidx/compose/ui/platform/AndroidCompositionLocals_androidKt;->getLocalVie HPLandroidx/compose/ui/platform/AndroidUiDispatcher$dispatchCallback$1;->doFrame(J)V HPLandroidx/compose/ui/platform/AndroidUiDispatcher$dispatchCallback$1;->run()V HPLandroidx/compose/ui/platform/AndroidUiDispatcher;->dispatch(Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V -HPLandroidx/compose/ui/platform/AndroidUiDispatcher;->nextTask()Ljava/lang/Runnable; HPLandroidx/compose/ui/platform/AndroidUiDispatcher;->performFrameDispatch(J)V HPLandroidx/compose/ui/platform/AndroidUiDispatcher;->performTrampolineDispatch()V HPLandroidx/compose/ui/platform/AndroidUiDispatcher;->postFrameCallback$ui_release(Landroid/view/Choreographer$FrameCallback;)V @@ -2801,6 +2788,7 @@ HPLandroidx/compose/ui/platform/RenderNodeApi29;->getHeight()I HPLandroidx/compose/ui/platform/RenderNodeApi29;->getLeft()I HPLandroidx/compose/ui/platform/RenderNodeApi29;->getTop()I HPLandroidx/compose/ui/platform/RenderNodeApi29;->getWidth()I +HPLandroidx/compose/ui/platform/RenderNodeApi29;->record(Landroidx/compose/ui/graphics/CanvasHolder;Landroidx/compose/ui/graphics/Path;Lkotlin/jvm/functions/Function1;)V HPLandroidx/compose/ui/platform/RenderNodeApi29;->setAlpha(F)V HPLandroidx/compose/ui/platform/RenderNodeApi29;->setAmbientShadowColor(I)V HPLandroidx/compose/ui/platform/RenderNodeApi29;->setCameraDistance(F)V @@ -2826,7 +2814,6 @@ HPLandroidx/compose/ui/platform/RenderNodeApi29VerificationHelper;->setRenderEff HPLandroidx/compose/ui/platform/RenderNodeLayer;->destroy()V HPLandroidx/compose/ui/platform/RenderNodeLayer;->drawLayer(Landroidx/compose/ui/graphics/Canvas;)V HPLandroidx/compose/ui/platform/RenderNodeLayer;->move--gyyYBs(J)V -HPLandroidx/compose/ui/platform/RenderNodeLayer;->resize-ozmzZPI(J)V HPLandroidx/compose/ui/platform/RenderNodeLayer;->setDirty(Z)V HPLandroidx/compose/ui/platform/RenderNodeLayer;->triggerRepaint()V HPLandroidx/compose/ui/platform/RenderNodeLayer;->updateDisplayList()V @@ -3169,6 +3156,7 @@ HPLandroidx/concurrent/futures/AbstractResolvableFuture$SafeAtomicHelper$$Extern HPLandroidx/core/graphics/Insets;->(IIII)V HPLandroidx/core/view/WindowInsetsCompat$Impl30;->getInsets(I)Landroidx/core/graphics/Insets; HPLandroidx/core/view/WindowInsetsCompat$TypeImpl30;->toPlatformType(I)I +HPLandroidx/exifinterface/media/ExifInterface;->()V HPLandroidx/lifecycle/DefaultLifecycleObserverAdapter;->onStateChanged(Landroidx/lifecycle/LifecycleOwner;Landroidx/lifecycle/Lifecycle$Event;)V HPLandroidx/lifecycle/Lifecycle$Event$Companion;->upFrom(Landroidx/lifecycle/Lifecycle$State;)Landroidx/lifecycle/Lifecycle$Event; HPLandroidx/lifecycle/Lifecycle$Event;->getTargetState()Landroidx/lifecycle/Lifecycle$State; @@ -3310,6 +3298,7 @@ HPLandroidx/paging/PageFetcherSnapshot;->accessHint(Landroidx/paging/ViewportHin HPLandroidx/paging/PageFetcherSnapshot;->collectAsGenerationalViewportHints(Lkotlinx/coroutines/flow/Flow;Landroidx/paging/LoadType;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HPLandroidx/paging/PageFetcherSnapshot;->doInitialLoad(Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HPLandroidx/paging/PageFetcherSnapshot;->doLoad(Landroidx/paging/LoadType;Landroidx/paging/GenerationalViewportHint;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; +HPLandroidx/paging/PageFetcherSnapshot;->nextLoadKeyOrNull(Landroidx/paging/PageFetcherSnapshotState;Landroidx/paging/LoadType;II)Ljava/lang/Object; HPLandroidx/paging/PageFetcherSnapshotState;->(Landroidx/paging/PagingConfig;)V HPLandroidx/paging/PageFetcherSnapshotState;->insert(ILandroidx/paging/LoadType;Landroidx/paging/PagingSource$LoadResult$Page;)Z HPLandroidx/paging/PageFetcherSnapshotState;->toPageEvent$paging_common(Landroidx/paging/PagingSource$LoadResult$Page;Landroidx/paging/LoadType;)Landroidx/paging/PageEvent; @@ -3393,9 +3382,11 @@ HPLcoil/compose/ConstraintsSizeResolver$size$$inlined$mapNotNull$1$2;->emit(Ljav HPLcoil/compose/ConstraintsSizeResolver;->measure-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Landroidx/compose/ui/layout/Measurable;J)Landroidx/compose/ui/layout/MeasureResult; HPLcoil/compose/ContentPainterModifier;->calculateScaledSize-E7KxVPU(J)J HPLcoil/compose/ContentPainterModifier;->draw(Landroidx/compose/ui/graphics/drawscope/ContentDrawScope;)V +HPLcoil/compose/CrossfadePainter;->drawPainter(Landroidx/compose/ui/graphics/drawscope/DrawScope;Landroidx/compose/ui/graphics/painter/Painter;F)V HPLcoil/compose/ImageLoaderProvidableCompositionLocal;->getCurrent(Landroidx/compose/runtime/ProvidableCompositionLocal;Landroidx/compose/runtime/Composer;I)Lcoil/ImageLoader; HPLcoil/compose/SingletonAsyncImageKt;->AsyncImage-ylYTKUw(Ljava/lang/Object;Ljava/lang/String;Landroidx/compose/ui/Modifier;Landroidx/compose/ui/graphics/painter/Painter;Landroidx/compose/ui/graphics/painter/Painter;Landroidx/compose/ui/graphics/painter/Painter;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Landroidx/compose/ui/layout/ContentScale;FLandroidx/compose/ui/graphics/ColorFilter;ILandroidx/compose/runtime/Composer;III)V HPLcoil/compose/UtilsKt;->requestOf(Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Lcoil/request/ImageRequest; +HPLcoil/compose/UtilsKt;->toIntSize-uvyYCjk(J)J HPLcoil/intercept/EngineInterceptor;->execute(Lcoil/request/ImageRequest;Ljava/lang/Object;Lcoil/request/Options;Lcoil/EventListener;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HPLcoil/intercept/EngineInterceptor;->intercept(Lcoil/intercept/Interceptor$Chain;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HPLcoil/intercept/RealInterceptorChain;->(Lcoil/request/ImageRequest;Ljava/util/List;ILcoil/request/ImageRequest;Lcoil/size/Size;Lcoil/EventListener;Z)V @@ -3406,6 +3397,7 @@ HPLcoil/memory/MemoryCacheService;->newCacheKey(Lcoil/request/ImageRequest;Ljava HPLcoil/memory/MemoryCacheService;->newResult(Lcoil/intercept/Interceptor$Chain;Lcoil/request/ImageRequest;Lcoil/memory/MemoryCache$Key;Lcoil/memory/MemoryCache$Value;)Lcoil/request/SuccessResult; HPLcoil/request/DefinedRequestOptions;->(Landroidx/lifecycle/Lifecycle;Lcoil/size/SizeResolver;Lcoil/size/Scale;Lkotlinx/coroutines/CoroutineDispatcher;Lkotlinx/coroutines/CoroutineDispatcher;Lkotlinx/coroutines/CoroutineDispatcher;Lkotlinx/coroutines/CoroutineDispatcher;Lcoil/transition/Transition$Factory;Lcoil/size/Precision;Landroid/graphics/Bitmap$Config;Ljava/lang/Boolean;Ljava/lang/Boolean;Lcoil/request/CachePolicy;Lcoil/request/CachePolicy;Lcoil/request/CachePolicy;)V HPLcoil/request/ImageRequest$Builder;->(Landroid/content/Context;)V +HPLcoil/request/ImageRequest$Builder;->build()Lcoil/request/ImageRequest; HPLcoil/request/ImageRequest$Builder;->resolveLifecycle()Landroidx/lifecycle/Lifecycle; HPLcoil/request/ImageRequest$Builder;->resolveScale()Lcoil/size/Scale; HPLcoil/request/ImageRequest;->(Landroid/content/Context;Ljava/lang/Object;Lcoil/target/Target;Lcoil/request/ImageRequest$Listener;Lcoil/memory/MemoryCache$Key;Ljava/lang/String;Landroid/graphics/Bitmap$Config;Landroid/graphics/ColorSpace;Lcoil/size/Precision;Lkotlin/Pair;Lcoil/decode/Decoder$Factory;Ljava/util/List;Lcoil/transition/Transition$Factory;Lokhttp3/Headers;Lcoil/request/Tags;ZZZZLcoil/request/CachePolicy;Lcoil/request/CachePolicy;Lcoil/request/CachePolicy;Lkotlinx/coroutines/CoroutineDispatcher;Lkotlinx/coroutines/CoroutineDispatcher;Lkotlinx/coroutines/CoroutineDispatcher;Lkotlinx/coroutines/CoroutineDispatcher;Landroidx/lifecycle/Lifecycle;Lcoil/size/SizeResolver;Lcoil/size/Scale;Lcoil/request/Parameters;Lcoil/memory/MemoryCache$Key;Ljava/lang/Integer;Landroid/graphics/drawable/Drawable;Ljava/lang/Integer;Landroid/graphics/drawable/Drawable;Ljava/lang/Integer;Landroid/graphics/drawable/Drawable;Lcoil/request/DefinedRequestOptions;Lcoil/request/DefaultRequestOptions;)V @@ -3461,7 +3453,6 @@ HPLdev/msfjarvis/claw/common/posts/LobstersCardKt$SaveButton$1;->invoke(Ljava/la HPLdev/msfjarvis/claw/common/posts/LobstersCardKt$SaveButton$1;->invoke(ZLandroidx/compose/runtime/Composer;I)V HPLdev/msfjarvis/claw/common/posts/LobstersCardKt;->CommentsButton(Ljava/lang/Integer;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V HPLdev/msfjarvis/claw/common/posts/LobstersCardKt;->LobstersCard$lambda$1(Landroidx/compose/runtime/MutableState;)Z -HPLdev/msfjarvis/claw/common/posts/LobstersCardKt;->LobstersCard(Ldev/msfjarvis/claw/database/local/SavedPost;ZLdev/msfjarvis/claw/common/posts/PostActions;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V HPLdev/msfjarvis/claw/common/posts/LobstersCardKt;->PostDetails(Ldev/msfjarvis/claw/database/local/SavedPost;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V HPLdev/msfjarvis/claw/common/posts/LobstersCardKt;->PostTitle(Ljava/lang/String;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V HPLdev/msfjarvis/claw/common/posts/LobstersCardKt;->SaveButton(ZLandroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V @@ -3547,6 +3538,7 @@ HPLkotlin/collections/ArrayDeque;->incremented(I)I HPLkotlin/collections/ArrayDeque;->isEmpty()Z HPLkotlin/collections/ArrayDeque;->lastOrNull()Ljava/lang/Object; HPLkotlin/collections/ArrayDeque;->positiveMod(I)I +HPLkotlin/collections/ArrayDeque;->removeFirst()Ljava/lang/Object; HPLkotlin/collections/ArrayDeque;->removeFirstOrNull()Ljava/lang/Object; HPLkotlin/collections/ArrayDeque;->toArray([Ljava/lang/Object;)[Ljava/lang/Object; HPLkotlin/collections/ArraysKt___ArraysJvmKt;->asList([Ljava/lang/Object;)Ljava/util/List; @@ -3571,7 +3563,6 @@ HPLkotlin/collections/CollectionsKt__MutableCollectionsJVMKt;->sortWith(Ljava/ut HPLkotlin/collections/CollectionsKt__MutableCollectionsKt;->addAll(Ljava/util/Collection;Ljava/lang/Iterable;)Z HPLkotlin/collections/CollectionsKt__MutableCollectionsKt;->addAll(Ljava/util/Collection;[Ljava/lang/Object;)Z HPLkotlin/collections/CollectionsKt__MutableCollectionsKt;->convertToListIfNotCollection(Ljava/lang/Iterable;)Ljava/util/Collection; -HPLkotlin/collections/CollectionsKt__MutableCollectionsKt;->removeLast(Ljava/util/List;)Ljava/lang/Object; HPLkotlin/collections/CollectionsKt__MutableCollectionsKt;->retainAll(Ljava/util/Collection;Ljava/lang/Iterable;)Z HPLkotlin/collections/CollectionsKt___CollectionsKt$asSequence$$inlined$Sequence$1;->(Ljava/lang/Iterable;)V HPLkotlin/collections/CollectionsKt___CollectionsKt$asSequence$$inlined$Sequence$1;->iterator()Ljava/util/Iterator; @@ -3602,7 +3593,9 @@ HPLkotlin/collections/MapsKt___MapsKt;->asSequence(Ljava/util/Map;)Lkotlin/seque HPLkotlin/coroutines/AbstractCoroutineContextElement;->fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; HPLkotlin/coroutines/AbstractCoroutineContextElement;->getKey()Lkotlin/coroutines/CoroutineContext$Key; HPLkotlin/coroutines/CombinedContext;->(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext$Element;)V +HPLkotlin/coroutines/CombinedContext;->fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; HPLkotlin/coroutines/CombinedContext;->get(Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element; +HPLkotlin/coroutines/CombinedContext;->minusKey(Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext; HPLkotlin/coroutines/CombinedContext;->plus(Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext; HPLkotlin/coroutines/ContinuationInterceptor$DefaultImpls;->get(Lkotlin/coroutines/ContinuationInterceptor;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element; HPLkotlin/coroutines/ContinuationInterceptor$DefaultImpls;->minusKey(Lkotlin/coroutines/ContinuationInterceptor;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext; @@ -3618,7 +3611,6 @@ HPLkotlin/coroutines/intrinsics/IntrinsicsKt__IntrinsicsJvmKt;->createCoroutineU HPLkotlin/coroutines/intrinsics/IntrinsicsKt__IntrinsicsJvmKt;->intercepted(Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation; HPLkotlin/coroutines/intrinsics/IntrinsicsKt__IntrinsicsKt;->getCOROUTINE_SUSPENDED()Ljava/lang/Object; HPLkotlin/coroutines/jvm/internal/BaseContinuationImpl;->(Lkotlin/coroutines/Continuation;)V -HPLkotlin/coroutines/jvm/internal/BaseContinuationImpl;->resumeWith(Ljava/lang/Object;)V HPLkotlin/coroutines/jvm/internal/Boxing;->boxBoolean(Z)Ljava/lang/Boolean; HPLkotlin/coroutines/jvm/internal/Boxing;->boxInt(I)Ljava/lang/Integer; HPLkotlin/coroutines/jvm/internal/ContinuationImpl;->(Lkotlin/coroutines/Continuation;)V @@ -3894,11 +3886,12 @@ HPLkotlinx/coroutines/JobSupport;->childCancelled(Ljava/lang/Throwable;)Z HPLkotlinx/coroutines/JobSupport;->completeStateFinalization(Lkotlinx/coroutines/Incomplete;Ljava/lang/Object;)V HPLkotlinx/coroutines/JobSupport;->continueCompleting(Lkotlinx/coroutines/JobSupport$Finishing;Lkotlinx/coroutines/ChildHandleNode;Ljava/lang/Object;)V HPLkotlinx/coroutines/JobSupport;->createCauseException(Ljava/lang/Object;)Ljava/lang/Throwable; +HPLkotlinx/coroutines/JobSupport;->finalizeFinishingState(Lkotlinx/coroutines/JobSupport$Finishing;Ljava/lang/Object;)Ljava/lang/Object; HPLkotlinx/coroutines/JobSupport;->firstChild(Lkotlinx/coroutines/Incomplete;)Lkotlinx/coroutines/ChildHandleNode; HPLkotlinx/coroutines/JobSupport;->fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; HPLkotlinx/coroutines/JobSupport;->get(Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element; +HPLkotlinx/coroutines/JobSupport;->getCancellationException()Ljava/util/concurrent/CancellationException; HPLkotlinx/coroutines/JobSupport;->getChildJobCancellationCause()Ljava/util/concurrent/CancellationException; -HPLkotlinx/coroutines/JobSupport;->getFinalRootCause(Lkotlinx/coroutines/JobSupport$Finishing;Ljava/util/List;)Ljava/lang/Throwable; HPLkotlinx/coroutines/JobSupport;->getKey()Lkotlin/coroutines/CoroutineContext$Key; HPLkotlinx/coroutines/JobSupport;->getOrPromoteCancellingList(Lkotlinx/coroutines/Incomplete;)Lkotlinx/coroutines/NodeList; HPLkotlinx/coroutines/JobSupport;->getParentHandle$kotlinx_coroutines_core()Lkotlinx/coroutines/ChildHandle; @@ -3916,7 +3909,6 @@ HPLkotlinx/coroutines/JobSupport;->notifyCancelling(Lkotlinx/coroutines/NodeList HPLkotlinx/coroutines/JobSupport;->notifyCompletion(Lkotlinx/coroutines/NodeList;Ljava/lang/Throwable;)V HPLkotlinx/coroutines/JobSupport;->parentCancelled(Lkotlinx/coroutines/ParentJob;)V HPLkotlinx/coroutines/JobSupport;->promoteSingleToNodeList(Lkotlinx/coroutines/JobNode;)V -HPLkotlinx/coroutines/JobSupport;->removeNode$kotlinx_coroutines_core(Lkotlinx/coroutines/JobNode;)V HPLkotlinx/coroutines/JobSupport;->setParentHandle$kotlinx_coroutines_core(Lkotlinx/coroutines/ChildHandle;)V HPLkotlinx/coroutines/JobSupport;->start()Z HPLkotlinx/coroutines/JobSupport;->startInternal(Ljava/lang/Object;)I @@ -3924,6 +3916,7 @@ HPLkotlinx/coroutines/JobSupport;->toCancellationException(Ljava/lang/Throwable; HPLkotlinx/coroutines/JobSupport;->tryFinalizeSimpleState(Lkotlinx/coroutines/Incomplete;Ljava/lang/Object;)Z HPLkotlinx/coroutines/JobSupport;->tryMakeCancelling(Lkotlinx/coroutines/Incomplete;Ljava/lang/Throwable;)Z HPLkotlinx/coroutines/JobSupport;->tryMakeCompleting(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; +HPLkotlinx/coroutines/JobSupport;->tryMakeCompletingSlowPath(Lkotlinx/coroutines/Incomplete;Ljava/lang/Object;)Ljava/lang/Object; HPLkotlinx/coroutines/JobSupport;->tryWaitForChild(Lkotlinx/coroutines/JobSupport$Finishing;Lkotlinx/coroutines/ChildHandleNode;Ljava/lang/Object;)Z HPLkotlinx/coroutines/JobSupportKt;->access$getCOMPLETING_ALREADY$p()Lkotlinx/coroutines/internal/Symbol; HPLkotlinx/coroutines/JobSupportKt;->access$getCOMPLETING_RETRY$p()Lkotlinx/coroutines/internal/Symbol; @@ -3958,7 +3951,6 @@ HPLkotlinx/coroutines/channels/BufferedChannel;->cancelSuspendedReceiveRequests( HPLkotlinx/coroutines/channels/BufferedChannel;->closeLinkedList()Lkotlinx/coroutines/channels/ChannelSegment; HPLkotlinx/coroutines/channels/BufferedChannel;->closeOrCancelImpl(Ljava/lang/Throwable;Z)Z HPLkotlinx/coroutines/channels/BufferedChannel;->completeClose(J)Lkotlinx/coroutines/channels/ChannelSegment; -HPLkotlinx/coroutines/channels/BufferedChannel;->expandBuffer()V HPLkotlinx/coroutines/channels/BufferedChannel;->findSegmentBufferEnd(JLkotlinx/coroutines/channels/ChannelSegment;J)Lkotlinx/coroutines/channels/ChannelSegment; HPLkotlinx/coroutines/channels/BufferedChannel;->findSegmentReceive(JLkotlinx/coroutines/channels/ChannelSegment;)Lkotlinx/coroutines/channels/ChannelSegment; HPLkotlinx/coroutines/channels/BufferedChannel;->findSegmentSend(JLkotlinx/coroutines/channels/ChannelSegment;)Lkotlinx/coroutines/channels/ChannelSegment; @@ -3988,8 +3980,6 @@ HPLkotlinx/coroutines/channels/BufferedChannel;->shouldSendSuspend(J)Z HPLkotlinx/coroutines/channels/BufferedChannel;->tryReceive-PtdJZtk()Ljava/lang/Object; HPLkotlinx/coroutines/channels/BufferedChannel;->tryResumeReceiver(Ljava/lang/Object;Ljava/lang/Object;)Z HPLkotlinx/coroutines/channels/BufferedChannel;->trySend-JP2dKIU(Ljava/lang/Object;)Ljava/lang/Object; -HPLkotlinx/coroutines/channels/BufferedChannel;->updateCellExpandBuffer(Lkotlinx/coroutines/channels/ChannelSegment;IJ)Z -HPLkotlinx/coroutines/channels/BufferedChannel;->updateCellExpandBufferSlow(Lkotlinx/coroutines/channels/ChannelSegment;IJ)Z HPLkotlinx/coroutines/channels/BufferedChannel;->updateCellReceive(Lkotlinx/coroutines/channels/ChannelSegment;IJLjava/lang/Object;)Ljava/lang/Object; HPLkotlinx/coroutines/channels/BufferedChannel;->updateCellSend(Lkotlinx/coroutines/channels/ChannelSegment;ILjava/lang/Object;JLjava/lang/Object;Z)I HPLkotlinx/coroutines/channels/BufferedChannel;->waitExpandBufferCompletion$kotlinx_coroutines_core(J)V @@ -4189,12 +4179,14 @@ HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->()V HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->access$finishAdd(Lkotlinx/coroutines/internal/LockFreeLinkedListNode;Lkotlinx/coroutines/internal/LockFreeLinkedListNode;)V HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->access$get_next$FU$p()Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater; HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->addOneIfEmpty(Lkotlinx/coroutines/internal/LockFreeLinkedListNode;)Z +HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->correctPrev(Lkotlinx/coroutines/internal/OpDescriptor;)Lkotlinx/coroutines/internal/LockFreeLinkedListNode; HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->finishAdd(Lkotlinx/coroutines/internal/LockFreeLinkedListNode;)V HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->getNext()Ljava/lang/Object; HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->getNextNode()Lkotlinx/coroutines/internal/LockFreeLinkedListNode; HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->getPrevNode()Lkotlinx/coroutines/internal/LockFreeLinkedListNode; HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->isRemoved()Z HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->remove()Z +HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->removeOrNext()Lkotlinx/coroutines/internal/LockFreeLinkedListNode; HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->removed()Lkotlinx/coroutines/internal/Removed; HPLkotlinx/coroutines/internal/LockFreeLinkedListNode;->tryCondAddNext(Lkotlinx/coroutines/internal/LockFreeLinkedListNode;Lkotlinx/coroutines/internal/LockFreeLinkedListNode;Lkotlinx/coroutines/internal/LockFreeLinkedListNode$CondAddOp;)I HPLkotlinx/coroutines/internal/LockFreeTaskQueue;->addLast(Ljava/lang/Object;)Z @@ -4234,13 +4226,11 @@ HPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->inStack()Z HPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->park()V HPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->pollGlobalQueues()Lkotlinx/coroutines/scheduling/Task; HPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->runWorker()V -HPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->setIndexInArray(I)V HPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->setNextParkedWorker(Ljava/lang/Object;)V HPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->tryAcquireCpuPermit()Z HPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->tryPark()V HPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->tryReleaseCpu(Lkotlinx/coroutines/scheduling/CoroutineScheduler$WorkerState;)Z HPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->trySteal(I)Lkotlinx/coroutines/scheduling/Task; -HPLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->tryTerminateWorker()V HPLkotlinx/coroutines/scheduling/CoroutineScheduler;->addToGlobalQueue(Lkotlinx/coroutines/scheduling/Task;)Z HPLkotlinx/coroutines/scheduling/CoroutineScheduler;->createTask(Ljava/lang/Runnable;Lkotlinx/coroutines/scheduling/TaskContext;)Lkotlinx/coroutines/scheduling/Task; HPLkotlinx/coroutines/scheduling/CoroutineScheduler;->dispatch(Ljava/lang/Runnable;Lkotlinx/coroutines/scheduling/TaskContext;Z)V @@ -4301,8 +4291,8 @@ HPLkotlinx/serialization/internal/ListLikeDescriptor;->(Lkotlinx/serializa HPLkotlinx/serialization/internal/ListLikeDescriptor;->(Lkotlinx/serialization/descriptors/SerialDescriptor;Lkotlin/jvm/internal/DefaultConstructorMarker;)V HPLkotlinx/serialization/internal/ListLikeDescriptor;->getElementsCount()I HPLkotlinx/serialization/internal/ListLikeDescriptor;->getKind()Lkotlinx/serialization/descriptors/SerialKind; +HPLkotlinx/serialization/internal/PluginGeneratedSerialDescriptor;->getElementsCount()I HPLkotlinx/serialization/internal/PluginGeneratedSerialDescriptor;->getKind()Lkotlinx/serialization/descriptors/SerialKind; -HPLkotlinx/serialization/internal/PluginGeneratedSerialDescriptor;->get_hashCode()I HPLkotlinx/serialization/internal/PluginGeneratedSerialDescriptor;->hashCode()I HPLkotlinx/serialization/internal/PrimitiveSerialDescriptor;->isNullable()Z HPLkotlinx/serialization/internal/StringSerializer;->deserialize(Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; @@ -4319,34 +4309,34 @@ HPLkotlinx/serialization/json/JsonConfiguration;->getIgnoreUnknownKeys()Z HPLkotlinx/serialization/json/JsonConfiguration;->getNamingStrategy()Lkotlinx/serialization/json/JsonNamingStrategy; HPLkotlinx/serialization/json/JsonConfiguration;->isLenient()Z HPLkotlinx/serialization/json/JsonNamingStrategy$Builtins$SnakeCase$1;->serialNameForJson(Lkotlinx/serialization/descriptors/SerialDescriptor;ILjava/lang/String;)Ljava/lang/String; +HPLkotlinx/serialization/json/JsonSchemaCacheKt;->getSchemaCache(Lkotlinx/serialization/json/Json;)Lkotlinx/serialization/json/internal/DescriptorSchemaCache; HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->appendEsc(I)I HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->appendEscape(II)I HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->appendHex(Ljava/lang/CharSequence;I)I HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->appendRange(II)V HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->consumeNumericLiteral()J +HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->consumeString()Ljava/lang/String; HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->consumeString(Ljava/lang/CharSequence;II)Ljava/lang/String; HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->decodedString(II)Ljava/lang/String; -HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->fromHexChar(Ljava/lang/CharSequence;I)I HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->isValidValueStart(C)Z +HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->peekNextToken()B HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->skipElement(Z)V HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->substring(II)Ljava/lang/String; HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->tryConsumeNull$default(Lkotlinx/serialization/json/internal/AbstractJsonLexer;ZILjava/lang/Object;)Z HPLkotlinx/serialization/json/internal/AbstractJsonLexer;->tryConsumeNull(Z)Z HPLkotlinx/serialization/json/internal/AbstractJsonLexerKt;->charToTokenClass(C)B -HPLkotlinx/serialization/json/internal/AbstractJsonLexerKt;->escapeToChar(I)C HPLkotlinx/serialization/json/internal/DescriptorSchemaCache;->get(Lkotlinx/serialization/descriptors/SerialDescriptor;Lkotlinx/serialization/json/internal/DescriptorSchemaCache$Key;)Ljava/lang/Object; HPLkotlinx/serialization/json/internal/DescriptorSchemaCache;->getOrPut(Lkotlinx/serialization/descriptors/SerialDescriptor;Lkotlinx/serialization/json/internal/DescriptorSchemaCache$Key;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object; HPLkotlinx/serialization/json/internal/JsonNamesMapKt$deserializationNamesMap$1;->(Lkotlinx/serialization/descriptors/SerialDescriptor;Lkotlinx/serialization/json/Json;)V HPLkotlinx/serialization/json/internal/JsonNamesMapKt;->buildDeserializationNamesMap(Lkotlinx/serialization/descriptors/SerialDescriptor;Lkotlinx/serialization/json/Json;)Ljava/util/Map; HPLkotlinx/serialization/json/internal/JsonNamesMapKt;->getJsonNameIndex$getJsonNameIndexSlowPath(Lkotlinx/serialization/json/Json;Lkotlinx/serialization/descriptors/SerialDescriptor;Ljava/lang/String;)I HPLkotlinx/serialization/json/internal/JsonNamesMapKt;->getJsonNameIndex(Lkotlinx/serialization/descriptors/SerialDescriptor;Lkotlinx/serialization/json/Json;Ljava/lang/String;)I -HPLkotlinx/serialization/json/internal/JsonNamesMapKt;->namingStrategy(Lkotlinx/serialization/descriptors/SerialDescriptor;Lkotlinx/serialization/json/Json;)Lkotlinx/serialization/json/JsonNamingStrategy; HPLkotlinx/serialization/json/internal/JsonPath;->popDescriptor()V HPLkotlinx/serialization/json/internal/JsonPath;->pushDescriptor(Lkotlinx/serialization/descriptors/SerialDescriptor;)V HPLkotlinx/serialization/json/internal/JsonPath;->updateDescriptorIndex(I)V HPLkotlinx/serialization/json/internal/StreamingJsonDecoder;->(Lkotlinx/serialization/json/Json;Lkotlinx/serialization/json/internal/WriteMode;Lkotlinx/serialization/json/internal/AbstractJsonLexer;Lkotlinx/serialization/descriptors/SerialDescriptor;Lkotlinx/serialization/json/internal/StreamingJsonDecoder$DiscriminatorHolder;)V +HPLkotlinx/serialization/json/internal/StreamingJsonDecoder;->beginStructure(Lkotlinx/serialization/descriptors/SerialDescriptor;)Lkotlinx/serialization/encoding/CompositeDecoder; HPLkotlinx/serialization/json/internal/StreamingJsonDecoder;->checkLeadingComma()V -HPLkotlinx/serialization/json/internal/StreamingJsonDecoder;->decodeElementIndex(Lkotlinx/serialization/descriptors/SerialDescriptor;)I HPLkotlinx/serialization/json/internal/StreamingJsonDecoder;->decodeInt()I HPLkotlinx/serialization/json/internal/StreamingJsonDecoder;->decodeListIndex()I HPLkotlinx/serialization/json/internal/StreamingJsonDecoder;->decodeNotNullMark()Z @@ -4355,12 +4345,11 @@ HPLkotlinx/serialization/json/internal/StreamingJsonDecoder;->decodeSerializable HPLkotlinx/serialization/json/internal/StreamingJsonDecoder;->decodeString()Ljava/lang/String; HPLkotlinx/serialization/json/internal/StreamingJsonDecoder;->decodeStringKey()Ljava/lang/String; HPLkotlinx/serialization/json/internal/StreamingJsonDecoder;->handleUnknown(Ljava/lang/String;)Z -HPLkotlinx/serialization/json/internal/StringJsonLexer;->canConsumeValue()Z HPLkotlinx/serialization/json/internal/StringJsonLexer;->consumeNextToken()B HPLkotlinx/serialization/json/internal/StringJsonLexer;->getSource()Ljava/lang/CharSequence; HPLkotlinx/serialization/json/internal/StringJsonLexer;->getSource()Ljava/lang/String; HPLkotlinx/serialization/json/internal/StringJsonLexer;->prefetchOrEof(I)I -HPLkotlinx/serialization/json/internal/StringJsonLexer;->skipWhitespaces()I +HPLkotlinx/serialization/json/internal/WriteModeKt;->switchMode(Lkotlinx/serialization/json/Json;Lkotlinx/serialization/descriptors/SerialDescriptor;)Lkotlinx/serialization/json/internal/WriteMode; HPLokhttp3/Address;->(Ljava/lang/String;ILokhttp3/Dns;Ljavax/net/SocketFactory;Ljavax/net/ssl/SSLSocketFactory;Ljavax/net/ssl/HostnameVerifier;Lokhttp3/CertificatePinner;Lokhttp3/Authenticator;Ljava/net/Proxy;Ljava/util/List;Ljava/util/List;Ljava/net/ProxySelector;)V HPLokhttp3/Address;->equalsNonHost$okhttp(Lokhttp3/Address;)Z HPLokhttp3/Address;->hashCode()I @@ -4508,7 +4497,6 @@ HPLokhttp3/internal/concurrent/TaskRunner;->kickCoordinator$okhttp(Lokhttp3/inte HPLokhttp3/internal/concurrent/TaskRunner;->newQueue()Lokhttp3/internal/concurrent/TaskQueue; HPLokhttp3/internal/concurrent/TaskRunner;->runTask(Lokhttp3/internal/concurrent/Task;)V HPLokhttp3/internal/connection/Exchange$ResponseBodySource;->complete(Ljava/io/IOException;)Ljava/io/IOException; -HPLokhttp3/internal/connection/Exchange$ResponseBodySource;->read(Lokio/Buffer;J)J HPLokhttp3/internal/connection/Exchange;->(Lokhttp3/internal/connection/RealCall;Lokhttp3/EventListener;Lokhttp3/internal/connection/ExchangeFinder;Lokhttp3/internal/http/ExchangeCodec;)V HPLokhttp3/internal/connection/Exchange;->openResponseBody(Lokhttp3/Response;)Lokhttp3/ResponseBody; HPLokhttp3/internal/connection/Exchange;->writeRequestHeaders(Lokhttp3/Request;)V @@ -4570,7 +4558,6 @@ HPLokhttp3/internal/http2/Http2Connection$Builder;->socket(Ljava/net/Socket;Ljav HPLokhttp3/internal/http2/Http2Connection$ReaderRunnable;->applyAndAckSettings(ZLokhttp3/internal/http2/Settings;)V HPLokhttp3/internal/http2/Http2Connection$ReaderRunnable;->invoke()V HPLokhttp3/internal/http2/Http2Connection;->(Lokhttp3/internal/http2/Http2Connection$Builder;)V -HPLokhttp3/internal/http2/Http2Connection;->close$okhttp(Lokhttp3/internal/http2/ErrorCode;Lokhttp3/internal/http2/ErrorCode;Ljava/io/IOException;)V HPLokhttp3/internal/http2/Http2Connection;->newStream(ILjava/util/List;Z)Lokhttp3/internal/http2/Http2Stream; HPLokhttp3/internal/http2/Http2Connection;->removeStream$okhttp(I)Lokhttp3/internal/http2/Http2Stream; HPLokhttp3/internal/http2/Http2Connection;->start(ZLokhttp3/internal/concurrent/TaskRunner;)V @@ -4596,7 +4583,6 @@ HPLokhttp3/internal/http2/Http2Writer;->headers(ZILjava/util/List;)V HPLokhttp3/internal/http2/Huffman$Node;->getChildren()[Lokhttp3/internal/http2/Huffman$Node; HPLokhttp3/internal/http2/Huffman$Node;->getSymbol()I HPLokhttp3/internal/http2/Huffman$Node;->getTerminalBitCount()I -HPLokhttp3/internal/http2/Huffman;->decode(Lokio/BufferedSource;JLokio/BufferedSink;)V HPLokhttp3/internal/http2/Huffman;->encode(Lokio/ByteString;Lokio/BufferedSink;)V HPLokhttp3/internal/http2/Huffman;->encodedLength(Lokio/ByteString;)I HPLokhttp3/internal/platform/Platform$Companion;->alpnProtocolNames(Ljava/util/List;)Ljava/util/List; @@ -4618,7 +4604,6 @@ HPLokio/Buffer;->getByte(J)B HPLokio/Buffer;->indexOf(BJJ)J HPLokio/Buffer;->indexOfElement(Lokio/ByteString;J)J HPLokio/Buffer;->read(Lokio/Buffer;J)J -HPLokio/Buffer;->readByte()B HPLokio/Buffer;->readByteArray(J)[B HPLokio/Buffer;->readByteString()Lokio/ByteString; HPLokio/Buffer;->readByteString(J)Lokio/ByteString; @@ -4659,7 +4644,6 @@ HPLokio/ByteString;->utf8()Ljava/lang/String; HPLokio/ByteString;->write$okio(Lokio/Buffer;II)V HPLokio/FileMetadata;->(ZZLokio/Path;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Long;Ljava/util/Map;)V HPLokio/ForwardingFileSystem;->metadataOrNull(Lokio/Path;)Lokio/FileMetadata; -HPLokio/ForwardingSink;->write(Lokio/Buffer;J)V HPLokio/ForwardingSource;->(Lokio/Source;)V HPLokio/InputStreamSource;->(Ljava/io/InputStream;Lokio/Timeout;)V HPLokio/InputStreamSource;->read(Lokio/Buffer;J)J @@ -4688,13 +4672,11 @@ HPLokio/RealBufferedSource;->indexOf(BJJ)J HPLokio/RealBufferedSource;->read(Lokio/Buffer;J)J HPLokio/RealBufferedSource;->readByte()B HPLokio/RealBufferedSource;->readDecimalLong()J -HPLokio/RealBufferedSource;->readInt()I HPLokio/RealBufferedSource;->readUtf8LineStrict(J)Ljava/lang/String; HPLokio/RealBufferedSource;->require(J)V HPLokio/Segment;->compact()V HPLokio/Segment;->pop()Lokio/Segment; HPLokio/Segment;->push(Lokio/Segment;)Lokio/Segment; -HPLokio/Segment;->split(I)Lokio/Segment; HPLokio/Segment;->writeTo(Lokio/Segment;I)V HPLokio/SegmentPool;->firstRef()Ljava/util/concurrent/atomic/AtomicReference; HPLokio/SegmentPool;->recycle(Lokio/Segment;)V @@ -4850,6 +4832,7 @@ HSPLandroidx/collection/ContainerHelpers;->idealIntArraySize(I)I HSPLandroidx/collection/LruCache;->(I)V HSPLandroidx/collection/LruCache;->create(Ljava/lang/Object;)Ljava/lang/Object; HSPLandroidx/collection/LruCache;->get(Ljava/lang/Object;)Ljava/lang/Object; +HSPLandroidx/collection/LruCache;->maxSize()I HSPLandroidx/collection/LruCache;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLandroidx/collection/LruCache;->safeSizeOf(Ljava/lang/Object;Ljava/lang/Object;)I HSPLandroidx/collection/LruCache;->sizeOf(Ljava/lang/Object;Ljava/lang/Object;)I @@ -4990,8 +4973,6 @@ HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$5$1;->invoke$lambda$1(Landr HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$5$1;->invoke(Landroidx/compose/runtime/Composer;I)V HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$5$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$7;->(Landroidx/compose/animation/core/Transition;Landroidx/compose/ui/Modifier;Landroidx/compose/animation/core/FiniteAnimationSpec;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;II)V -HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$7;->invoke(Landroidx/compose/runtime/Composer;I)V -HSPLandroidx/compose/animation/CrossfadeKt$Crossfade$7;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLandroidx/compose/animation/CrossfadeKt;->Crossfade(Landroidx/compose/animation/core/Transition;Landroidx/compose/ui/Modifier;Landroidx/compose/animation/core/FiniteAnimationSpec;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V HSPLandroidx/compose/animation/CrossfadeKt;->Crossfade(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Landroidx/compose/animation/core/FiniteAnimationSpec;Ljava/lang/String;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V HSPLandroidx/compose/animation/EnterExitState;->$values()[Landroidx/compose/animation/EnterExitState; @@ -7685,6 +7666,7 @@ HSPLandroidx/compose/runtime/ComposerImpl$CompositionContextImpl;->unregisterCom HSPLandroidx/compose/runtime/ComposerImpl$CompositionContextImpl;->unregisterComposition$runtime_release(Landroidx/compose/runtime/ControlledComposition;)V HSPLandroidx/compose/runtime/ComposerImpl$CompositionContextImpl;->updateCompositionLocalScope(Landroidx/compose/runtime/PersistentCompositionLocalMap;)V HSPLandroidx/compose/runtime/ComposerImpl$apply$operation$1;->(Lkotlin/jvm/functions/Function2;Ljava/lang/Object;)V +HSPLandroidx/compose/runtime/ComposerImpl$apply$operation$1;->invoke(Landroidx/compose/runtime/Applier;Landroidx/compose/runtime/SlotWriter;Landroidx/compose/runtime/RememberManager;)V HSPLandroidx/compose/runtime/ComposerImpl$apply$operation$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLandroidx/compose/runtime/ComposerImpl$createNode$2;->(Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Anchor;I)V HSPLandroidx/compose/runtime/ComposerImpl$createNode$2;->invoke(Landroidx/compose/runtime/Applier;Landroidx/compose/runtime/SlotWriter;Landroidx/compose/runtime/RememberManager;)V @@ -7762,7 +7744,6 @@ HSPLandroidx/compose/runtime/ComposerImpl;->currentCompositionLocalScope(I)Landr HSPLandroidx/compose/runtime/ComposerImpl;->dispose$runtime_release()V HSPLandroidx/compose/runtime/ComposerImpl;->doCompose(Landroidx/compose/runtime/collection/IdentityArrayMap;Lkotlin/jvm/functions/Function2;)V HSPLandroidx/compose/runtime/ComposerImpl;->doRecordDownsFor(II)V -HSPLandroidx/compose/runtime/ComposerImpl;->end(Z)V HSPLandroidx/compose/runtime/ComposerImpl;->endDefaults()V HSPLandroidx/compose/runtime/ComposerImpl;->endGroup()V HSPLandroidx/compose/runtime/ComposerImpl;->endMovableGroup()V @@ -7773,7 +7754,6 @@ HSPLandroidx/compose/runtime/ComposerImpl;->endReusableGroup()V HSPLandroidx/compose/runtime/ComposerImpl;->endRoot()V HSPLandroidx/compose/runtime/ComposerImpl;->ensureWriter()V HSPLandroidx/compose/runtime/ComposerImpl;->enterGroup(ZLandroidx/compose/runtime/Pending;)V -HSPLandroidx/compose/runtime/ComposerImpl;->exitGroup(IZ)V HSPLandroidx/compose/runtime/ComposerImpl;->finalizeCompose()V HSPLandroidx/compose/runtime/ComposerImpl;->getApplier()Landroidx/compose/runtime/Applier; HSPLandroidx/compose/runtime/ComposerImpl;->getApplyCoroutineContext()Lkotlin/coroutines/CoroutineContext; @@ -7834,7 +7814,6 @@ HSPLandroidx/compose/runtime/ComposerImpl;->skipToGroupEnd()V HSPLandroidx/compose/runtime/ComposerImpl;->sourceInformation(Ljava/lang/String;)V HSPLandroidx/compose/runtime/ComposerImpl;->sourceInformationMarkerEnd()V HSPLandroidx/compose/runtime/ComposerImpl;->sourceInformationMarkerStart(ILjava/lang/String;)V -HSPLandroidx/compose/runtime/ComposerImpl;->start-BaiHCIY(ILjava/lang/Object;ILjava/lang/Object;)V HSPLandroidx/compose/runtime/ComposerImpl;->startDefaults()V HSPLandroidx/compose/runtime/ComposerImpl;->startGroup(I)V HSPLandroidx/compose/runtime/ComposerImpl;->startGroup(ILjava/lang/Object;)V @@ -8437,6 +8416,7 @@ HSPLandroidx/compose/runtime/SlotWriter$groupSlots$1;->(IILandroidx/compos HSPLandroidx/compose/runtime/SlotWriter$groupSlots$1;->hasNext()Z HSPLandroidx/compose/runtime/SlotWriter$groupSlots$1;->next()Ljava/lang/Object; HSPLandroidx/compose/runtime/SlotWriter;->()V +HSPLandroidx/compose/runtime/SlotWriter;->(Landroidx/compose/runtime/SlotTable;)V HSPLandroidx/compose/runtime/SlotWriter;->access$containsAnyGroupMarks(Landroidx/compose/runtime/SlotWriter;I)Z HSPLandroidx/compose/runtime/SlotWriter;->access$dataIndex(Landroidx/compose/runtime/SlotWriter;I)I HSPLandroidx/compose/runtime/SlotWriter;->access$dataIndex(Landroidx/compose/runtime/SlotWriter;[II)I @@ -8482,7 +8462,6 @@ HSPLandroidx/compose/runtime/SlotWriter;->getCapacity()I HSPLandroidx/compose/runtime/SlotWriter;->getClosed()Z HSPLandroidx/compose/runtime/SlotWriter;->getCurrentGroup()I HSPLandroidx/compose/runtime/SlotWriter;->getParent()I -HSPLandroidx/compose/runtime/SlotWriter;->getSize$runtime_release()I HSPLandroidx/compose/runtime/SlotWriter;->getTable$runtime_release()Landroidx/compose/runtime/SlotTable; HSPLandroidx/compose/runtime/SlotWriter;->groupAux(I)Ljava/lang/Object; HSPLandroidx/compose/runtime/SlotWriter;->groupIndexToAddress(I)I @@ -8641,6 +8620,7 @@ HSPLandroidx/compose/runtime/SnapshotStateKt__SnapshotStateKt;->mutableStateOf(L HSPLandroidx/compose/runtime/SnapshotStateKt__SnapshotStateKt;->rememberUpdatedState(Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State; HSPLandroidx/compose/runtime/SnapshotThreadLocal;->()V HSPLandroidx/compose/runtime/SnapshotThreadLocal;->get()Ljava/lang/Object; +HSPLandroidx/compose/runtime/SnapshotThreadLocal;->set(Ljava/lang/Object;)V HSPLandroidx/compose/runtime/Stack;->()V HSPLandroidx/compose/runtime/Stack;->clear()V HSPLandroidx/compose/runtime/Stack;->getSize()I @@ -8689,6 +8669,7 @@ HSPLandroidx/compose/runtime/collection/IdentityArraySet$iterator$1;->hasNext()Z HSPLandroidx/compose/runtime/collection/IdentityArraySet$iterator$1;->next()Ljava/lang/Object; HSPLandroidx/compose/runtime/collection/IdentityArraySet;->()V HSPLandroidx/compose/runtime/collection/IdentityArraySet;->access$setSize$p(Landroidx/compose/runtime/collection/IdentityArraySet;I)V +HSPLandroidx/compose/runtime/collection/IdentityArraySet;->add(Ljava/lang/Object;)Z HSPLandroidx/compose/runtime/collection/IdentityArraySet;->addAll(Ljava/util/Collection;)V HSPLandroidx/compose/runtime/collection/IdentityArraySet;->clear()V HSPLandroidx/compose/runtime/collection/IdentityArraySet;->contains(Ljava/lang/Object;)Z @@ -8733,7 +8714,6 @@ HSPLandroidx/compose/runtime/collection/MutableVector$VectorListIterator;->next( HSPLandroidx/compose/runtime/collection/MutableVector;->()V HSPLandroidx/compose/runtime/collection/MutableVector;->([Ljava/lang/Object;I)V HSPLandroidx/compose/runtime/collection/MutableVector;->add(ILjava/lang/Object;)V -HSPLandroidx/compose/runtime/collection/MutableVector;->add(Ljava/lang/Object;)Z HSPLandroidx/compose/runtime/collection/MutableVector;->addAll(ILandroidx/compose/runtime/collection/MutableVector;)Z HSPLandroidx/compose/runtime/collection/MutableVector;->asMutableList()Ljava/util/List; HSPLandroidx/compose/runtime/collection/MutableVector;->clear()V @@ -8833,6 +8813,7 @@ HSPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementati HSPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->access$getEMPTY$cp()Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode; HSPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->asInsertResult()Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode$ModificationResult; HSPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->bufferMoveEntryToNode(IIILjava/lang/Object;Ljava/lang/Object;ILandroidx/compose/runtime/external/kotlinx/collections/immutable/internal/MutabilityOwnership;)[Ljava/lang/Object; +HSPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->containsKey(ILjava/lang/Object;I)Z HSPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->elementsIdentityEquals(Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;)Z HSPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->entryCount$runtime_release()I HSPLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->entryKeyIndex$runtime_release(I)I @@ -9071,13 +9052,13 @@ HSPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->(Lkotlin/jvm/i HSPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->createNonObservableSnapshot()Landroidx/compose/runtime/snapshots/Snapshot; HSPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->getCurrent()Landroidx/compose/runtime/snapshots/Snapshot; HSPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->notifyObjectsInitialized()V +HSPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->observe(Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object; HSPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->registerApplyObserver(Lkotlin/jvm/functions/Function2;)Landroidx/compose/runtime/snapshots/ObserverHandle; HSPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->registerGlobalWriteObserver(Lkotlin/jvm/functions/Function1;)Landroidx/compose/runtime/snapshots/ObserverHandle; HSPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->sendApplyNotifications()V HSPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->takeMutableSnapshot(Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Landroidx/compose/runtime/snapshots/MutableSnapshot; HSPLandroidx/compose/runtime/snapshots/Snapshot$Companion;->takeSnapshot(Lkotlin/jvm/functions/Function1;)Landroidx/compose/runtime/snapshots/Snapshot; HSPLandroidx/compose/runtime/snapshots/Snapshot;->()V -HSPLandroidx/compose/runtime/snapshots/Snapshot;->(ILandroidx/compose/runtime/snapshots/SnapshotIdSet;)V HSPLandroidx/compose/runtime/snapshots/Snapshot;->(ILandroidx/compose/runtime/snapshots/SnapshotIdSet;Lkotlin/jvm/internal/DefaultConstructorMarker;)V HSPLandroidx/compose/runtime/snapshots/Snapshot;->closeAndReleasePinning$runtime_release()V HSPLandroidx/compose/runtime/snapshots/Snapshot;->closeLocked$runtime_release()V @@ -9085,7 +9066,6 @@ HSPLandroidx/compose/runtime/snapshots/Snapshot;->dispose()V HSPLandroidx/compose/runtime/snapshots/Snapshot;->getDisposed$runtime_release()Z HSPLandroidx/compose/runtime/snapshots/Snapshot;->getId()I HSPLandroidx/compose/runtime/snapshots/Snapshot;->getInvalid$runtime_release()Landroidx/compose/runtime/snapshots/SnapshotIdSet; -HSPLandroidx/compose/runtime/snapshots/Snapshot;->makeCurrent()Landroidx/compose/runtime/snapshots/Snapshot; HSPLandroidx/compose/runtime/snapshots/Snapshot;->releasePinnedSnapshotLocked$runtime_release()V HSPLandroidx/compose/runtime/snapshots/Snapshot;->releasePinnedSnapshotsForCloseLocked$runtime_release()V HSPLandroidx/compose/runtime/snapshots/Snapshot;->restoreCurrent(Landroidx/compose/runtime/snapshots/Snapshot;)V @@ -9201,7 +9181,6 @@ HSPLandroidx/compose/runtime/snapshots/SnapshotKt;->takeNewSnapshot(Lkotlin/jvm/ HSPLandroidx/compose/runtime/snapshots/SnapshotKt;->trackPinning(ILandroidx/compose/runtime/snapshots/SnapshotIdSet;)I HSPLandroidx/compose/runtime/snapshots/SnapshotKt;->usedLocked(Landroidx/compose/runtime/snapshots/StateObject;)Landroidx/compose/runtime/snapshots/StateRecord; HSPLandroidx/compose/runtime/snapshots/SnapshotKt;->valid(IILandroidx/compose/runtime/snapshots/SnapshotIdSet;)Z -HSPLandroidx/compose/runtime/snapshots/SnapshotKt;->valid(Landroidx/compose/runtime/snapshots/StateRecord;ILandroidx/compose/runtime/snapshots/SnapshotIdSet;)Z HSPLandroidx/compose/runtime/snapshots/SnapshotKt;->validateOpen(Landroidx/compose/runtime/snapshots/Snapshot;)V HSPLandroidx/compose/runtime/snapshots/SnapshotKt;->writableRecord(Landroidx/compose/runtime/snapshots/StateRecord;Landroidx/compose/runtime/snapshots/StateObject;Landroidx/compose/runtime/snapshots/Snapshot;)Landroidx/compose/runtime/snapshots/StateRecord; HSPLandroidx/compose/runtime/snapshots/SnapshotMapEntrySet;->(Landroidx/compose/runtime/snapshots/SnapshotStateMap;)V @@ -9223,6 +9202,8 @@ HSPLandroidx/compose/runtime/snapshots/SnapshotStateList;->contains(Ljava/lang/O HSPLandroidx/compose/runtime/snapshots/SnapshotStateList;->get(I)Ljava/lang/Object; HSPLandroidx/compose/runtime/snapshots/SnapshotStateList;->getFirstStateRecord()Landroidx/compose/runtime/snapshots/StateRecord; HSPLandroidx/compose/runtime/snapshots/SnapshotStateList;->getModification$runtime_release()I +HSPLandroidx/compose/runtime/snapshots/SnapshotStateList;->getReadable$runtime_release()Landroidx/compose/runtime/snapshots/SnapshotStateList$StateListStateRecord; +HSPLandroidx/compose/runtime/snapshots/SnapshotStateList;->getSize()I HSPLandroidx/compose/runtime/snapshots/SnapshotStateList;->isEmpty()Z HSPLandroidx/compose/runtime/snapshots/SnapshotStateList;->iterator()Ljava/util/Iterator; HSPLandroidx/compose/runtime/snapshots/SnapshotStateList;->listIterator()Ljava/util/ListIterator; @@ -9258,7 +9239,6 @@ HSPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;-> HSPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->clearObsoleteStateReads(Ljava/lang/Object;)V HSPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->getOnChanged()Lkotlin/jvm/functions/Function1; HSPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->notifyInvalidatedScopes()V -HSPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->observe(Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function0;)V HSPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->recordInvalidation(Ljava/util/Set;)Z HSPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->recordRead(Ljava/lang/Object;)V HSPLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->recordRead(Ljava/lang/Object;ILjava/lang/Object;Landroidx/compose/runtime/collection/IdentityArrayIntMap;)V @@ -9643,6 +9623,7 @@ HSPLandroidx/compose/ui/graphics/AndroidImageBitmap;->getWidth()I HSPLandroidx/compose/ui/graphics/AndroidImageBitmap;->prepareToDraw()V HSPLandroidx/compose/ui/graphics/AndroidImageBitmap_androidKt;->ActualImageBitmap-x__-hDU(IIIZLandroidx/compose/ui/graphics/colorspace/ColorSpace;)Landroidx/compose/ui/graphics/ImageBitmap; HSPLandroidx/compose/ui/graphics/AndroidImageBitmap_androidKt;->asAndroidBitmap(Landroidx/compose/ui/graphics/ImageBitmap;)Landroid/graphics/Bitmap; +HSPLandroidx/compose/ui/graphics/AndroidImageBitmap_androidKt;->asImageBitmap(Landroid/graphics/Bitmap;)Landroidx/compose/ui/graphics/ImageBitmap; HSPLandroidx/compose/ui/graphics/AndroidImageBitmap_androidKt;->toBitmapConfig-1JJdX4A(I)Landroid/graphics/Bitmap$Config; HSPLandroidx/compose/ui/graphics/AndroidMatrixConversions_androidKt;->setFrom-EL8BTi8(Landroid/graphics/Matrix;[F)V HSPLandroidx/compose/ui/graphics/AndroidMatrixConversions_androidKt;->setFrom-tU-YjHk([FLandroid/graphics/Matrix;)V @@ -10295,6 +10276,13 @@ HSPLandroidx/compose/ui/graphics/drawscope/Stroke;->getJoin-LxFBmk8()I HSPLandroidx/compose/ui/graphics/drawscope/Stroke;->getMiter()F HSPLandroidx/compose/ui/graphics/drawscope/Stroke;->getPathEffect()Landroidx/compose/ui/graphics/PathEffect; HSPLandroidx/compose/ui/graphics/drawscope/Stroke;->getWidth()F +HSPLandroidx/compose/ui/graphics/painter/BitmapPainter;->(Landroidx/compose/ui/graphics/ImageBitmap;JJ)V +HSPLandroidx/compose/ui/graphics/painter/BitmapPainter;->(Landroidx/compose/ui/graphics/ImageBitmap;JJLkotlin/jvm/internal/DefaultConstructorMarker;)V +HSPLandroidx/compose/ui/graphics/painter/BitmapPainter;->getIntrinsicSize-NH-jbRc()J +HSPLandroidx/compose/ui/graphics/painter/BitmapPainter;->setFilterQuality-vDHp3xo$ui_graphics_release(I)V +HSPLandroidx/compose/ui/graphics/painter/BitmapPainter;->validateSize-N5eqBDc(JJ)J +HSPLandroidx/compose/ui/graphics/painter/BitmapPainterKt;->BitmapPainter-QZhYCtY$default(Landroidx/compose/ui/graphics/ImageBitmap;JJIILjava/lang/Object;)Landroidx/compose/ui/graphics/painter/BitmapPainter; +HSPLandroidx/compose/ui/graphics/painter/BitmapPainterKt;->BitmapPainter-QZhYCtY(Landroidx/compose/ui/graphics/ImageBitmap;JJI)Landroidx/compose/ui/graphics/painter/BitmapPainter; HSPLandroidx/compose/ui/graphics/painter/Painter$drawLambda$1;->(Landroidx/compose/ui/graphics/painter/Painter;)V HSPLandroidx/compose/ui/graphics/painter/Painter;->()V HSPLandroidx/compose/ui/graphics/painter/Painter;->configureAlpha(F)V @@ -10846,6 +10834,7 @@ HSPLandroidx/compose/ui/layout/MeasureScope$layout$1;->(IILjava/util/Map;L HSPLandroidx/compose/ui/layout/MeasureScope$layout$1;->getAlignmentLines()Ljava/util/Map; HSPLandroidx/compose/ui/layout/MeasureScope$layout$1;->getHeight()I HSPLandroidx/compose/ui/layout/MeasureScope$layout$1;->getWidth()I +HSPLandroidx/compose/ui/layout/MeasureScope$layout$1;->placeChildren()V HSPLandroidx/compose/ui/layout/MeasureScope;->layout$default(Landroidx/compose/ui/layout/MeasureScope;IILjava/util/Map;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Landroidx/compose/ui/layout/MeasureResult; HSPLandroidx/compose/ui/layout/MeasureScope;->layout(IILjava/util/Map;Lkotlin/jvm/functions/Function1;)Landroidx/compose/ui/layout/MeasureResult; HSPLandroidx/compose/ui/layout/NoOpSubcomposeSlotReusePolicy;->()V @@ -11153,6 +11142,7 @@ HSPLandroidx/compose/ui/node/LayoutModifierNodeCoordinator;->getTail()Landroidx/ HSPLandroidx/compose/ui/node/LayoutModifierNodeCoordinator;->getWrappedNonNull()Landroidx/compose/ui/node/NodeCoordinator; HSPLandroidx/compose/ui/node/LayoutModifierNodeCoordinator;->measure-BRTryo0(J)Landroidx/compose/ui/layout/Placeable; HSPLandroidx/compose/ui/node/LayoutModifierNodeCoordinator;->performDraw(Landroidx/compose/ui/graphics/Canvas;)V +HSPLandroidx/compose/ui/node/LayoutModifierNodeCoordinator;->placeAt-f8xVGno(JFLkotlin/jvm/functions/Function1;)V HSPLandroidx/compose/ui/node/LayoutModifierNodeCoordinatorKt;->access$calculateAlignmentAndPlaceChildAsNeeded(Landroidx/compose/ui/node/LookaheadCapablePlaceable;Landroidx/compose/ui/layout/AlignmentLine;)I HSPLandroidx/compose/ui/node/LayoutModifierNodeCoordinatorKt;->calculateAlignmentAndPlaceChildAsNeeded(Landroidx/compose/ui/node/LookaheadCapablePlaceable;Landroidx/compose/ui/layout/AlignmentLine;)I HSPLandroidx/compose/ui/node/LayoutModifierNodeKt;->invalidateLayer(Landroidx/compose/ui/node/LayoutModifierNode;)V @@ -11340,13 +11330,16 @@ HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->getZ HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->invalidateIntrinsicsParent(Z)V HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->invalidateParentData()V HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->isPlaced()Z +HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->layoutChildren()V HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->markNodeAndSubtreeAsPlaced()V HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->measure-BRTryo0(J)Landroidx/compose/ui/layout/Placeable; HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->notifyChildrenUsingCoordinatesWhilePlacing()V HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->onBeforeLayoutChildren()V HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->onNodeDetached()V +HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->onNodePlaced$ui_release()V HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->placeAt-f8xVGno(JFLkotlin/jvm/functions/Function1;)V HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->placeOuterCoordinator-f8xVGno(JFLkotlin/jvm/functions/Function1;)V +HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->remeasure-BRTryo0(J)Z HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->replace()V HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->requestMeasure()V HSPLandroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate;->setChildDelegatesDirty$ui_release(Z)V @@ -11449,6 +11442,7 @@ HSPLandroidx/compose/ui/node/NodeChain;->padChain()V HSPLandroidx/compose/ui/node/NodeChain;->removeNode(Landroidx/compose/ui/Modifier$Node;)Landroidx/compose/ui/Modifier$Node; HSPLandroidx/compose/ui/node/NodeChain;->syncCoordinators()V HSPLandroidx/compose/ui/node/NodeChain;->trimChain()V +HSPLandroidx/compose/ui/node/NodeChain;->updateFrom$ui_release(Landroidx/compose/ui/Modifier;)V HSPLandroidx/compose/ui/node/NodeChain;->updateNode(Landroidx/compose/ui/Modifier$Element;Landroidx/compose/ui/Modifier$Element;Landroidx/compose/ui/Modifier$Node;)Landroidx/compose/ui/Modifier$Node; HSPLandroidx/compose/ui/node/NodeChainKt$SentinelHead$1;->()V HSPLandroidx/compose/ui/node/NodeChainKt$fillVector$1;->(Landroidx/compose/runtime/collection/MutableVector;)V @@ -11530,7 +11524,9 @@ HSPLandroidx/compose/ui/node/NodeCoordinator;->setWrapped$ui_release(Landroidx/c HSPLandroidx/compose/ui/node/NodeCoordinator;->setWrappedBy$ui_release(Landroidx/compose/ui/node/NodeCoordinator;)V HSPLandroidx/compose/ui/node/NodeCoordinator;->toParentPosition-MK-Hz9U(J)J HSPLandroidx/compose/ui/node/NodeCoordinator;->updateLayerBlock$default(Landroidx/compose/ui/node/NodeCoordinator;Lkotlin/jvm/functions/Function1;ZILjava/lang/Object;)V +HSPLandroidx/compose/ui/node/NodeCoordinator;->updateLayerBlock(Lkotlin/jvm/functions/Function1;Z)V HSPLandroidx/compose/ui/node/NodeCoordinator;->updateLayerParameters$default(Landroidx/compose/ui/node/NodeCoordinator;ZILjava/lang/Object;)V +HSPLandroidx/compose/ui/node/NodeCoordinator;->updateLayerParameters(Z)V HSPLandroidx/compose/ui/node/NodeKind;->constructor-impl(I)I HSPLandroidx/compose/ui/node/NodeKindKt;->autoInvalidateInsertedNode(Landroidx/compose/ui/Modifier$Node;)V HSPLandroidx/compose/ui/node/NodeKindKt;->autoInvalidateNodeIncludingDelegates(Landroidx/compose/ui/Modifier$Node;II)V @@ -12037,6 +12033,7 @@ HSPLandroidx/compose/ui/platform/RenderNodeLayer;->reuseLayer(Lkotlin/jvm/functi HSPLandroidx/compose/ui/platform/RenderNodeLayer;->setDirty(Z)V HSPLandroidx/compose/ui/platform/RenderNodeLayer;->triggerRepaint()V HSPLandroidx/compose/ui/platform/RenderNodeLayer;->updateDisplayList()V +HSPLandroidx/compose/ui/platform/RenderNodeLayer;->updateLayerProperties-dDxr-wY(FFFFFFFFFFJLandroidx/compose/ui/graphics/Shape;ZLandroidx/compose/ui/graphics/RenderEffect;JJILandroidx/compose/ui/unit/LayoutDirection;Landroidx/compose/ui/unit/Density;)V HSPLandroidx/compose/ui/platform/TestTagKt$testTag$1;->(Ljava/lang/String;)V HSPLandroidx/compose/ui/platform/TestTagKt;->testTag(Landroidx/compose/ui/Modifier;Ljava/lang/String;)Landroidx/compose/ui/Modifier; HSPLandroidx/compose/ui/platform/TextToolbarStatus;->$values()[Landroidx/compose/ui/platform/TextToolbarStatus; @@ -13474,6 +13471,41 @@ HSPLandroidx/emoji2/text/EmojiCompatInitializer;->create(Landroid/content/Contex HSPLandroidx/emoji2/text/EmojiCompatInitializer;->delayUntilFirstResume(Landroid/content/Context;)V HSPLandroidx/emoji2/text/EmojiCompatInitializer;->dependencies()Ljava/util/List; HSPLandroidx/emoji2/text/EmojiCompatInitializer;->loadEmojiCompatAfterDelay()V +HSPLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->()V +HSPLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->(Ljava/io/InputStream;)V +HSPLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->(Ljava/io/InputStream;Ljava/nio/ByteOrder;)V +HSPLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->([B)V +HSPLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->read([BII)I +HSPLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->readByte()B +HSPLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->readInt()I +HSPLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->readUnsignedInt()J +HSPLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->readUnsignedShort()I +HSPLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->setByteOrder(Ljava/nio/ByteOrder;)V +HSPLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->skipFully(I)V +HSPLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->(IIJ[B)V +HSPLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->(II[B)V +HSPLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->createString(Ljava/lang/String;)Landroidx/exifinterface/media/ExifInterface$ExifAttribute; +HSPLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->createULong(JLjava/nio/ByteOrder;)Landroidx/exifinterface/media/ExifInterface$ExifAttribute; +HSPLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->createULong([JLjava/nio/ByteOrder;)Landroidx/exifinterface/media/ExifInterface$ExifAttribute; +HSPLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->getIntValue(Ljava/nio/ByteOrder;)I +HSPLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->getStringValue(Ljava/nio/ByteOrder;)Ljava/lang/String; +HSPLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->getValue(Ljava/nio/ByteOrder;)Ljava/lang/Object; +HSPLandroidx/exifinterface/media/ExifInterface$ExifTag;->(Ljava/lang/String;II)V +HSPLandroidx/exifinterface/media/ExifInterface$ExifTag;->(Ljava/lang/String;III)V +HSPLandroidx/exifinterface/media/ExifInterface;->()V +HSPLandroidx/exifinterface/media/ExifInterface;->(Ljava/io/InputStream;)V +HSPLandroidx/exifinterface/media/ExifInterface;->(Ljava/io/InputStream;I)V +HSPLandroidx/exifinterface/media/ExifInterface;->addDefaultValuesForCompatibility()V +HSPLandroidx/exifinterface/media/ExifInterface;->getAttribute(Ljava/lang/String;)Ljava/lang/String; +HSPLandroidx/exifinterface/media/ExifInterface;->getAttributeInt(Ljava/lang/String;I)I +HSPLandroidx/exifinterface/media/ExifInterface;->getExifAttribute(Ljava/lang/String;)Landroidx/exifinterface/media/ExifInterface$ExifAttribute; +HSPLandroidx/exifinterface/media/ExifInterface;->getJpegAttributes(Landroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;II)V +HSPLandroidx/exifinterface/media/ExifInterface;->getMimeType(Ljava/io/BufferedInputStream;)I +HSPLandroidx/exifinterface/media/ExifInterface;->getRotationDegrees()I +HSPLandroidx/exifinterface/media/ExifInterface;->isFlipped()Z +HSPLandroidx/exifinterface/media/ExifInterface;->isJpegFormat([B)Z +HSPLandroidx/exifinterface/media/ExifInterface;->loadAttributes(Ljava/io/InputStream;)V +HSPLandroidx/exifinterface/media/ExifInterface;->shouldSupportSeek(I)Z HSPLandroidx/lifecycle/DefaultLifecycleObserver;->onCreate(Landroidx/lifecycle/LifecycleOwner;)V HSPLandroidx/lifecycle/DefaultLifecycleObserver;->onResume(Landroidx/lifecycle/LifecycleOwner;)V HSPLandroidx/lifecycle/DefaultLifecycleObserver;->onStart(Landroidx/lifecycle/LifecycleOwner;)V @@ -15547,6 +15579,7 @@ HSPLcoil/EventListener$Factory;->$r8$lambda$cavXhPPC4B9mj1lT3umPeB6UFGI(Lcoil/re HSPLcoil/EventListener$Factory;->()V HSPLcoil/EventListener$Factory;->NONE$lambda$0(Lcoil/request/ImageRequest;)Lcoil/EventListener; HSPLcoil/EventListener;->()V +HSPLcoil/EventListener;->decodeEnd(Lcoil/request/ImageRequest;Lcoil/decode/Decoder;Lcoil/request/Options;Lcoil/decode/DecodeResult;)V HSPLcoil/EventListener;->decodeStart(Lcoil/request/ImageRequest;Lcoil/decode/Decoder;Lcoil/request/Options;)V HSPLcoil/EventListener;->fetchEnd(Lcoil/request/ImageRequest;Lcoil/fetch/Fetcher;Lcoil/request/Options;Lcoil/fetch/FetchResult;)V HSPLcoil/EventListener;->fetchStart(Lcoil/request/ImageRequest;Lcoil/fetch/Fetcher;Lcoil/request/Options;)V @@ -15555,6 +15588,7 @@ HSPLcoil/EventListener;->keyStart(Lcoil/request/ImageRequest;Ljava/lang/Object;) HSPLcoil/EventListener;->mapEnd(Lcoil/request/ImageRequest;Ljava/lang/Object;)V HSPLcoil/EventListener;->mapStart(Lcoil/request/ImageRequest;Ljava/lang/Object;)V HSPLcoil/EventListener;->onStart(Lcoil/request/ImageRequest;)V +HSPLcoil/EventListener;->onSuccess(Lcoil/request/ImageRequest;Lcoil/request/SuccessResult;)V HSPLcoil/EventListener;->resolveSizeEnd(Lcoil/request/ImageRequest;Lcoil/size/Size;)V HSPLcoil/EventListener;->resolveSizeStart(Lcoil/request/ImageRequest;)V HSPLcoil/ImageLoader$Builder$build$3;->()V @@ -15596,6 +15630,7 @@ HSPLcoil/RealImageLoader;->getComponents()Lcoil/ComponentRegistry; HSPLcoil/RealImageLoader;->getDefaults()Lcoil/request/DefaultRequestOptions; HSPLcoil/RealImageLoader;->getLogger()Lcoil/util/Logger; HSPLcoil/RealImageLoader;->getMemoryCache()Lcoil/memory/MemoryCache; +HSPLcoil/RealImageLoader;->onSuccess(Lcoil/request/SuccessResult;Lcoil/target/Target;Lcoil/EventListener;)V HSPLcoil/compose/AsyncImageKt$AsyncImage$1;->(Ljava/lang/Object;Ljava/lang/String;Lcoil/ImageLoader;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Landroidx/compose/ui/layout/ContentScale;FLandroidx/compose/ui/graphics/ColorFilter;IIII)V HSPLcoil/compose/AsyncImageKt$Content$$inlined$Layout$1;->(Lkotlin/jvm/functions/Function0;)V HSPLcoil/compose/AsyncImageKt$Content$$inlined$Layout$1;->invoke()Ljava/lang/Object; @@ -15624,7 +15659,12 @@ HSPLcoil/compose/AsyncImagePainter$State$Empty;->getPainter()Landroidx/compose/u HSPLcoil/compose/AsyncImagePainter$State$Loading;->()V HSPLcoil/compose/AsyncImagePainter$State$Loading;->(Landroidx/compose/ui/graphics/painter/Painter;)V HSPLcoil/compose/AsyncImagePainter$State$Loading;->copy(Landroidx/compose/ui/graphics/painter/Painter;)Lcoil/compose/AsyncImagePainter$State$Loading; +HSPLcoil/compose/AsyncImagePainter$State$Loading;->equals(Ljava/lang/Object;)Z HSPLcoil/compose/AsyncImagePainter$State$Loading;->getPainter()Landroidx/compose/ui/graphics/painter/Painter; +HSPLcoil/compose/AsyncImagePainter$State$Success;->()V +HSPLcoil/compose/AsyncImagePainter$State$Success;->(Landroidx/compose/ui/graphics/painter/Painter;Lcoil/request/SuccessResult;)V +HSPLcoil/compose/AsyncImagePainter$State$Success;->getPainter()Landroidx/compose/ui/graphics/painter/Painter; +HSPLcoil/compose/AsyncImagePainter$State$Success;->getResult()Lcoil/request/SuccessResult; HSPLcoil/compose/AsyncImagePainter$State;->()V HSPLcoil/compose/AsyncImagePainter$State;->()V HSPLcoil/compose/AsyncImagePainter$State;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V @@ -15637,13 +15677,19 @@ HSPLcoil/compose/AsyncImagePainter$onRemembered$1$2;->invoke(Lcoil/request/Image HSPLcoil/compose/AsyncImagePainter$onRemembered$1$2;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; HSPLcoil/compose/AsyncImagePainter$onRemembered$1$2;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; HSPLcoil/compose/AsyncImagePainter$onRemembered$1$3;->(Lcoil/compose/AsyncImagePainter;)V +HSPLcoil/compose/AsyncImagePainter$onRemembered$1$3;->emit(Lcoil/compose/AsyncImagePainter$State;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; +HSPLcoil/compose/AsyncImagePainter$onRemembered$1$3;->emit(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HSPLcoil/compose/AsyncImagePainter$onRemembered$1;->(Lcoil/compose/AsyncImagePainter;Lkotlin/coroutines/Continuation;)V +HSPLcoil/compose/AsyncImagePainter$onRemembered$1;->access$invokeSuspend$updateState(Lcoil/compose/AsyncImagePainter;Lcoil/compose/AsyncImagePainter$State;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HSPLcoil/compose/AsyncImagePainter$onRemembered$1;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation; +HSPLcoil/compose/AsyncImagePainter$onRemembered$1;->invokeSuspend$updateState(Lcoil/compose/AsyncImagePainter;Lcoil/compose/AsyncImagePainter$State;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HSPLcoil/compose/AsyncImagePainter$onRemembered$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; HSPLcoil/compose/AsyncImagePainter$updateRequest$$inlined$target$default$1;->(Lcoil/compose/AsyncImagePainter;)V HSPLcoil/compose/AsyncImagePainter$updateRequest$$inlined$target$default$1;->onStart(Landroid/graphics/drawable/Drawable;)V +HSPLcoil/compose/AsyncImagePainter$updateRequest$$inlined$target$default$1;->onSuccess(Landroid/graphics/drawable/Drawable;)V HSPLcoil/compose/AsyncImagePainter;->()V HSPLcoil/compose/AsyncImagePainter;->(Lcoil/request/ImageRequest;Lcoil/ImageLoader;)V +HSPLcoil/compose/AsyncImagePainter;->access$toState(Lcoil/compose/AsyncImagePainter;Lcoil/request/ImageResult;)Lcoil/compose/AsyncImagePainter$State; HSPLcoil/compose/AsyncImagePainter;->access$updateRequest(Lcoil/compose/AsyncImagePainter;Lcoil/request/ImageRequest;)Lcoil/request/ImageRequest; HSPLcoil/compose/AsyncImagePainter;->access$updateState(Lcoil/compose/AsyncImagePainter;Lcoil/compose/AsyncImagePainter$State;)V HSPLcoil/compose/AsyncImagePainter;->getAlpha()F @@ -15666,10 +15712,13 @@ HSPLcoil/compose/AsyncImagePainter;->setState(Lcoil/compose/AsyncImagePainter$St HSPLcoil/compose/AsyncImagePainter;->setTransform$coil_compose_base_release(Lkotlin/jvm/functions/Function1;)V HSPLcoil/compose/AsyncImagePainter;->set_painter(Landroidx/compose/ui/graphics/painter/Painter;)V HSPLcoil/compose/AsyncImagePainter;->set_state(Lcoil/compose/AsyncImagePainter$State;)V +HSPLcoil/compose/AsyncImagePainter;->toPainter(Landroid/graphics/drawable/Drawable;)Landroidx/compose/ui/graphics/painter/Painter; +HSPLcoil/compose/AsyncImagePainter;->toState(Lcoil/request/ImageResult;)Lcoil/compose/AsyncImagePainter$State; HSPLcoil/compose/AsyncImagePainter;->updateRequest(Lcoil/request/ImageRequest;)Lcoil/request/ImageRequest; HSPLcoil/compose/AsyncImagePainter;->updateState(Lcoil/compose/AsyncImagePainter$State;)V HSPLcoil/compose/AsyncImagePainterKt$FakeTransitionTarget$1;->()V HSPLcoil/compose/AsyncImagePainterKt;->()V +HSPLcoil/compose/AsyncImagePainterKt;->access$getFakeTransitionTarget$p()Lcoil/compose/AsyncImagePainterKt$FakeTransitionTarget$1; HSPLcoil/compose/AsyncImagePainterKt;->rememberAsyncImagePainter-5jETZwI(Ljava/lang/Object;Lcoil/ImageLoader;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/layout/ContentScale;ILandroidx/compose/runtime/Composer;II)Lcoil/compose/AsyncImagePainter; HSPLcoil/compose/AsyncImagePainterKt;->validateRequest(Lcoil/request/ImageRequest;)V HSPLcoil/compose/ConstraintsSizeResolver$measure$1;->(Landroidx/compose/ui/layout/Placeable;)V @@ -15691,6 +15740,16 @@ HSPLcoil/compose/ContentPainterModifier;->calculateScaledSize-E7KxVPU(J)J HSPLcoil/compose/ContentPainterModifier;->draw(Landroidx/compose/ui/graphics/drawscope/ContentDrawScope;)V HSPLcoil/compose/ContentPainterModifier;->measure-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Landroidx/compose/ui/layout/Measurable;J)Landroidx/compose/ui/layout/MeasureResult; HSPLcoil/compose/ContentPainterModifier;->modifyConstraints-ZezNO4M(J)J +HSPLcoil/compose/CrossfadePainter;->(Landroidx/compose/ui/graphics/painter/Painter;Landroidx/compose/ui/graphics/painter/Painter;Landroidx/compose/ui/layout/ContentScale;IZZ)V +HSPLcoil/compose/CrossfadePainter;->computeDrawSize-x8L_9b0(JJ)J +HSPLcoil/compose/CrossfadePainter;->computeIntrinsicSize-NH-jbRc()J +HSPLcoil/compose/CrossfadePainter;->drawPainter(Landroidx/compose/ui/graphics/drawscope/DrawScope;Landroidx/compose/ui/graphics/painter/Painter;F)V +HSPLcoil/compose/CrossfadePainter;->getColorFilter()Landroidx/compose/ui/graphics/ColorFilter; +HSPLcoil/compose/CrossfadePainter;->getIntrinsicSize-NH-jbRc()J +HSPLcoil/compose/CrossfadePainter;->getInvalidateTick()I +HSPLcoil/compose/CrossfadePainter;->getMaxAlpha()F +HSPLcoil/compose/CrossfadePainter;->onDraw(Landroidx/compose/ui/graphics/drawscope/DrawScope;)V +HSPLcoil/compose/CrossfadePainter;->setInvalidateTick(I)V HSPLcoil/compose/ImageLoaderProvidableCompositionLocal$1;->()V HSPLcoil/compose/ImageLoaderProvidableCompositionLocal$1;->()V HSPLcoil/compose/ImageLoaderProvidableCompositionLocal$1;->invoke()Lcoil/ImageLoader; @@ -15732,6 +15791,9 @@ HSPLcoil/decode/BitmapFactoryDecoder;->decode(Lkotlin/coroutines/Continuation;)L HSPLcoil/decode/DataSource;->$values()[Lcoil/decode/DataSource; HSPLcoil/decode/DataSource;->()V HSPLcoil/decode/DataSource;->(Ljava/lang/String;I)V +HSPLcoil/decode/DecodeResult;->(Landroid/graphics/drawable/Drawable;Z)V +HSPLcoil/decode/DecodeResult;->getDrawable()Landroid/graphics/drawable/Drawable; +HSPLcoil/decode/DecodeResult;->isSampled()Z HSPLcoil/decode/DecodeUtils$WhenMappings;->()V HSPLcoil/decode/DecodeUtils;->()V HSPLcoil/decode/DecodeUtils;->()V @@ -15743,6 +15805,9 @@ HSPLcoil/decode/ExifData;->()V HSPLcoil/decode/ExifData;->(ZI)V HSPLcoil/decode/ExifData;->getRotationDegrees()I HSPLcoil/decode/ExifData;->isFlipped()Z +HSPLcoil/decode/ExifInterfaceInputStream;->(Ljava/io/InputStream;)V +HSPLcoil/decode/ExifInterfaceInputStream;->interceptBytesRead(I)I +HSPLcoil/decode/ExifInterfaceInputStream;->read([BII)I HSPLcoil/decode/ExifOrientationPolicy;->$values()[Lcoil/decode/ExifOrientationPolicy; HSPLcoil/decode/ExifOrientationPolicy;->()V HSPLcoil/decode/ExifOrientationPolicy;->(Ljava/lang/String;I)V @@ -15750,6 +15815,7 @@ HSPLcoil/decode/ExifOrientationPolicy;->values()[Lcoil/decode/ExifOrientationPol HSPLcoil/decode/ExifUtils;->()V HSPLcoil/decode/ExifUtils;->()V HSPLcoil/decode/ExifUtils;->getExifData(Ljava/lang/String;Lokio/BufferedSource;Lcoil/decode/ExifOrientationPolicy;)Lcoil/decode/ExifData; +HSPLcoil/decode/ExifUtils;->reverseTransformations(Landroid/graphics/Bitmap;Lcoil/decode/ExifData;)Landroid/graphics/Bitmap; HSPLcoil/decode/ExifUtilsKt$WhenMappings;->()V HSPLcoil/decode/ExifUtilsKt;->()V HSPLcoil/decode/ExifUtilsKt;->isRotated(Lcoil/decode/ExifData;)Z @@ -15757,6 +15823,8 @@ HSPLcoil/decode/ExifUtilsKt;->isSwapped(Lcoil/decode/ExifData;)Z HSPLcoil/decode/ExifUtilsKt;->supports(Lcoil/decode/ExifOrientationPolicy;Ljava/lang/String;)Z HSPLcoil/decode/FileImageSource;->(Lokio/Path;Lokio/FileSystem;Ljava/lang/String;Ljava/io/Closeable;Lcoil/decode/ImageSource$Metadata;)V HSPLcoil/decode/FileImageSource;->assertNotClosed()V +HSPLcoil/decode/FileImageSource;->close()V +HSPLcoil/decode/FileImageSource;->getDiskCacheKey$coil_base_release()Ljava/lang/String; HSPLcoil/decode/FileImageSource;->getFileSystem()Lokio/FileSystem; HSPLcoil/decode/FileImageSource;->getMetadata()Lcoil/decode/ImageSource$Metadata; HSPLcoil/decode/FileImageSource;->source()Lokio/BufferedSource; @@ -15783,12 +15851,15 @@ HSPLcoil/disk/DiskLruCache$Entry;->getCurrentEditor()Lcoil/disk/DiskLruCache$Edi HSPLcoil/disk/DiskLruCache$Entry;->getDirtyFiles()Ljava/util/ArrayList; HSPLcoil/disk/DiskLruCache$Entry;->getKey()Ljava/lang/String; HSPLcoil/disk/DiskLruCache$Entry;->getLengths()[J +HSPLcoil/disk/DiskLruCache$Entry;->getLockingSnapshotCount()I HSPLcoil/disk/DiskLruCache$Entry;->getZombie()Z HSPLcoil/disk/DiskLruCache$Entry;->setCurrentEditor(Lcoil/disk/DiskLruCache$Editor;)V +HSPLcoil/disk/DiskLruCache$Entry;->setLockingSnapshotCount(I)V HSPLcoil/disk/DiskLruCache$Entry;->setReadable(Z)V HSPLcoil/disk/DiskLruCache$Entry;->snapshot()Lcoil/disk/DiskLruCache$Snapshot; HSPLcoil/disk/DiskLruCache$Entry;->writeLengths(Lokio/BufferedSink;)V HSPLcoil/disk/DiskLruCache$Snapshot;->(Lcoil/disk/DiskLruCache;Lcoil/disk/DiskLruCache$Entry;)V +HSPLcoil/disk/DiskLruCache$Snapshot;->close()V HSPLcoil/disk/DiskLruCache$Snapshot;->file(I)Lokio/Path; HSPLcoil/disk/DiskLruCache$fileSystem$1;->(Lokio/FileSystem;)V HSPLcoil/disk/DiskLruCache$fileSystem$1;->sink(Lokio/Path;Z)Lokio/Sink; @@ -15819,6 +15890,7 @@ HSPLcoil/disk/RealDiskCache$RealEditor;->commitAndOpenSnapshot()Lcoil/disk/RealD HSPLcoil/disk/RealDiskCache$RealEditor;->getData()Lokio/Path; HSPLcoil/disk/RealDiskCache$RealEditor;->getMetadata()Lokio/Path; HSPLcoil/disk/RealDiskCache$RealSnapshot;->(Lcoil/disk/DiskLruCache$Snapshot;)V +HSPLcoil/disk/RealDiskCache$RealSnapshot;->close()V HSPLcoil/disk/RealDiskCache$RealSnapshot;->getData()Lokio/Path; HSPLcoil/disk/RealDiskCache$RealSnapshot;->getMetadata()Lokio/Path; HSPLcoil/disk/RealDiskCache;->()V @@ -15863,9 +15935,15 @@ HSPLcoil/fetch/HttpUriFetcher;->toImageSource(Lcoil/disk/DiskCache$Snapshot;)Lco HSPLcoil/fetch/HttpUriFetcher;->writeToDiskCache(Lcoil/disk/DiskCache$Snapshot;Lokhttp3/Request;Lokhttp3/Response;Lcoil/network/CacheResponse;)Lcoil/disk/DiskCache$Snapshot; HSPLcoil/fetch/ResourceUriFetcher$Factory;->()V HSPLcoil/fetch/SourceResult;->(Lcoil/decode/ImageSource;Ljava/lang/String;Lcoil/decode/DataSource;)V +HSPLcoil/fetch/SourceResult;->getDataSource()Lcoil/decode/DataSource; HSPLcoil/fetch/SourceResult;->getSource()Lcoil/decode/ImageSource; HSPLcoil/intercept/EngineInterceptor$Companion;->()V HSPLcoil/intercept/EngineInterceptor$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V +HSPLcoil/intercept/EngineInterceptor$ExecuteResult;->(Landroid/graphics/drawable/Drawable;ZLcoil/decode/DataSource;Ljava/lang/String;)V +HSPLcoil/intercept/EngineInterceptor$ExecuteResult;->getDataSource()Lcoil/decode/DataSource; +HSPLcoil/intercept/EngineInterceptor$ExecuteResult;->getDiskCacheKey()Ljava/lang/String; +HSPLcoil/intercept/EngineInterceptor$ExecuteResult;->getDrawable()Landroid/graphics/drawable/Drawable; +HSPLcoil/intercept/EngineInterceptor$ExecuteResult;->isSampled()Z HSPLcoil/intercept/EngineInterceptor$decode$1;->(Lcoil/intercept/EngineInterceptor;Lkotlin/coroutines/Continuation;)V HSPLcoil/intercept/EngineInterceptor$execute$1;->(Lcoil/intercept/EngineInterceptor;Lkotlin/coroutines/Continuation;)V HSPLcoil/intercept/EngineInterceptor$execute$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; @@ -15877,6 +15955,7 @@ HSPLcoil/intercept/EngineInterceptor$execute$executeResult$1;->invokeSuspend(Lja HSPLcoil/intercept/EngineInterceptor$fetch$1;->(Lcoil/intercept/EngineInterceptor;Lkotlin/coroutines/Continuation;)V HSPLcoil/intercept/EngineInterceptor$fetch$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; HSPLcoil/intercept/EngineInterceptor$intercept$1;->(Lcoil/intercept/EngineInterceptor;Lkotlin/coroutines/Continuation;)V +HSPLcoil/intercept/EngineInterceptor$intercept$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; HSPLcoil/intercept/EngineInterceptor$intercept$2;->(Lcoil/intercept/EngineInterceptor;Lcoil/request/ImageRequest;Ljava/lang/Object;Lcoil/request/Options;Lcoil/EventListener;Lcoil/memory/MemoryCache$Key;Lcoil/intercept/Interceptor$Chain;Lkotlin/coroutines/Continuation;)V HSPLcoil/intercept/EngineInterceptor$intercept$2;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation; HSPLcoil/intercept/EngineInterceptor$intercept$2;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; @@ -15885,17 +15964,22 @@ HSPLcoil/intercept/EngineInterceptor;->(Lcoil/ImageLoader;Lcoil/request/Re HSPLcoil/intercept/EngineInterceptor;->access$decode(Lcoil/intercept/EngineInterceptor;Lcoil/fetch/SourceResult;Lcoil/ComponentRegistry;Lcoil/request/ImageRequest;Ljava/lang/Object;Lcoil/request/Options;Lcoil/EventListener;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HSPLcoil/intercept/EngineInterceptor;->access$execute(Lcoil/intercept/EngineInterceptor;Lcoil/request/ImageRequest;Ljava/lang/Object;Lcoil/request/Options;Lcoil/EventListener;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HSPLcoil/intercept/EngineInterceptor;->access$fetch(Lcoil/intercept/EngineInterceptor;Lcoil/ComponentRegistry;Lcoil/request/ImageRequest;Ljava/lang/Object;Lcoil/request/Options;Lcoil/EventListener;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; +HSPLcoil/intercept/EngineInterceptor;->access$getMemoryCacheService$p(Lcoil/intercept/EngineInterceptor;)Lcoil/memory/MemoryCacheService; HSPLcoil/intercept/EngineInterceptor;->decode(Lcoil/fetch/SourceResult;Lcoil/ComponentRegistry;Lcoil/request/ImageRequest;Ljava/lang/Object;Lcoil/request/Options;Lcoil/EventListener;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HSPLcoil/intercept/EngineInterceptor;->execute(Lcoil/request/ImageRequest;Ljava/lang/Object;Lcoil/request/Options;Lcoil/EventListener;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HSPLcoil/intercept/EngineInterceptor;->fetch(Lcoil/ComponentRegistry;Lcoil/request/ImageRequest;Ljava/lang/Object;Lcoil/request/Options;Lcoil/EventListener;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HSPLcoil/intercept/EngineInterceptor;->intercept(Lcoil/intercept/Interceptor$Chain;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; +HSPLcoil/intercept/EngineInterceptor;->transform$coil_base_release(Lcoil/intercept/EngineInterceptor$ExecuteResult;Lcoil/request/ImageRequest;Lcoil/request/Options;Lcoil/EventListener;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HSPLcoil/intercept/RealInterceptorChain$proceed$1;->(Lcoil/intercept/RealInterceptorChain;Lkotlin/coroutines/Continuation;)V +HSPLcoil/intercept/RealInterceptorChain$proceed$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; HSPLcoil/intercept/RealInterceptorChain;->(Lcoil/request/ImageRequest;Ljava/util/List;ILcoil/request/ImageRequest;Lcoil/size/Size;Lcoil/EventListener;Z)V +HSPLcoil/intercept/RealInterceptorChain;->checkRequest(Lcoil/request/ImageRequest;Lcoil/intercept/Interceptor;)V HSPLcoil/intercept/RealInterceptorChain;->copy$default(Lcoil/intercept/RealInterceptorChain;ILcoil/request/ImageRequest;Lcoil/size/Size;ILjava/lang/Object;)Lcoil/intercept/RealInterceptorChain; HSPLcoil/intercept/RealInterceptorChain;->copy(ILcoil/request/ImageRequest;Lcoil/size/Size;)Lcoil/intercept/RealInterceptorChain; HSPLcoil/intercept/RealInterceptorChain;->getEventListener()Lcoil/EventListener; HSPLcoil/intercept/RealInterceptorChain;->getRequest()Lcoil/request/ImageRequest; HSPLcoil/intercept/RealInterceptorChain;->getSize()Lcoil/size/Size; +HSPLcoil/intercept/RealInterceptorChain;->isPlaceholderCached()Z HSPLcoil/intercept/RealInterceptorChain;->proceed(Lcoil/request/ImageRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HSPLcoil/key/FileKeyer;->(Z)V HSPLcoil/key/UriKeyer;->()V @@ -15924,18 +16008,32 @@ HSPLcoil/memory/MemoryCache$Key$Companion;->(Lkotlin/jvm/internal/DefaultC HSPLcoil/memory/MemoryCache$Key;->()V HSPLcoil/memory/MemoryCache$Key;->(Ljava/lang/String;Ljava/util/Map;)V HSPLcoil/memory/MemoryCache$Key;->(Ljava/lang/String;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V +HSPLcoil/memory/MemoryCache$Key;->copy$default(Lcoil/memory/MemoryCache$Key;Ljava/lang/String;Ljava/util/Map;ILjava/lang/Object;)Lcoil/memory/MemoryCache$Key; +HSPLcoil/memory/MemoryCache$Key;->copy(Ljava/lang/String;Ljava/util/Map;)Lcoil/memory/MemoryCache$Key; +HSPLcoil/memory/MemoryCache$Key;->getExtras()Ljava/util/Map; HSPLcoil/memory/MemoryCache$Key;->hashCode()I +HSPLcoil/memory/MemoryCache$Value;->(Landroid/graphics/Bitmap;Ljava/util/Map;)V +HSPLcoil/memory/MemoryCache$Value;->getBitmap()Landroid/graphics/Bitmap; +HSPLcoil/memory/MemoryCache$Value;->getExtras()Ljava/util/Map; HSPLcoil/memory/MemoryCacheService$Companion;->()V HSPLcoil/memory/MemoryCacheService$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V HSPLcoil/memory/MemoryCacheService;->()V HSPLcoil/memory/MemoryCacheService;->(Lcoil/ImageLoader;Lcoil/request/RequestService;Lcoil/util/Logger;)V HSPLcoil/memory/MemoryCacheService;->getCacheValue(Lcoil/request/ImageRequest;Lcoil/memory/MemoryCache$Key;Lcoil/size/Size;Lcoil/size/Scale;)Lcoil/memory/MemoryCache$Value; HSPLcoil/memory/MemoryCacheService;->newCacheKey(Lcoil/request/ImageRequest;Ljava/lang/Object;Lcoil/request/Options;Lcoil/EventListener;)Lcoil/memory/MemoryCache$Key; +HSPLcoil/memory/MemoryCacheService;->setCacheValue(Lcoil/memory/MemoryCache$Key;Lcoil/request/ImageRequest;Lcoil/intercept/EngineInterceptor$ExecuteResult;)Z HSPLcoil/memory/RealMemoryCache;->(Lcoil/memory/StrongMemoryCache;Lcoil/memory/WeakMemoryCache;)V HSPLcoil/memory/RealMemoryCache;->get(Lcoil/memory/MemoryCache$Key;)Lcoil/memory/MemoryCache$Value; +HSPLcoil/memory/RealMemoryCache;->set(Lcoil/memory/MemoryCache$Key;Lcoil/memory/MemoryCache$Value;)V +HSPLcoil/memory/RealStrongMemoryCache$InternalValue;->(Landroid/graphics/Bitmap;Ljava/util/Map;I)V +HSPLcoil/memory/RealStrongMemoryCache$InternalValue;->getSize()I HSPLcoil/memory/RealStrongMemoryCache$cache$1;->(ILcoil/memory/RealStrongMemoryCache;)V +HSPLcoil/memory/RealStrongMemoryCache$cache$1;->sizeOf(Lcoil/memory/MemoryCache$Key;Lcoil/memory/RealStrongMemoryCache$InternalValue;)I +HSPLcoil/memory/RealStrongMemoryCache$cache$1;->sizeOf(Ljava/lang/Object;Ljava/lang/Object;)I HSPLcoil/memory/RealStrongMemoryCache;->(ILcoil/memory/WeakMemoryCache;)V HSPLcoil/memory/RealStrongMemoryCache;->get(Lcoil/memory/MemoryCache$Key;)Lcoil/memory/MemoryCache$Value; +HSPLcoil/memory/RealStrongMemoryCache;->getMaxSize()I +HSPLcoil/memory/RealStrongMemoryCache;->set(Lcoil/memory/MemoryCache$Key;Landroid/graphics/Bitmap;Ljava/util/Map;)V HSPLcoil/memory/RealWeakMemoryCache$Companion;->()V HSPLcoil/memory/RealWeakMemoryCache$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V HSPLcoil/memory/RealWeakMemoryCache;->()V @@ -15969,6 +16067,7 @@ HSPLcoil/network/RealNetworkObserver;->isOnline()Z HSPLcoil/network/RealNetworkObserver;->isOnline(Landroid/net/Network;)Z HSPLcoil/network/RealNetworkObserver;->onConnectivityChange(Landroid/net/Network;Z)V HSPLcoil/request/BaseRequestDelegate;->(Landroidx/lifecycle/Lifecycle;Lkotlinx/coroutines/Job;)V +HSPLcoil/request/BaseRequestDelegate;->complete()V HSPLcoil/request/BaseRequestDelegate;->start()V HSPLcoil/request/CachePolicy;->$values()[Lcoil/request/CachePolicy; HSPLcoil/request/CachePolicy;->()V @@ -16063,8 +16162,11 @@ HSPLcoil/request/ImageRequest;->getSizeResolver()Lcoil/size/SizeResolver; HSPLcoil/request/ImageRequest;->getTags()Lcoil/request/Tags; HSPLcoil/request/ImageRequest;->getTarget()Lcoil/target/Target; HSPLcoil/request/ImageRequest;->getTransformations()Ljava/util/List; +HSPLcoil/request/ImageRequest;->getTransitionFactory()Lcoil/transition/Transition$Factory; HSPLcoil/request/ImageRequest;->newBuilder$default(Lcoil/request/ImageRequest;Landroid/content/Context;ILjava/lang/Object;)Lcoil/request/ImageRequest$Builder; HSPLcoil/request/ImageRequest;->newBuilder(Landroid/content/Context;)Lcoil/request/ImageRequest$Builder; +HSPLcoil/request/ImageResult;->()V +HSPLcoil/request/ImageResult;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V HSPLcoil/request/NullRequestData;->()V HSPLcoil/request/NullRequestData;->()V HSPLcoil/request/Options;->(Landroid/content/Context;Landroid/graphics/Bitmap$Config;Landroid/graphics/ColorSpace;Lcoil/size/Size;Lcoil/size/Scale;ZZZLjava/lang/String;Lokhttp3/Headers;Lcoil/request/Tags;Lcoil/request/Parameters;Lcoil/request/CachePolicy;Lcoil/request/CachePolicy;Lcoil/request/CachePolicy;)V @@ -16072,6 +16174,7 @@ HSPLcoil/request/Options;->getAllowInexactSize()Z HSPLcoil/request/Options;->getAllowRgb565()Z HSPLcoil/request/Options;->getColorSpace()Landroid/graphics/ColorSpace; HSPLcoil/request/Options;->getConfig()Landroid/graphics/Bitmap$Config; +HSPLcoil/request/Options;->getContext()Landroid/content/Context; HSPLcoil/request/Options;->getDiskCacheKey()Ljava/lang/String; HSPLcoil/request/Options;->getDiskCachePolicy()Lcoil/request/CachePolicy; HSPLcoil/request/Options;->getHeaders()Lokhttp3/Headers; @@ -16100,6 +16203,11 @@ HSPLcoil/request/RequestService;->isConfigValidForHardwareAllocation(Lcoil/reque HSPLcoil/request/RequestService;->isConfigValidForTransformations(Lcoil/request/ImageRequest;)Z HSPLcoil/request/RequestService;->options(Lcoil/request/ImageRequest;Lcoil/size/Size;)Lcoil/request/Options; HSPLcoil/request/RequestService;->requestDelegate(Lcoil/request/ImageRequest;Lkotlinx/coroutines/Job;)Lcoil/request/RequestDelegate; +HSPLcoil/request/SuccessResult;->(Landroid/graphics/drawable/Drawable;Lcoil/request/ImageRequest;Lcoil/decode/DataSource;Lcoil/memory/MemoryCache$Key;Ljava/lang/String;ZZ)V +HSPLcoil/request/SuccessResult;->getDataSource()Lcoil/decode/DataSource; +HSPLcoil/request/SuccessResult;->getDrawable()Landroid/graphics/drawable/Drawable; +HSPLcoil/request/SuccessResult;->getRequest()Lcoil/request/ImageRequest; +HSPLcoil/request/SuccessResult;->isPlaceholderCached()Z HSPLcoil/request/Tags$Companion;->()V HSPLcoil/request/Tags$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V HSPLcoil/request/Tags$Companion;->from(Ljava/util/Map;)Lcoil/request/Tags; @@ -16133,10 +16241,15 @@ HSPLcoil/size/Size;->getHeight()Lcoil/size/Dimension; HSPLcoil/size/Size;->getWidth()Lcoil/size/Dimension; HSPLcoil/transition/CrossfadeTransition$Factory;->(IZ)V HSPLcoil/transition/CrossfadeTransition$Factory;->(IZILkotlin/jvm/internal/DefaultConstructorMarker;)V +HSPLcoil/transition/CrossfadeTransition$Factory;->create(Lcoil/transition/TransitionTarget;Lcoil/request/ImageResult;)Lcoil/transition/Transition; +HSPLcoil/transition/CrossfadeTransition;->(Lcoil/transition/TransitionTarget;Lcoil/request/ImageResult;IZ)V +HSPLcoil/transition/CrossfadeTransition;->getDurationMillis()I +HSPLcoil/transition/CrossfadeTransition;->getPreferExactIntrinsicSize()Z HSPLcoil/transition/NoneTransition$Factory;->()V HSPLcoil/transition/Transition$Factory$Companion;->()V HSPLcoil/transition/Transition$Factory$Companion;->()V HSPLcoil/transition/Transition$Factory;->()V +HSPLcoil/util/-Bitmaps;->getAllocationByteCountCompat(Landroid/graphics/Bitmap;)I HSPLcoil/util/-Bitmaps;->isHardware(Landroid/graphics/Bitmap$Config;)Z HSPLcoil/util/-Calls;->await(Lokhttp3/Call;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; HSPLcoil/util/-Collections;->toImmutableList(Ljava/util/List;)Ljava/util/List; @@ -16160,6 +16273,7 @@ HSPLcoil/util/-Utils;->getDEFAULT_BITMAP_CONFIG()Landroid/graphics/Bitmap$Config HSPLcoil/util/-Utils;->getEventListener(Lcoil/intercept/Interceptor$Chain;)Lcoil/EventListener; HSPLcoil/util/-Utils;->isAssetUri(Landroid/net/Uri;)Z HSPLcoil/util/-Utils;->isMainThread()Z +HSPLcoil/util/-Utils;->isPlaceholderCached(Lcoil/intercept/Interceptor$Chain;)Z HSPLcoil/util/-Utils;->orEmpty(Lcoil/request/Parameters;)Lcoil/request/Parameters; HSPLcoil/util/-Utils;->orEmpty(Lcoil/request/Tags;)Lcoil/request/Tags; HSPLcoil/util/-Utils;->orEmpty(Lokhttp3/Headers;)Lokhttp3/Headers; @@ -18037,6 +18151,7 @@ HSPLkotlin/coroutines/AbstractCoroutineContextElement;->plus(Lkotlin/coroutines/ HSPLkotlin/coroutines/AbstractCoroutineContextKey;->(Lkotlin/coroutines/CoroutineContext$Key;Lkotlin/jvm/functions/Function1;)V HSPLkotlin/coroutines/CombinedContext;->(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext$Element;)V HSPLkotlin/coroutines/CombinedContext;->fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; +HSPLkotlin/coroutines/CombinedContext;->get(Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element; HSPLkotlin/coroutines/CombinedContext;->minusKey(Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext; HSPLkotlin/coroutines/CombinedContext;->plus(Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext; HSPLkotlin/coroutines/ContinuationInterceptor$DefaultImpls;->get(Lkotlin/coroutines/ContinuationInterceptor;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element; @@ -18935,6 +19050,7 @@ HSPLkotlinx/coroutines/NonDisposableHandle;->()V HSPLkotlinx/coroutines/NonDisposableHandle;->()V HSPLkotlinx/coroutines/NonDisposableHandle;->dispose()V HSPLkotlinx/coroutines/ResumeAwaitOnCompletion;->(Lkotlinx/coroutines/CancellableContinuationImpl;)V +HSPLkotlinx/coroutines/ResumeAwaitOnCompletion;->invoke(Ljava/lang/Throwable;)V HSPLkotlinx/coroutines/StandaloneCoroutine;->(Lkotlin/coroutines/CoroutineContext;Z)V HSPLkotlinx/coroutines/SupervisorJobImpl;->(Lkotlinx/coroutines/Job;)V HSPLkotlinx/coroutines/SupervisorKt;->SupervisorJob$default(Lkotlinx/coroutines/Job;ILjava/lang/Object;)Lkotlinx/coroutines/CompletableJob; @@ -18944,10 +19060,12 @@ HSPLkotlinx/coroutines/ThreadLocalEventLoop;->()V HSPLkotlinx/coroutines/ThreadLocalEventLoop;->getEventLoop$kotlinx_coroutines_core()Lkotlinx/coroutines/EventLoop; HSPLkotlinx/coroutines/ThreadState;->()V HSPLkotlinx/coroutines/ThreadState;->(Lkotlinx/coroutines/Job;)V +HSPLkotlinx/coroutines/ThreadState;->clearInterrupt()V HSPLkotlinx/coroutines/ThreadState;->setup()V HSPLkotlinx/coroutines/Unconfined;->()V HSPLkotlinx/coroutines/Unconfined;->()V HSPLkotlinx/coroutines/UndispatchedCoroutine;->(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/Continuation;)V +HSPLkotlinx/coroutines/UndispatchedCoroutine;->afterResume(Ljava/lang/Object;)V HSPLkotlinx/coroutines/UndispatchedMarker;->()V HSPLkotlinx/coroutines/UndispatchedMarker;->()V HSPLkotlinx/coroutines/UndispatchedMarker;->fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; @@ -18993,7 +19111,6 @@ HSPLkotlinx/coroutines/channels/BufferedChannel;->access$prepareReceiverForSuspe HSPLkotlinx/coroutines/channels/BufferedChannel;->access$updateCellReceive(Lkotlinx/coroutines/channels/BufferedChannel;Lkotlinx/coroutines/channels/ChannelSegment;IJLjava/lang/Object;)Ljava/lang/Object; HSPLkotlinx/coroutines/channels/BufferedChannel;->access$updateCellSend(Lkotlinx/coroutines/channels/BufferedChannel;Lkotlinx/coroutines/channels/ChannelSegment;ILjava/lang/Object;JLjava/lang/Object;Z)I HSPLkotlinx/coroutines/channels/BufferedChannel;->bufferOrRendezvousSend(J)Z -HSPLkotlinx/coroutines/channels/BufferedChannel;->expandBuffer()V HSPLkotlinx/coroutines/channels/BufferedChannel;->findSegmentBufferEnd(JLkotlinx/coroutines/channels/ChannelSegment;J)Lkotlinx/coroutines/channels/ChannelSegment; HSPLkotlinx/coroutines/channels/BufferedChannel;->findSegmentReceive(JLkotlinx/coroutines/channels/ChannelSegment;)Lkotlinx/coroutines/channels/ChannelSegment; HSPLkotlinx/coroutines/channels/BufferedChannel;->findSegmentSend(JLkotlinx/coroutines/channels/ChannelSegment;)Lkotlinx/coroutines/channels/ChannelSegment; @@ -19878,6 +19995,7 @@ HSPLkotlinx/serialization/json/internal/StreamingJsonDecoder;->handleUnknown(Lja HSPLkotlinx/serialization/json/internal/StringJsonLexer;->(Ljava/lang/String;)V HSPLkotlinx/serialization/json/internal/StringJsonLexer;->canConsumeValue()Z HSPLkotlinx/serialization/json/internal/StringJsonLexer;->consumeNextToken()B +HSPLkotlinx/serialization/json/internal/StringJsonLexer;->consumeNextToken(C)V HSPLkotlinx/serialization/json/internal/StringJsonLexer;->getSource()Ljava/lang/CharSequence; HSPLkotlinx/serialization/json/internal/StringJsonLexer;->getSource()Ljava/lang/String; HSPLkotlinx/serialization/json/internal/StringJsonLexer;->prefetchOrEof(I)I @@ -21090,7 +21208,6 @@ HSPLokio/Buffer;->rangeEquals(JLokio/ByteString;)Z HSPLokio/Buffer;->rangeEquals(JLokio/ByteString;II)Z HSPLokio/Buffer;->read(Lokio/Buffer;J)J HSPLokio/Buffer;->read([BII)I -HSPLokio/Buffer;->readByte()B HSPLokio/Buffer;->readByteArray(J)[B HSPLokio/Buffer;->readByteString()Lokio/ByteString; HSPLokio/Buffer;->readByteString(J)Lokio/ByteString; @@ -21285,7 +21402,6 @@ HSPLokio/RealBufferedSource;->readShort()S HSPLokio/RealBufferedSource;->readString(Ljava/nio/charset/Charset;)Ljava/lang/String; HSPLokio/RealBufferedSource;->readUtf8LineStrict()Ljava/lang/String; HSPLokio/RealBufferedSource;->readUtf8LineStrict(J)Ljava/lang/String; -HSPLokio/RealBufferedSource;->request(J)Z HSPLokio/RealBufferedSource;->require(J)V HSPLokio/RealBufferedSource;->select(Lokio/Options;)I HSPLokio/RealBufferedSource;->skip(J)V @@ -22410,7 +22526,6 @@ Landroidx/compose/runtime/CompositionLocalMap$Companion; Landroidx/compose/runtime/CompositionLocalMap; Landroidx/compose/runtime/CompositionLocalMapKt; Landroidx/compose/runtime/CompositionScopedCoroutineScopeCanceller; -Landroidx/compose/runtime/CompositionTracer; Landroidx/compose/runtime/ControlledComposition; Landroidx/compose/runtime/DerivedSnapshotState$ResultRecord$Companion; Landroidx/compose/runtime/DerivedSnapshotState$ResultRecord; @@ -22908,6 +23023,8 @@ Landroidx/compose/ui/graphics/drawscope/EmptyCanvas; Landroidx/compose/ui/graphics/drawscope/Fill; Landroidx/compose/ui/graphics/drawscope/Stroke$Companion; Landroidx/compose/ui/graphics/drawscope/Stroke; +Landroidx/compose/ui/graphics/painter/BitmapPainter; +Landroidx/compose/ui/graphics/painter/BitmapPainterKt; Landroidx/compose/ui/graphics/painter/Painter$drawLambda$1; Landroidx/compose/ui/graphics/painter/Painter; Landroidx/compose/ui/graphics/vector/DrawCache; @@ -23200,7 +23317,6 @@ Landroidx/compose/ui/node/LayoutNodeAlignmentLines; Landroidx/compose/ui/node/LayoutNodeDrawScope; Landroidx/compose/ui/node/LayoutNodeDrawScopeKt; Landroidx/compose/ui/node/LayoutNodeKt; -Landroidx/compose/ui/node/LayoutNodeLayoutDelegate$LookaheadPassDelegate; Landroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate$WhenMappings; Landroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate$layoutChildren$1$1$1; Landroidx/compose/ui/node/LayoutNodeLayoutDelegate$MeasurePassDelegate$layoutChildren$1$1$2; @@ -23829,6 +23945,10 @@ Landroidx/emoji2/text/EmojiCompatInitializer$BackgroundDefaultLoader; Landroidx/emoji2/text/EmojiCompatInitializer$LoadEmojiCompatRunnable; Landroidx/emoji2/text/EmojiCompatInitializer; Landroidx/emoji2/text/FontRequestEmojiCompatConfig; +Landroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream; +Landroidx/exifinterface/media/ExifInterface$ExifAttribute; +Landroidx/exifinterface/media/ExifInterface$ExifTag; +Landroidx/exifinterface/media/ExifInterface; Landroidx/fragment/app/FragmentActivity; Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks; Landroidx/lifecycle/AndroidViewModel; @@ -24567,6 +24687,7 @@ Lcoil/compose/ConstraintsSizeResolver$size$$inlined$mapNotNull$1; Lcoil/compose/ConstraintsSizeResolver; Lcoil/compose/ContentPainterModifier$measure$1; Lcoil/compose/ContentPainterModifier; +Lcoil/compose/CrossfadePainter; Lcoil/compose/ImageLoaderProvidableCompositionLocal$1; Lcoil/compose/ImageLoaderProvidableCompositionLocal; Lcoil/compose/LocalImageLoaderKt; @@ -24580,12 +24701,14 @@ Lcoil/decode/BitmapFactoryDecoder$decode$1; Lcoil/decode/BitmapFactoryDecoder$decode$2$1; Lcoil/decode/BitmapFactoryDecoder; Lcoil/decode/DataSource; +Lcoil/decode/DecodeResult; Lcoil/decode/DecodeUtils$WhenMappings; Lcoil/decode/DecodeUtils; Lcoil/decode/Decoder$Factory; Lcoil/decode/Decoder; Lcoil/decode/ExifData$Companion; Lcoil/decode/ExifData; +Lcoil/decode/ExifInterfaceInputStream; Lcoil/decode/ExifOrientationPolicy; Lcoil/decode/ExifUtils; Lcoil/decode/ExifUtilsKt$WhenMappings; @@ -24628,6 +24751,7 @@ Lcoil/fetch/HttpUriFetcher; Lcoil/fetch/ResourceUriFetcher$Factory; Lcoil/fetch/SourceResult; Lcoil/intercept/EngineInterceptor$Companion; +Lcoil/intercept/EngineInterceptor$ExecuteResult; Lcoil/intercept/EngineInterceptor$decode$1; Lcoil/intercept/EngineInterceptor$execute$1; Lcoil/intercept/EngineInterceptor$execute$executeResult$1; @@ -24653,6 +24777,7 @@ Lcoil/memory/MemoryCache$Builder; Lcoil/memory/MemoryCache$Key$Companion$CREATOR$1; Lcoil/memory/MemoryCache$Key$Companion; Lcoil/memory/MemoryCache$Key; +Lcoil/memory/MemoryCache$Value; Lcoil/memory/MemoryCache; Lcoil/memory/MemoryCacheService$Companion; Lcoil/memory/MemoryCacheService; @@ -24682,6 +24807,7 @@ Lcoil/request/DefinedRequestOptions; Lcoil/request/ImageRequest$Builder; Lcoil/request/ImageRequest$Listener; Lcoil/request/ImageRequest; +Lcoil/request/ImageResult; Lcoil/request/NullRequestData; Lcoil/request/Options; Lcoil/request/Parameters$Builder; @@ -24689,6 +24815,7 @@ Lcoil/request/Parameters$Companion; Lcoil/request/Parameters; Lcoil/request/RequestDelegate; Lcoil/request/RequestService; +Lcoil/request/SuccessResult; Lcoil/request/Tags$Companion; Lcoil/request/Tags; Lcoil/size/-Dimensions; @@ -24706,9 +24833,11 @@ Lcoil/size/ViewSizeResolver; Lcoil/target/Target; Lcoil/target/ViewTarget; Lcoil/transition/CrossfadeTransition$Factory; +Lcoil/transition/CrossfadeTransition; Lcoil/transition/NoneTransition$Factory; Lcoil/transition/Transition$Factory$Companion; Lcoil/transition/Transition$Factory; +Lcoil/transition/Transition; Lcoil/transition/TransitionTarget; Lcoil/util/-Bitmaps; Lcoil/util/-Calls; @@ -26580,7 +26709,6 @@ PLandroidx/compose/animation/AnimatedContentMeasurePolicy$measure$3;->invoke(Lan PLandroidx/compose/animation/AnimatedContentMeasurePolicy$measure$3;->invoke(Ljava/lang/Object;)Ljava/lang/Object; PLandroidx/compose/animation/AnimatedContentMeasurePolicy;->(Landroidx/compose/animation/AnimatedContentTransitionScopeImpl;)V PLandroidx/compose/animation/AnimatedContentMeasurePolicy;->getRootScope()Landroidx/compose/animation/AnimatedContentTransitionScopeImpl; -PLandroidx/compose/animation/AnimatedContentMeasurePolicy;->measure-3p2s80s(Landroidx/compose/ui/layout/MeasureScope;Ljava/util/List;J)Landroidx/compose/ui/layout/MeasureResult; PLandroidx/compose/animation/AnimatedContentScopeImpl;->(Landroidx/compose/animation/AnimatedVisibilityScope;)V PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$ChildData;->(Z)V PLandroidx/compose/animation/AnimatedContentTransitionScopeImpl$ChildData;->isTarget()Z @@ -27244,7 +27372,6 @@ PLandroidx/compose/foundation/FocusedBoundsKt;->()V PLandroidx/compose/foundation/FocusedBoundsKt;->getModifierLocalFocusedBoundsObserver()Landroidx/compose/ui/modifier/ProvidableModifierLocal; PLandroidx/compose/foundation/FocusedBoundsKt;->onFocusedBoundsChanged(Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;)Landroidx/compose/ui/Modifier; PLandroidx/compose/foundation/FocusedBoundsNode;->()V -PLandroidx/compose/foundation/FocusedBoundsNode;->onGloballyPositioned(Landroidx/compose/ui/layout/LayoutCoordinates;)V PLandroidx/compose/foundation/FocusedBoundsNode;->setFocus(Z)V PLandroidx/compose/foundation/FocusedBoundsObserverElement;->(Lkotlin/jvm/functions/Function1;)V PLandroidx/compose/foundation/FocusedBoundsObserverElement;->create()Landroidx/compose/foundation/FocusedBoundsObserverNode; @@ -27544,7 +27671,6 @@ PLandroidx/compose/foundation/layout/PaddingKt;->padding(Landroidx/compose/ui/Mo PLandroidx/compose/foundation/layout/PaddingKt;->padding-VpY3zN4$default(Landroidx/compose/ui/Modifier;FFILjava/lang/Object;)Landroidx/compose/ui/Modifier; PLandroidx/compose/foundation/layout/PaddingKt;->padding-qDBjuR0$default(Landroidx/compose/ui/Modifier;FFFFILjava/lang/Object;)Landroidx/compose/ui/Modifier; PLandroidx/compose/foundation/layout/PaddingNode;->(FFFFZLkotlin/jvm/internal/DefaultConstructorMarker;)V -PLandroidx/compose/foundation/layout/PaddingNode;->getTop-D9Ej5fM()F PLandroidx/compose/foundation/layout/PaddingValuesElement;->(Landroidx/compose/foundation/layout/PaddingValues;Lkotlin/jvm/functions/Function1;)V PLandroidx/compose/foundation/layout/PaddingValuesElement;->create()Landroidx/compose/foundation/layout/PaddingValuesModifier; PLandroidx/compose/foundation/layout/PaddingValuesElement;->create()Landroidx/compose/ui/Modifier$Node; @@ -27738,9 +27864,7 @@ PLandroidx/compose/foundation/lazy/LazyListItemProviderKt$rememberLazyListItemPr PLandroidx/compose/foundation/lazy/LazyListItemProviderKt$rememberLazyListItemProvider$1$1;->invoke()Lkotlin/jvm/functions/Function1; PLandroidx/compose/foundation/lazy/LazyListKt$ScrollPositionUpdater$1;->(Landroidx/compose/foundation/lazy/LazyListItemProvider;Landroidx/compose/foundation/lazy/LazyListState;I)V PLandroidx/compose/foundation/lazy/LazyListKt$rememberLazyListMeasurePolicy$1$1$2;->(Landroidx/compose/foundation/lazy/layout/LazyLayoutMeasureScope;JII)V -PLandroidx/compose/foundation/lazy/LazyListKt$rememberLazyListMeasurePolicy$1$1$2;->invoke(IILkotlin/jvm/functions/Function1;)Landroidx/compose/ui/layout/MeasureResult; PLandroidx/compose/foundation/lazy/LazyListKt$rememberLazyListMeasurePolicy$1$1$2;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; -PLandroidx/compose/foundation/lazy/LazyListKt$rememberLazyListMeasurePolicy$1$1$measuredItemProvider$1;->(IIZLandroidx/compose/ui/Alignment$Horizontal;Landroidx/compose/ui/Alignment$Vertical;Landroidx/compose/foundation/lazy/layout/LazyLayoutMeasureScope;ZIIJ)V PLandroidx/compose/foundation/lazy/LazyListKt$rememberLazyListMeasurePolicy$1$1;->(ZLandroidx/compose/foundation/layout/PaddingValues;ZLandroidx/compose/foundation/lazy/LazyListState;Landroidx/compose/foundation/lazy/LazyListItemProvider;Landroidx/compose/foundation/layout/Arrangement$Vertical;Landroidx/compose/foundation/layout/Arrangement$Horizontal;ILandroidx/compose/ui/Alignment$Horizontal;Landroidx/compose/ui/Alignment$Vertical;)V PLandroidx/compose/foundation/lazy/LazyListKt$rememberLazyListMeasurePolicy$1$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; PLandroidx/compose/foundation/lazy/LazyListMeasureKt$measureLazyList$1;->()V @@ -27748,10 +27872,8 @@ PLandroidx/compose/foundation/lazy/LazyListMeasureKt$measureLazyList$1;->( PLandroidx/compose/foundation/lazy/LazyListMeasureKt$measureLazyList$1;->invoke(Landroidx/compose/ui/layout/Placeable$PlacementScope;)V PLandroidx/compose/foundation/lazy/LazyListMeasureKt$measureLazyList$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object; PLandroidx/compose/foundation/lazy/LazyListMeasureKt$measureLazyList$5;->(Ljava/util/List;Landroidx/compose/foundation/lazy/LazyListPositionedItem;)V -PLandroidx/compose/foundation/lazy/LazyListMeasureKt$measureLazyList$5;->invoke(Landroidx/compose/ui/layout/Placeable$PlacementScope;)V PLandroidx/compose/foundation/lazy/LazyListMeasureKt$measureLazyList$5;->invoke(Ljava/lang/Object;)Ljava/lang/Object; PLandroidx/compose/foundation/lazy/LazyListMeasureKt;->()V -PLandroidx/compose/foundation/lazy/LazyListMeasureKt;->calculateItemsOffsets(Ljava/util/List;Ljava/util/List;Ljava/util/List;IIIIIZLandroidx/compose/foundation/layout/Arrangement$Vertical;Landroidx/compose/foundation/layout/Arrangement$Horizontal;ZLandroidx/compose/ui/unit/Density;)Ljava/util/List; PLandroidx/compose/foundation/lazy/LazyListMeasureKt;->createItemsAfterList(Ljava/util/List;Landroidx/compose/foundation/lazy/LazyListMeasuredItemProvider;IILjava/util/List;)Ljava/util/List; PLandroidx/compose/foundation/lazy/LazyListMeasureKt;->createItemsBeforeList(ILandroidx/compose/foundation/lazy/LazyListMeasuredItemProvider;ILjava/util/List;)Ljava/util/List; PLandroidx/compose/foundation/lazy/LazyListMeasureResult;->getAlignmentLines()Ljava/util/Map; @@ -27780,7 +27902,6 @@ PLandroidx/compose/foundation/lazy/LazyListPositionedItem;->getPlaceablesCount() PLandroidx/compose/foundation/lazy/LazyListScope;->item$default(Landroidx/compose/foundation/lazy/LazyListScope;Ljava/lang/Object;Ljava/lang/Object;Lkotlin/jvm/functions/Function3;ILjava/lang/Object;)V PLandroidx/compose/foundation/lazy/LazyListScrollPosition;->(II)V PLandroidx/compose/foundation/lazy/LazyListScrollPosition;->getIndex()I -PLandroidx/compose/foundation/lazy/LazyListScrollPosition;->getScrollOffset()I PLandroidx/compose/foundation/lazy/LazyListScrollPosition;->update(II)V PLandroidx/compose/foundation/lazy/LazyListState$Companion$Saver$1;->()V PLandroidx/compose/foundation/lazy/LazyListState$Companion$Saver$1;->()V @@ -27865,7 +27986,6 @@ PLandroidx/compose/foundation/lazy/layout/LazyLayoutKt$LazyLayout$1$itemContentF PLandroidx/compose/foundation/lazy/layout/LazyLayoutKt$LazyLayout$1$itemContentFactory$1$1;->invoke()Ljava/lang/Object; PLandroidx/compose/foundation/lazy/layout/LazyLayoutKt$LazyLayout$1;->(Landroidx/compose/foundation/lazy/layout/LazyLayoutPrefetchState;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function2;ILandroidx/compose/runtime/State;)V PLandroidx/compose/foundation/lazy/layout/LazyLayoutKt$LazyLayout$1;->invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; -PLandroidx/compose/foundation/lazy/layout/LazyLayoutMeasureScopeImpl;->(Landroidx/compose/foundation/lazy/layout/LazyLayoutItemContentFactory;Landroidx/compose/ui/layout/SubcomposeMeasureScope;Landroidx/compose/foundation/lazy/layout/LazyLayoutPrefetchState$AverageTimeTracker;)V PLandroidx/compose/foundation/lazy/layout/LazyLayoutMeasureScopeImpl;->getLayoutDirection()Landroidx/compose/ui/unit/LayoutDirection; PLandroidx/compose/foundation/lazy/layout/LazyLayoutMeasureScopeImpl;->layout(IILjava/util/Map;Lkotlin/jvm/functions/Function1;)Landroidx/compose/ui/layout/MeasureResult; PLandroidx/compose/foundation/lazy/layout/LazyLayoutMeasureScopeImpl;->roundToPx-0680j_4(F)I @@ -28756,7 +28876,6 @@ PLandroidx/compose/runtime/ComposerKt;->access$removeRange(Ljava/util/List;II)V PLandroidx/compose/runtime/ComposerKt;->asBool(I)Z PLandroidx/compose/runtime/ComposerKt;->asInt(Z)I PLandroidx/compose/runtime/ComposerKt;->getJoinedKey(Landroidx/compose/runtime/KeyInfo;)Ljava/lang/Object; -PLandroidx/compose/runtime/ComposerKt;->getReference()Ljava/lang/Object; PLandroidx/compose/runtime/ComposerKt;->put(Ljava/util/HashMap;Ljava/lang/Object;Ljava/lang/Object;)Z PLandroidx/compose/runtime/ComposerKt;->remove(Ljava/util/HashMap;Ljava/lang/Object;Ljava/lang/Object;)Lkotlin/Unit; PLandroidx/compose/runtime/CompositionContext;->()V @@ -28908,7 +29027,6 @@ PLandroidx/compose/runtime/Recomposer$effectJob$1$1;->(Landroidx/compose/r PLandroidx/compose/runtime/Recomposer$effectJob$1$1;->invoke(Ljava/lang/Object;)Ljava/lang/Object; PLandroidx/compose/runtime/Recomposer$effectJob$1$1;->invoke(Ljava/lang/Throwable;)V PLandroidx/compose/runtime/Recomposer$join$2;->(Lkotlin/coroutines/Continuation;)V -PLandroidx/compose/runtime/Recomposer$performRecompose$1$1;->(Landroidx/compose/runtime/collection/IdentityArraySet;Landroidx/compose/runtime/ControlledComposition;)V PLandroidx/compose/runtime/Recomposer$performRecompose$1$1;->invoke()Ljava/lang/Object; PLandroidx/compose/runtime/Recomposer$recompositionRunner$2$3;->(Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/MonotonicFrameClock;Lkotlin/coroutines/Continuation;)V PLandroidx/compose/runtime/Recomposer$recompositionRunner$2$3;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation; @@ -29114,7 +29232,6 @@ PLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementation PLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->entryCount$runtime_release()I PLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->getBuffer$runtime_release()[Ljava/lang/Object; PLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->insertEntryAt(ILjava/lang/Object;Ljava/lang/Object;)Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode; -PLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->makeNode(ILjava/lang/Object;Ljava/lang/Object;ILjava/lang/Object;Ljava/lang/Object;ILandroidx/compose/runtime/external/kotlinx/collections/immutable/internal/MutabilityOwnership;)Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode; PLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->mutableMoveEntryToNode(IIILjava/lang/Object;Ljava/lang/Object;ILandroidx/compose/runtime/external/kotlinx/collections/immutable/internal/MutabilityOwnership;)Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode; PLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->put(ILjava/lang/Object;Ljava/lang/Object;I)Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode$ModificationResult; PLandroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode;->remove(ILjava/lang/Object;I)Landroidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/TrieNode; @@ -29280,7 +29397,6 @@ PLandroidx/compose/runtime/snapshots/SnapshotKt;->access$createTransparentSnapsh PLandroidx/compose/runtime/snapshots/SnapshotKt;->access$getApplyObservers$p()Ljava/util/List; PLandroidx/compose/runtime/snapshots/SnapshotKt;->access$optimisticMerges(Landroidx/compose/runtime/snapshots/MutableSnapshot;Landroidx/compose/runtime/snapshots/MutableSnapshot;Landroidx/compose/runtime/snapshots/SnapshotIdSet;)Ljava/util/Map; PLandroidx/compose/runtime/snapshots/SnapshotKt;->access$processForUnusedRecordsLocked(Landroidx/compose/runtime/snapshots/StateObject;)V -PLandroidx/compose/runtime/snapshots/SnapshotKt;->access$takeNewGlobalSnapshot(Landroidx/compose/runtime/snapshots/Snapshot;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object; PLandroidx/compose/runtime/snapshots/SnapshotMapEntrySet;->(Landroidx/compose/runtime/snapshots/SnapshotStateMap;)V PLandroidx/compose/runtime/snapshots/SnapshotMapKeySet;->(Landroidx/compose/runtime/snapshots/SnapshotStateMap;)V PLandroidx/compose/runtime/snapshots/SnapshotMapSet;->(Landroidx/compose/runtime/snapshots/SnapshotStateMap;)V @@ -29288,6 +29404,7 @@ PLandroidx/compose/runtime/snapshots/SnapshotMapValueSet;->(Landroidx/comp PLandroidx/compose/runtime/snapshots/SnapshotStateList$StateListStateRecord;->setModification$runtime_release(I)V PLandroidx/compose/runtime/snapshots/SnapshotStateList;->()V PLandroidx/compose/runtime/snapshots/SnapshotStateList;->contains(Ljava/lang/Object;)Z +PLandroidx/compose/runtime/snapshots/SnapshotStateList;->isEmpty()Z PLandroidx/compose/runtime/snapshots/SnapshotStateList;->remove(I)Ljava/lang/Object; PLandroidx/compose/runtime/snapshots/SnapshotStateListKt;->()V PLandroidx/compose/runtime/snapshots/SnapshotStateListKt;->access$validateRange(II)V @@ -29309,8 +29426,6 @@ PLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->cl PLandroidx/compose/runtime/snapshots/SnapshotStateObserver$ObservedScopeMap;->removeObservation(Ljava/lang/Object;Ljava/lang/Object;)V PLandroidx/compose/runtime/snapshots/SnapshotStateObserver$applyObserver$1;->(Landroidx/compose/runtime/snapshots/SnapshotStateObserver;)V PLandroidx/compose/runtime/snapshots/SnapshotStateObserver$readObserver$1;->(Landroidx/compose/runtime/snapshots/SnapshotStateObserver;)V -PLandroidx/compose/runtime/snapshots/SnapshotStateObserver$sendNotifications$1;->(Landroidx/compose/runtime/snapshots/SnapshotStateObserver;)V -PLandroidx/compose/runtime/snapshots/SnapshotStateObserver$sendNotifications$1;->invoke()Ljava/lang/Object; PLandroidx/compose/runtime/snapshots/SnapshotStateObserver;->()V PLandroidx/compose/runtime/snapshots/SnapshotStateObserver;->(Lkotlin/jvm/functions/Function1;)V PLandroidx/compose/runtime/snapshots/SnapshotStateObserver;->access$getSendingNotifications$p(Landroidx/compose/runtime/snapshots/SnapshotStateObserver;)Z @@ -29508,7 +29623,6 @@ PLandroidx/compose/ui/graphics/AndroidCanvas;->toRegionOp--7u2Bmg(I)Landroid/gra PLandroidx/compose/ui/graphics/AndroidCanvas_androidKt;->()V PLandroidx/compose/ui/graphics/AndroidImageBitmap;->getHeight()I PLandroidx/compose/ui/graphics/AndroidImageBitmap;->getWidth()I -PLandroidx/compose/ui/graphics/AndroidImageBitmap;->prepareToDraw()V PLandroidx/compose/ui/graphics/AndroidImageBitmap_androidKt;->asImageBitmap(Landroid/graphics/Bitmap;)Landroidx/compose/ui/graphics/ImageBitmap; PLandroidx/compose/ui/graphics/AndroidMatrixConversions_androidKt;->setFrom-tU-YjHk([FLandroid/graphics/Matrix;)V PLandroidx/compose/ui/graphics/AndroidPaint;->()V @@ -29636,18 +29750,15 @@ PLandroidx/compose/ui/graphics/ImageBitmapConfig;->equals-impl0(II)Z PLandroidx/compose/ui/graphics/Matrix$Companion;->()V PLandroidx/compose/ui/graphics/Matrix$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V PLandroidx/compose/ui/graphics/Matrix;->()V -PLandroidx/compose/ui/graphics/Matrix;->([F)V PLandroidx/compose/ui/graphics/Matrix;->box-impl([F)Landroidx/compose/ui/graphics/Matrix; PLandroidx/compose/ui/graphics/Matrix;->constructor-impl$default([FILkotlin/jvm/internal/DefaultConstructorMarker;)[F PLandroidx/compose/ui/graphics/Matrix;->constructor-impl([F)[F PLandroidx/compose/ui/graphics/Matrix;->map-MK-Hz9U([FJ)J PLandroidx/compose/ui/graphics/Matrix;->reset-impl([F)V -PLandroidx/compose/ui/graphics/Matrix;->rotateZ-impl([FF)V PLandroidx/compose/ui/graphics/Matrix;->scale-impl([FFFF)V PLandroidx/compose/ui/graphics/Matrix;->translate-impl$default([FFFFILjava/lang/Object;)V PLandroidx/compose/ui/graphics/Matrix;->translate-impl([FFFF)V PLandroidx/compose/ui/graphics/Matrix;->unbox-impl()[F -PLandroidx/compose/ui/graphics/MatrixKt;->isIdentity-58bKbWc([F)Z PLandroidx/compose/ui/graphics/Outline$Rectangle;->(Landroidx/compose/ui/geometry/Rect;)V PLandroidx/compose/ui/graphics/Outline$Rectangle;->getRect()Landroidx/compose/ui/geometry/Rect; PLandroidx/compose/ui/graphics/Outline$Rounded;->getRoundRectPath$ui_graphics_release()Landroidx/compose/ui/graphics/Path; @@ -29911,13 +30022,11 @@ PLandroidx/compose/ui/graphics/drawscope/Stroke;->getJoin-LxFBmk8()I PLandroidx/compose/ui/graphics/drawscope/Stroke;->getMiter()F PLandroidx/compose/ui/graphics/drawscope/Stroke;->getPathEffect()Landroidx/compose/ui/graphics/PathEffect; PLandroidx/compose/ui/graphics/drawscope/Stroke;->getWidth()F -PLandroidx/compose/ui/graphics/painter/BitmapPainter;->(Landroidx/compose/ui/graphics/ImageBitmap;JJ)V PLandroidx/compose/ui/graphics/painter/BitmapPainter;->(Landroidx/compose/ui/graphics/ImageBitmap;JJLkotlin/jvm/internal/DefaultConstructorMarker;)V PLandroidx/compose/ui/graphics/painter/BitmapPainter;->applyAlpha(F)Z PLandroidx/compose/ui/graphics/painter/BitmapPainter;->getIntrinsicSize-NH-jbRc()J PLandroidx/compose/ui/graphics/painter/BitmapPainter;->onDraw(Landroidx/compose/ui/graphics/drawscope/DrawScope;)V PLandroidx/compose/ui/graphics/painter/BitmapPainter;->setFilterQuality-vDHp3xo$ui_graphics_release(I)V -PLandroidx/compose/ui/graphics/painter/BitmapPainter;->validateSize-N5eqBDc(JJ)J PLandroidx/compose/ui/graphics/painter/BitmapPainterKt;->BitmapPainter-QZhYCtY$default(Landroidx/compose/ui/graphics/ImageBitmap;JJIILjava/lang/Object;)Landroidx/compose/ui/graphics/painter/BitmapPainter; PLandroidx/compose/ui/graphics/painter/BitmapPainterKt;->BitmapPainter-QZhYCtY(Landroidx/compose/ui/graphics/ImageBitmap;JJI)Landroidx/compose/ui/graphics/painter/BitmapPainter; PLandroidx/compose/ui/graphics/painter/Painter;->configureLayoutDirection(Landroidx/compose/ui/unit/LayoutDirection;)V @@ -30151,10 +30260,8 @@ PLandroidx/compose/ui/input/nestedscroll/NestedScrollDispatcher;->getModifierLoc PLandroidx/compose/ui/input/nestedscroll/NestedScrollDispatcher;->setCalculateNestedScrollScope$ui_release(Lkotlin/jvm/functions/Function0;)V PLandroidx/compose/ui/input/nestedscroll/NestedScrollDispatcher;->setModifierLocalNode$ui_release(Landroidx/compose/ui/modifier/ModifierLocalModifierNode;)V PLandroidx/compose/ui/input/nestedscroll/NestedScrollDispatcher;->setScope$ui_release(Lkotlinx/coroutines/CoroutineScope;)V -PLandroidx/compose/ui/input/nestedscroll/NestedScrollElement;->(Landroidx/compose/ui/input/nestedscroll/NestedScrollConnection;Landroidx/compose/ui/input/nestedscroll/NestedScrollDispatcher;)V PLandroidx/compose/ui/input/nestedscroll/NestedScrollElement;->create()Landroidx/compose/ui/Modifier$Node; PLandroidx/compose/ui/input/nestedscroll/NestedScrollElement;->create()Landroidx/compose/ui/input/nestedscroll/NestedScrollNode; -PLandroidx/compose/ui/input/nestedscroll/NestedScrollElement;->equals(Ljava/lang/Object;)Z PLandroidx/compose/ui/input/nestedscroll/NestedScrollElement;->update(Landroidx/compose/ui/Modifier$Node;)V PLandroidx/compose/ui/input/nestedscroll/NestedScrollElement;->update(Landroidx/compose/ui/input/nestedscroll/NestedScrollNode;)V PLandroidx/compose/ui/input/nestedscroll/NestedScrollModifierKt;->nestedScroll$default(Landroidx/compose/ui/Modifier;Landroidx/compose/ui/input/nestedscroll/NestedScrollConnection;Landroidx/compose/ui/input/nestedscroll/NestedScrollDispatcher;ILjava/lang/Object;)Landroidx/compose/ui/Modifier; @@ -30264,6 +30371,7 @@ PLandroidx/compose/ui/layout/LayoutElement;->(Lkotlin/jvm/functions/Functi PLandroidx/compose/ui/layout/LayoutElement;->create()Landroidx/compose/ui/Modifier$Node; PLandroidx/compose/ui/layout/LayoutElement;->create()Landroidx/compose/ui/layout/LayoutModifierImpl; PLandroidx/compose/ui/layout/LayoutElement;->equals(Ljava/lang/Object;)Z +PLandroidx/compose/ui/layout/LayoutIdElement;->create()Landroidx/compose/ui/Modifier$Node; PLandroidx/compose/ui/layout/LayoutIdModifier;->getLayoutId()Ljava/lang/Object; PLandroidx/compose/ui/layout/LayoutModifierImpl;->(Lkotlin/jvm/functions/Function3;)V PLandroidx/compose/ui/layout/LayoutModifierKt;->layout(Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function3;)Landroidx/compose/ui/Modifier; @@ -32123,6 +32231,40 @@ PLandroidx/emoji2/text/EmojiCompatInitializer;->create(Landroid/content/Context; PLandroidx/emoji2/text/EmojiCompatInitializer;->delayUntilFirstResume(Landroid/content/Context;)V PLandroidx/emoji2/text/EmojiCompatInitializer;->dependencies()Ljava/util/List; PLandroidx/emoji2/text/EmojiCompatInitializer;->loadEmojiCompatAfterDelay()V +PLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->()V +PLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->(Ljava/io/InputStream;)V +PLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->(Ljava/io/InputStream;Ljava/nio/ByteOrder;)V +PLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->([B)V +PLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->read([BII)I +PLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->readByte()B +PLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->readInt()I +PLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->readUnsignedInt()J +PLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->readUnsignedShort()I +PLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->setByteOrder(Ljava/nio/ByteOrder;)V +PLandroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;->skipFully(I)V +PLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->(IIJ[B)V +PLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->(II[B)V +PLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->createString(Ljava/lang/String;)Landroidx/exifinterface/media/ExifInterface$ExifAttribute; +PLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->createULong(JLjava/nio/ByteOrder;)Landroidx/exifinterface/media/ExifInterface$ExifAttribute; +PLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->createULong([JLjava/nio/ByteOrder;)Landroidx/exifinterface/media/ExifInterface$ExifAttribute; +PLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->getIntValue(Ljava/nio/ByteOrder;)I +PLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->getStringValue(Ljava/nio/ByteOrder;)Ljava/lang/String; +PLandroidx/exifinterface/media/ExifInterface$ExifAttribute;->getValue(Ljava/nio/ByteOrder;)Ljava/lang/Object; +PLandroidx/exifinterface/media/ExifInterface$ExifTag;->(Ljava/lang/String;II)V +PLandroidx/exifinterface/media/ExifInterface$ExifTag;->(Ljava/lang/String;III)V +PLandroidx/exifinterface/media/ExifInterface;->(Ljava/io/InputStream;)V +PLandroidx/exifinterface/media/ExifInterface;->(Ljava/io/InputStream;I)V +PLandroidx/exifinterface/media/ExifInterface;->addDefaultValuesForCompatibility()V +PLandroidx/exifinterface/media/ExifInterface;->getAttribute(Ljava/lang/String;)Ljava/lang/String; +PLandroidx/exifinterface/media/ExifInterface;->getAttributeInt(Ljava/lang/String;I)I +PLandroidx/exifinterface/media/ExifInterface;->getExifAttribute(Ljava/lang/String;)Landroidx/exifinterface/media/ExifInterface$ExifAttribute; +PLandroidx/exifinterface/media/ExifInterface;->getJpegAttributes(Landroidx/exifinterface/media/ExifInterface$ByteOrderedDataInputStream;II)V +PLandroidx/exifinterface/media/ExifInterface;->getMimeType(Ljava/io/BufferedInputStream;)I +PLandroidx/exifinterface/media/ExifInterface;->getRotationDegrees()I +PLandroidx/exifinterface/media/ExifInterface;->isFlipped()Z +PLandroidx/exifinterface/media/ExifInterface;->isJpegFormat([B)Z +PLandroidx/exifinterface/media/ExifInterface;->loadAttributes(Ljava/io/InputStream;)V +PLandroidx/exifinterface/media/ExifInterface;->shouldSupportSeek(I)Z PLandroidx/lifecycle/DefaultLifecycleObserver;->onCreate(Landroidx/lifecycle/LifecycleOwner;)V PLandroidx/lifecycle/DefaultLifecycleObserver;->onDestroy(Landroidx/lifecycle/LifecycleOwner;)V PLandroidx/lifecycle/DefaultLifecycleObserver;->onPause(Landroidx/lifecycle/LifecycleOwner;)V @@ -32880,7 +33022,6 @@ PLandroidx/paging/PageFetcherSnapshot;->access$startConsumingHints(Landroidx/pag PLandroidx/paging/PageFetcherSnapshot;->getPageEventFlow()Lkotlinx/coroutines/flow/Flow; PLandroidx/paging/PageFetcherSnapshot;->getRemoteMediatorConnection()Landroidx/paging/RemoteMediatorConnection; PLandroidx/paging/PageFetcherSnapshot;->loadParams(Landroidx/paging/LoadType;Ljava/lang/Object;)Landroidx/paging/PagingSource$LoadParams; -PLandroidx/paging/PageFetcherSnapshot;->nextLoadKeyOrNull(Landroidx/paging/PageFetcherSnapshotState;Landroidx/paging/LoadType;II)Ljava/lang/Object; PLandroidx/paging/PageFetcherSnapshot;->setLoading(Landroidx/paging/PageFetcherSnapshotState;Landroidx/paging/LoadType;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; PLandroidx/paging/PageFetcherSnapshot;->startConsumingHints(Lkotlinx/coroutines/CoroutineScope;)V PLandroidx/paging/PageFetcherSnapshotKt;->shouldPrioritizeOver(Landroidx/paging/GenerationalViewportHint;Landroidx/paging/GenerationalViewportHint;Landroidx/paging/LoadType;)Z @@ -34191,7 +34332,6 @@ PLcoil/compose/ContentPainterModifier;->modifyConstraints-ZezNO4M(J)J PLcoil/compose/CrossfadePainter;->(Landroidx/compose/ui/graphics/painter/Painter;Landroidx/compose/ui/graphics/painter/Painter;Landroidx/compose/ui/layout/ContentScale;IZZ)V PLcoil/compose/CrossfadePainter;->computeDrawSize-x8L_9b0(JJ)J PLcoil/compose/CrossfadePainter;->computeIntrinsicSize-NH-jbRc()J -PLcoil/compose/CrossfadePainter;->drawPainter(Landroidx/compose/ui/graphics/drawscope/DrawScope;Landroidx/compose/ui/graphics/painter/Painter;F)V PLcoil/compose/CrossfadePainter;->getColorFilter()Landroidx/compose/ui/graphics/ColorFilter; PLcoil/compose/CrossfadePainter;->getIntrinsicSize-NH-jbRc()J PLcoil/compose/CrossfadePainter;->getInvalidateTick()I @@ -34212,7 +34352,6 @@ PLcoil/compose/UtilsKt$transformOf$1;->invoke(Ljava/lang/Object;)Ljava/lang/Obje PLcoil/compose/UtilsKt;->()V PLcoil/compose/UtilsKt;->getZeroConstraints()J PLcoil/compose/UtilsKt;->onStateOf(Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Lkotlin/jvm/functions/Function1; -PLcoil/compose/UtilsKt;->toIntSize-uvyYCjk(J)J PLcoil/compose/UtilsKt;->toScale(Landroidx/compose/ui/layout/ContentScale;)Lcoil/size/Scale; PLcoil/compose/UtilsKt;->transformOf(Landroidx/compose/ui/graphics/painter/Painter;Landroidx/compose/ui/graphics/painter/Painter;Landroidx/compose/ui/graphics/painter/Painter;)Lkotlin/jvm/functions/Function1; PLcoil/decode/BitmapFactoryDecoder$Companion;->()V @@ -34251,6 +34390,9 @@ PLcoil/decode/ExifData;->()V PLcoil/decode/ExifData;->(ZI)V PLcoil/decode/ExifData;->getRotationDegrees()I PLcoil/decode/ExifData;->isFlipped()Z +PLcoil/decode/ExifInterfaceInputStream;->(Ljava/io/InputStream;)V +PLcoil/decode/ExifInterfaceInputStream;->interceptBytesRead(I)I +PLcoil/decode/ExifInterfaceInputStream;->read([BII)I PLcoil/decode/ExifOrientationPolicy;->$values()[Lcoil/decode/ExifOrientationPolicy; PLcoil/decode/ExifOrientationPolicy;->()V PLcoil/decode/ExifOrientationPolicy;->(Ljava/lang/String;I)V @@ -34413,7 +34555,6 @@ PLcoil/intercept/EngineInterceptor;->fetch(Lcoil/ComponentRegistry;Lcoil/request PLcoil/intercept/EngineInterceptor;->transform$coil_base_release(Lcoil/intercept/EngineInterceptor$ExecuteResult;Lcoil/request/ImageRequest;Lcoil/request/Options;Lcoil/EventListener;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; PLcoil/intercept/RealInterceptorChain$proceed$1;->(Lcoil/intercept/RealInterceptorChain;Lkotlin/coroutines/Continuation;)V PLcoil/intercept/RealInterceptorChain$proceed$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; -PLcoil/intercept/RealInterceptorChain;->checkRequest(Lcoil/request/ImageRequest;Lcoil/intercept/Interceptor;)V PLcoil/intercept/RealInterceptorChain;->copy$default(Lcoil/intercept/RealInterceptorChain;ILcoil/request/ImageRequest;Lcoil/size/Size;ILjava/lang/Object;)Lcoil/intercept/RealInterceptorChain; PLcoil/intercept/RealInterceptorChain;->copy(ILcoil/request/ImageRequest;Lcoil/size/Size;)Lcoil/intercept/RealInterceptorChain; PLcoil/intercept/RealInterceptorChain;->getEventListener()Lcoil/EventListener; @@ -36327,6 +36468,7 @@ PLkotlin/collections/CollectionsKt__MutableCollectionsJVMKt;->sort(Ljava/util/Li PLkotlin/collections/CollectionsKt__MutableCollectionsKt;->filterInPlace$CollectionsKt__MutableCollectionsKt(Ljava/lang/Iterable;Lkotlin/jvm/functions/Function1;Z)Z PLkotlin/collections/CollectionsKt__MutableCollectionsKt;->filterInPlace$CollectionsKt__MutableCollectionsKt(Ljava/util/List;Lkotlin/jvm/functions/Function1;Z)Z PLkotlin/collections/CollectionsKt__MutableCollectionsKt;->removeAll(Ljava/util/List;Lkotlin/jvm/functions/Function1;)Z +PLkotlin/collections/CollectionsKt__MutableCollectionsKt;->removeLast(Ljava/util/List;)Ljava/lang/Object; PLkotlin/collections/CollectionsKt__ReversedViewsKt;->access$reverseElementIndex(Ljava/util/List;I)I PLkotlin/collections/CollectionsKt__ReversedViewsKt;->asReversed(Ljava/util/List;)Ljava/util/List; PLkotlin/collections/CollectionsKt__ReversedViewsKt;->reverseElementIndex$CollectionsKt__ReversedViewsKt(Ljava/util/List;I)I @@ -37016,7 +37158,6 @@ PLkotlinx/coroutines/NonDisposableHandle;->()V PLkotlinx/coroutines/NonDisposableHandle;->()V PLkotlinx/coroutines/NonDisposableHandle;->dispose()V PLkotlinx/coroutines/ResumeAwaitOnCompletion;->(Lkotlinx/coroutines/CancellableContinuationImpl;)V -PLkotlinx/coroutines/ResumeAwaitOnCompletion;->invoke(Ljava/lang/Throwable;)V PLkotlinx/coroutines/SupervisorJobImpl;->(Lkotlinx/coroutines/Job;)V PLkotlinx/coroutines/SupervisorJobImpl;->childCancelled(Ljava/lang/Throwable;)Z PLkotlinx/coroutines/SupervisorKt;->SupervisorJob$default(Lkotlinx/coroutines/Job;ILjava/lang/Object;)Lkotlinx/coroutines/CompletableJob; @@ -37402,6 +37543,8 @@ PLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->getWorkerCtl$FU()Lja PLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->idleReset(I)V PLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->nextInt(I)I PLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->run()V +PLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->setIndexInArray(I)V +PLkotlinx/coroutines/scheduling/CoroutineScheduler$Worker;->tryTerminateWorker()V PLkotlinx/coroutines/scheduling/CoroutineScheduler$WorkerState;->$values()[Lkotlinx/coroutines/scheduling/CoroutineScheduler$WorkerState; PLkotlinx/coroutines/scheduling/CoroutineScheduler$WorkerState;->()V PLkotlinx/coroutines/scheduling/CoroutineScheduler$WorkerState;->(Ljava/lang/String;I)V @@ -37520,7 +37663,6 @@ PLkotlinx/serialization/internal/PluginGeneratedSerialDescriptor;->getChildSeria PLkotlinx/serialization/internal/PluginGeneratedSerialDescriptor;->getElementAnnotations(I)Ljava/util/List; PLkotlinx/serialization/internal/PluginGeneratedSerialDescriptor;->getElementDescriptor(I)Lkotlinx/serialization/descriptors/SerialDescriptor; PLkotlinx/serialization/internal/PluginGeneratedSerialDescriptor;->getElementName(I)Ljava/lang/String; -PLkotlinx/serialization/internal/PluginGeneratedSerialDescriptor;->getElementsCount()I PLkotlinx/serialization/internal/PluginGeneratedSerialDescriptor;->getSerialName()Ljava/lang/String; PLkotlinx/serialization/internal/PluginGeneratedSerialDescriptor;->getTypeParameterDescriptors$kotlinx_serialization_core()[Lkotlinx/serialization/descriptors/SerialDescriptor; PLkotlinx/serialization/internal/PluginGeneratedSerialDescriptorKt;->hashCodeImpl(Lkotlinx/serialization/descriptors/SerialDescriptor;[Lkotlinx/serialization/descriptors/SerialDescriptor;)I @@ -37565,6 +37707,8 @@ PLkotlinx/serialization/json/JsonNamingStrategy$Builtins;->getSnakeCase()Lkotlin PLkotlinx/serialization/json/JsonNamingStrategy;->()V PLkotlinx/serialization/json/internal/AbstractJsonLexer;->()V PLkotlinx/serialization/json/internal/AbstractJsonLexer;->expectEof()V +PLkotlinx/serialization/json/internal/AbstractJsonLexer;->fromHexChar(Ljava/lang/CharSequence;I)I +PLkotlinx/serialization/json/internal/AbstractJsonLexerKt;->escapeToChar(I)C PLkotlinx/serialization/json/internal/CharMappings;->()V PLkotlinx/serialization/json/internal/CharMappings;->()V PLkotlinx/serialization/json/internal/CharMappings;->initC2ESC(CC)V @@ -38117,7 +38261,6 @@ PLokhttp3/internal/concurrent/Task;->initQueue$okhttp(Lokhttp3/internal/concurre PLokhttp3/internal/concurrent/Task;->setNextExecuteNanoTime$okhttp(J)V PLokhttp3/internal/concurrent/TaskQueue$execute$1;->(Ljava/lang/String;ZLkotlin/jvm/functions/Function0;)V PLokhttp3/internal/concurrent/TaskQueue$execute$1;->runOnce()J -PLokhttp3/internal/concurrent/TaskQueue;->cancelAll()V PLokhttp3/internal/concurrent/TaskQueue;->cancelAllAndDecide$okhttp()Z PLokhttp3/internal/concurrent/TaskQueue;->getActiveTask$okhttp()Lokhttp3/internal/concurrent/Task; PLokhttp3/internal/concurrent/TaskQueue;->getCancelActiveTask$okhttp()Z @@ -38151,6 +38294,7 @@ PLokhttp3/internal/connection/ConnectionSpecSelector;->configureSecureSocket(Lja PLokhttp3/internal/connection/ConnectionSpecSelector;->isFallbackPossible(Ljavax/net/ssl/SSLSocket;)Z PLokhttp3/internal/connection/Exchange$ResponseBodySource;->(Lokhttp3/internal/connection/Exchange;Lokio/Source;J)V PLokhttp3/internal/connection/Exchange$ResponseBodySource;->close()V +PLokhttp3/internal/connection/Exchange$ResponseBodySource;->read(Lokio/Buffer;J)J PLokhttp3/internal/connection/Exchange;->bodyComplete(JZZLjava/io/IOException;)Ljava/io/IOException; PLokhttp3/internal/connection/Exchange;->finishRequest()V PLokhttp3/internal/connection/Exchange;->getCall$okhttp()Lokhttp3/internal/connection/RealCall; @@ -38207,7 +38351,6 @@ PLokhttp3/internal/connection/RealConnection;->onSettings(Lokhttp3/internal/http PLokhttp3/internal/connection/RealConnection;->protocol()Lokhttp3/Protocol; PLokhttp3/internal/connection/RealConnection;->route()Lokhttp3/Route; PLokhttp3/internal/connection/RealConnection;->setIdleAtNs$okhttp(J)V -PLokhttp3/internal/connection/RealConnection;->setNoNewExchanges(Z)V PLokhttp3/internal/connection/RealConnection;->socket()Ljava/net/Socket; PLokhttp3/internal/connection/RealConnectionPool$Companion;->()V PLokhttp3/internal/connection/RealConnectionPool$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V @@ -38348,6 +38491,7 @@ PLokhttp3/internal/http2/Http2Connection;->access$getSettingsListenerQueue$p(Lok PLokhttp3/internal/http2/Http2Connection;->access$getWriterQueue$p(Lokhttp3/internal/http2/Http2Connection;)Lokhttp3/internal/concurrent/TaskQueue; PLokhttp3/internal/http2/Http2Connection;->access$setShutdown$p(Lokhttp3/internal/http2/Http2Connection;Z)V PLokhttp3/internal/http2/Http2Connection;->access$setWriteBytesMaximum$p(Lokhttp3/internal/http2/Http2Connection;J)V +PLokhttp3/internal/http2/Http2Connection;->close$okhttp(Lokhttp3/internal/http2/ErrorCode;Lokhttp3/internal/http2/ErrorCode;Ljava/io/IOException;)V PLokhttp3/internal/http2/Http2Connection;->failConnection(Ljava/io/IOException;)V PLokhttp3/internal/http2/Http2Connection;->flush()V PLokhttp3/internal/http2/Http2Connection;->getClient$okhttp()Z @@ -38659,6 +38803,7 @@ PLokio/ForwardingFileSystem;->sink(Lokio/Path;Z)Lokio/Sink; PLokio/ForwardingSink;->(Lokio/Sink;)V PLokio/ForwardingSink;->close()V PLokio/ForwardingSink;->flush()V +PLokio/ForwardingSink;->write(Lokio/Buffer;J)V PLokio/ForwardingSource;->close()V PLokio/ForwardingSource;->delegate()Lokio/Source; PLokio/ForwardingSource;->read(Lokio/Buffer;J)J @@ -38725,6 +38870,7 @@ PLokio/RealBufferedSource;->inputStream()Ljava/io/InputStream; PLokio/RealBufferedSource;->peek()Lokio/BufferedSource; PLokio/RealBufferedSource;->readAll(Lokio/Sink;)J PLokio/RealBufferedSource;->readByteString(J)Lokio/ByteString; +PLokio/RealBufferedSource;->readInt()I PLokio/RealBufferedSource;->readShort()S PLokio/RealBufferedSource;->readString(Ljava/nio/charset/Charset;)Ljava/lang/String; PLokio/RealBufferedSource;->readUtf8LineStrict()Ljava/lang/String; @@ -38736,6 +38882,7 @@ PLokio/Segment;->()V PLokio/Segment;->()V PLokio/Segment;->([BIIZZ)V PLokio/Segment;->sharedCopy()Lokio/Segment; +PLokio/Segment;->split(I)Lokio/Segment; PLokio/SegmentPool;->()V PLokio/SegmentPool;->()V PLokio/SocketAsyncTimeout;->(Ljava/net/Socket;)V