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$addPauseListener$listener$1 implements Animator.AnimatorPauseListener { public final /* synthetic */ Function1 $onPause; public final /* synthetic */ Function1 $onResume; /* 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 WARN: Multi-variable type inference failed */ public AnimatorKt$addPauseListener$listener$1(Function1 function1, Function1 function12) { this.$onPause = function1; this.$onResume = function12; } @Override // android.animation.Animator.AnimatorPauseListener public void onAnimationPause(Animator animator) { m.checkNotNullParameter(animator, "animator"); this.$onPause.invoke(animator); } @Override // android.animation.Animator.AnimatorPauseListener public void onAnimationResume(Animator animator) { m.checkNotNullParameter(animator, "animator"); this.$onResume.invoke(animator); } }