package defpackage;

import java.util.ArrayList;

/* JADX INFO: loaded from: classes.dex */
class ho3 extends yu9 {
    public final /* synthetic */ Object a;
    public final /* synthetic */ ArrayList b;
    public final /* synthetic */ Object c;
    public final /* synthetic */ ArrayList d;
    public final /* synthetic */ lo3 e;

    public ho3(lo3 lo3Var, Object obj, ArrayList arrayList, Object obj2, ArrayList arrayList2) {
        this.e = lo3Var;
        this.a = obj;
        this.b = arrayList;
        this.c = obj2;
        this.d = arrayList2;
    }

    @Override // defpackage.yu9, au9.g
    public final void onTransitionEnd(au9 au9Var) {
        au9Var.removeListener(this);
    }

    @Override // defpackage.yu9, au9.g
    public final void onTransitionStart(au9 au9Var) {
        lo3 lo3Var = this.e;
        Object obj = this.a;
        if (obj != null) {
            lo3Var.t(obj, this.b, null);
        }
        Object obj2 = this.c;
        if (obj2 != null) {
            lo3Var.t(obj2, this.d, null);
        }
    }
}
