package androidx.recyclerview.widget;

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

/* JADX INFO: loaded from: classes.dex */
public class K extends ViewGroup.MarginLayoutParams {

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

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

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

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

    public K(Context context, AttributeSet attributeSet) {
        super(context, attributeSet);
        this.f12857b = new Rect();
        this.f12858c = true;
        this.f12859d = false;
    }

    public K(int i6, int i7) {
        super(i6, i7);
        this.f12857b = new Rect();
        this.f12858c = true;
        this.f12859d = false;
    }

    public K(ViewGroup.MarginLayoutParams marginLayoutParams) {
        super(marginLayoutParams);
        this.f12857b = new Rect();
        this.f12858c = true;
        this.f12859d = false;
    }

    public K(ViewGroup.LayoutParams layoutParams) {
        super(layoutParams);
        this.f12857b = new Rect();
        this.f12858c = true;
        this.f12859d = false;
    }

    public K(K k6) {
        super((ViewGroup.LayoutParams) k6);
        this.f12857b = new Rect();
        this.f12858c = true;
        this.f12859d = false;
    }
}
