package z0;

import android.view.View;
import java.util.ArrayList;
import java.util.HashMap;

/* JADX INFO: renamed from: z0.w, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1154w {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final View f11052b;

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final HashMap f11051a = new HashMap();

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final ArrayList f11053c = new ArrayList();

    public C1154w(View view) {
        this.f11052b = view;
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof C1154w)) {
            return false;
        }
        C1154w c1154w = (C1154w) obj;
        return this.f11052b == c1154w.f11052b && this.f11051a.equals(c1154w.f11051a);
    }

    public final int hashCode() {
        return this.f11051a.hashCode() + (this.f11052b.hashCode() * 31);
    }

    public final String toString() {
        String strC = s0.c.c(("TransitionValues@" + Integer.toHexString(hashCode()) + ":\n") + "    view = " + this.f11052b + "\n", "    values:");
        HashMap map = this.f11051a;
        for (String str : map.keySet()) {
            strC = strC + "    " + str + ": " + map.get(str) + "\n";
        }
        return strC;
    }
}
