mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 08:32:38 -06:00
109 lines
6.7 KiB
Java
109 lines
6.7 KiB
Java
|
package androidx.compose.animation;
|
||
|
|
||
|
import androidx.compose.animation.core.Transition;
|
||
|
import androidx.compose.runtime.Composer;
|
||
|
import androidx.compose.runtime.ComposerKt;
|
||
|
import androidx.compose.ui.ComposedModifierKt;
|
||
|
import androidx.compose.ui.Modifier;
|
||
|
import androidx.compose.ui.platform.InspectableValueKt;
|
||
|
import androidx.compose.ui.platform.InspectorInfo;
|
||
|
import kotlin.Metadata;
|
||
|
import kotlin.Unit;
|
||
|
import kotlin.jvm.functions.Function1;
|
||
|
import kotlin.jvm.functions.Function3;
|
||
|
import kotlin.jvm.internal.Intrinsics;
|
||
|
|
||
|
/* compiled from: AnimatedVisibility.kt */
|
||
|
@Metadata(d1 = {"\u0000.\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0005\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000e\n\u0000\bf\u0018\u00002\u00020\u0001J*\u0010\t\u001a\u00020\n*\u00020\n2\b\b\u0002\u0010\u000b\u001a\u00020\f2\b\b\u0002\u0010\r\u001a\u00020\u000e2\b\b\u0002\u0010\u000f\u001a\u00020\u0010H\u0017R \u0010\u0002\u001a\b\u0012\u0004\u0012\u00020\u00040\u00038gX§\u0004¢\u0006\f\u0012\u0004\b\u0005\u0010\u0006\u001a\u0004\b\u0007\u0010\bø\u0001\u0000\u0082\u0002\u0006\n\u0004\b!0\u0001¨\u0006\u0011À\u0006\u0003"}, d2 = {"Landroidx/compose/animation/AnimatedVisibilityScope;", "", "transition", "Landroidx/compose/animation/core/Transition;", "Landroidx/compose/animation/EnterExitState;", "getTransition$annotations", "()V", "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 */
|
||
|
public interface AnimatedVisibilityScope {
|
||
|
Transition<EnterExitState> getTransition();
|
||
|
|
||
|
/* compiled from: AnimatedVisibility.kt */
|
||
|
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes.dex */
|
||
|
public static final class DefaultImpls {
|
||
|
public static /* synthetic */ void getTransition$annotations() {
|
||
|
}
|
||
|
|
||
|
@Deprecated
|
||
|
public static Modifier animateEnterExit(AnimatedVisibilityScope animatedVisibilityScope, Modifier receiver, EnterTransition enter, ExitTransition exit, String label) {
|
||
|
Intrinsics.checkNotNullParameter(receiver, "$receiver");
|
||
|
Intrinsics.checkNotNullParameter(enter, "enter");
|
||
|
Intrinsics.checkNotNullParameter(exit, "exit");
|
||
|
Intrinsics.checkNotNullParameter(label, "label");
|
||
|
return AnimatedVisibilityScope.super.animateEnterExit(receiver, enter, exit, label);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static /* synthetic */ Modifier animateEnterExit$default(AnimatedVisibilityScope animatedVisibilityScope, Modifier modifier, EnterTransition enterTransition, ExitTransition exitTransition, String str, int i, Object obj) {
|
||
|
if (obj != null) {
|
||
|
throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: animateEnterExit");
|
||
|
}
|
||
|
if ((i & 1) != 0) {
|
||
|
enterTransition = EnterExitTransitionKt.fadeIn$default(null, 0.0f, 3, null).plus(EnterExitTransitionKt.expandIn$default(null, null, false, null, 15, null));
|
||
|
}
|
||
|
if ((i & 2) != 0) {
|
||
|
exitTransition = EnterExitTransitionKt.fadeOut$default(null, 0.0f, 3, null).plus(EnterExitTransitionKt.shrinkOut$default(null, null, false, null, 15, null));
|
||
|
}
|
||
|
if ((i & 4) != 0) {
|
||
|
str = "animateEnterExit";
|
||
|
}
|
||
|
return animatedVisibilityScope.animateEnterExit(modifier, enterTransition, exitTransition, str);
|
||
|
}
|
||
|
|
||
|
default Modifier animateEnterExit(Modifier modifier, final EnterTransition enter, final ExitTransition exit, final String label) {
|
||
|
Intrinsics.checkNotNullParameter(modifier, "<this>");
|
||
|
Intrinsics.checkNotNullParameter(enter, "enter");
|
||
|
Intrinsics.checkNotNullParameter(exit, "exit");
|
||
|
Intrinsics.checkNotNullParameter(label, "label");
|
||
|
return ComposedModifierKt.composed(modifier, InspectableValueKt.isDebugInspectorInfoEnabled() ? new Function1<InspectorInfo, Unit>() { // from class: androidx.compose.animation.AnimatedVisibilityScope$animateEnterExit$$inlined$debugInspectorInfo$1
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
{
|
||
|
super(1);
|
||
|
}
|
||
|
|
||
|
@Override // kotlin.jvm.functions.Function1
|
||
|
public /* bridge */ /* synthetic */ Unit invoke(InspectorInfo inspectorInfo) {
|
||
|
invoke2(inspectorInfo);
|
||
|
return Unit.INSTANCE;
|
||
|
}
|
||
|
|
||
|
/* renamed from: invoke, reason: avoid collision after fix types in other method */
|
||
|
public final void invoke2(InspectorInfo inspectorInfo) {
|
||
|
Intrinsics.checkNotNullParameter(inspectorInfo, "$this$null");
|
||
|
inspectorInfo.setName("animateEnterExit");
|
||
|
inspectorInfo.getProperties().set("enter", EnterTransition.this);
|
||
|
inspectorInfo.getProperties().set("exit", exit);
|
||
|
inspectorInfo.getProperties().set("label", label);
|
||
|
}
|
||
|
} : InspectableValueKt.getNoInspectorInfo(), new Function3<Modifier, Composer, Integer, Modifier>() { // from class: androidx.compose.animation.AnimatedVisibilityScope$animateEnterExit$2
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
{
|
||
|
super(3);
|
||
|
}
|
||
|
|
||
|
@Override // kotlin.jvm.functions.Function3
|
||
|
public /* bridge */ /* synthetic */ Modifier invoke(Modifier modifier2, Composer composer, Integer num) {
|
||
|
return invoke(modifier2, composer, num.intValue());
|
||
|
}
|
||
|
|
||
|
public final Modifier invoke(Modifier composed, Composer composer, int i) {
|
||
|
Intrinsics.checkNotNullParameter(composed, "$this$composed");
|
||
|
composer.startReplaceableGroup(1840112047);
|
||
|
ComposerKt.sourceInformation(composer, "C672@37478L34:AnimatedVisibility.kt#xbi5r1");
|
||
|
if (ComposerKt.isTraceInProgress()) {
|
||
|
ComposerKt.traceEventStart(1840112047, i, -1, "androidx.compose.animation.AnimatedVisibilityScope.animateEnterExit.<anonymous> (AnimatedVisibility.kt:671)");
|
||
|
}
|
||
|
Modifier then = composed.then(EnterExitTransitionKt.createModifier(AnimatedVisibilityScope.this.getTransition(), enter, exit, label, composer, 0));
|
||
|
if (ComposerKt.isTraceInProgress()) {
|
||
|
ComposerKt.traceEventEnd();
|
||
|
}
|
||
|
composer.endReplaceableGroup();
|
||
|
return then;
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
}
|