package u0;

import android.content.Context;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.view.ViewGroup;

/* JADX INFO: renamed from: u0.H, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C1036H extends ViewGroup.MarginLayoutParams {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public V f10073a;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public boolean f10075c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public boolean f10076d;

    public C1036H(Context context, AttributeSet attributeSet) {
        super(context, attributeSet);
        this.f10074b = new Rect();
        this.f10075c = true;
        this.f10076d = false;
    }

    public C1036H(int i, int i5) {
        super(i, i5);
        this.f10074b = new Rect();
        this.f10075c = true;
        this.f10076d = false;
    }

    public C1036H(ViewGroup.MarginLayoutParams marginLayoutParams) {
        super(marginLayoutParams);
        this.f10074b = new Rect();
        this.f10075c = true;
        this.f10076d = false;
    }

    public C1036H(ViewGroup.LayoutParams layoutParams) {
        super(layoutParams);
        this.f10074b = new Rect();
        this.f10075c = true;
        this.f10076d = false;
    }

    public C1036H(C1036H c1036h) {
        super((ViewGroup.LayoutParams) c1036h);
        this.f10074b = new Rect();
        this.f10075c = true;
        this.f10076d = false;
    }
}
