package b.a.v; import android.graphics.drawable.Drawable; import androidx.vectordrawable.graphics.drawable.Animatable2Compat; import androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat; import b.i.a.f.e.o.f; import com.discord.tooltips.SparkleView; import com.discord.utilities.views.ViewCoroutineScopeKt; import d0.l; import d0.w.h.c; import d0.w.i.a.e; import d0.w.i.a.k; import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; import kotlinx.coroutines.CoroutineScope; /* compiled from: SparkleView.kt */ public final class d extends Animatable2Compat.AnimationCallback { public final /* synthetic */ SparkleView a; /* compiled from: SparkleView.kt */ @e(c = "com.discord.tooltips.SparkleView$startAnimation$1$onAnimationEnd$1", f = "SparkleView.kt", l = {61}, m = "invokeSuspend") public static final class a extends k implements Function2, Object> { public int label; public final /* synthetic */ d this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a(d dVar, Continuation continuation) { super(2, continuation); this.this$0 = dVar; } @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new a(this.this$0, continuation); } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // kotlin.jvm.functions.Function2 public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { Continuation continuation2 = continuation; m.checkNotNullParameter(continuation2, "completion"); return new a(this.this$0, continuation2).invokeSuspend(Unit.a); } @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); int i = this.label; if (i == 0) { l.throwOnFailure(obj); this.label = 1; if (f.P(500, this) == coroutine_suspended) { return coroutine_suspended; } } else if (i == 1) { l.throwOnFailure(obj); } else { throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } AnimatedVectorDrawableCompat a = SparkleView.a(this.this$0.a); if (a != null) { a.start(); } return Unit.a; } } public d(SparkleView sparkleView) { this.a = sparkleView; } @Override // androidx.vectordrawable.graphics.drawable.Animatable2Compat.AnimationCallback public void onAnimationEnd(Drawable drawable) { m.checkNotNullParameter(drawable, "drawable"); CoroutineScope coroutineScope = ViewCoroutineScopeKt.getCoroutineScope(this.a); if (coroutineScope != null) { f.H0(coroutineScope, null, null, new a(this, null), 3, null); } } }