discord-jadx/app/src/main/java/c/a/w/b.java

81 lines
3.3 KiB
Java

package c.a.w;
import android.graphics.drawable.Drawable;
import androidx.vectordrawable.graphics.drawable.Animatable2Compat;
import androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat;
import com.discord.utilities.views.ViewCoroutineScopeKt;
import d0.l;
import d0.w.g.c;
import d0.w.h.a.e;
import d0.w.h.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 b extends Animatable2Compat.AnimationCallback {
public final /* synthetic */ c a;
public final /* synthetic */ AnimatedVectorDrawableCompat b;
/* compiled from: SparkleView.kt */
@e(c = "com.discord.tooltips.SparkleView$startAnimation$1$onAnimationEnd$1", f = "SparkleView.kt", l = {59}, m = "invokeSuspend")
public static final class a extends k implements Function2<CoroutineScope, Continuation<? super Unit>, Object> {
public int label;
public final /* synthetic */ b this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public a(b bVar, Continuation continuation) {
super(2, continuation);
this.this$0 = bVar;
}
@Override // d0.w.h.a.a
public final Continuation<Unit> 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<? super Unit> continuation) {
Continuation<? super Unit> continuation2 = continuation;
m.checkNotNullParameter(continuation2, "completion");
return new a(this.this$0, continuation2).invokeSuspend(Unit.a);
}
@Override // d0.w.h.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 (c.q.a.k.a.m(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");
}
this.this$0.b.start();
return Unit.a;
}
}
public b(c cVar, AnimatedVectorDrawableCompat animatedVectorDrawableCompat) {
this.a = cVar;
this.b = animatedVectorDrawableCompat;
}
@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) {
c.q.a.k.a.F(coroutineScope, null, null, new a(this, null), 3, null);
}
}
}