package androidx.constraintlayout.widget;

import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.view.View;
import defpackage.C2975;

/* JADX INFO: loaded from: classes3.dex */
public class Guideline extends View {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public boolean f280;

    public Guideline(Context context) {
        super(context);
        this.f280 = true;
        super.setVisibility(8);
    }

    public Guideline(Context context, AttributeSet attributeSet) {
        super(context, attributeSet);
        this.f280 = true;
        super.setVisibility(8);
    }

    public Guideline(Context context, AttributeSet attributeSet, int i) {
        super(context, attributeSet, i);
        this.f280 = true;
        super.setVisibility(8);
    }

    public Guideline(Context context, AttributeSet attributeSet, int i, int i2) {
        super(context, attributeSet, i);
        this.f280 = true;
        super.setVisibility(8);
    }

    @Override // android.view.View
    public final void draw(Canvas canvas) {
    }

    @Override // android.view.View
    public final void onMeasure(int i, int i2) {
        setMeasuredDimension(0, 0);
    }

    public void setFilterRedundantCalls(boolean z) {
        this.f280 = z;
    }

    public void setGuidelineBegin(int i) {
        C2975 c2975 = (C2975) getLayoutParams();
        if (this.f280 && c2975.f11490 == i) {
            return;
        }
        c2975.f11490 = i;
        setLayoutParams(c2975);
    }

    public void setGuidelineEnd(int i) {
        C2975 c2975 = (C2975) getLayoutParams();
        if (this.f280 && c2975.f11433 == i) {
            return;
        }
        c2975.f11433 = i;
        setLayoutParams(c2975);
    }

    public void setGuidelinePercent(float f) {
        C2975 c2975 = (C2975) getLayoutParams();
        if (this.f280 && c2975.f11462 == f) {
            return;
        }
        c2975.f11462 = f;
        setLayoutParams(c2975);
    }

    @Override // android.view.View
    public void setVisibility(int i) {
    }
}
