Rabbit-R1/switch port/java/sources/androidx/compose/animation/AnimatedContentScopeImpl.java
2024-05-21 17:08:36 -04:00

32 lines
2.7 KiB
Java

package androidx.compose.animation;
import androidx.compose.animation.core.Transition;
import androidx.compose.ui.Modifier;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: AnimatedContent.kt */
@Metadata(d1 = {"\u00004\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0002\u0018\u00002\u00020\u00012\u00020\u0002B\u000f\b\u0000\u0012\u0006\u0010\u0003\u001a\u00020\u0002¢\u0006\u0002\u0010\u0004J+\u0010\n\u001a\u00020\u000b*\u00020\u000b2\b\b\u0002\u0010\f\u001a\u00020\r2\b\b\u0002\u0010\u000e\u001a\u00020\u000f2\b\b\u0002\u0010\u0010\u001a\u00020\u0011H\u0097\u0001R\u001a\u0010\u0005\u001a\b\u0012\u0004\u0012\u00020\u00070\u00068WX\u0097\u0005¢\u0006\u0006\u001a\u0004\b\b\u0010\\u0006\u0012"}, d2 = {"Landroidx/compose/animation/AnimatedContentScopeImpl;", "Landroidx/compose/animation/AnimatedContentScope;", "Landroidx/compose/animation/AnimatedVisibilityScope;", "animatedVisibilityScope", "(Landroidx/compose/animation/AnimatedVisibilityScope;)V", "transition", "Landroidx/compose/animation/core/Transition;", "Landroidx/compose/animation/EnterExitState;", "getTransition", "()Landroidx/compose/animation/core/Transition;", "animateEnterExit", "Landroidx/compose/ui/Modifier;", "enter", "Landroidx/compose/animation/EnterTransition;", "exit", "Landroidx/compose/animation/ExitTransition;", "label", "", "animation_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
/* loaded from: classes.dex */
final class AnimatedContentScopeImpl implements AnimatedContentScope, AnimatedVisibilityScope {
private final /* synthetic */ AnimatedVisibilityScope $$delegate_0;
@Override // androidx.compose.animation.AnimatedVisibilityScope
public Modifier animateEnterExit(Modifier modifier, EnterTransition enter, ExitTransition exit, String label) {
Intrinsics.checkNotNullParameter(modifier, "<this>");
Intrinsics.checkNotNullParameter(enter, "enter");
Intrinsics.checkNotNullParameter(exit, "exit");
Intrinsics.checkNotNullParameter(label, "label");
return this.$$delegate_0.animateEnterExit(modifier, enter, exit, label);
}
@Override // androidx.compose.animation.AnimatedVisibilityScope
public Transition<EnterExitState> getTransition() {
return this.$$delegate_0.getTransition();
}
public AnimatedContentScopeImpl(AnimatedVisibilityScope animatedVisibilityScope) {
Intrinsics.checkNotNullParameter(animatedVisibilityScope, "animatedVisibilityScope");
this.$$delegate_0 = animatedVisibilityScope;
}
}