package defpackage;

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

/* JADX INFO: renamed from: ᵼᵶ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public class C5319 extends ViewGroup.MarginLayoutParams {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final Rect f20072;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public boolean f20073;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public AbstractC4793 f20074;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public boolean f20075;

    public C5319(int i, int i2) {
        super(i, i2);
        this.f20072 = new Rect();
        this.f20073 = true;
        this.f20075 = false;
    }

    public C5319(Context context, AttributeSet attributeSet) {
        super(context, attributeSet);
        this.f20072 = new Rect();
        this.f20073 = true;
        this.f20075 = false;
    }

    public C5319(ViewGroup.LayoutParams layoutParams) {
        super(layoutParams);
        this.f20072 = new Rect();
        this.f20073 = true;
        this.f20075 = false;
    }

    public C5319(ViewGroup.MarginLayoutParams marginLayoutParams) {
        super(marginLayoutParams);
        this.f20072 = new Rect();
        this.f20073 = true;
        this.f20075 = false;
    }

    public C5319(C5319 c5319) {
        super((ViewGroup.LayoutParams) c5319);
        this.f20072 = new Rect();
        this.f20073 = true;
        this.f20075 = false;
    }
}
