27 lines
1.1 KiB
Java
27 lines
1.1 KiB
Java
package o;
|
|
|
|
import android.animation.Animator;
|
|
import android.animation.AnimatorSet;
|
|
import android.animation.ObjectAnimator;
|
|
import android.animation.TypeEvaluator;
|
|
import android.util.Property;
|
|
import android.view.View;
|
|
import android.view.ViewAnimationUtils;
|
|
import o.GJa;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class LKi {
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public static Animator IK_(GJa gJa, float f, float f2, float f3) {
|
|
ObjectAnimator ofObject = ObjectAnimator.ofObject(gJa, (Property<GJa, V>) GJa.Sts.e, (TypeEvaluator) GJa.RVV.e, (Object[]) new GJa.LWm[]{new GJa.LWm(f, f2, f3)});
|
|
GJa.LWm e = gJa.e();
|
|
if (e == null) {
|
|
throw new IllegalStateException("Caller must set a non-null RevealInfo before calling this.");
|
|
}
|
|
Animator createCircularReveal = ViewAnimationUtils.createCircularReveal((View) gJa, (int) f, (int) f2, e.a, f3);
|
|
AnimatorSet animatorSet = new AnimatorSet();
|
|
animatorSet.playTogether(ofObject, createCircularReveal);
|
|
return animatorSet;
|
|
}
|
|
}
|