package com.bytedance.sdk.component.adexpress.dynamic.animation.fm;

import android.animation.ObjectAnimator;
import android.annotation.SuppressLint;
import android.view.View;
import java.util.ArrayList;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public class duv extends yz {
    public duv(View view, com.bytedance.sdk.component.adexpress.dynamic.yz.fm fmVar) {
        super(view, fmVar);
    }

    @Override // com.bytedance.sdk.component.adexpress.dynamic.animation.fm.yz
    @SuppressLint({"ObjectAnimatorBinding"})
    public List<ObjectAnimator> fm() {
        int i10;
        int i11;
        this.f6463lb.setTag(2097610711, Integer.valueOf(this.ro.yz()));
        View view = this.f6463lb;
        if (view == null || !com.bytedance.sdk.component.adexpress.yz.ro.fm(view.getContext())) {
            i10 = 0;
            i11 = 1;
        } else {
            i11 = 0;
            i10 = 1;
        }
        ObjectAnimator duration = ObjectAnimator.ofFloat(this.f6463lb, "shineValue", i10, i11).setDuration((int) (this.ro.vt() * 1000.0d));
        ArrayList arrayList = new ArrayList();
        arrayList.add(fm(duration));
        return arrayList;
    }
}
