1// Klib ABI Dump 2// Targets: [linuxX64.linuxx64Stubs] 3// Rendering settings: 4// - Signature version: 2 5// - Show manifest properties: true 6// - Show declarations: true 7 8// Library unique name: <androidx.compose.animation:animation-core> 9open annotation class androidx.compose.animation.core/ExperimentalAnimatableApi : kotlin/Annotation { // androidx.compose.animation.core/ExperimentalAnimatableApi|null[0] 10 constructor <init>() // androidx.compose.animation.core/ExperimentalAnimatableApi.<init>|<init>(){}[0] 11} 12 13open annotation class androidx.compose.animation.core/ExperimentalAnimationSpecApi : kotlin/Annotation { // androidx.compose.animation.core/ExperimentalAnimationSpecApi|null[0] 14 constructor <init>() // androidx.compose.animation.core/ExperimentalAnimationSpecApi.<init>|<init>(){}[0] 15} 16 17open annotation class androidx.compose.animation.core/ExperimentalTransitionApi : kotlin/Annotation { // androidx.compose.animation.core/ExperimentalTransitionApi|null[0] 18 constructor <init>() // androidx.compose.animation.core/ExperimentalTransitionApi.<init>|<init>(){}[0] 19} 20 21open annotation class androidx.compose.animation.core/InternalAnimationApi : kotlin/Annotation { // androidx.compose.animation.core/InternalAnimationApi|null[0] 22 constructor <init>() // androidx.compose.animation.core/InternalAnimationApi.<init>|<init>(){}[0] 23} 24 25final enum class androidx.compose.animation.core/AnimationEndReason : kotlin/Enum<androidx.compose.animation.core/AnimationEndReason> { // androidx.compose.animation.core/AnimationEndReason|null[0] 26 enum entry BoundReached // androidx.compose.animation.core/AnimationEndReason.BoundReached|null[0] 27 enum entry Finished // androidx.compose.animation.core/AnimationEndReason.Finished|null[0] 28 29 final val entries // androidx.compose.animation.core/AnimationEndReason.entries|#static{}entries[0] 30 final fun <get-entries>(): kotlin.enums/EnumEntries<androidx.compose.animation.core/AnimationEndReason> // androidx.compose.animation.core/AnimationEndReason.entries.<get-entries>|<get-entries>#static(){}[0] 31 32 final fun valueOf(kotlin/String): androidx.compose.animation.core/AnimationEndReason // androidx.compose.animation.core/AnimationEndReason.valueOf|valueOf#static(kotlin.String){}[0] 33 final fun values(): kotlin/Array<androidx.compose.animation.core/AnimationEndReason> // androidx.compose.animation.core/AnimationEndReason.values|values#static(){}[0] 34} 35 36final enum class androidx.compose.animation.core/RepeatMode : kotlin/Enum<androidx.compose.animation.core/RepeatMode> { // androidx.compose.animation.core/RepeatMode|null[0] 37 enum entry Restart // androidx.compose.animation.core/RepeatMode.Restart|null[0] 38 enum entry Reverse // androidx.compose.animation.core/RepeatMode.Reverse|null[0] 39 40 final val entries // androidx.compose.animation.core/RepeatMode.entries|#static{}entries[0] 41 final fun <get-entries>(): kotlin.enums/EnumEntries<androidx.compose.animation.core/RepeatMode> // androidx.compose.animation.core/RepeatMode.entries.<get-entries>|<get-entries>#static(){}[0] 42 43 final fun valueOf(kotlin/String): androidx.compose.animation.core/RepeatMode // androidx.compose.animation.core/RepeatMode.valueOf|valueOf#static(kotlin.String){}[0] 44 final fun values(): kotlin/Array<androidx.compose.animation.core/RepeatMode> // androidx.compose.animation.core/RepeatMode.values|values#static(){}[0] 45} 46 47abstract fun interface androidx.compose.animation.core/Easing { // androidx.compose.animation.core/Easing|null[0] 48 abstract fun transform(kotlin/Float): kotlin/Float // androidx.compose.animation.core/Easing.transform|transform(kotlin.Float){}[0] 49} 50 51abstract interface <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedAnimationSpec { // androidx.compose.animation.core/VectorizedAnimationSpec|null[0] 52 abstract val isInfinite // androidx.compose.animation.core/VectorizedAnimationSpec.isInfinite|{}isInfinite[0] 53 abstract fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/VectorizedAnimationSpec.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0] 54 55 abstract fun getDurationNanos(#A, #A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedAnimationSpec.getDurationNanos|getDurationNanos(1:0;1:0;1:0){}[0] 56 abstract fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedAnimationSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 57 abstract fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedAnimationSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 58 open fun getEndVelocity(#A, #A, #A): #A // androidx.compose.animation.core/VectorizedAnimationSpec.getEndVelocity|getEndVelocity(1:0;1:0;1:0){}[0] 59} 60 61abstract interface <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedDecayAnimationSpec { // androidx.compose.animation.core/VectorizedDecayAnimationSpec|null[0] 62 abstract val absVelocityThreshold // androidx.compose.animation.core/VectorizedDecayAnimationSpec.absVelocityThreshold|{}absVelocityThreshold[0] 63 abstract fun <get-absVelocityThreshold>(): kotlin/Float // androidx.compose.animation.core/VectorizedDecayAnimationSpec.absVelocityThreshold.<get-absVelocityThreshold>|<get-absVelocityThreshold>(){}[0] 64 65 abstract fun getDurationNanos(#A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedDecayAnimationSpec.getDurationNanos|getDurationNanos(1:0;1:0){}[0] 66 abstract fun getTargetValue(#A, #A): #A // androidx.compose.animation.core/VectorizedDecayAnimationSpec.getTargetValue|getTargetValue(1:0;1:0){}[0] 67 abstract fun getValueFromNanos(kotlin/Long, #A, #A): #A // androidx.compose.animation.core/VectorizedDecayAnimationSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0){}[0] 68 abstract fun getVelocityFromNanos(kotlin/Long, #A, #A): #A // androidx.compose.animation.core/VectorizedDecayAnimationSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0){}[0] 69} 70 71abstract interface <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec : androidx.compose.animation.core/VectorizedFiniteAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec|null[0] 72 abstract val delayMillis // androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec.delayMillis|{}delayMillis[0] 73 abstract fun <get-delayMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec.delayMillis.<get-delayMillis>|<get-delayMillis>(){}[0] 74 abstract val durationMillis // androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec.durationMillis|{}durationMillis[0] 75 abstract fun <get-durationMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec.durationMillis.<get-durationMillis>|<get-durationMillis>(){}[0] 76 77 open fun getDurationNanos(#A, #A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec.getDurationNanos|getDurationNanos(1:0;1:0;1:0){}[0] 78} 79 80abstract interface <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedFiniteAnimationSpec : androidx.compose.animation.core/VectorizedAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedFiniteAnimationSpec|null[0] 81 open val isInfinite // androidx.compose.animation.core/VectorizedFiniteAnimationSpec.isInfinite|{}isInfinite[0] 82 open fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/VectorizedFiniteAnimationSpec.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0] 83} 84 85abstract interface <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/Animation { // androidx.compose.animation.core/Animation|null[0] 86 abstract val durationNanos // androidx.compose.animation.core/Animation.durationNanos|{}durationNanos[0] 87 abstract fun <get-durationNanos>(): kotlin/Long // androidx.compose.animation.core/Animation.durationNanos.<get-durationNanos>|<get-durationNanos>(){}[0] 88 abstract val isInfinite // androidx.compose.animation.core/Animation.isInfinite|{}isInfinite[0] 89 abstract fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/Animation.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0] 90 abstract val targetValue // androidx.compose.animation.core/Animation.targetValue|{}targetValue[0] 91 abstract fun <get-targetValue>(): #A // androidx.compose.animation.core/Animation.targetValue.<get-targetValue>|<get-targetValue>(){}[0] 92 abstract val typeConverter // androidx.compose.animation.core/Animation.typeConverter|{}typeConverter[0] 93 abstract fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/Animation.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0] 94 95 abstract fun getValueFromNanos(kotlin/Long): #A // androidx.compose.animation.core/Animation.getValueFromNanos|getValueFromNanos(kotlin.Long){}[0] 96 abstract fun getVelocityVectorFromNanos(kotlin/Long): #B // androidx.compose.animation.core/Animation.getVelocityVectorFromNanos|getVelocityVectorFromNanos(kotlin.Long){}[0] 97 open fun isFinishedFromNanos(kotlin/Long): kotlin/Boolean // androidx.compose.animation.core/Animation.isFinishedFromNanos|isFinishedFromNanos(kotlin.Long){}[0] 98} 99 100abstract interface <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/TwoWayConverter { // androidx.compose.animation.core/TwoWayConverter|null[0] 101 abstract val convertFromVector // androidx.compose.animation.core/TwoWayConverter.convertFromVector|{}convertFromVector[0] 102 abstract fun <get-convertFromVector>(): kotlin/Function1<#B, #A> // androidx.compose.animation.core/TwoWayConverter.convertFromVector.<get-convertFromVector>|<get-convertFromVector>(){}[0] 103 abstract val convertToVector // androidx.compose.animation.core/TwoWayConverter.convertToVector|{}convertToVector[0] 104 abstract fun <get-convertToVector>(): kotlin/Function1<#A, #B> // androidx.compose.animation.core/TwoWayConverter.convertToVector.<get-convertToVector>|<get-convertToVector>(){}[0] 105} 106 107abstract interface <#A: kotlin/Any?> androidx.compose.animation.core/AnimationSpec { // androidx.compose.animation.core/AnimationSpec|null[0] 108 abstract fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedAnimationSpec<#A1> // androidx.compose.animation.core/AnimationSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0] 109} 110 111abstract interface <#A: kotlin/Any?> androidx.compose.animation.core/DecayAnimationSpec { // androidx.compose.animation.core/DecayAnimationSpec|null[0] 112 abstract fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedDecayAnimationSpec<#A1> // androidx.compose.animation.core/DecayAnimationSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0] 113} 114 115abstract interface <#A: kotlin/Any?> androidx.compose.animation.core/DurationBasedAnimationSpec : androidx.compose.animation.core/FiniteAnimationSpec<#A> { // androidx.compose.animation.core/DurationBasedAnimationSpec|null[0] 116 abstract fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A1> // androidx.compose.animation.core/DurationBasedAnimationSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0] 117} 118 119abstract interface <#A: kotlin/Any?> androidx.compose.animation.core/FiniteAnimationSpec : androidx.compose.animation.core/AnimationSpec<#A> { // androidx.compose.animation.core/FiniteAnimationSpec|null[0] 120 abstract fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedFiniteAnimationSpec<#A1> // androidx.compose.animation.core/FiniteAnimationSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0] 121} 122 123abstract interface androidx.compose.animation.core/FloatAnimationSpec : androidx.compose.animation.core/AnimationSpec<kotlin/Float> { // androidx.compose.animation.core/FloatAnimationSpec|null[0] 124 abstract fun getDurationNanos(kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.animation.core/FloatAnimationSpec.getDurationNanos|getDurationNanos(kotlin.Float;kotlin.Float;kotlin.Float){}[0] 125 abstract fun getValueFromNanos(kotlin/Long, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatAnimationSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;kotlin.Float;kotlin.Float;kotlin.Float){}[0] 126 abstract fun getVelocityFromNanos(kotlin/Long, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatAnimationSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;kotlin.Float;kotlin.Float;kotlin.Float){}[0] 127 open fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<kotlin/Float, #A1>): androidx.compose.animation.core/VectorizedFloatAnimationSpec<#A1> // androidx.compose.animation.core/FloatAnimationSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<kotlin.Float,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0] 128 open fun getEndVelocity(kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatAnimationSpec.getEndVelocity|getEndVelocity(kotlin.Float;kotlin.Float;kotlin.Float){}[0] 129} 130 131abstract interface androidx.compose.animation.core/FloatDecayAnimationSpec { // androidx.compose.animation.core/FloatDecayAnimationSpec|null[0] 132 abstract val absVelocityThreshold // androidx.compose.animation.core/FloatDecayAnimationSpec.absVelocityThreshold|{}absVelocityThreshold[0] 133 abstract fun <get-absVelocityThreshold>(): kotlin/Float // androidx.compose.animation.core/FloatDecayAnimationSpec.absVelocityThreshold.<get-absVelocityThreshold>|<get-absVelocityThreshold>(){}[0] 134 135 abstract fun getDurationNanos(kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.animation.core/FloatDecayAnimationSpec.getDurationNanos|getDurationNanos(kotlin.Float;kotlin.Float){}[0] 136 abstract fun getTargetValue(kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatDecayAnimationSpec.getTargetValue|getTargetValue(kotlin.Float;kotlin.Float){}[0] 137 abstract fun getValueFromNanos(kotlin/Long, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatDecayAnimationSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;kotlin.Float;kotlin.Float){}[0] 138 abstract fun getVelocityFromNanos(kotlin/Long, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatDecayAnimationSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;kotlin.Float;kotlin.Float){}[0] 139} 140 141final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedFloatAnimationSpec : androidx.compose.animation.core/VectorizedFiniteAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedFloatAnimationSpec|null[0] 142 constructor <init>(androidx.compose.animation.core/FloatAnimationSpec) // androidx.compose.animation.core/VectorizedFloatAnimationSpec.<init>|<init>(androidx.compose.animation.core.FloatAnimationSpec){}[0] 143 144 final fun getDurationNanos(#A, #A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedFloatAnimationSpec.getDurationNanos|getDurationNanos(1:0;1:0;1:0){}[0] 145 final fun getEndVelocity(#A, #A, #A): #A // androidx.compose.animation.core/VectorizedFloatAnimationSpec.getEndVelocity|getEndVelocity(1:0;1:0;1:0){}[0] 146 final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedFloatAnimationSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 147 final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedFloatAnimationSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 148} 149 150final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec : androidx.compose.animation.core/VectorizedAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec|null[0] 151 constructor <init>(androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode = ...) // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.<init>|<init>(androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode){}[0] 152 constructor <init>(androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode = ..., androidx.compose.animation.core/StartOffset = ...) // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.<init>|<init>(androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode;androidx.compose.animation.core.StartOffset){}[0] 153 154 final val isInfinite // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.isInfinite|{}isInfinite[0] 155 final fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0] 156 157 final fun getDurationNanos(#A, #A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.getDurationNanos|getDurationNanos(1:0;1:0;1:0){}[0] 158 final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 159 final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedInfiniteRepeatableSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 160} 161 162final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedKeyframesSpec : androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedKeyframesSpec|null[0] 163 constructor <init>(kotlin.collections/Map<kotlin/Int, kotlin/Pair<#A, androidx.compose.animation.core/Easing>>, kotlin/Int, kotlin/Int = ...) // androidx.compose.animation.core/VectorizedKeyframesSpec.<init>|<init>(kotlin.collections.Map<kotlin.Int,kotlin.Pair<1:0,androidx.compose.animation.core.Easing>>;kotlin.Int;kotlin.Int){}[0] 164 165 final val delayMillis // androidx.compose.animation.core/VectorizedKeyframesSpec.delayMillis|{}delayMillis[0] 166 final fun <get-delayMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedKeyframesSpec.delayMillis.<get-delayMillis>|<get-delayMillis>(){}[0] 167 final val durationMillis // androidx.compose.animation.core/VectorizedKeyframesSpec.durationMillis|{}durationMillis[0] 168 final fun <get-durationMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedKeyframesSpec.durationMillis.<get-durationMillis>|<get-durationMillis>(){}[0] 169 170 final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedKeyframesSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 171 final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedKeyframesSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 172} 173 174final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedRepeatableSpec : androidx.compose.animation.core/VectorizedFiniteAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedRepeatableSpec|null[0] 175 constructor <init>(kotlin/Int, androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode = ...) // androidx.compose.animation.core/VectorizedRepeatableSpec.<init>|<init>(kotlin.Int;androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode){}[0] 176 constructor <init>(kotlin/Int, androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode = ..., androidx.compose.animation.core/StartOffset = ...) // androidx.compose.animation.core/VectorizedRepeatableSpec.<init>|<init>(kotlin.Int;androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode;androidx.compose.animation.core.StartOffset){}[0] 177 178 final fun getDurationNanos(#A, #A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedRepeatableSpec.getDurationNanos|getDurationNanos(1:0;1:0;1:0){}[0] 179 final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedRepeatableSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 180 final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedRepeatableSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 181} 182 183final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedSnapSpec : androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedSnapSpec|null[0] 184 constructor <init>(kotlin/Int = ...) // androidx.compose.animation.core/VectorizedSnapSpec.<init>|<init>(kotlin.Int){}[0] 185 186 final val delayMillis // androidx.compose.animation.core/VectorizedSnapSpec.delayMillis|{}delayMillis[0] 187 final fun <get-delayMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedSnapSpec.delayMillis.<get-delayMillis>|<get-delayMillis>(){}[0] 188 final val durationMillis // androidx.compose.animation.core/VectorizedSnapSpec.durationMillis|{}durationMillis[0] 189 final fun <get-durationMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedSnapSpec.durationMillis.<get-durationMillis>|<get-durationMillis>(){}[0] 190 191 final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedSnapSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 192 final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedSnapSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 193} 194 195final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedSpringSpec : androidx.compose.animation.core/VectorizedFiniteAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedSpringSpec|null[0] 196 constructor <init>(kotlin/Float = ..., kotlin/Float = ..., #A? = ...) // androidx.compose.animation.core/VectorizedSpringSpec.<init>|<init>(kotlin.Float;kotlin.Float;1:0?){}[0] 197 198 final val dampingRatio // androidx.compose.animation.core/VectorizedSpringSpec.dampingRatio|{}dampingRatio[0] 199 final fun <get-dampingRatio>(): kotlin/Float // androidx.compose.animation.core/VectorizedSpringSpec.dampingRatio.<get-dampingRatio>|<get-dampingRatio>(){}[0] 200 final val isInfinite // androidx.compose.animation.core/VectorizedSpringSpec.isInfinite|{}isInfinite[0] 201 final fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/VectorizedSpringSpec.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0] 202 final val stiffness // androidx.compose.animation.core/VectorizedSpringSpec.stiffness|{}stiffness[0] 203 final fun <get-stiffness>(): kotlin/Float // androidx.compose.animation.core/VectorizedSpringSpec.stiffness.<get-stiffness>|<get-stiffness>(){}[0] 204 205 final fun getDurationNanos(#A, #A, #A): kotlin/Long // androidx.compose.animation.core/VectorizedSpringSpec.getDurationNanos|getDurationNanos(1:0;1:0;1:0){}[0] 206 final fun getEndVelocity(#A, #A, #A): #A // androidx.compose.animation.core/VectorizedSpringSpec.getEndVelocity|getEndVelocity(1:0;1:0;1:0){}[0] 207 final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedSpringSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 208 final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedSpringSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 209} 210 211final class <#A: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/VectorizedTweenSpec : androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/VectorizedTweenSpec|null[0] 212 constructor <init>(kotlin/Int = ..., kotlin/Int = ..., androidx.compose.animation.core/Easing = ...) // androidx.compose.animation.core/VectorizedTweenSpec.<init>|<init>(kotlin.Int;kotlin.Int;androidx.compose.animation.core.Easing){}[0] 213 214 final val delayMillis // androidx.compose.animation.core/VectorizedTweenSpec.delayMillis|{}delayMillis[0] 215 final fun <get-delayMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedTweenSpec.delayMillis.<get-delayMillis>|<get-delayMillis>(){}[0] 216 final val durationMillis // androidx.compose.animation.core/VectorizedTweenSpec.durationMillis|{}durationMillis[0] 217 final fun <get-durationMillis>(): kotlin/Int // androidx.compose.animation.core/VectorizedTweenSpec.durationMillis.<get-durationMillis>|<get-durationMillis>(){}[0] 218 final val easing // androidx.compose.animation.core/VectorizedTweenSpec.easing|{}easing[0] 219 final fun <get-easing>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/VectorizedTweenSpec.easing.<get-easing>|<get-easing>(){}[0] 220 221 final fun getValueFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedTweenSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 222 final fun getVelocityFromNanos(kotlin/Long, #A, #A, #A): #A // androidx.compose.animation.core/VectorizedTweenSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;1:0;1:0;1:0){}[0] 223} 224 225final class <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/Animatable { // androidx.compose.animation.core/Animatable|null[0] 226 constructor <init>(#A, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A? = ...) // androidx.compose.animation.core/Animatable.<init>|<init>(1:0;androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0?){}[0] 227 constructor <init>(#A, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A? = ..., kotlin/String = ...) // androidx.compose.animation.core/Animatable.<init>|<init>(1:0;androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0?;kotlin.String){}[0] 228 229 final val label // androidx.compose.animation.core/Animatable.label|{}label[0] 230 final fun <get-label>(): kotlin/String // androidx.compose.animation.core/Animatable.label.<get-label>|<get-label>(){}[0] 231 final val typeConverter // androidx.compose.animation.core/Animatable.typeConverter|{}typeConverter[0] 232 final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/Animatable.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0] 233 final val value // androidx.compose.animation.core/Animatable.value|{}value[0] 234 final fun <get-value>(): #A // androidx.compose.animation.core/Animatable.value.<get-value>|<get-value>(){}[0] 235 final val velocity // androidx.compose.animation.core/Animatable.velocity|{}velocity[0] 236 final fun <get-velocity>(): #A // androidx.compose.animation.core/Animatable.velocity.<get-velocity>|<get-velocity>(){}[0] 237 final val velocityVector // androidx.compose.animation.core/Animatable.velocityVector|{}velocityVector[0] 238 final fun <get-velocityVector>(): #B // androidx.compose.animation.core/Animatable.velocityVector.<get-velocityVector>|<get-velocityVector>(){}[0] 239 240 final var isRunning // androidx.compose.animation.core/Animatable.isRunning|{}isRunning[0] 241 final fun <get-isRunning>(): kotlin/Boolean // androidx.compose.animation.core/Animatable.isRunning.<get-isRunning>|<get-isRunning>(){}[0] 242 final var lowerBound // androidx.compose.animation.core/Animatable.lowerBound|{}lowerBound[0] 243 final fun <get-lowerBound>(): #A? // androidx.compose.animation.core/Animatable.lowerBound.<get-lowerBound>|<get-lowerBound>(){}[0] 244 final var targetValue // androidx.compose.animation.core/Animatable.targetValue|{}targetValue[0] 245 final fun <get-targetValue>(): #A // androidx.compose.animation.core/Animatable.targetValue.<get-targetValue>|<get-targetValue>(){}[0] 246 final var upperBound // androidx.compose.animation.core/Animatable.upperBound|{}upperBound[0] 247 final fun <get-upperBound>(): #A? // androidx.compose.animation.core/Animatable.upperBound.<get-upperBound>|<get-upperBound>(){}[0] 248 249 final fun asState(): androidx.compose.runtime/State<#A> // androidx.compose.animation.core/Animatable.asState|asState(){}[0] 250 final fun updateBounds(#A? = ..., #A? = ...) // androidx.compose.animation.core/Animatable.updateBounds|updateBounds(1:0?;1:0?){}[0] 251 final suspend fun animateDecay(#A, androidx.compose.animation.core/DecayAnimationSpec<#A>, kotlin/Function1<androidx.compose.animation.core/Animatable<#A, #B>, kotlin/Unit>? = ...): androidx.compose.animation.core/AnimationResult<#A, #B> // androidx.compose.animation.core/Animatable.animateDecay|animateDecay(1:0;androidx.compose.animation.core.DecayAnimationSpec<1:0>;kotlin.Function1<androidx.compose.animation.core.Animatable<1:0,1:1>,kotlin.Unit>?){}[0] 252 final suspend fun animateTo(#A, androidx.compose.animation.core/AnimationSpec<#A> = ..., #A = ..., kotlin/Function1<androidx.compose.animation.core/Animatable<#A, #B>, kotlin/Unit>? = ...): androidx.compose.animation.core/AnimationResult<#A, #B> // androidx.compose.animation.core/Animatable.animateTo|animateTo(1:0;androidx.compose.animation.core.AnimationSpec<1:0>;1:0;kotlin.Function1<androidx.compose.animation.core.Animatable<1:0,1:1>,kotlin.Unit>?){}[0] 253 final suspend fun snapTo(#A) // androidx.compose.animation.core/Animatable.snapTo|snapTo(1:0){}[0] 254 final suspend fun stop() // androidx.compose.animation.core/Animatable.stop|stop(){}[0] 255} 256 257final class <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/AnimationResult { // androidx.compose.animation.core/AnimationResult|null[0] 258 constructor <init>(androidx.compose.animation.core/AnimationState<#A, #B>, androidx.compose.animation.core/AnimationEndReason) // androidx.compose.animation.core/AnimationResult.<init>|<init>(androidx.compose.animation.core.AnimationState<1:0,1:1>;androidx.compose.animation.core.AnimationEndReason){}[0] 259 260 final val endReason // androidx.compose.animation.core/AnimationResult.endReason|{}endReason[0] 261 final fun <get-endReason>(): androidx.compose.animation.core/AnimationEndReason // androidx.compose.animation.core/AnimationResult.endReason.<get-endReason>|<get-endReason>(){}[0] 262 final val endState // androidx.compose.animation.core/AnimationResult.endState|{}endState[0] 263 final fun <get-endState>(): androidx.compose.animation.core/AnimationState<#A, #B> // androidx.compose.animation.core/AnimationResult.endState.<get-endState>|<get-endState>(){}[0] 264 265 final fun toString(): kotlin/String // androidx.compose.animation.core/AnimationResult.toString|toString(){}[0] 266} 267 268final class <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/AnimationScope { // androidx.compose.animation.core/AnimationScope|null[0] 269 final val startTimeNanos // androidx.compose.animation.core/AnimationScope.startTimeNanos|{}startTimeNanos[0] 270 final fun <get-startTimeNanos>(): kotlin/Long // androidx.compose.animation.core/AnimationScope.startTimeNanos.<get-startTimeNanos>|<get-startTimeNanos>(){}[0] 271 final val targetValue // androidx.compose.animation.core/AnimationScope.targetValue|{}targetValue[0] 272 final fun <get-targetValue>(): #A // androidx.compose.animation.core/AnimationScope.targetValue.<get-targetValue>|<get-targetValue>(){}[0] 273 final val typeConverter // androidx.compose.animation.core/AnimationScope.typeConverter|{}typeConverter[0] 274 final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/AnimationScope.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0] 275 final val velocity // androidx.compose.animation.core/AnimationScope.velocity|{}velocity[0] 276 final fun <get-velocity>(): #A // androidx.compose.animation.core/AnimationScope.velocity.<get-velocity>|<get-velocity>(){}[0] 277 278 final var finishedTimeNanos // androidx.compose.animation.core/AnimationScope.finishedTimeNanos|{}finishedTimeNanos[0] 279 final fun <get-finishedTimeNanos>(): kotlin/Long // androidx.compose.animation.core/AnimationScope.finishedTimeNanos.<get-finishedTimeNanos>|<get-finishedTimeNanos>(){}[0] 280 final var isRunning // androidx.compose.animation.core/AnimationScope.isRunning|{}isRunning[0] 281 final fun <get-isRunning>(): kotlin/Boolean // androidx.compose.animation.core/AnimationScope.isRunning.<get-isRunning>|<get-isRunning>(){}[0] 282 final var lastFrameTimeNanos // androidx.compose.animation.core/AnimationScope.lastFrameTimeNanos|{}lastFrameTimeNanos[0] 283 final fun <get-lastFrameTimeNanos>(): kotlin/Long // androidx.compose.animation.core/AnimationScope.lastFrameTimeNanos.<get-lastFrameTimeNanos>|<get-lastFrameTimeNanos>(){}[0] 284 final var value // androidx.compose.animation.core/AnimationScope.value|{}value[0] 285 final fun <get-value>(): #A // androidx.compose.animation.core/AnimationScope.value.<get-value>|<get-value>(){}[0] 286 final var velocityVector // androidx.compose.animation.core/AnimationScope.velocityVector|{}velocityVector[0] 287 final fun <get-velocityVector>(): #B // androidx.compose.animation.core/AnimationScope.velocityVector.<get-velocityVector>|<get-velocityVector>(){}[0] 288 289 final fun cancelAnimation() // androidx.compose.animation.core/AnimationScope.cancelAnimation|cancelAnimation(){}[0] 290 final fun toAnimationState(): androidx.compose.animation.core/AnimationState<#A, #B> // androidx.compose.animation.core/AnimationScope.toAnimationState|toAnimationState(){}[0] 291} 292 293final class <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/AnimationState : androidx.compose.runtime/State<#A> { // androidx.compose.animation.core/AnimationState|null[0] 294 constructor <init>(androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #B? = ..., kotlin/Long = ..., kotlin/Long = ..., kotlin/Boolean = ...) // androidx.compose.animation.core/AnimationState.<init>|<init>(androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0;1:1?;kotlin.Long;kotlin.Long;kotlin.Boolean){}[0] 295 296 final val typeConverter // androidx.compose.animation.core/AnimationState.typeConverter|{}typeConverter[0] 297 final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/AnimationState.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0] 298 final val velocity // androidx.compose.animation.core/AnimationState.velocity|{}velocity[0] 299 final fun <get-velocity>(): #A // androidx.compose.animation.core/AnimationState.velocity.<get-velocity>|<get-velocity>(){}[0] 300 301 final var finishedTimeNanos // androidx.compose.animation.core/AnimationState.finishedTimeNanos|{}finishedTimeNanos[0] 302 final fun <get-finishedTimeNanos>(): kotlin/Long // androidx.compose.animation.core/AnimationState.finishedTimeNanos.<get-finishedTimeNanos>|<get-finishedTimeNanos>(){}[0] 303 final var isRunning // androidx.compose.animation.core/AnimationState.isRunning|{}isRunning[0] 304 final fun <get-isRunning>(): kotlin/Boolean // androidx.compose.animation.core/AnimationState.isRunning.<get-isRunning>|<get-isRunning>(){}[0] 305 final var lastFrameTimeNanos // androidx.compose.animation.core/AnimationState.lastFrameTimeNanos|{}lastFrameTimeNanos[0] 306 final fun <get-lastFrameTimeNanos>(): kotlin/Long // androidx.compose.animation.core/AnimationState.lastFrameTimeNanos.<get-lastFrameTimeNanos>|<get-lastFrameTimeNanos>(){}[0] 307 final var value // androidx.compose.animation.core/AnimationState.value|{}value[0] 308 final fun <get-value>(): #A // androidx.compose.animation.core/AnimationState.value.<get-value>|<get-value>(){}[0] 309 final var velocityVector // androidx.compose.animation.core/AnimationState.velocityVector|{}velocityVector[0] 310 final fun <get-velocityVector>(): #B // androidx.compose.animation.core/AnimationState.velocityVector.<get-velocityVector>|<get-velocityVector>(){}[0] 311 312 final fun toString(): kotlin/String // androidx.compose.animation.core/AnimationState.toString|toString(){}[0] 313} 314 315final class <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/DecayAnimation : androidx.compose.animation.core/Animation<#A, #B> { // androidx.compose.animation.core/DecayAnimation|null[0] 316 constructor <init>(androidx.compose.animation.core/DecayAnimationSpec<#A>, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #A) // androidx.compose.animation.core/DecayAnimation.<init>|<init>(androidx.compose.animation.core.DecayAnimationSpec<1:0>;androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0;1:0){}[0] 317 constructor <init>(androidx.compose.animation.core/DecayAnimationSpec<#A>, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #B) // androidx.compose.animation.core/DecayAnimation.<init>|<init>(androidx.compose.animation.core.DecayAnimationSpec<1:0>;androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0;1:1){}[0] 318 constructor <init>(androidx.compose.animation.core/VectorizedDecayAnimationSpec<#B>, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #B) // androidx.compose.animation.core/DecayAnimation.<init>|<init>(androidx.compose.animation.core.VectorizedDecayAnimationSpec<1:1>;androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0;1:1){}[0] 319 320 final val durationNanos // androidx.compose.animation.core/DecayAnimation.durationNanos|{}durationNanos[0] 321 final fun <get-durationNanos>(): kotlin/Long // androidx.compose.animation.core/DecayAnimation.durationNanos.<get-durationNanos>|<get-durationNanos>(){}[0] 322 final val initialValue // androidx.compose.animation.core/DecayAnimation.initialValue|{}initialValue[0] 323 final fun <get-initialValue>(): #A // androidx.compose.animation.core/DecayAnimation.initialValue.<get-initialValue>|<get-initialValue>(){}[0] 324 final val initialVelocityVector // androidx.compose.animation.core/DecayAnimation.initialVelocityVector|{}initialVelocityVector[0] 325 final fun <get-initialVelocityVector>(): #B // androidx.compose.animation.core/DecayAnimation.initialVelocityVector.<get-initialVelocityVector>|<get-initialVelocityVector>(){}[0] 326 final val isInfinite // androidx.compose.animation.core/DecayAnimation.isInfinite|{}isInfinite[0] 327 final fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/DecayAnimation.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0] 328 final val targetValue // androidx.compose.animation.core/DecayAnimation.targetValue|{}targetValue[0] 329 final fun <get-targetValue>(): #A // androidx.compose.animation.core/DecayAnimation.targetValue.<get-targetValue>|<get-targetValue>(){}[0] 330 final val typeConverter // androidx.compose.animation.core/DecayAnimation.typeConverter|{}typeConverter[0] 331 final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/DecayAnimation.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0] 332 333 final fun getValueFromNanos(kotlin/Long): #A // androidx.compose.animation.core/DecayAnimation.getValueFromNanos|getValueFromNanos(kotlin.Long){}[0] 334 final fun getVelocityVectorFromNanos(kotlin/Long): #B // androidx.compose.animation.core/DecayAnimation.getVelocityVectorFromNanos|getVelocityVectorFromNanos(kotlin.Long){}[0] 335} 336 337final class <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/TargetBasedAnimation : androidx.compose.animation.core/Animation<#A, #B> { // androidx.compose.animation.core/TargetBasedAnimation|null[0] 338 constructor <init>(androidx.compose.animation.core/AnimationSpec<#A>, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #A, #B? = ...) // androidx.compose.animation.core/TargetBasedAnimation.<init>|<init>(androidx.compose.animation.core.AnimationSpec<1:0>;androidx.compose.animation.core.TwoWayConverter<1:0,1:1>;1:0;1:0;1:1?){}[0] 339 340 final val durationNanos // androidx.compose.animation.core/TargetBasedAnimation.durationNanos|{}durationNanos[0] 341 final fun <get-durationNanos>(): kotlin/Long // androidx.compose.animation.core/TargetBasedAnimation.durationNanos.<get-durationNanos>|<get-durationNanos>(){}[0] 342 final val initialValue // androidx.compose.animation.core/TargetBasedAnimation.initialValue|{}initialValue[0] 343 final fun <get-initialValue>(): #A // androidx.compose.animation.core/TargetBasedAnimation.initialValue.<get-initialValue>|<get-initialValue>(){}[0] 344 final val isInfinite // androidx.compose.animation.core/TargetBasedAnimation.isInfinite|{}isInfinite[0] 345 final fun <get-isInfinite>(): kotlin/Boolean // androidx.compose.animation.core/TargetBasedAnimation.isInfinite.<get-isInfinite>|<get-isInfinite>(){}[0] 346 final val targetValue // androidx.compose.animation.core/TargetBasedAnimation.targetValue|{}targetValue[0] 347 final fun <get-targetValue>(): #A // androidx.compose.animation.core/TargetBasedAnimation.targetValue.<get-targetValue>|<get-targetValue>(){}[0] 348 final val typeConverter // androidx.compose.animation.core/TargetBasedAnimation.typeConverter|{}typeConverter[0] 349 final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/TargetBasedAnimation.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0] 350 351 final fun getValueFromNanos(kotlin/Long): #A // androidx.compose.animation.core/TargetBasedAnimation.getValueFromNanos|getValueFromNanos(kotlin.Long){}[0] 352 final fun getVelocityVectorFromNanos(kotlin/Long): #B // androidx.compose.animation.core/TargetBasedAnimation.getVelocityVectorFromNanos|getVelocityVectorFromNanos(kotlin.Long){}[0] 353 final fun toString(): kotlin/String // androidx.compose.animation.core/TargetBasedAnimation.toString|toString(){}[0] 354} 355 356final class <#A: kotlin/Any?> androidx.compose.animation.core/InfiniteRepeatableSpec : androidx.compose.animation.core/AnimationSpec<#A> { // androidx.compose.animation.core/InfiniteRepeatableSpec|null[0] 357 constructor <init>(androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode = ...) // androidx.compose.animation.core/InfiniteRepeatableSpec.<init>|<init>(androidx.compose.animation.core.DurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode){}[0] 358 constructor <init>(androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode = ..., androidx.compose.animation.core/StartOffset = ...) // androidx.compose.animation.core/InfiniteRepeatableSpec.<init>|<init>(androidx.compose.animation.core.DurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode;androidx.compose.animation.core.StartOffset){}[0] 359 360 final val animation // androidx.compose.animation.core/InfiniteRepeatableSpec.animation|{}animation[0] 361 final fun <get-animation>(): androidx.compose.animation.core/DurationBasedAnimationSpec<#A> // androidx.compose.animation.core/InfiniteRepeatableSpec.animation.<get-animation>|<get-animation>(){}[0] 362 final val initialStartOffset // androidx.compose.animation.core/InfiniteRepeatableSpec.initialStartOffset|{}initialStartOffset[0] 363 final fun <get-initialStartOffset>(): androidx.compose.animation.core/StartOffset // androidx.compose.animation.core/InfiniteRepeatableSpec.initialStartOffset.<get-initialStartOffset>|<get-initialStartOffset>(){}[0] 364 final val repeatMode // androidx.compose.animation.core/InfiniteRepeatableSpec.repeatMode|{}repeatMode[0] 365 final fun <get-repeatMode>(): androidx.compose.animation.core/RepeatMode // androidx.compose.animation.core/InfiniteRepeatableSpec.repeatMode.<get-repeatMode>|<get-repeatMode>(){}[0] 366 367 final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedAnimationSpec<#A1> // androidx.compose.animation.core/InfiniteRepeatableSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0] 368 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/InfiniteRepeatableSpec.equals|equals(kotlin.Any?){}[0] 369 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/InfiniteRepeatableSpec.hashCode|hashCode(){}[0] 370} 371 372final class <#A: kotlin/Any?> androidx.compose.animation.core/KeyframesSpec : androidx.compose.animation.core/DurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/KeyframesSpec|null[0] 373 constructor <init>(androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig<#A>) // androidx.compose.animation.core/KeyframesSpec.<init>|<init>(androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<1:0>){}[0] 374 375 final val config // androidx.compose.animation.core/KeyframesSpec.config|{}config[0] 376 final fun <get-config>(): androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig<#A> // androidx.compose.animation.core/KeyframesSpec.config.<get-config>|<get-config>(){}[0] 377 378 final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedKeyframesSpec<#A1> // androidx.compose.animation.core/KeyframesSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0] 379 380 final class <#A1: kotlin/Any?> KeyframeEntity : androidx.compose.animation.core/KeyframeBaseEntity<#A1> { // androidx.compose.animation.core/KeyframesSpec.KeyframeEntity|null[0] 381 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/KeyframesSpec.KeyframeEntity.equals|equals(kotlin.Any?){}[0] 382 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/KeyframesSpec.KeyframeEntity.hashCode|hashCode(){}[0] 383 } 384 385 final class <#A1: kotlin/Any?> KeyframesSpecConfig : androidx.compose.animation.core/KeyframesSpecBaseConfig<#A1, androidx.compose.animation.core/KeyframesSpec.KeyframeEntity<#A1>> { // androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig|null[0] 386 constructor <init>() // androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig.<init>|<init>(){}[0] 387 388 final fun (#A1).at(kotlin/Int): androidx.compose.animation.core/KeyframesSpec.KeyframeEntity<#A1> // androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig.at|at@1:0(kotlin.Int){}[0] 389 final fun (#A1).atFraction(kotlin/Float): androidx.compose.animation.core/KeyframesSpec.KeyframeEntity<#A1> // androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig.atFraction|atFraction@1:0(kotlin.Float){}[0] 390 final fun (androidx.compose.animation.core/KeyframesSpec.KeyframeEntity<#A1>).using(androidx.compose.animation.core/ArcMode): androidx.compose.animation.core/KeyframesSpec.KeyframeEntity<#A1> // androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig.using|using@androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<1:0>(androidx.compose.animation.core.ArcMode){}[0] 391 final fun (androidx.compose.animation.core/KeyframesSpec.KeyframeEntity<#A1>).with(androidx.compose.animation.core/Easing) // androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig.with|with@androidx.compose.animation.core.KeyframesSpec.KeyframeEntity<1:0>(androidx.compose.animation.core.Easing){}[0] 392 } 393} 394 395final class <#A: kotlin/Any?> androidx.compose.animation.core/KeyframesWithSplineSpec : androidx.compose.animation.core/DurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/KeyframesWithSplineSpec|null[0] 396 constructor <init>(androidx.compose.animation.core/KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig<#A>) // androidx.compose.animation.core/KeyframesWithSplineSpec.<init>|<init>(androidx.compose.animation.core.KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig<1:0>){}[0] 397 constructor <init>(androidx.compose.animation.core/KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig<#A>, kotlin/Float) // androidx.compose.animation.core/KeyframesWithSplineSpec.<init>|<init>(androidx.compose.animation.core.KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig<1:0>;kotlin.Float){}[0] 398 399 final val config // androidx.compose.animation.core/KeyframesWithSplineSpec.config|{}config[0] 400 final fun <get-config>(): androidx.compose.animation.core/KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig<#A> // androidx.compose.animation.core/KeyframesWithSplineSpec.config.<get-config>|<get-config>(){}[0] 401 402 final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A1> // androidx.compose.animation.core/KeyframesWithSplineSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0] 403 404 final class <#A1: kotlin/Any?> KeyframesWithSplineSpecConfig : androidx.compose.animation.core/KeyframesSpecBaseConfig<#A1, androidx.compose.animation.core/KeyframesSpec.KeyframeEntity<#A1>> { // androidx.compose.animation.core/KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig|null[0] 405 constructor <init>() // androidx.compose.animation.core/KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig.<init>|<init>(){}[0] 406 } 407} 408 409final class <#A: kotlin/Any?> androidx.compose.animation.core/MutableTransitionState : androidx.compose.animation.core/TransitionState<#A> { // androidx.compose.animation.core/MutableTransitionState|null[0] 410 constructor <init>(#A) // androidx.compose.animation.core/MutableTransitionState.<init>|<init>(1:0){}[0] 411 412 final val isIdle // androidx.compose.animation.core/MutableTransitionState.isIdle|{}isIdle[0] 413 final fun <get-isIdle>(): kotlin/Boolean // androidx.compose.animation.core/MutableTransitionState.isIdle.<get-isIdle>|<get-isIdle>(){}[0] 414 415 final var currentState // androidx.compose.animation.core/MutableTransitionState.currentState|{}currentState[0] 416 final fun <get-currentState>(): #A // androidx.compose.animation.core/MutableTransitionState.currentState.<get-currentState>|<get-currentState>(){}[0] 417 final var targetState // androidx.compose.animation.core/MutableTransitionState.targetState|{}targetState[0] 418 final fun <get-targetState>(): #A // androidx.compose.animation.core/MutableTransitionState.targetState.<get-targetState>|<get-targetState>(){}[0] 419 final fun <set-targetState>(#A) // androidx.compose.animation.core/MutableTransitionState.targetState.<set-targetState>|<set-targetState>(1:0){}[0] 420} 421 422final class <#A: kotlin/Any?> androidx.compose.animation.core/RepeatableSpec : androidx.compose.animation.core/FiniteAnimationSpec<#A> { // androidx.compose.animation.core/RepeatableSpec|null[0] 423 constructor <init>(kotlin/Int, androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode = ...) // androidx.compose.animation.core/RepeatableSpec.<init>|<init>(kotlin.Int;androidx.compose.animation.core.DurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode){}[0] 424 constructor <init>(kotlin/Int, androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode = ..., androidx.compose.animation.core/StartOffset = ...) // androidx.compose.animation.core/RepeatableSpec.<init>|<init>(kotlin.Int;androidx.compose.animation.core.DurationBasedAnimationSpec<1:0>;androidx.compose.animation.core.RepeatMode;androidx.compose.animation.core.StartOffset){}[0] 425 426 final val animation // androidx.compose.animation.core/RepeatableSpec.animation|{}animation[0] 427 final fun <get-animation>(): androidx.compose.animation.core/DurationBasedAnimationSpec<#A> // androidx.compose.animation.core/RepeatableSpec.animation.<get-animation>|<get-animation>(){}[0] 428 final val initialStartOffset // androidx.compose.animation.core/RepeatableSpec.initialStartOffset|{}initialStartOffset[0] 429 final fun <get-initialStartOffset>(): androidx.compose.animation.core/StartOffset // androidx.compose.animation.core/RepeatableSpec.initialStartOffset.<get-initialStartOffset>|<get-initialStartOffset>(){}[0] 430 final val iterations // androidx.compose.animation.core/RepeatableSpec.iterations|{}iterations[0] 431 final fun <get-iterations>(): kotlin/Int // androidx.compose.animation.core/RepeatableSpec.iterations.<get-iterations>|<get-iterations>(){}[0] 432 final val repeatMode // androidx.compose.animation.core/RepeatableSpec.repeatMode|{}repeatMode[0] 433 final fun <get-repeatMode>(): androidx.compose.animation.core/RepeatMode // androidx.compose.animation.core/RepeatableSpec.repeatMode.<get-repeatMode>|<get-repeatMode>(){}[0] 434 435 final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedFiniteAnimationSpec<#A1> // androidx.compose.animation.core/RepeatableSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0] 436 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/RepeatableSpec.equals|equals(kotlin.Any?){}[0] 437 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/RepeatableSpec.hashCode|hashCode(){}[0] 438} 439 440final class <#A: kotlin/Any?> androidx.compose.animation.core/SeekableTransitionState : androidx.compose.animation.core/TransitionState<#A> { // androidx.compose.animation.core/SeekableTransitionState|null[0] 441 constructor <init>(#A) // androidx.compose.animation.core/SeekableTransitionState.<init>|<init>(1:0){}[0] 442 443 final var currentState // androidx.compose.animation.core/SeekableTransitionState.currentState|{}currentState[0] 444 final fun <get-currentState>(): #A // androidx.compose.animation.core/SeekableTransitionState.currentState.<get-currentState>|<get-currentState>(){}[0] 445 final var fraction // androidx.compose.animation.core/SeekableTransitionState.fraction|{}fraction[0] 446 final fun <get-fraction>(): kotlin/Float // androidx.compose.animation.core/SeekableTransitionState.fraction.<get-fraction>|<get-fraction>(){}[0] 447 final var targetState // androidx.compose.animation.core/SeekableTransitionState.targetState|{}targetState[0] 448 final fun <get-targetState>(): #A // androidx.compose.animation.core/SeekableTransitionState.targetState.<get-targetState>|<get-targetState>(){}[0] 449 450 final suspend fun animateTo(#A = ..., androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float>? = ...) // androidx.compose.animation.core/SeekableTransitionState.animateTo|animateTo(1:0;androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>?){}[0] 451 final suspend fun seekTo(kotlin/Float, #A = ...) // androidx.compose.animation.core/SeekableTransitionState.seekTo|seekTo(kotlin.Float;1:0){}[0] 452 final suspend fun snapTo(#A) // androidx.compose.animation.core/SeekableTransitionState.snapTo|snapTo(1:0){}[0] 453} 454 455final class <#A: kotlin/Any?> androidx.compose.animation.core/SnapSpec : androidx.compose.animation.core/DurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/SnapSpec|null[0] 456 constructor <init>(kotlin/Int = ...) // androidx.compose.animation.core/SnapSpec.<init>|<init>(kotlin.Int){}[0] 457 458 final val delay // androidx.compose.animation.core/SnapSpec.delay|{}delay[0] 459 final fun <get-delay>(): kotlin/Int // androidx.compose.animation.core/SnapSpec.delay.<get-delay>|<get-delay>(){}[0] 460 461 final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedDurationBasedAnimationSpec<#A1> // androidx.compose.animation.core/SnapSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0] 462 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/SnapSpec.equals|equals(kotlin.Any?){}[0] 463 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/SnapSpec.hashCode|hashCode(){}[0] 464} 465 466final class <#A: kotlin/Any?> androidx.compose.animation.core/SpringSpec : androidx.compose.animation.core/FiniteAnimationSpec<#A> { // androidx.compose.animation.core/SpringSpec|null[0] 467 constructor <init>(kotlin/Float = ..., kotlin/Float = ..., #A? = ...) // androidx.compose.animation.core/SpringSpec.<init>|<init>(kotlin.Float;kotlin.Float;1:0?){}[0] 468 469 final val dampingRatio // androidx.compose.animation.core/SpringSpec.dampingRatio|{}dampingRatio[0] 470 final fun <get-dampingRatio>(): kotlin/Float // androidx.compose.animation.core/SpringSpec.dampingRatio.<get-dampingRatio>|<get-dampingRatio>(){}[0] 471 final val stiffness // androidx.compose.animation.core/SpringSpec.stiffness|{}stiffness[0] 472 final fun <get-stiffness>(): kotlin/Float // androidx.compose.animation.core/SpringSpec.stiffness.<get-stiffness>|<get-stiffness>(){}[0] 473 final val visibilityThreshold // androidx.compose.animation.core/SpringSpec.visibilityThreshold|{}visibilityThreshold[0] 474 final fun <get-visibilityThreshold>(): #A? // androidx.compose.animation.core/SpringSpec.visibilityThreshold.<get-visibilityThreshold>|<get-visibilityThreshold>(){}[0] 475 476 final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedSpringSpec<#A1> // androidx.compose.animation.core/SpringSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0] 477 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/SpringSpec.equals|equals(kotlin.Any?){}[0] 478 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/SpringSpec.hashCode|hashCode(){}[0] 479} 480 481final class <#A: kotlin/Any?> androidx.compose.animation.core/Transition { // androidx.compose.animation.core/Transition|null[0] 482 constructor <init>(androidx.compose.animation.core/MutableTransitionState<#A>, kotlin/String? = ...) // androidx.compose.animation.core/Transition.<init>|<init>(androidx.compose.animation.core.MutableTransitionState<1:0>;kotlin.String?){}[0] 483 constructor <init>(androidx.compose.animation.core/TransitionState<#A>, kotlin/String? = ...) // androidx.compose.animation.core/Transition.<init>|<init>(androidx.compose.animation.core.TransitionState<1:0>;kotlin.String?){}[0] 484 485 final val animations // androidx.compose.animation.core/Transition.animations|{}animations[0] 486 final fun <get-animations>(): kotlin.collections/List<androidx.compose.animation.core/Transition.TransitionAnimationState<*, *, #A>> // androidx.compose.animation.core/Transition.animations.<get-animations>|<get-animations>(){}[0] 487 final val currentState // androidx.compose.animation.core/Transition.currentState|{}currentState[0] 488 final fun <get-currentState>(): #A // androidx.compose.animation.core/Transition.currentState.<get-currentState>|<get-currentState>(){}[0] 489 final val isRunning // androidx.compose.animation.core/Transition.isRunning|{}isRunning[0] 490 final fun <get-isRunning>(): kotlin/Boolean // androidx.compose.animation.core/Transition.isRunning.<get-isRunning>|<get-isRunning>(){}[0] 491 final val label // androidx.compose.animation.core/Transition.label|{}label[0] 492 final fun <get-label>(): kotlin/String? // androidx.compose.animation.core/Transition.label.<get-label>|<get-label>(){}[0] 493 final val parentTransition // androidx.compose.animation.core/Transition.parentTransition|{}parentTransition[0] 494 final fun <get-parentTransition>(): androidx.compose.animation.core/Transition<*>? // androidx.compose.animation.core/Transition.parentTransition.<get-parentTransition>|<get-parentTransition>(){}[0] 495 final val totalDurationNanos // androidx.compose.animation.core/Transition.totalDurationNanos|{}totalDurationNanos[0] 496 final fun <get-totalDurationNanos>(): kotlin/Long // androidx.compose.animation.core/Transition.totalDurationNanos.<get-totalDurationNanos>|<get-totalDurationNanos>(){}[0] 497 final val transitions // androidx.compose.animation.core/Transition.transitions|{}transitions[0] 498 final fun <get-transitions>(): kotlin.collections/List<androidx.compose.animation.core/Transition<*>> // androidx.compose.animation.core/Transition.transitions.<get-transitions>|<get-transitions>(){}[0] 499 500 final var isSeeking // androidx.compose.animation.core/Transition.isSeeking|{}isSeeking[0] 501 final fun <get-isSeeking>(): kotlin/Boolean // androidx.compose.animation.core/Transition.isSeeking.<get-isSeeking>|<get-isSeeking>(){}[0] 502 final var playTimeNanos // androidx.compose.animation.core/Transition.playTimeNanos|{}playTimeNanos[0] 503 final fun <get-playTimeNanos>(): kotlin/Long // androidx.compose.animation.core/Transition.playTimeNanos.<get-playTimeNanos>|<get-playTimeNanos>(){}[0] 504 final fun <set-playTimeNanos>(kotlin/Long) // androidx.compose.animation.core/Transition.playTimeNanos.<set-playTimeNanos>|<set-playTimeNanos>(kotlin.Long){}[0] 505 final var segment // androidx.compose.animation.core/Transition.segment|{}segment[0] 506 final fun <get-segment>(): androidx.compose.animation.core/Transition.Segment<#A> // androidx.compose.animation.core/Transition.segment.<get-segment>|<get-segment>(){}[0] 507 final var targetState // androidx.compose.animation.core/Transition.targetState|{}targetState[0] 508 final fun <get-targetState>(): #A // androidx.compose.animation.core/Transition.targetState.<get-targetState>|<get-targetState>(){}[0] 509 510 final fun setPlaytimeAfterInitialAndTargetStateEstablished(#A, #A, kotlin/Long) // androidx.compose.animation.core/Transition.setPlaytimeAfterInitialAndTargetStateEstablished|setPlaytimeAfterInitialAndTargetStateEstablished(1:0;1:0;kotlin.Long){}[0] 511 final fun toString(): kotlin/String // androidx.compose.animation.core/Transition.toString|toString(){}[0] 512 513 abstract interface <#A1: kotlin/Any?> Segment { // androidx.compose.animation.core/Transition.Segment|null[0] 514 abstract val initialState // androidx.compose.animation.core/Transition.Segment.initialState|{}initialState[0] 515 abstract fun <get-initialState>(): #A1 // androidx.compose.animation.core/Transition.Segment.initialState.<get-initialState>|<get-initialState>(){}[0] 516 abstract val targetState // androidx.compose.animation.core/Transition.Segment.targetState|{}targetState[0] 517 abstract fun <get-targetState>(): #A1 // androidx.compose.animation.core/Transition.Segment.targetState.<get-targetState>|<get-targetState>(){}[0] 518 519 open fun (#A1).isTransitioningTo(#A1): kotlin/Boolean // androidx.compose.animation.core/Transition.Segment.isTransitioningTo|isTransitioningTo@1:0(1:0){}[0] 520 } 521 522 final inner class <#A1: kotlin/Any?, #B1: androidx.compose.animation.core/AnimationVector> DeferredAnimation { // androidx.compose.animation.core/Transition.DeferredAnimation|null[0] 523 final val label // androidx.compose.animation.core/Transition.DeferredAnimation.label|{}label[0] 524 final fun <get-label>(): kotlin/String // androidx.compose.animation.core/Transition.DeferredAnimation.label.<get-label>|<get-label>(){}[0] 525 final val typeConverter // androidx.compose.animation.core/Transition.DeferredAnimation.typeConverter|{}typeConverter[0] 526 final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A1, #B1> // androidx.compose.animation.core/Transition.DeferredAnimation.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0] 527 528 final fun animate(kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<#A1>>, kotlin/Function1<#A, #A1>): androidx.compose.runtime/State<#A1> // androidx.compose.animation.core/Transition.DeferredAnimation.animate|animate(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<2:0>,androidx.compose.animation.core.FiniteAnimationSpec<1:0>>;kotlin.Function1<2:0,1:0>){}[0] 529 } 530 531 final inner class <#A1: kotlin/Any?, #B1: androidx.compose.animation.core/AnimationVector> TransitionAnimationState : androidx.compose.runtime/State<#A1> { // androidx.compose.animation.core/Transition.TransitionAnimationState|null[0] 532 final val label // androidx.compose.animation.core/Transition.TransitionAnimationState.label|{}label[0] 533 final fun <get-label>(): kotlin/String // androidx.compose.animation.core/Transition.TransitionAnimationState.label.<get-label>|<get-label>(){}[0] 534 final val typeConverter // androidx.compose.animation.core/Transition.TransitionAnimationState.typeConverter|{}typeConverter[0] 535 final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A1, #B1> // androidx.compose.animation.core/Transition.TransitionAnimationState.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0] 536 537 final var animation // androidx.compose.animation.core/Transition.TransitionAnimationState.animation|{}animation[0] 538 final fun <get-animation>(): androidx.compose.animation.core/TargetBasedAnimation<#A1, #B1> // androidx.compose.animation.core/Transition.TransitionAnimationState.animation.<get-animation>|<get-animation>(){}[0] 539 final var animationSpec // androidx.compose.animation.core/Transition.TransitionAnimationState.animationSpec|{}animationSpec[0] 540 final fun <get-animationSpec>(): androidx.compose.animation.core/FiniteAnimationSpec<#A1> // androidx.compose.animation.core/Transition.TransitionAnimationState.animationSpec.<get-animationSpec>|<get-animationSpec>(){}[0] 541 final var value // androidx.compose.animation.core/Transition.TransitionAnimationState.value|{}value[0] 542 final fun <get-value>(): #A1 // androidx.compose.animation.core/Transition.TransitionAnimationState.value.<get-value>|<get-value>(){}[0] 543 544 final fun toString(): kotlin/String // androidx.compose.animation.core/Transition.TransitionAnimationState.toString|toString(){}[0] 545 } 546} 547 548final class <#A: kotlin/Any?> androidx.compose.animation.core/TweenSpec : androidx.compose.animation.core/DurationBasedAnimationSpec<#A> { // androidx.compose.animation.core/TweenSpec|null[0] 549 constructor <init>(kotlin/Int = ..., kotlin/Int = ..., androidx.compose.animation.core/Easing = ...) // androidx.compose.animation.core/TweenSpec.<init>|<init>(kotlin.Int;kotlin.Int;androidx.compose.animation.core.Easing){}[0] 550 551 final val delay // androidx.compose.animation.core/TweenSpec.delay|{}delay[0] 552 final fun <get-delay>(): kotlin/Int // androidx.compose.animation.core/TweenSpec.delay.<get-delay>|<get-delay>(){}[0] 553 final val durationMillis // androidx.compose.animation.core/TweenSpec.durationMillis|{}durationMillis[0] 554 final fun <get-durationMillis>(): kotlin/Int // androidx.compose.animation.core/TweenSpec.durationMillis.<get-durationMillis>|<get-durationMillis>(){}[0] 555 final val easing // androidx.compose.animation.core/TweenSpec.easing|{}easing[0] 556 final fun <get-easing>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/TweenSpec.easing.<get-easing>|<get-easing>(){}[0] 557 558 final fun <#A1: androidx.compose.animation.core/AnimationVector> vectorize(androidx.compose.animation.core/TwoWayConverter<#A, #A1>): androidx.compose.animation.core/VectorizedTweenSpec<#A1> // androidx.compose.animation.core/TweenSpec.vectorize|vectorize(androidx.compose.animation.core.TwoWayConverter<1:0,0:0>){0§<androidx.compose.animation.core.AnimationVector>}[0] 559 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/TweenSpec.equals|equals(kotlin.Any?){}[0] 560 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/TweenSpec.hashCode|hashCode(){}[0] 561} 562 563final class androidx.compose.animation.core/AnimationVector1D : androidx.compose.animation.core/AnimationVector { // androidx.compose.animation.core/AnimationVector1D|null[0] 564 constructor <init>(kotlin/Float) // androidx.compose.animation.core/AnimationVector1D.<init>|<init>(kotlin.Float){}[0] 565 566 final var value // androidx.compose.animation.core/AnimationVector1D.value|{}value[0] 567 final fun <get-value>(): kotlin/Float // androidx.compose.animation.core/AnimationVector1D.value.<get-value>|<get-value>(){}[0] 568 569 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/AnimationVector1D.equals|equals(kotlin.Any?){}[0] 570 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/AnimationVector1D.hashCode|hashCode(){}[0] 571 final fun toString(): kotlin/String // androidx.compose.animation.core/AnimationVector1D.toString|toString(){}[0] 572} 573 574final class androidx.compose.animation.core/AnimationVector2D : androidx.compose.animation.core/AnimationVector { // androidx.compose.animation.core/AnimationVector2D|null[0] 575 constructor <init>(kotlin/Float, kotlin/Float) // androidx.compose.animation.core/AnimationVector2D.<init>|<init>(kotlin.Float;kotlin.Float){}[0] 576 577 final var v1 // androidx.compose.animation.core/AnimationVector2D.v1|{}v1[0] 578 final fun <get-v1>(): kotlin/Float // androidx.compose.animation.core/AnimationVector2D.v1.<get-v1>|<get-v1>(){}[0] 579 final var v2 // androidx.compose.animation.core/AnimationVector2D.v2|{}v2[0] 580 final fun <get-v2>(): kotlin/Float // androidx.compose.animation.core/AnimationVector2D.v2.<get-v2>|<get-v2>(){}[0] 581 582 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/AnimationVector2D.equals|equals(kotlin.Any?){}[0] 583 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/AnimationVector2D.hashCode|hashCode(){}[0] 584 final fun toString(): kotlin/String // androidx.compose.animation.core/AnimationVector2D.toString|toString(){}[0] 585} 586 587final class androidx.compose.animation.core/AnimationVector3D : androidx.compose.animation.core/AnimationVector { // androidx.compose.animation.core/AnimationVector3D|null[0] 588 constructor <init>(kotlin/Float, kotlin/Float, kotlin/Float) // androidx.compose.animation.core/AnimationVector3D.<init>|<init>(kotlin.Float;kotlin.Float;kotlin.Float){}[0] 589 590 final var v1 // androidx.compose.animation.core/AnimationVector3D.v1|{}v1[0] 591 final fun <get-v1>(): kotlin/Float // androidx.compose.animation.core/AnimationVector3D.v1.<get-v1>|<get-v1>(){}[0] 592 final var v2 // androidx.compose.animation.core/AnimationVector3D.v2|{}v2[0] 593 final fun <get-v2>(): kotlin/Float // androidx.compose.animation.core/AnimationVector3D.v2.<get-v2>|<get-v2>(){}[0] 594 final var v3 // androidx.compose.animation.core/AnimationVector3D.v3|{}v3[0] 595 final fun <get-v3>(): kotlin/Float // androidx.compose.animation.core/AnimationVector3D.v3.<get-v3>|<get-v3>(){}[0] 596 597 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/AnimationVector3D.equals|equals(kotlin.Any?){}[0] 598 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/AnimationVector3D.hashCode|hashCode(){}[0] 599 final fun toString(): kotlin/String // androidx.compose.animation.core/AnimationVector3D.toString|toString(){}[0] 600} 601 602final class androidx.compose.animation.core/AnimationVector4D : androidx.compose.animation.core/AnimationVector { // androidx.compose.animation.core/AnimationVector4D|null[0] 603 constructor <init>(kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float) // androidx.compose.animation.core/AnimationVector4D.<init>|<init>(kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float){}[0] 604 605 final var v1 // androidx.compose.animation.core/AnimationVector4D.v1|{}v1[0] 606 final fun <get-v1>(): kotlin/Float // androidx.compose.animation.core/AnimationVector4D.v1.<get-v1>|<get-v1>(){}[0] 607 final var v2 // androidx.compose.animation.core/AnimationVector4D.v2|{}v2[0] 608 final fun <get-v2>(): kotlin/Float // androidx.compose.animation.core/AnimationVector4D.v2.<get-v2>|<get-v2>(){}[0] 609 final var v3 // androidx.compose.animation.core/AnimationVector4D.v3|{}v3[0] 610 final fun <get-v3>(): kotlin/Float // androidx.compose.animation.core/AnimationVector4D.v3.<get-v3>|<get-v3>(){}[0] 611 final var v4 // androidx.compose.animation.core/AnimationVector4D.v4|{}v4[0] 612 final fun <get-v4>(): kotlin/Float // androidx.compose.animation.core/AnimationVector4D.v4.<get-v4>|<get-v4>(){}[0] 613 614 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/AnimationVector4D.equals|equals(kotlin.Any?){}[0] 615 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/AnimationVector4D.hashCode|hashCode(){}[0] 616 final fun toString(): kotlin/String // androidx.compose.animation.core/AnimationVector4D.toString|toString(){}[0] 617} 618 619final class androidx.compose.animation.core/CubicBezierEasing : androidx.compose.animation.core/Easing { // androidx.compose.animation.core/CubicBezierEasing|null[0] 620 constructor <init>(kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float) // androidx.compose.animation.core/CubicBezierEasing.<init>|<init>(kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float){}[0] 621 622 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/CubicBezierEasing.equals|equals(kotlin.Any?){}[0] 623 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/CubicBezierEasing.hashCode|hashCode(){}[0] 624 final fun toString(): kotlin/String // androidx.compose.animation.core/CubicBezierEasing.toString|toString(){}[0] 625 final fun transform(kotlin/Float): kotlin/Float // androidx.compose.animation.core/CubicBezierEasing.transform|transform(kotlin.Float){}[0] 626} 627 628final class androidx.compose.animation.core/FloatExponentialDecaySpec : androidx.compose.animation.core/FloatDecayAnimationSpec { // androidx.compose.animation.core/FloatExponentialDecaySpec|null[0] 629 constructor <init>(kotlin/Float = ..., kotlin/Float = ...) // androidx.compose.animation.core/FloatExponentialDecaySpec.<init>|<init>(kotlin.Float;kotlin.Float){}[0] 630 631 final val absVelocityThreshold // androidx.compose.animation.core/FloatExponentialDecaySpec.absVelocityThreshold|{}absVelocityThreshold[0] 632 final fun <get-absVelocityThreshold>(): kotlin/Float // androidx.compose.animation.core/FloatExponentialDecaySpec.absVelocityThreshold.<get-absVelocityThreshold>|<get-absVelocityThreshold>(){}[0] 633 634 final fun getDurationNanos(kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.animation.core/FloatExponentialDecaySpec.getDurationNanos|getDurationNanos(kotlin.Float;kotlin.Float){}[0] 635 final fun getTargetValue(kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatExponentialDecaySpec.getTargetValue|getTargetValue(kotlin.Float;kotlin.Float){}[0] 636 final fun getValueFromNanos(kotlin/Long, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatExponentialDecaySpec.getValueFromNanos|getValueFromNanos(kotlin.Long;kotlin.Float;kotlin.Float){}[0] 637 final fun getVelocityFromNanos(kotlin/Long, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatExponentialDecaySpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;kotlin.Float;kotlin.Float){}[0] 638} 639 640final class androidx.compose.animation.core/FloatSpringSpec : androidx.compose.animation.core/FloatAnimationSpec { // androidx.compose.animation.core/FloatSpringSpec|null[0] 641 constructor <init>(kotlin/Float = ..., kotlin/Float = ..., kotlin/Float = ...) // androidx.compose.animation.core/FloatSpringSpec.<init>|<init>(kotlin.Float;kotlin.Float;kotlin.Float){}[0] 642 643 final val dampingRatio // androidx.compose.animation.core/FloatSpringSpec.dampingRatio|{}dampingRatio[0] 644 final fun <get-dampingRatio>(): kotlin/Float // androidx.compose.animation.core/FloatSpringSpec.dampingRatio.<get-dampingRatio>|<get-dampingRatio>(){}[0] 645 final val stiffness // androidx.compose.animation.core/FloatSpringSpec.stiffness|{}stiffness[0] 646 final fun <get-stiffness>(): kotlin/Float // androidx.compose.animation.core/FloatSpringSpec.stiffness.<get-stiffness>|<get-stiffness>(){}[0] 647 648 final fun getDurationNanos(kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.animation.core/FloatSpringSpec.getDurationNanos|getDurationNanos(kotlin.Float;kotlin.Float;kotlin.Float){}[0] 649 final fun getEndVelocity(kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatSpringSpec.getEndVelocity|getEndVelocity(kotlin.Float;kotlin.Float;kotlin.Float){}[0] 650 final fun getValueFromNanos(kotlin/Long, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatSpringSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;kotlin.Float;kotlin.Float;kotlin.Float){}[0] 651 final fun getVelocityFromNanos(kotlin/Long, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatSpringSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;kotlin.Float;kotlin.Float;kotlin.Float){}[0] 652} 653 654final class androidx.compose.animation.core/FloatTweenSpec : androidx.compose.animation.core/FloatAnimationSpec { // androidx.compose.animation.core/FloatTweenSpec|null[0] 655 constructor <init>(kotlin/Int = ..., kotlin/Int = ..., androidx.compose.animation.core/Easing = ...) // androidx.compose.animation.core/FloatTweenSpec.<init>|<init>(kotlin.Int;kotlin.Int;androidx.compose.animation.core.Easing){}[0] 656 657 final val delay // androidx.compose.animation.core/FloatTweenSpec.delay|{}delay[0] 658 final fun <get-delay>(): kotlin/Int // androidx.compose.animation.core/FloatTweenSpec.delay.<get-delay>|<get-delay>(){}[0] 659 final val duration // androidx.compose.animation.core/FloatTweenSpec.duration|{}duration[0] 660 final fun <get-duration>(): kotlin/Int // androidx.compose.animation.core/FloatTweenSpec.duration.<get-duration>|<get-duration>(){}[0] 661 662 final fun getDurationNanos(kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.animation.core/FloatTweenSpec.getDurationNanos|getDurationNanos(kotlin.Float;kotlin.Float;kotlin.Float){}[0] 663 final fun getValueFromNanos(kotlin/Long, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatTweenSpec.getValueFromNanos|getValueFromNanos(kotlin.Long;kotlin.Float;kotlin.Float;kotlin.Float){}[0] 664 final fun getVelocityFromNanos(kotlin/Long, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/FloatTweenSpec.getVelocityFromNanos|getVelocityFromNanos(kotlin.Long;kotlin.Float;kotlin.Float;kotlin.Float){}[0] 665} 666 667final class androidx.compose.animation.core/InfiniteTransition { // androidx.compose.animation.core/InfiniteTransition|null[0] 668 final val animations // androidx.compose.animation.core/InfiniteTransition.animations|{}animations[0] 669 final fun <get-animations>(): kotlin.collections/List<androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState<*, *>> // androidx.compose.animation.core/InfiniteTransition.animations.<get-animations>|<get-animations>(){}[0] 670 final val label // androidx.compose.animation.core/InfiniteTransition.label|{}label[0] 671 final fun <get-label>(): kotlin/String // androidx.compose.animation.core/InfiniteTransition.label.<get-label>|<get-label>(){}[0] 672 673 final inner class <#A1: kotlin/Any?, #B1: androidx.compose.animation.core/AnimationVector> TransitionAnimationState : androidx.compose.runtime/State<#A1> { // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState|null[0] 674 final val label // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.label|{}label[0] 675 final fun <get-label>(): kotlin/String // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.label.<get-label>|<get-label>(){}[0] 676 final val typeConverter // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.typeConverter|{}typeConverter[0] 677 final fun <get-typeConverter>(): androidx.compose.animation.core/TwoWayConverter<#A1, #B1> // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.typeConverter.<get-typeConverter>|<get-typeConverter>(){}[0] 678 679 final var animation // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.animation|{}animation[0] 680 final fun <get-animation>(): androidx.compose.animation.core/TargetBasedAnimation<#A1, #B1> // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.animation.<get-animation>|<get-animation>(){}[0] 681 final var animationSpec // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.animationSpec|{}animationSpec[0] 682 final fun <get-animationSpec>(): androidx.compose.animation.core/AnimationSpec<#A1> // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.animationSpec.<get-animationSpec>|<get-animationSpec>(){}[0] 683 final var value // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.value|{}value[0] 684 final fun <get-value>(): #A1 // androidx.compose.animation.core/InfiniteTransition.TransitionAnimationState.value.<get-value>|<get-value>(){}[0] 685 } 686} 687 688final class androidx.compose.animation.core/PathEasing : androidx.compose.animation.core/Easing { // androidx.compose.animation.core/PathEasing|null[0] 689 constructor <init>(androidx.compose.ui.graphics/Path) // androidx.compose.animation.core/PathEasing.<init>|<init>(androidx.compose.ui.graphics.Path){}[0] 690 691 final fun transform(kotlin/Float): kotlin/Float // androidx.compose.animation.core/PathEasing.transform|transform(kotlin.Float){}[0] 692} 693 694final value class androidx.compose.animation.core/ArcMode { // androidx.compose.animation.core/ArcMode|null[0] 695 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/ArcMode.equals|equals(kotlin.Any?){}[0] 696 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/ArcMode.hashCode|hashCode(){}[0] 697 final fun toString(): kotlin/String // androidx.compose.animation.core/ArcMode.toString|toString(){}[0] 698 699 final object Companion { // androidx.compose.animation.core/ArcMode.Companion|null[0] 700 final val ArcAbove // androidx.compose.animation.core/ArcMode.Companion.ArcAbove|{}ArcAbove[0] 701 final fun <get-ArcAbove>(): androidx.compose.animation.core/ArcMode // androidx.compose.animation.core/ArcMode.Companion.ArcAbove.<get-ArcAbove>|<get-ArcAbove>(){}[0] 702 final val ArcBelow // androidx.compose.animation.core/ArcMode.Companion.ArcBelow|{}ArcBelow[0] 703 final fun <get-ArcBelow>(): androidx.compose.animation.core/ArcMode // androidx.compose.animation.core/ArcMode.Companion.ArcBelow.<get-ArcBelow>|<get-ArcBelow>(){}[0] 704 final val ArcLinear // androidx.compose.animation.core/ArcMode.Companion.ArcLinear|{}ArcLinear[0] 705 final fun <get-ArcLinear>(): androidx.compose.animation.core/ArcMode // androidx.compose.animation.core/ArcMode.Companion.ArcLinear.<get-ArcLinear>|<get-ArcLinear>(){}[0] 706 } 707} 708 709final value class androidx.compose.animation.core/StartOffset { // androidx.compose.animation.core/StartOffset|null[0] 710 constructor <init>(kotlin/Int, androidx.compose.animation.core/StartOffsetType = ...) // androidx.compose.animation.core/StartOffset.<init>|<init>(kotlin.Int;androidx.compose.animation.core.StartOffsetType){}[0] 711 712 final val offsetMillis // androidx.compose.animation.core/StartOffset.offsetMillis|{}offsetMillis[0] 713 final fun <get-offsetMillis>(): kotlin/Int // androidx.compose.animation.core/StartOffset.offsetMillis.<get-offsetMillis>|<get-offsetMillis>(){}[0] 714 final val offsetType // androidx.compose.animation.core/StartOffset.offsetType|{}offsetType[0] 715 final fun <get-offsetType>(): androidx.compose.animation.core/StartOffsetType // androidx.compose.animation.core/StartOffset.offsetType.<get-offsetType>|<get-offsetType>(){}[0] 716 717 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/StartOffset.equals|equals(kotlin.Any?){}[0] 718 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/StartOffset.hashCode|hashCode(){}[0] 719 final fun toString(): kotlin/String // androidx.compose.animation.core/StartOffset.toString|toString(){}[0] 720} 721 722final value class androidx.compose.animation.core/StartOffsetType { // androidx.compose.animation.core/StartOffsetType|null[0] 723 final fun equals(kotlin/Any?): kotlin/Boolean // androidx.compose.animation.core/StartOffsetType.equals|equals(kotlin.Any?){}[0] 724 final fun hashCode(): kotlin/Int // androidx.compose.animation.core/StartOffsetType.hashCode|hashCode(){}[0] 725 final fun toString(): kotlin/String // androidx.compose.animation.core/StartOffsetType.toString|toString(){}[0] 726 727 final object Companion { // androidx.compose.animation.core/StartOffsetType.Companion|null[0] 728 final val Delay // androidx.compose.animation.core/StartOffsetType.Companion.Delay|{}Delay[0] 729 final fun <get-Delay>(): androidx.compose.animation.core/StartOffsetType // androidx.compose.animation.core/StartOffsetType.Companion.Delay.<get-Delay>|<get-Delay>(){}[0] 730 final val FastForward // androidx.compose.animation.core/StartOffsetType.Companion.FastForward|{}FastForward[0] 731 final fun <get-FastForward>(): androidx.compose.animation.core/StartOffsetType // androidx.compose.animation.core/StartOffsetType.Companion.FastForward.<get-FastForward>|<get-FastForward>(){}[0] 732 } 733} 734 735sealed class <#A: kotlin/Any?, #B: androidx.compose.animation.core/KeyframeBaseEntity<#A>> androidx.compose.animation.core/KeyframesSpecBaseConfig { // androidx.compose.animation.core/KeyframesSpecBaseConfig|null[0] 736 final var delayMillis // androidx.compose.animation.core/KeyframesSpecBaseConfig.delayMillis|{}delayMillis[0] 737 final fun <get-delayMillis>(): kotlin/Int // androidx.compose.animation.core/KeyframesSpecBaseConfig.delayMillis.<get-delayMillis>|<get-delayMillis>(){}[0] 738 final fun <set-delayMillis>(kotlin/Int) // androidx.compose.animation.core/KeyframesSpecBaseConfig.delayMillis.<set-delayMillis>|<set-delayMillis>(kotlin.Int){}[0] 739 final var durationMillis // androidx.compose.animation.core/KeyframesSpecBaseConfig.durationMillis|{}durationMillis[0] 740 final fun <get-durationMillis>(): kotlin/Int // androidx.compose.animation.core/KeyframesSpecBaseConfig.durationMillis.<get-durationMillis>|<get-durationMillis>(){}[0] 741 final fun <set-durationMillis>(kotlin/Int) // androidx.compose.animation.core/KeyframesSpecBaseConfig.durationMillis.<set-durationMillis>|<set-durationMillis>(kotlin.Int){}[0] 742 743 final fun (#B).using(androidx.compose.animation.core/Easing): #B // androidx.compose.animation.core/KeyframesSpecBaseConfig.using|using@1:1(androidx.compose.animation.core.Easing){}[0] 744 open fun (#A).at(kotlin/Int): #B // androidx.compose.animation.core/KeyframesSpecBaseConfig.at|at@1:0(kotlin.Int){}[0] 745 open fun (#A).atFraction(kotlin/Float): #B // androidx.compose.animation.core/KeyframesSpecBaseConfig.atFraction|atFraction@1:0(kotlin.Float){}[0] 746} 747 748sealed class <#A: kotlin/Any?> androidx.compose.animation.core/KeyframeBaseEntity // androidx.compose.animation.core/KeyframeBaseEntity|null[0] 749 750sealed class <#A: kotlin/Any?> androidx.compose.animation.core/TransitionState { // androidx.compose.animation.core/TransitionState|null[0] 751 abstract var currentState // androidx.compose.animation.core/TransitionState.currentState|{}currentState[0] 752 abstract fun <get-currentState>(): #A // androidx.compose.animation.core/TransitionState.currentState.<get-currentState>|<get-currentState>(){}[0] 753 abstract var targetState // androidx.compose.animation.core/TransitionState.targetState|{}targetState[0] 754 abstract fun <get-targetState>(): #A // androidx.compose.animation.core/TransitionState.targetState.<get-targetState>|<get-targetState>(){}[0] 755} 756 757sealed class androidx.compose.animation.core/AnimationVector // androidx.compose.animation.core/AnimationVector|null[0] 758 759final object androidx.compose.animation.core/AnimationConstants { // androidx.compose.animation.core/AnimationConstants|null[0] 760 final const val DefaultDurationMillis // androidx.compose.animation.core/AnimationConstants.DefaultDurationMillis|{}DefaultDurationMillis[0] 761 final fun <get-DefaultDurationMillis>(): kotlin/Int // androidx.compose.animation.core/AnimationConstants.DefaultDurationMillis.<get-DefaultDurationMillis>|<get-DefaultDurationMillis>(){}[0] 762 final const val UnspecifiedTime // androidx.compose.animation.core/AnimationConstants.UnspecifiedTime|{}UnspecifiedTime[0] 763 final fun <get-UnspecifiedTime>(): kotlin/Long // androidx.compose.animation.core/AnimationConstants.UnspecifiedTime.<get-UnspecifiedTime>|<get-UnspecifiedTime>(){}[0] 764} 765 766final object androidx.compose.animation.core/Spring { // androidx.compose.animation.core/Spring|null[0] 767 final const val DampingRatioHighBouncy // androidx.compose.animation.core/Spring.DampingRatioHighBouncy|{}DampingRatioHighBouncy[0] 768 final fun <get-DampingRatioHighBouncy>(): kotlin/Float // androidx.compose.animation.core/Spring.DampingRatioHighBouncy.<get-DampingRatioHighBouncy>|<get-DampingRatioHighBouncy>(){}[0] 769 final const val DampingRatioLowBouncy // androidx.compose.animation.core/Spring.DampingRatioLowBouncy|{}DampingRatioLowBouncy[0] 770 final fun <get-DampingRatioLowBouncy>(): kotlin/Float // androidx.compose.animation.core/Spring.DampingRatioLowBouncy.<get-DampingRatioLowBouncy>|<get-DampingRatioLowBouncy>(){}[0] 771 final const val DampingRatioMediumBouncy // androidx.compose.animation.core/Spring.DampingRatioMediumBouncy|{}DampingRatioMediumBouncy[0] 772 final fun <get-DampingRatioMediumBouncy>(): kotlin/Float // androidx.compose.animation.core/Spring.DampingRatioMediumBouncy.<get-DampingRatioMediumBouncy>|<get-DampingRatioMediumBouncy>(){}[0] 773 final const val DampingRatioNoBouncy // androidx.compose.animation.core/Spring.DampingRatioNoBouncy|{}DampingRatioNoBouncy[0] 774 final fun <get-DampingRatioNoBouncy>(): kotlin/Float // androidx.compose.animation.core/Spring.DampingRatioNoBouncy.<get-DampingRatioNoBouncy>|<get-DampingRatioNoBouncy>(){}[0] 775 final const val DefaultDisplacementThreshold // androidx.compose.animation.core/Spring.DefaultDisplacementThreshold|{}DefaultDisplacementThreshold[0] 776 final fun <get-DefaultDisplacementThreshold>(): kotlin/Float // androidx.compose.animation.core/Spring.DefaultDisplacementThreshold.<get-DefaultDisplacementThreshold>|<get-DefaultDisplacementThreshold>(){}[0] 777 final const val StiffnessHigh // androidx.compose.animation.core/Spring.StiffnessHigh|{}StiffnessHigh[0] 778 final fun <get-StiffnessHigh>(): kotlin/Float // androidx.compose.animation.core/Spring.StiffnessHigh.<get-StiffnessHigh>|<get-StiffnessHigh>(){}[0] 779 final const val StiffnessLow // androidx.compose.animation.core/Spring.StiffnessLow|{}StiffnessLow[0] 780 final fun <get-StiffnessLow>(): kotlin/Float // androidx.compose.animation.core/Spring.StiffnessLow.<get-StiffnessLow>|<get-StiffnessLow>(){}[0] 781 final const val StiffnessMedium // androidx.compose.animation.core/Spring.StiffnessMedium|{}StiffnessMedium[0] 782 final fun <get-StiffnessMedium>(): kotlin/Float // androidx.compose.animation.core/Spring.StiffnessMedium.<get-StiffnessMedium>|<get-StiffnessMedium>(){}[0] 783 final const val StiffnessMediumLow // androidx.compose.animation.core/Spring.StiffnessMediumLow|{}StiffnessMediumLow[0] 784 final fun <get-StiffnessMediumLow>(): kotlin/Float // androidx.compose.animation.core/Spring.StiffnessMediumLow.<get-StiffnessMediumLow>|<get-StiffnessMediumLow>(){}[0] 785 final const val StiffnessVeryLow // androidx.compose.animation.core/Spring.StiffnessVeryLow|{}StiffnessVeryLow[0] 786 final fun <get-StiffnessVeryLow>(): kotlin/Float // androidx.compose.animation.core/Spring.StiffnessVeryLow.<get-StiffnessVeryLow>|<get-StiffnessVeryLow>(){}[0] 787} 788 789final val androidx.compose.animation.core/Ease // androidx.compose.animation.core/Ease|{}Ease[0] 790 final fun <get-Ease>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/Ease.<get-Ease>|<get-Ease>(){}[0] 791final val androidx.compose.animation.core/EaseIn // androidx.compose.animation.core/EaseIn|{}EaseIn[0] 792 final fun <get-EaseIn>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseIn.<get-EaseIn>|<get-EaseIn>(){}[0] 793final val androidx.compose.animation.core/EaseInBack // androidx.compose.animation.core/EaseInBack|{}EaseInBack[0] 794 final fun <get-EaseInBack>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInBack.<get-EaseInBack>|<get-EaseInBack>(){}[0] 795final val androidx.compose.animation.core/EaseInBounce // androidx.compose.animation.core/EaseInBounce|{}EaseInBounce[0] 796 final fun <get-EaseInBounce>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInBounce.<get-EaseInBounce>|<get-EaseInBounce>(){}[0] 797final val androidx.compose.animation.core/EaseInCirc // androidx.compose.animation.core/EaseInCirc|{}EaseInCirc[0] 798 final fun <get-EaseInCirc>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInCirc.<get-EaseInCirc>|<get-EaseInCirc>(){}[0] 799final val androidx.compose.animation.core/EaseInCubic // androidx.compose.animation.core/EaseInCubic|{}EaseInCubic[0] 800 final fun <get-EaseInCubic>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInCubic.<get-EaseInCubic>|<get-EaseInCubic>(){}[0] 801final val androidx.compose.animation.core/EaseInElastic // androidx.compose.animation.core/EaseInElastic|{}EaseInElastic[0] 802 final fun <get-EaseInElastic>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInElastic.<get-EaseInElastic>|<get-EaseInElastic>(){}[0] 803final val androidx.compose.animation.core/EaseInExpo // androidx.compose.animation.core/EaseInExpo|{}EaseInExpo[0] 804 final fun <get-EaseInExpo>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInExpo.<get-EaseInExpo>|<get-EaseInExpo>(){}[0] 805final val androidx.compose.animation.core/EaseInOut // androidx.compose.animation.core/EaseInOut|{}EaseInOut[0] 806 final fun <get-EaseInOut>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOut.<get-EaseInOut>|<get-EaseInOut>(){}[0] 807final val androidx.compose.animation.core/EaseInOutBack // androidx.compose.animation.core/EaseInOutBack|{}EaseInOutBack[0] 808 final fun <get-EaseInOutBack>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutBack.<get-EaseInOutBack>|<get-EaseInOutBack>(){}[0] 809final val androidx.compose.animation.core/EaseInOutBounce // androidx.compose.animation.core/EaseInOutBounce|{}EaseInOutBounce[0] 810 final fun <get-EaseInOutBounce>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutBounce.<get-EaseInOutBounce>|<get-EaseInOutBounce>(){}[0] 811final val androidx.compose.animation.core/EaseInOutCirc // androidx.compose.animation.core/EaseInOutCirc|{}EaseInOutCirc[0] 812 final fun <get-EaseInOutCirc>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutCirc.<get-EaseInOutCirc>|<get-EaseInOutCirc>(){}[0] 813final val androidx.compose.animation.core/EaseInOutCubic // androidx.compose.animation.core/EaseInOutCubic|{}EaseInOutCubic[0] 814 final fun <get-EaseInOutCubic>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutCubic.<get-EaseInOutCubic>|<get-EaseInOutCubic>(){}[0] 815final val androidx.compose.animation.core/EaseInOutElastic // androidx.compose.animation.core/EaseInOutElastic|{}EaseInOutElastic[0] 816 final fun <get-EaseInOutElastic>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutElastic.<get-EaseInOutElastic>|<get-EaseInOutElastic>(){}[0] 817final val androidx.compose.animation.core/EaseInOutExpo // androidx.compose.animation.core/EaseInOutExpo|{}EaseInOutExpo[0] 818 final fun <get-EaseInOutExpo>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutExpo.<get-EaseInOutExpo>|<get-EaseInOutExpo>(){}[0] 819final val androidx.compose.animation.core/EaseInOutQuad // androidx.compose.animation.core/EaseInOutQuad|{}EaseInOutQuad[0] 820 final fun <get-EaseInOutQuad>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutQuad.<get-EaseInOutQuad>|<get-EaseInOutQuad>(){}[0] 821final val androidx.compose.animation.core/EaseInOutQuart // androidx.compose.animation.core/EaseInOutQuart|{}EaseInOutQuart[0] 822 final fun <get-EaseInOutQuart>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutQuart.<get-EaseInOutQuart>|<get-EaseInOutQuart>(){}[0] 823final val androidx.compose.animation.core/EaseInOutQuint // androidx.compose.animation.core/EaseInOutQuint|{}EaseInOutQuint[0] 824 final fun <get-EaseInOutQuint>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutQuint.<get-EaseInOutQuint>|<get-EaseInOutQuint>(){}[0] 825final val androidx.compose.animation.core/EaseInOutSine // androidx.compose.animation.core/EaseInOutSine|{}EaseInOutSine[0] 826 final fun <get-EaseInOutSine>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInOutSine.<get-EaseInOutSine>|<get-EaseInOutSine>(){}[0] 827final val androidx.compose.animation.core/EaseInQuad // androidx.compose.animation.core/EaseInQuad|{}EaseInQuad[0] 828 final fun <get-EaseInQuad>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInQuad.<get-EaseInQuad>|<get-EaseInQuad>(){}[0] 829final val androidx.compose.animation.core/EaseInQuart // androidx.compose.animation.core/EaseInQuart|{}EaseInQuart[0] 830 final fun <get-EaseInQuart>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInQuart.<get-EaseInQuart>|<get-EaseInQuart>(){}[0] 831final val androidx.compose.animation.core/EaseInQuint // androidx.compose.animation.core/EaseInQuint|{}EaseInQuint[0] 832 final fun <get-EaseInQuint>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInQuint.<get-EaseInQuint>|<get-EaseInQuint>(){}[0] 833final val androidx.compose.animation.core/EaseInSine // androidx.compose.animation.core/EaseInSine|{}EaseInSine[0] 834 final fun <get-EaseInSine>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseInSine.<get-EaseInSine>|<get-EaseInSine>(){}[0] 835final val androidx.compose.animation.core/EaseOut // androidx.compose.animation.core/EaseOut|{}EaseOut[0] 836 final fun <get-EaseOut>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOut.<get-EaseOut>|<get-EaseOut>(){}[0] 837final val androidx.compose.animation.core/EaseOutBack // androidx.compose.animation.core/EaseOutBack|{}EaseOutBack[0] 838 final fun <get-EaseOutBack>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutBack.<get-EaseOutBack>|<get-EaseOutBack>(){}[0] 839final val androidx.compose.animation.core/EaseOutBounce // androidx.compose.animation.core/EaseOutBounce|{}EaseOutBounce[0] 840 final fun <get-EaseOutBounce>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutBounce.<get-EaseOutBounce>|<get-EaseOutBounce>(){}[0] 841final val androidx.compose.animation.core/EaseOutCirc // androidx.compose.animation.core/EaseOutCirc|{}EaseOutCirc[0] 842 final fun <get-EaseOutCirc>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutCirc.<get-EaseOutCirc>|<get-EaseOutCirc>(){}[0] 843final val androidx.compose.animation.core/EaseOutCubic // androidx.compose.animation.core/EaseOutCubic|{}EaseOutCubic[0] 844 final fun <get-EaseOutCubic>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutCubic.<get-EaseOutCubic>|<get-EaseOutCubic>(){}[0] 845final val androidx.compose.animation.core/EaseOutElastic // androidx.compose.animation.core/EaseOutElastic|{}EaseOutElastic[0] 846 final fun <get-EaseOutElastic>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutElastic.<get-EaseOutElastic>|<get-EaseOutElastic>(){}[0] 847final val androidx.compose.animation.core/EaseOutExpo // androidx.compose.animation.core/EaseOutExpo|{}EaseOutExpo[0] 848 final fun <get-EaseOutExpo>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutExpo.<get-EaseOutExpo>|<get-EaseOutExpo>(){}[0] 849final val androidx.compose.animation.core/EaseOutQuad // androidx.compose.animation.core/EaseOutQuad|{}EaseOutQuad[0] 850 final fun <get-EaseOutQuad>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutQuad.<get-EaseOutQuad>|<get-EaseOutQuad>(){}[0] 851final val androidx.compose.animation.core/EaseOutQuart // androidx.compose.animation.core/EaseOutQuart|{}EaseOutQuart[0] 852 final fun <get-EaseOutQuart>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutQuart.<get-EaseOutQuart>|<get-EaseOutQuart>(){}[0] 853final val androidx.compose.animation.core/EaseOutQuint // androidx.compose.animation.core/EaseOutQuint|{}EaseOutQuint[0] 854 final fun <get-EaseOutQuint>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutQuint.<get-EaseOutQuint>|<get-EaseOutQuint>(){}[0] 855final val androidx.compose.animation.core/EaseOutSine // androidx.compose.animation.core/EaseOutSine|{}EaseOutSine[0] 856 final fun <get-EaseOutSine>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/EaseOutSine.<get-EaseOutSine>|<get-EaseOutSine>(){}[0] 857final val androidx.compose.animation.core/FastOutLinearInEasing // androidx.compose.animation.core/FastOutLinearInEasing|{}FastOutLinearInEasing[0] 858 final fun <get-FastOutLinearInEasing>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/FastOutLinearInEasing.<get-FastOutLinearInEasing>|<get-FastOutLinearInEasing>(){}[0] 859final val androidx.compose.animation.core/FastOutSlowInEasing // androidx.compose.animation.core/FastOutSlowInEasing|{}FastOutSlowInEasing[0] 860 final fun <get-FastOutSlowInEasing>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/FastOutSlowInEasing.<get-FastOutSlowInEasing>|<get-FastOutSlowInEasing>(){}[0] 861final val androidx.compose.animation.core/LinearEasing // androidx.compose.animation.core/LinearEasing|{}LinearEasing[0] 862 final fun <get-LinearEasing>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/LinearEasing.<get-LinearEasing>|<get-LinearEasing>(){}[0] 863final val androidx.compose.animation.core/LinearOutSlowInEasing // androidx.compose.animation.core/LinearOutSlowInEasing|{}LinearOutSlowInEasing[0] 864 final fun <get-LinearOutSlowInEasing>(): androidx.compose.animation.core/Easing // androidx.compose.animation.core/LinearOutSlowInEasing.<get-LinearOutSlowInEasing>|<get-LinearOutSlowInEasing>(){}[0] 865final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.geometry.Offset.Companion{}VectorConverter[0] 866 final fun (androidx.compose.ui.geometry/Offset.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.geometry/Offset, androidx.compose.animation.core/AnimationVector2D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.geometry.Offset.Companion(){}[0] 867final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.geometry.Rect.Companion{}VectorConverter[0] 868 final fun (androidx.compose.ui.geometry/Rect.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.geometry/Rect, androidx.compose.animation.core/AnimationVector4D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.geometry.Rect.Companion(){}[0] 869final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.geometry.Size.Companion{}VectorConverter[0] 870 final fun (androidx.compose.ui.geometry/Size.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.geometry/Size, androidx.compose.animation.core/AnimationVector2D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.geometry.Size.Companion(){}[0] 871final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.unit.Dp.Companion{}VectorConverter[0] 872 final fun (androidx.compose.ui.unit/Dp.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.unit/Dp, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.unit.Dp.Companion(){}[0] 873final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.unit.DpOffset.Companion{}VectorConverter[0] 874 final fun (androidx.compose.ui.unit/DpOffset.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.unit/DpOffset, androidx.compose.animation.core/AnimationVector2D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.unit.DpOffset.Companion(){}[0] 875final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.unit.IntOffset.Companion{}VectorConverter[0] 876 final fun (androidx.compose.ui.unit/IntOffset.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.unit/IntOffset, androidx.compose.animation.core/AnimationVector2D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.unit.IntOffset.Companion(){}[0] 877final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@androidx.compose.ui.unit.IntSize.Companion{}VectorConverter[0] 878 final fun (androidx.compose.ui.unit/IntSize.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<androidx.compose.ui.unit/IntSize, androidx.compose.animation.core/AnimationVector2D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@androidx.compose.ui.unit.IntSize.Companion(){}[0] 879final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@kotlin.Float.Companion{}VectorConverter[0] 880 final fun (kotlin/Float.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<kotlin/Float, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@kotlin.Float.Companion(){}[0] 881final val androidx.compose.animation.core/VectorConverter // androidx.compose.animation.core/VectorConverter|@kotlin.Int.Companion{}VectorConverter[0] 882 final fun (kotlin/Int.Companion).<get-VectorConverter>(): androidx.compose.animation.core/TwoWayConverter<kotlin/Int, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/VectorConverter.<get-VectorConverter>|<get-VectorConverter>@kotlin.Int.Companion(){}[0] 883final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.geometry.Offset.Companion{}VisibilityThreshold[0] 884 final fun (androidx.compose.ui.geometry/Offset.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.geometry/Offset // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.geometry.Offset.Companion(){}[0] 885final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.geometry.Rect.Companion{}VisibilityThreshold[0] 886 final fun (androidx.compose.ui.geometry/Rect.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.geometry/Rect // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.geometry.Rect.Companion(){}[0] 887final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.geometry.Size.Companion{}VisibilityThreshold[0] 888 final fun (androidx.compose.ui.geometry/Size.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.geometry/Size // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.geometry.Size.Companion(){}[0] 889final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.unit.Dp.Companion{}VisibilityThreshold[0] 890 final fun (androidx.compose.ui.unit/Dp.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.unit/Dp // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.unit.Dp.Companion(){}[0] 891final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.unit.DpOffset.Companion{}VisibilityThreshold[0] 892 final fun (androidx.compose.ui.unit/DpOffset.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.unit/DpOffset // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.unit.DpOffset.Companion(){}[0] 893final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.unit.IntOffset.Companion{}VisibilityThreshold[0] 894 final fun (androidx.compose.ui.unit/IntOffset.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.unit/IntOffset // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.unit.IntOffset.Companion(){}[0] 895final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@androidx.compose.ui.unit.IntSize.Companion{}VisibilityThreshold[0] 896 final fun (androidx.compose.ui.unit/IntSize.Companion).<get-VisibilityThreshold>(): androidx.compose.ui.unit/IntSize // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@androidx.compose.ui.unit.IntSize.Companion(){}[0] 897final val androidx.compose.animation.core/VisibilityThreshold // androidx.compose.animation.core/VisibilityThreshold|@kotlin.Int.Companion{}VisibilityThreshold[0] 898 final fun (kotlin/Int.Companion).<get-VisibilityThreshold>(): kotlin/Int // androidx.compose.animation.core/VisibilityThreshold.<get-VisibilityThreshold>|<get-VisibilityThreshold>@kotlin.Int.Companion(){}[0] 899final val androidx.compose.animation.core/isFinished // androidx.compose.animation.core/isFinished|@androidx.compose.animation.core.AnimationState<*,*>{}isFinished[0] 900 final fun (androidx.compose.animation.core/AnimationState<*, *>).<get-isFinished>(): kotlin/Boolean // androidx.compose.animation.core/isFinished.<get-isFinished>|<get-isFinished>@androidx.compose.animation.core.AnimationState<*,*>(){}[0] 901 902final fun (androidx.compose.animation.core/AnimationState<kotlin/Float, androidx.compose.animation.core/AnimationVector1D>).androidx.compose.animation.core/copy(kotlin/Float = ..., kotlin/Float = ..., kotlin/Long = ..., kotlin/Long = ..., kotlin/Boolean = ...): androidx.compose.animation.core/AnimationState<kotlin/Float, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/copy|copy@androidx.compose.animation.core.AnimationState<kotlin.Float,androidx.compose.animation.core.AnimationVector1D>(kotlin.Float;kotlin.Float;kotlin.Long;kotlin.Long;kotlin.Boolean){}[0] 903final fun (androidx.compose.animation.core/DecayAnimationSpec<kotlin/Float>).androidx.compose.animation.core/calculateTargetValue(kotlin/Float, kotlin/Float): kotlin/Float // androidx.compose.animation.core/calculateTargetValue|calculateTargetValue@androidx.compose.animation.core.DecayAnimationSpec<kotlin.Float>(kotlin.Float;kotlin.Float){}[0] 904final fun (androidx.compose.animation.core/InfiniteTransition).androidx.compose.animation.core/animateFloat(kotlin/Float, kotlin/Float, androidx.compose.animation.core/InfiniteRepeatableSpec<kotlin/Float>): androidx.compose.runtime/State<kotlin/Float> // androidx.compose.animation.core/animateFloat|animateFloat@androidx.compose.animation.core.InfiniteTransition(kotlin.Float;kotlin.Float;androidx.compose.animation.core.InfiniteRepeatableSpec<kotlin.Float>){}[0] 905final fun (androidx.compose.animation.core/InfiniteTransition).androidx.compose.animation.core/animateFloat(kotlin/Float, kotlin/Float, androidx.compose.animation.core/InfiniteRepeatableSpec<kotlin/Float>, kotlin/String = ...): androidx.compose.runtime/State<kotlin/Float> // androidx.compose.animation.core/animateFloat|animateFloat@androidx.compose.animation.core.InfiniteTransition(kotlin.Float;kotlin.Float;androidx.compose.animation.core.InfiniteRepeatableSpec<kotlin.Float>;kotlin.String){}[0] 906final fun <#A: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/VectorizedAnimationSpec<#A>).androidx.compose.animation.core/createAnimation(#A, #A, #A): androidx.compose.animation.core/TargetBasedAnimation<#A, #A> // androidx.compose.animation.core/createAnimation|createAnimation@androidx.compose.animation.core.VectorizedAnimationSpec<0:0>(0:0;0:0;0:0){0§<androidx.compose.animation.core.AnimationVector>}[0] 907final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/Animation<#A, #B>).androidx.compose.animation.core/getVelocityFromNanos(kotlin/Long): #A // androidx.compose.animation.core/getVelocityFromNanos|getVelocityFromNanos@androidx.compose.animation.core.Animation<0:0,0:1>(kotlin.Long){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 908final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/AnimationState<#A, #B>).androidx.compose.animation.core/copy(#A = ..., #B? = ..., kotlin/Long = ..., kotlin/Long = ..., kotlin/Boolean = ...): androidx.compose.animation.core/AnimationState<#A, #B> // androidx.compose.animation.core/copy|copy@androidx.compose.animation.core.AnimationState<0:0,0:1>(0:0;0:1?;kotlin.Long;kotlin.Long;kotlin.Boolean){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 909final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/DecayAnimationSpec<#A>).androidx.compose.animation.core/calculateTargetValue(androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #A): #A // androidx.compose.animation.core/calculateTargetValue|calculateTargetValue@androidx.compose.animation.core.DecayAnimationSpec<0:0>(androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;0:0;0:0){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 910final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/InfiniteTransition).androidx.compose.animation.core/animateValue(#A, #A, androidx.compose.animation.core/TwoWayConverter<#A, #B>, androidx.compose.animation.core/InfiniteRepeatableSpec<#A>): androidx.compose.runtime/State<#A> // androidx.compose.animation.core/animateValue|animateValue@androidx.compose.animation.core.InfiniteTransition(0:0;0:0;androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;androidx.compose.animation.core.InfiniteRepeatableSpec<0:0>){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 911final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/InfiniteTransition).androidx.compose.animation.core/animateValue(#A, #A, androidx.compose.animation.core/TwoWayConverter<#A, #B>, androidx.compose.animation.core/InfiniteRepeatableSpec<#A>, kotlin/String = ...): androidx.compose.runtime/State<#A> // androidx.compose.animation.core/animateValue|animateValue@androidx.compose.animation.core.InfiniteTransition(0:0;0:0;androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;androidx.compose.animation.core.InfiniteRepeatableSpec<0:0>;kotlin.String){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 912final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/TwoWayConverter<#A, #B>).androidx.compose.animation.core/createZeroVectorFrom(#A): #B // androidx.compose.animation.core/createZeroVectorFrom|createZeroVectorFrom@androidx.compose.animation.core.TwoWayConverter<0:0,0:1>(0:0){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 913final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/AnimationState(androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #A, kotlin/Long = ..., kotlin/Long = ..., kotlin/Boolean = ...): androidx.compose.animation.core/AnimationState<#A, #B> // androidx.compose.animation.core/AnimationState|AnimationState(androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;0:0;0:0;kotlin.Long;kotlin.Long;kotlin.Boolean){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 914final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/TargetBasedAnimation(androidx.compose.animation.core/AnimationSpec<#A>, androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #A, #A): androidx.compose.animation.core/TargetBasedAnimation<#A, #B> // androidx.compose.animation.core/TargetBasedAnimation|TargetBasedAnimation(androidx.compose.animation.core.AnimationSpec<0:0>;androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;0:0;0:0;0:0){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 915final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/TwoWayConverter(kotlin/Function1<#A, #B>, kotlin/Function1<#B, #A>): androidx.compose.animation.core/TwoWayConverter<#A, #B> // androidx.compose.animation.core/TwoWayConverter|TwoWayConverter(kotlin.Function1<0:0,0:1>;kotlin.Function1<0:1,0:0>){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 916final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/animateValueAsState(#A, androidx.compose.animation.core/TwoWayConverter<#A, #B>, androidx.compose.animation.core/AnimationSpec<#A> = ..., #A? = ..., kotlin/Function1<#A, kotlin/Unit>? = ...): androidx.compose.runtime/State<#A> // androidx.compose.animation.core/animateValueAsState|animateValueAsState(0:0;androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;androidx.compose.animation.core.AnimationSpec<0:0>;0:0?;kotlin.Function1<0:0,kotlin.Unit>?){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 917final fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/animateValueAsState(#A, androidx.compose.animation.core/TwoWayConverter<#A, #B>, androidx.compose.animation.core/AnimationSpec<#A> = ..., #A? = ..., kotlin/String = ..., kotlin/Function1<#A, kotlin/Unit>? = ...): androidx.compose.runtime/State<#A> // androidx.compose.animation.core/animateValueAsState|animateValueAsState(0:0;androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;androidx.compose.animation.core.AnimationSpec<0:0>;0:0?;kotlin.String;kotlin.Function1<0:0,kotlin.Unit>?){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 918final fun <#A: kotlin/Any?, #B: kotlin/Any?, #C: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/createDeferredAnimation(androidx.compose.animation.core/TwoWayConverter<#B, #C>, kotlin/String = ...): androidx.compose.animation.core/Transition.DeferredAnimation<#B, #C, #A> // androidx.compose.animation.core/createDeferredAnimation|createDeferredAnimation@androidx.compose.animation.core.Transition<0:0>(androidx.compose.animation.core.TwoWayConverter<0:1,0:2>;kotlin.String){0§<kotlin.Any?>;1§<kotlin.Any?>;2§<androidx.compose.animation.core.AnimationVector>}[0] 919final fun <#A: kotlin/Any?, #B: kotlin/Any?, #C: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/createTransitionAnimation(#B, #B, androidx.compose.animation.core/FiniteAnimationSpec<#B>, androidx.compose.animation.core/TwoWayConverter<#B, #C>, kotlin/String): androidx.compose.runtime/State<#B> // androidx.compose.animation.core/createTransitionAnimation|createTransitionAnimation@androidx.compose.animation.core.Transition<0:0>(0:1;0:1;androidx.compose.animation.core.FiniteAnimationSpec<0:1>;androidx.compose.animation.core.TwoWayConverter<0:1,0:2>;kotlin.String){0§<kotlin.Any?>;1§<kotlin.Any?>;2§<androidx.compose.animation.core.AnimationVector>}[0] 920final fun <#A: kotlin/Any?, #B: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/createChildTransitionInternal(#B, #B, kotlin/String): androidx.compose.animation.core/Transition<#B> // androidx.compose.animation.core/createChildTransitionInternal|createChildTransitionInternal@androidx.compose.animation.core.Transition<0:0>(0:1;0:1;kotlin.String){0§<kotlin.Any?>;1§<kotlin.Any?>}[0] 921final fun <#A: kotlin/Any?> (androidx.compose.animation.core/FloatDecayAnimationSpec).androidx.compose.animation.core/generateDecayAnimationSpec(): androidx.compose.animation.core/DecayAnimationSpec<#A> // androidx.compose.animation.core/generateDecayAnimationSpec|generateDecayAnimationSpec@androidx.compose.animation.core.FloatDecayAnimationSpec(){0§<kotlin.Any?>}[0] 922final fun <#A: kotlin/Any?> androidx.compose.animation.core/exponentialDecay(kotlin/Float = ..., kotlin/Float = ...): androidx.compose.animation.core/DecayAnimationSpec<#A> // androidx.compose.animation.core/exponentialDecay|exponentialDecay(kotlin.Float;kotlin.Float){0§<kotlin.Any?>}[0] 923final fun <#A: kotlin/Any?> androidx.compose.animation.core/infiniteRepeatable(androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode = ...): androidx.compose.animation.core/InfiniteRepeatableSpec<#A> // androidx.compose.animation.core/infiniteRepeatable|infiniteRepeatable(androidx.compose.animation.core.DurationBasedAnimationSpec<0:0>;androidx.compose.animation.core.RepeatMode){0§<kotlin.Any?>}[0] 924final fun <#A: kotlin/Any?> androidx.compose.animation.core/infiniteRepeatable(androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode = ..., androidx.compose.animation.core/StartOffset = ...): androidx.compose.animation.core/InfiniteRepeatableSpec<#A> // androidx.compose.animation.core/infiniteRepeatable|infiniteRepeatable(androidx.compose.animation.core.DurationBasedAnimationSpec<0:0>;androidx.compose.animation.core.RepeatMode;androidx.compose.animation.core.StartOffset){0§<kotlin.Any?>}[0] 925final fun <#A: kotlin/Any?> androidx.compose.animation.core/keyframes(kotlin/Function1<androidx.compose.animation.core/KeyframesSpec.KeyframesSpecConfig<#A>, kotlin/Unit>): androidx.compose.animation.core/KeyframesSpec<#A> // androidx.compose.animation.core/keyframes|keyframes(kotlin.Function1<androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<0:0>,kotlin.Unit>){0§<kotlin.Any?>}[0] 926final fun <#A: kotlin/Any?> androidx.compose.animation.core/keyframesWithSpline(kotlin/Float, kotlin/Function1<androidx.compose.animation.core/KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig<#A>, kotlin/Unit>): androidx.compose.animation.core/KeyframesWithSplineSpec<#A> // androidx.compose.animation.core/keyframesWithSpline|keyframesWithSpline(kotlin.Float;kotlin.Function1<androidx.compose.animation.core.KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig<0:0>,kotlin.Unit>){0§<kotlin.Any?>}[0] 927final fun <#A: kotlin/Any?> androidx.compose.animation.core/keyframesWithSpline(kotlin/Function1<androidx.compose.animation.core/KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig<#A>, kotlin/Unit>): androidx.compose.animation.core/KeyframesWithSplineSpec<#A> // androidx.compose.animation.core/keyframesWithSpline|keyframesWithSpline(kotlin.Function1<androidx.compose.animation.core.KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig<0:0>,kotlin.Unit>){0§<kotlin.Any?>}[0] 928final fun <#A: kotlin/Any?> androidx.compose.animation.core/rememberTransition(androidx.compose.animation.core/TransitionState<#A>, kotlin/String? = ...): androidx.compose.animation.core/Transition<#A> // androidx.compose.animation.core/rememberTransition|rememberTransition(androidx.compose.animation.core.TransitionState<0:0>;kotlin.String?){0§<kotlin.Any?>}[0] 929final fun <#A: kotlin/Any?> androidx.compose.animation.core/repeatable(kotlin/Int, androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode = ...): androidx.compose.animation.core/RepeatableSpec<#A> // androidx.compose.animation.core/repeatable|repeatable(kotlin.Int;androidx.compose.animation.core.DurationBasedAnimationSpec<0:0>;androidx.compose.animation.core.RepeatMode){0§<kotlin.Any?>}[0] 930final fun <#A: kotlin/Any?> androidx.compose.animation.core/repeatable(kotlin/Int, androidx.compose.animation.core/DurationBasedAnimationSpec<#A>, androidx.compose.animation.core/RepeatMode = ..., androidx.compose.animation.core/StartOffset = ...): androidx.compose.animation.core/RepeatableSpec<#A> // androidx.compose.animation.core/repeatable|repeatable(kotlin.Int;androidx.compose.animation.core.DurationBasedAnimationSpec<0:0>;androidx.compose.animation.core.RepeatMode;androidx.compose.animation.core.StartOffset){0§<kotlin.Any?>}[0] 931final fun <#A: kotlin/Any?> androidx.compose.animation.core/snap(kotlin/Int = ...): androidx.compose.animation.core/SnapSpec<#A> // androidx.compose.animation.core/snap|snap(kotlin.Int){0§<kotlin.Any?>}[0] 932final fun <#A: kotlin/Any?> androidx.compose.animation.core/spring(kotlin/Float = ..., kotlin/Float = ..., #A? = ...): androidx.compose.animation.core/SpringSpec<#A> // androidx.compose.animation.core/spring|spring(kotlin.Float;kotlin.Float;0:0?){0§<kotlin.Any?>}[0] 933final fun <#A: kotlin/Any?> androidx.compose.animation.core/tween(kotlin/Int = ..., kotlin/Int = ..., androidx.compose.animation.core/Easing = ...): androidx.compose.animation.core/TweenSpec<#A> // androidx.compose.animation.core/tween|tween(kotlin.Int;kotlin.Int;androidx.compose.animation.core.Easing){0§<kotlin.Any?>}[0] 934final fun <#A: kotlin/Any?> androidx.compose.animation.core/updateTransition(#A, kotlin/String? = ...): androidx.compose.animation.core/Transition<#A> // androidx.compose.animation.core/updateTransition|updateTransition(0:0;kotlin.String?){0§<kotlin.Any?>}[0] 935final fun <#A: kotlin/Any?> androidx.compose.animation.core/updateTransition(androidx.compose.animation.core/MutableTransitionState<#A>, kotlin/String? = ...): androidx.compose.animation.core/Transition<#A> // androidx.compose.animation.core/updateTransition|updateTransition(androidx.compose.animation.core.MutableTransitionState<0:0>;kotlin.String?){0§<kotlin.Any?>}[0] 936final fun androidx.compose.animation.core/Animatable(kotlin/Float, kotlin/Float = ...): androidx.compose.animation.core/Animatable<kotlin/Float, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/Animatable|Animatable(kotlin.Float;kotlin.Float){}[0] 937final fun androidx.compose.animation.core/AnimationState(kotlin/Float, kotlin/Float = ..., kotlin/Long = ..., kotlin/Long = ..., kotlin/Boolean = ...): androidx.compose.animation.core/AnimationState<kotlin/Float, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/AnimationState|AnimationState(kotlin.Float;kotlin.Float;kotlin.Long;kotlin.Long;kotlin.Boolean){}[0] 938final fun androidx.compose.animation.core/AnimationVector(kotlin/Float): androidx.compose.animation.core/AnimationVector1D // androidx.compose.animation.core/AnimationVector|AnimationVector(kotlin.Float){}[0] 939final fun androidx.compose.animation.core/AnimationVector(kotlin/Float, kotlin/Float): androidx.compose.animation.core/AnimationVector2D // androidx.compose.animation.core/AnimationVector|AnimationVector(kotlin.Float;kotlin.Float){}[0] 940final fun androidx.compose.animation.core/AnimationVector(kotlin/Float, kotlin/Float, kotlin/Float): androidx.compose.animation.core/AnimationVector3D // androidx.compose.animation.core/AnimationVector|AnimationVector(kotlin.Float;kotlin.Float;kotlin.Float){}[0] 941final fun androidx.compose.animation.core/AnimationVector(kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float): androidx.compose.animation.core/AnimationVector4D // androidx.compose.animation.core/AnimationVector|AnimationVector(kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float){}[0] 942final fun androidx.compose.animation.core/DecayAnimation(androidx.compose.animation.core/FloatDecayAnimationSpec, kotlin/Float, kotlin/Float = ...): androidx.compose.animation.core/DecayAnimation<kotlin/Float, androidx.compose.animation.core/AnimationVector1D> // androidx.compose.animation.core/DecayAnimation|DecayAnimation(androidx.compose.animation.core.FloatDecayAnimationSpec;kotlin.Float;kotlin.Float){}[0] 943final fun androidx.compose.animation.core/animateDpAsState(androidx.compose.ui.unit/Dp, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.unit/Dp> = ..., kotlin/Function1<androidx.compose.ui.unit/Dp, kotlin/Unit>? = ...): androidx.compose.runtime/State<androidx.compose.ui.unit/Dp> // androidx.compose.animation.core/animateDpAsState|animateDpAsState(androidx.compose.ui.unit.Dp;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.Dp>;kotlin.Function1<androidx.compose.ui.unit.Dp,kotlin.Unit>?){}[0] 944final fun androidx.compose.animation.core/animateDpAsState(androidx.compose.ui.unit/Dp, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.unit/Dp> = ..., kotlin/String = ..., kotlin/Function1<androidx.compose.ui.unit/Dp, kotlin/Unit>? = ...): androidx.compose.runtime/State<androidx.compose.ui.unit/Dp> // androidx.compose.animation.core/animateDpAsState|animateDpAsState(androidx.compose.ui.unit.Dp;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.Dp>;kotlin.String;kotlin.Function1<androidx.compose.ui.unit.Dp,kotlin.Unit>?){}[0] 945final fun androidx.compose.animation.core/animateFloatAsState(kotlin/Float, androidx.compose.animation.core/AnimationSpec<kotlin/Float> = ..., kotlin/Float = ..., kotlin/Function1<kotlin/Float, kotlin/Unit>? = ...): androidx.compose.runtime/State<kotlin/Float> // androidx.compose.animation.core/animateFloatAsState|animateFloatAsState(kotlin.Float;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Float;kotlin.Function1<kotlin.Float,kotlin.Unit>?){}[0] 946final fun androidx.compose.animation.core/animateFloatAsState(kotlin/Float, androidx.compose.animation.core/AnimationSpec<kotlin/Float> = ..., kotlin/Float = ..., kotlin/String = ..., kotlin/Function1<kotlin/Float, kotlin/Unit>? = ...): androidx.compose.runtime/State<kotlin/Float> // androidx.compose.animation.core/animateFloatAsState|animateFloatAsState(kotlin.Float;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Float;kotlin.String;kotlin.Function1<kotlin.Float,kotlin.Unit>?){}[0] 947final fun androidx.compose.animation.core/animateIntAsState(kotlin/Int, androidx.compose.animation.core/AnimationSpec<kotlin/Int> = ..., kotlin/Function1<kotlin/Int, kotlin/Unit>? = ...): androidx.compose.runtime/State<kotlin/Int> // androidx.compose.animation.core/animateIntAsState|animateIntAsState(kotlin.Int;androidx.compose.animation.core.AnimationSpec<kotlin.Int>;kotlin.Function1<kotlin.Int,kotlin.Unit>?){}[0] 948final fun androidx.compose.animation.core/animateIntAsState(kotlin/Int, androidx.compose.animation.core/AnimationSpec<kotlin/Int> = ..., kotlin/String = ..., kotlin/Function1<kotlin/Int, kotlin/Unit>? = ...): androidx.compose.runtime/State<kotlin/Int> // androidx.compose.animation.core/animateIntAsState|animateIntAsState(kotlin.Int;androidx.compose.animation.core.AnimationSpec<kotlin.Int>;kotlin.String;kotlin.Function1<kotlin.Int,kotlin.Unit>?){}[0] 949final fun androidx.compose.animation.core/animateIntOffsetAsState(androidx.compose.ui.unit/IntOffset, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.unit/IntOffset> = ..., kotlin/Function1<androidx.compose.ui.unit/IntOffset, kotlin/Unit>? = ...): androidx.compose.runtime/State<androidx.compose.ui.unit/IntOffset> // androidx.compose.animation.core/animateIntOffsetAsState|animateIntOffsetAsState(androidx.compose.ui.unit.IntOffset;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset>;kotlin.Function1<androidx.compose.ui.unit.IntOffset,kotlin.Unit>?){}[0] 950final fun androidx.compose.animation.core/animateIntOffsetAsState(androidx.compose.ui.unit/IntOffset, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.unit/IntOffset> = ..., kotlin/String = ..., kotlin/Function1<androidx.compose.ui.unit/IntOffset, kotlin/Unit>? = ...): androidx.compose.runtime/State<androidx.compose.ui.unit/IntOffset> // androidx.compose.animation.core/animateIntOffsetAsState|animateIntOffsetAsState(androidx.compose.ui.unit.IntOffset;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset>;kotlin.String;kotlin.Function1<androidx.compose.ui.unit.IntOffset,kotlin.Unit>?){}[0] 951final fun androidx.compose.animation.core/animateIntSizeAsState(androidx.compose.ui.unit/IntSize, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.unit/IntSize> = ..., kotlin/Function1<androidx.compose.ui.unit/IntSize, kotlin/Unit>? = ...): androidx.compose.runtime/State<androidx.compose.ui.unit/IntSize> // androidx.compose.animation.core/animateIntSizeAsState|animateIntSizeAsState(androidx.compose.ui.unit.IntSize;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize>;kotlin.Function1<androidx.compose.ui.unit.IntSize,kotlin.Unit>?){}[0] 952final fun androidx.compose.animation.core/animateIntSizeAsState(androidx.compose.ui.unit/IntSize, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.unit/IntSize> = ..., kotlin/String = ..., kotlin/Function1<androidx.compose.ui.unit/IntSize, kotlin/Unit>? = ...): androidx.compose.runtime/State<androidx.compose.ui.unit/IntSize> // androidx.compose.animation.core/animateIntSizeAsState|animateIntSizeAsState(androidx.compose.ui.unit.IntSize;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize>;kotlin.String;kotlin.Function1<androidx.compose.ui.unit.IntSize,kotlin.Unit>?){}[0] 953final fun androidx.compose.animation.core/animateOffsetAsState(androidx.compose.ui.geometry/Offset, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.geometry/Offset> = ..., kotlin/Function1<androidx.compose.ui.geometry/Offset, kotlin/Unit>? = ...): androidx.compose.runtime/State<androidx.compose.ui.geometry/Offset> // androidx.compose.animation.core/animateOffsetAsState|animateOffsetAsState(androidx.compose.ui.geometry.Offset;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.geometry.Offset>;kotlin.Function1<androidx.compose.ui.geometry.Offset,kotlin.Unit>?){}[0] 954final fun androidx.compose.animation.core/animateOffsetAsState(androidx.compose.ui.geometry/Offset, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.geometry/Offset> = ..., kotlin/String = ..., kotlin/Function1<androidx.compose.ui.geometry/Offset, kotlin/Unit>? = ...): androidx.compose.runtime/State<androidx.compose.ui.geometry/Offset> // androidx.compose.animation.core/animateOffsetAsState|animateOffsetAsState(androidx.compose.ui.geometry.Offset;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.geometry.Offset>;kotlin.String;kotlin.Function1<androidx.compose.ui.geometry.Offset,kotlin.Unit>?){}[0] 955final fun androidx.compose.animation.core/animateRectAsState(androidx.compose.ui.geometry/Rect, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.geometry/Rect> = ..., kotlin/Function1<androidx.compose.ui.geometry/Rect, kotlin/Unit>? = ...): androidx.compose.runtime/State<androidx.compose.ui.geometry/Rect> // androidx.compose.animation.core/animateRectAsState|animateRectAsState(androidx.compose.ui.geometry.Rect;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.geometry.Rect>;kotlin.Function1<androidx.compose.ui.geometry.Rect,kotlin.Unit>?){}[0] 956final fun androidx.compose.animation.core/animateRectAsState(androidx.compose.ui.geometry/Rect, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.geometry/Rect> = ..., kotlin/String = ..., kotlin/Function1<androidx.compose.ui.geometry/Rect, kotlin/Unit>? = ...): androidx.compose.runtime/State<androidx.compose.ui.geometry/Rect> // androidx.compose.animation.core/animateRectAsState|animateRectAsState(androidx.compose.ui.geometry.Rect;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.geometry.Rect>;kotlin.String;kotlin.Function1<androidx.compose.ui.geometry.Rect,kotlin.Unit>?){}[0] 957final fun androidx.compose.animation.core/animateSizeAsState(androidx.compose.ui.geometry/Size, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.geometry/Size> = ..., kotlin/Function1<androidx.compose.ui.geometry/Size, kotlin/Unit>? = ...): androidx.compose.runtime/State<androidx.compose.ui.geometry/Size> // androidx.compose.animation.core/animateSizeAsState|animateSizeAsState(androidx.compose.ui.geometry.Size;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.geometry.Size>;kotlin.Function1<androidx.compose.ui.geometry.Size,kotlin.Unit>?){}[0] 958final fun androidx.compose.animation.core/animateSizeAsState(androidx.compose.ui.geometry/Size, androidx.compose.animation.core/AnimationSpec<androidx.compose.ui.geometry/Size> = ..., kotlin/String = ..., kotlin/Function1<androidx.compose.ui.geometry/Size, kotlin/Unit>? = ...): androidx.compose.runtime/State<androidx.compose.ui.geometry/Size> // androidx.compose.animation.core/animateSizeAsState|animateSizeAsState(androidx.compose.ui.geometry.Size;androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.geometry.Size>;kotlin.String;kotlin.Function1<androidx.compose.ui.geometry.Size,kotlin.Unit>?){}[0] 959final fun androidx.compose.animation.core/estimateAnimationDurationMillis(kotlin/Double, kotlin/Double, kotlin/Double, kotlin/Double, kotlin/Double): kotlin/Long // androidx.compose.animation.core/estimateAnimationDurationMillis|estimateAnimationDurationMillis(kotlin.Double;kotlin.Double;kotlin.Double;kotlin.Double;kotlin.Double){}[0] 960final fun androidx.compose.animation.core/estimateAnimationDurationMillis(kotlin/Double, kotlin/Double, kotlin/Double, kotlin/Double, kotlin/Double, kotlin/Double): kotlin/Long // androidx.compose.animation.core/estimateAnimationDurationMillis|estimateAnimationDurationMillis(kotlin.Double;kotlin.Double;kotlin.Double;kotlin.Double;kotlin.Double;kotlin.Double){}[0] 961final fun androidx.compose.animation.core/estimateAnimationDurationMillis(kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float, kotlin/Float): kotlin/Long // androidx.compose.animation.core/estimateAnimationDurationMillis|estimateAnimationDurationMillis(kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float;kotlin.Float){}[0] 962final fun androidx.compose.animation.core/rememberInfiniteTransition(): androidx.compose.animation.core/InfiniteTransition // androidx.compose.animation.core/rememberInfiniteTransition|rememberInfiniteTransition(){}[0] 963final fun androidx.compose.animation.core/rememberInfiniteTransition(kotlin/String = ...): androidx.compose.animation.core/InfiniteTransition // androidx.compose.animation.core/rememberInfiniteTransition|rememberInfiniteTransition(kotlin.String){}[0] 964final inline fun <#A: kotlin/Any?, #B: kotlin/Any?, #C: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateValue(androidx.compose.animation.core/TwoWayConverter<#B, #C>, noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<#B>> = ..., kotlin/String = ..., kotlin/Function1<#A, #B>): androidx.compose.runtime/State<#B> // androidx.compose.animation.core/animateValue|animateValue@androidx.compose.animation.core.Transition<0:0>(androidx.compose.animation.core.TwoWayConverter<0:1,0:2>;kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<0:1>>;kotlin.String;kotlin.Function1<0:0,0:1>){0§<kotlin.Any?>;1§<kotlin.Any?>;2§<androidx.compose.animation.core.AnimationVector>}[0] 965final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateDp(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/Dp>> = ..., kotlin/String = ..., kotlin/Function1<#A, androidx.compose.ui.unit/Dp>): androidx.compose.runtime/State<androidx.compose.ui.unit/Dp> // androidx.compose.animation.core/animateDp|animateDp@androidx.compose.animation.core.Transition<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.Dp>>;kotlin.String;kotlin.Function1<0:0,androidx.compose.ui.unit.Dp>){0§<kotlin.Any?>}[0] 966final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateFloat(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Float>> = ..., kotlin/String = ..., kotlin/Function1<#A, kotlin/Float>): androidx.compose.runtime/State<kotlin/Float> // androidx.compose.animation.core/animateFloat|animateFloat@androidx.compose.animation.core.Transition<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Float>>;kotlin.String;kotlin.Function1<0:0,kotlin.Float>){0§<kotlin.Any?>}[0] 967final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateInt(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<kotlin/Int>> = ..., kotlin/String = ..., kotlin/Function1<#A, kotlin/Int>): androidx.compose.runtime/State<kotlin/Int> // androidx.compose.animation.core/animateInt|animateInt@androidx.compose.animation.core.Transition<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<kotlin.Int>>;kotlin.String;kotlin.Function1<0:0,kotlin.Int>){0§<kotlin.Any?>}[0] 968final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateIntOffset(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntOffset>> = ..., kotlin/String = ..., kotlin/Function1<#A, androidx.compose.ui.unit/IntOffset>): androidx.compose.runtime/State<androidx.compose.ui.unit/IntOffset> // androidx.compose.animation.core/animateIntOffset|animateIntOffset@androidx.compose.animation.core.Transition<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.IntOffset>>;kotlin.String;kotlin.Function1<0:0,androidx.compose.ui.unit.IntOffset>){0§<kotlin.Any?>}[0] 969final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateIntSize(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntSize>> = ..., kotlin/String = ..., kotlin/Function1<#A, androidx.compose.ui.unit/IntSize>): androidx.compose.runtime/State<androidx.compose.ui.unit/IntSize> // androidx.compose.animation.core/animateIntSize|animateIntSize@androidx.compose.animation.core.Transition<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.unit.IntSize>>;kotlin.String;kotlin.Function1<0:0,androidx.compose.ui.unit.IntSize>){0§<kotlin.Any?>}[0] 970final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateOffset(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.geometry/Offset>> = ..., kotlin/String = ..., kotlin/Function1<#A, androidx.compose.ui.geometry/Offset>): androidx.compose.runtime/State<androidx.compose.ui.geometry/Offset> // androidx.compose.animation.core/animateOffset|animateOffset@androidx.compose.animation.core.Transition<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.geometry.Offset>>;kotlin.String;kotlin.Function1<0:0,androidx.compose.ui.geometry.Offset>){0§<kotlin.Any?>}[0] 971final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateRect(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.geometry/Rect>> = ..., kotlin/String = ..., kotlin/Function1<#A, androidx.compose.ui.geometry/Rect>): androidx.compose.runtime/State<androidx.compose.ui.geometry/Rect> // androidx.compose.animation.core/animateRect|animateRect@androidx.compose.animation.core.Transition<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.geometry.Rect>>;kotlin.String;kotlin.Function1<0:0,androidx.compose.ui.geometry.Rect>){0§<kotlin.Any?>}[0] 972final inline fun <#A: kotlin/Any?> (androidx.compose.animation.core/Transition<#A>).androidx.compose.animation.core/animateSize(noinline kotlin/Function1<androidx.compose.animation.core/Transition.Segment<#A>, androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.geometry/Size>> = ..., kotlin/String = ..., kotlin/Function1<#A, androidx.compose.ui.geometry/Size>): androidx.compose.runtime/State<androidx.compose.ui.geometry/Size> // androidx.compose.animation.core/animateSize|animateSize@androidx.compose.animation.core.Transition<0:0>(kotlin.Function1<androidx.compose.animation.core.Transition.Segment<0:0>,androidx.compose.animation.core.FiniteAnimationSpec<androidx.compose.ui.geometry.Size>>;kotlin.String;kotlin.Function1<0:0,androidx.compose.ui.geometry.Size>){0§<kotlin.Any?>}[0] 973final suspend fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/AnimationState<#A, #B>).androidx.compose.animation.core/animateDecay(androidx.compose.animation.core/DecayAnimationSpec<#A>, kotlin/Boolean = ..., kotlin/Function1<androidx.compose.animation.core/AnimationScope<#A, #B>, kotlin/Unit> = ...) // androidx.compose.animation.core/animateDecay|animateDecay@androidx.compose.animation.core.AnimationState<0:0,0:1>(androidx.compose.animation.core.DecayAnimationSpec<0:0>;kotlin.Boolean;kotlin.Function1<androidx.compose.animation.core.AnimationScope<0:0,0:1>,kotlin.Unit>){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 974final suspend fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> (androidx.compose.animation.core/AnimationState<#A, #B>).androidx.compose.animation.core/animateTo(#A, androidx.compose.animation.core/AnimationSpec<#A> = ..., kotlin/Boolean = ..., kotlin/Function1<androidx.compose.animation.core/AnimationScope<#A, #B>, kotlin/Unit> = ...) // androidx.compose.animation.core/animateTo|animateTo@androidx.compose.animation.core.AnimationState<0:0,0:1>(0:0;androidx.compose.animation.core.AnimationSpec<0:0>;kotlin.Boolean;kotlin.Function1<androidx.compose.animation.core.AnimationScope<0:0,0:1>,kotlin.Unit>){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 975final suspend fun <#A: kotlin/Any?, #B: androidx.compose.animation.core/AnimationVector> androidx.compose.animation.core/animate(androidx.compose.animation.core/TwoWayConverter<#A, #B>, #A, #A, #A? = ..., androidx.compose.animation.core/AnimationSpec<#A> = ..., kotlin/Function2<#A, #A, kotlin/Unit>) // androidx.compose.animation.core/animate|animate(androidx.compose.animation.core.TwoWayConverter<0:0,0:1>;0:0;0:0;0:0?;androidx.compose.animation.core.AnimationSpec<0:0>;kotlin.Function2<0:0,0:0,kotlin.Unit>){0§<kotlin.Any?>;1§<androidx.compose.animation.core.AnimationVector>}[0] 976final suspend fun <#A: kotlin/Any?> androidx.compose.animation.core/withInfiniteAnimationFrameNanos(kotlin/Function1<kotlin/Long, #A>): #A // androidx.compose.animation.core/withInfiniteAnimationFrameNanos|withInfiniteAnimationFrameNanos(kotlin.Function1<kotlin.Long,0:0>){0§<kotlin.Any?>}[0] 977final suspend fun androidx.compose.animation.core/animate(kotlin/Float, kotlin/Float, kotlin/Float = ..., androidx.compose.animation.core/AnimationSpec<kotlin/Float> = ..., kotlin/Function2<kotlin/Float, kotlin/Float, kotlin/Unit>) // androidx.compose.animation.core/animate|animate(kotlin.Float;kotlin.Float;kotlin.Float;androidx.compose.animation.core.AnimationSpec<kotlin.Float>;kotlin.Function2<kotlin.Float,kotlin.Float,kotlin.Unit>){}[0] 978final suspend fun androidx.compose.animation.core/animateDecay(kotlin/Float, kotlin/Float, androidx.compose.animation.core/FloatDecayAnimationSpec, kotlin/Function2<kotlin/Float, kotlin/Float, kotlin/Unit>) // androidx.compose.animation.core/animateDecay|animateDecay(kotlin.Float;kotlin.Float;androidx.compose.animation.core.FloatDecayAnimationSpec;kotlin.Function2<kotlin.Float,kotlin.Float,kotlin.Unit>){}[0] 979final suspend inline fun <#A: kotlin/Any?> androidx.compose.animation.core/withInfiniteAnimationFrameMillis(crossinline kotlin/Function1<kotlin/Long, #A>): #A // androidx.compose.animation.core/withInfiniteAnimationFrameMillis|withInfiniteAnimationFrameMillis(kotlin.Function1<kotlin.Long,0:0>){0§<kotlin.Any?>}[0] 980