package androidx.core.animation; import android.animation.Animator; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ public final class AnimatorKt$addListener$listener$1 implements Animator.AnimatorListener { public final /* synthetic */ Function1 $onCancel; public final /* synthetic */ Function1 $onEnd; public final /* synthetic */ Function1 $onRepeat; public final /* synthetic */ Function1 $onStart; /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: kotlin.jvm.functions.Function1 */ /* JADX WARN: Multi-variable type inference failed */ public AnimatorKt$addListener$listener$1(Function1 function1, Function1 function12, Function1 function13, Function1 function14) { this.$onRepeat = function1; this.$onEnd = function12; this.$onCancel = function13; this.$onStart = function14; } @Override // android.animation.Animator.AnimatorListener public void onAnimationCancel(Animator animator) { m.checkNotNullParameter(animator, "animator"); this.$onCancel.invoke(animator); } @Override // android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { m.checkNotNullParameter(animator, "animator"); this.$onEnd.invoke(animator); } @Override // android.animation.Animator.AnimatorListener public void onAnimationRepeat(Animator animator) { m.checkNotNullParameter(animator, "animator"); this.$onRepeat.invoke(animator); } @Override // android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { m.checkNotNullParameter(animator, "animator"); this.$onStart.invoke(animator); } }