package com.google.android.material.button;

import android.R;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.TypedArray;
import android.graphics.PorterDuff;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.RippleDrawable;
import android.os.Parcel;
import android.os.Parcelable;
import android.text.TextPaint;
import android.util.AttributeSet;
import android.util.Log;
import android.util.TypedValue;
import android.view.accessibility.AccessibilityEvent;
import android.view.accessibility.AccessibilityNodeInfo;
import android.widget.Button;
import android.widget.Checkable;
import android.widget.CompoundButton;
import d.b.g.f;
import d.h.j.y;
import d.h.k.m;
import g.e.a.a.r.k;
import g.e.a.a.w.g;
import g.e.a.a.w.j;
import g.e.a.a.w.n;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.concurrent.atomic.AtomicInteger;

/* JADX INFO: loaded from: classes.dex */
public class MaterialButton extends f implements Checkable, n {

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public static final int[] f1065n = {R.attr.state_checkable};

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public static final int[] f1066o = {R.attr.state_checked};
    public boolean A;
    public int B;

    /* JADX INFO: renamed from: p, reason: collision with root package name */
    public final g.e.a.a.h.a f1067p;

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public final LinkedHashSet<a> f1068q;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public b f1069r;

    /* JADX INFO: renamed from: s, reason: collision with root package name */
    public PorterDuff.Mode f1070s;

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public ColorStateList f1071t;

    /* JADX INFO: renamed from: u, reason: collision with root package name */
    public Drawable f1072u;

    /* JADX INFO: renamed from: v, reason: collision with root package name */
    public int f1073v;

    /* JADX INFO: renamed from: w, reason: collision with root package name */
    public int f1074w;

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    public int f1075x;

    /* JADX INFO: renamed from: y, reason: collision with root package name */
    public int f1076y;

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

    public interface a {
        void a(MaterialButton materialButton, boolean z2);
    }

    public interface b {
    }

    public static class c extends d.j.a.a {
        public static final Parcelable.Creator<c> CREATOR = new a();

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

        public static class a implements Parcelable.ClassLoaderCreator<c> {
            @Override // android.os.Parcelable.Creator
            public Object createFromParcel(Parcel parcel) {
                return new c(parcel, null);
            }

            @Override // android.os.Parcelable.Creator
            public Object[] newArray(int i2) {
                return new c[i2];
            }

            @Override // android.os.Parcelable.ClassLoaderCreator
            public c createFromParcel(Parcel parcel, ClassLoader classLoader) {
                return new c(parcel, classLoader);
            }
        }

        public c(Parcel parcel, ClassLoader classLoader) {
            super(parcel, classLoader);
            if (classLoader == null) {
                c.class.getClassLoader();
            }
            this.f1078n = parcel.readInt() == 1;
        }

        public c(Parcelable parcelable) {
            super(parcelable);
        }

        @Override // d.j.a.a, android.os.Parcelable
        public void writeToParcel(Parcel parcel, int i2) {
            parcel.writeParcelable(this.f2846m, i2);
            parcel.writeInt(this.f1078n ? 1 : 0);
        }
    }

    public MaterialButton(Context context, AttributeSet attributeSet) {
        super(g.e.a.a.a0.a.a.a(context, attributeSet, com.ifpdos.udi.service.core.pc.R.attr.materialButtonStyle, 2131886711), attributeSet, com.ifpdos.udi.service.core.pc.R.attr.materialButtonStyle);
        this.f1068q = new LinkedHashSet<>();
        this.f1077z = false;
        this.A = false;
        Context context2 = getContext();
        TypedArray typedArrayD = k.d(context2, attributeSet, g.e.a.a.b.f3547l, com.ifpdos.udi.service.core.pc.R.attr.materialButtonStyle, 2131886711, new int[0]);
        this.f1076y = typedArrayD.getDimensionPixelSize(12, 0);
        this.f1070s = g.e.a.a.a.y(typedArrayD.getInt(15, -1), PorterDuff.Mode.SRC_IN);
        this.f1071t = g.e.a.a.a.i(getContext(), typedArrayD, 14);
        this.f1072u = g.e.a.a.a.l(getContext(), typedArrayD, 10);
        this.B = typedArrayD.getInteger(11, 1);
        this.f1073v = typedArrayD.getDimensionPixelSize(13, 0);
        g.e.a.a.h.a aVar = new g.e.a.a.h.a(this, j.b(context2, attributeSet, com.ifpdos.udi.service.core.pc.R.attr.materialButtonStyle, 2131886711).a());
        this.f1067p = aVar;
        aVar.f3622c = typedArrayD.getDimensionPixelOffset(1, 0);
        aVar.f3623d = typedArrayD.getDimensionPixelOffset(2, 0);
        aVar.f3624e = typedArrayD.getDimensionPixelOffset(3, 0);
        aVar.f3625f = typedArrayD.getDimensionPixelOffset(4, 0);
        if (typedArrayD.hasValue(8)) {
            int dimensionPixelSize = typedArrayD.getDimensionPixelSize(8, -1);
            aVar.f3626g = dimensionPixelSize;
            aVar.e(aVar.f3621b.e(dimensionPixelSize));
            aVar.f3635p = true;
        }
        aVar.f3627h = typedArrayD.getDimensionPixelSize(20, 0);
        aVar.f3628i = g.e.a.a.a.y(typedArrayD.getInt(7, -1), PorterDuff.Mode.SRC_IN);
        aVar.f3629j = g.e.a.a.a.i(getContext(), typedArrayD, 6);
        aVar.f3630k = g.e.a.a.a.i(getContext(), typedArrayD, 19);
        aVar.f3631l = g.e.a.a.a.i(getContext(), typedArrayD, 16);
        aVar.f3636q = typedArrayD.getBoolean(5, false);
        aVar.f3638s = typedArrayD.getDimensionPixelSize(9, 0);
        AtomicInteger atomicInteger = y.a;
        int iF = y.d.f(this);
        int paddingTop = getPaddingTop();
        int iE = y.d.e(this);
        int paddingBottom = getPaddingBottom();
        if (typedArrayD.hasValue(0)) {
            aVar.f3634o = true;
            setSupportBackgroundTintList(aVar.f3629j);
            setSupportBackgroundTintMode(aVar.f3628i);
        } else {
            aVar.g();
        }
        y.d.k(this, iF + aVar.f3622c, paddingTop + aVar.f3624e, iE + aVar.f3623d, paddingBottom + aVar.f3625f);
        typedArrayD.recycle();
        setCompoundDrawablePadding(this.f1076y);
        g(this.f1072u != null);
    }

    private String getA11yClassName() {
        return (a() ? CompoundButton.class : Button.class).getName();
    }

    private int getTextHeight() {
        TextPaint paint = getPaint();
        String string = getText().toString();
        if (getTransformationMethod() != null) {
            string = getTransformationMethod().getTransformation(string, this).toString();
        }
        Rect rect = new Rect();
        paint.getTextBounds(string, 0, string.length(), rect);
        return Math.min(rect.height(), getLayout().getHeight());
    }

    private int getTextWidth() {
        TextPaint paint = getPaint();
        String string = getText().toString();
        if (getTransformationMethod() != null) {
            string = getTransformationMethod().getTransformation(string, this).toString();
        }
        return Math.min((int) paint.measureText(string), getLayout().getEllipsizedWidth());
    }

    public boolean a() {
        g.e.a.a.h.a aVar = this.f1067p;
        return aVar != null && aVar.f3636q;
    }

    public final boolean b() {
        int i2 = this.B;
        return i2 == 3 || i2 == 4;
    }

    public final boolean c() {
        int i2 = this.B;
        return i2 == 1 || i2 == 2;
    }

    public final boolean d() {
        int i2 = this.B;
        return i2 == 16 || i2 == 32;
    }

    public final boolean e() {
        g.e.a.a.h.a aVar = this.f1067p;
        return (aVar == null || aVar.f3634o) ? false : true;
    }

    public final void f() {
        if (c()) {
            m.e(this, this.f1072u, null, null, null);
        } else if (b()) {
            m.e(this, null, null, this.f1072u, null);
        } else if (d()) {
            m.e(this, null, this.f1072u, null, null);
        }
    }

    public final void g(boolean z2) {
        Drawable drawable = this.f1072u;
        if (drawable != null) {
            Drawable drawableMutate = drawable.mutate();
            this.f1072u = drawableMutate;
            d.h.d.k.b.h(drawableMutate, this.f1071t);
            PorterDuff.Mode mode = this.f1070s;
            if (mode != null) {
                d.h.d.k.b.i(this.f1072u, mode);
            }
            int intrinsicWidth = this.f1073v;
            if (intrinsicWidth == 0) {
                intrinsicWidth = this.f1072u.getIntrinsicWidth();
            }
            int intrinsicHeight = this.f1073v;
            if (intrinsicHeight == 0) {
                intrinsicHeight = this.f1072u.getIntrinsicHeight();
            }
            Drawable drawable2 = this.f1072u;
            int i2 = this.f1074w;
            int i3 = this.f1075x;
            drawable2.setBounds(i2, i3, intrinsicWidth + i2, intrinsicHeight + i3);
        }
        if (z2) {
            f();
            return;
        }
        Drawable[] drawableArrA = m.a(this);
        boolean z3 = false;
        Drawable drawable3 = drawableArrA[0];
        Drawable drawable4 = drawableArrA[1];
        Drawable drawable5 = drawableArrA[2];
        if ((c() && drawable3 != this.f1072u) || ((b() && drawable5 != this.f1072u) || (d() && drawable4 != this.f1072u))) {
            z3 = true;
        }
        if (z3) {
            f();
        }
    }

    @Override // android.view.View
    public ColorStateList getBackgroundTintList() {
        return getSupportBackgroundTintList();
    }

    @Override // android.view.View
    public PorterDuff.Mode getBackgroundTintMode() {
        return getSupportBackgroundTintMode();
    }

    public int getCornerRadius() {
        if (e()) {
            return this.f1067p.f3626g;
        }
        return 0;
    }

    public Drawable getIcon() {
        return this.f1072u;
    }

    public int getIconGravity() {
        return this.B;
    }

    public int getIconPadding() {
        return this.f1076y;
    }

    public int getIconSize() {
        return this.f1073v;
    }

    public ColorStateList getIconTint() {
        return this.f1071t;
    }

    public PorterDuff.Mode getIconTintMode() {
        return this.f1070s;
    }

    public int getInsetBottom() {
        return this.f1067p.f3625f;
    }

    public int getInsetTop() {
        return this.f1067p.f3624e;
    }

    public ColorStateList getRippleColor() {
        if (e()) {
            return this.f1067p.f3631l;
        }
        return null;
    }

    public j getShapeAppearanceModel() {
        if (e()) {
            return this.f1067p.f3621b;
        }
        throw new IllegalStateException("Attempted to get ShapeAppearanceModel from a MaterialButton which has an overwritten background.");
    }

    public ColorStateList getStrokeColor() {
        if (e()) {
            return this.f1067p.f3630k;
        }
        return null;
    }

    public int getStrokeWidth() {
        if (e()) {
            return this.f1067p.f3627h;
        }
        return 0;
    }

    @Override // d.b.g.f
    public ColorStateList getSupportBackgroundTintList() {
        return e() ? this.f1067p.f3629j : super.getSupportBackgroundTintList();
    }

    @Override // d.b.g.f
    public PorterDuff.Mode getSupportBackgroundTintMode() {
        return e() ? this.f1067p.f3628i : super.getSupportBackgroundTintMode();
    }

    public final void h(int i2, int i3) {
        if (this.f1072u == null || getLayout() == null) {
            return;
        }
        if (!c() && !b()) {
            if (d()) {
                this.f1074w = 0;
                if (this.B == 16) {
                    this.f1075x = 0;
                    g(false);
                    return;
                }
                int intrinsicHeight = this.f1073v;
                if (intrinsicHeight == 0) {
                    intrinsicHeight = this.f1072u.getIntrinsicHeight();
                }
                int textHeight = (((((i3 - getTextHeight()) - getPaddingTop()) - intrinsicHeight) - this.f1076y) - getPaddingBottom()) / 2;
                if (this.f1075x != textHeight) {
                    this.f1075x = textHeight;
                    g(false);
                }
                return;
            }
            return;
        }
        this.f1075x = 0;
        int i4 = this.B;
        if (i4 == 1 || i4 == 3) {
            this.f1074w = 0;
            g(false);
            return;
        }
        int intrinsicWidth = this.f1073v;
        if (intrinsicWidth == 0) {
            intrinsicWidth = this.f1072u.getIntrinsicWidth();
        }
        int textWidth = i2 - getTextWidth();
        AtomicInteger atomicInteger = y.a;
        int iE = ((((textWidth - y.d.e(this)) - intrinsicWidth) - this.f1076y) - y.d.f(this)) / 2;
        if ((y.d.d(this) == 1) != (this.B == 4)) {
            iE = -iE;
        }
        if (this.f1074w != iE) {
            this.f1074w = iE;
            g(false);
        }
    }

    @Override // android.widget.Checkable
    public boolean isChecked() {
        return this.f1077z;
    }

    @Override // android.widget.TextView, android.view.View
    public void onAttachedToWindow() {
        super.onAttachedToWindow();
        if (e()) {
            g.e.a.a.a.I(this, this.f1067p.b());
        }
    }

    @Override // android.widget.TextView, android.view.View
    public int[] onCreateDrawableState(int i2) {
        int[] iArrOnCreateDrawableState = super.onCreateDrawableState(i2 + 2);
        if (a()) {
            Button.mergeDrawableStates(iArrOnCreateDrawableState, f1065n);
        }
        if (isChecked()) {
            Button.mergeDrawableStates(iArrOnCreateDrawableState, f1066o);
        }
        return iArrOnCreateDrawableState;
    }

    @Override // d.b.g.f, android.view.View
    public void onInitializeAccessibilityEvent(AccessibilityEvent accessibilityEvent) {
        super.onInitializeAccessibilityEvent(accessibilityEvent);
        accessibilityEvent.setClassName(getA11yClassName());
        accessibilityEvent.setChecked(isChecked());
    }

    @Override // d.b.g.f, android.view.View
    public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo accessibilityNodeInfo) {
        super.onInitializeAccessibilityNodeInfo(accessibilityNodeInfo);
        accessibilityNodeInfo.setClassName(getA11yClassName());
        accessibilityNodeInfo.setCheckable(a());
        accessibilityNodeInfo.setChecked(isChecked());
        accessibilityNodeInfo.setClickable(isClickable());
    }

    @Override // d.b.g.f, android.widget.TextView, android.view.View
    public void onLayout(boolean z2, int i2, int i3, int i4, int i5) {
        super.onLayout(z2, i2, i3, i4, i5);
    }

    @Override // android.widget.TextView, android.view.View
    public void onRestoreInstanceState(Parcelable parcelable) {
        if (!(parcelable instanceof c)) {
            super.onRestoreInstanceState(parcelable);
            return;
        }
        c cVar = (c) parcelable;
        super.onRestoreInstanceState(cVar.f2846m);
        setChecked(cVar.f1078n);
    }

    @Override // android.widget.TextView, android.view.View
    public Parcelable onSaveInstanceState() {
        c cVar = new c(super.onSaveInstanceState());
        cVar.f1078n = this.f1077z;
        return cVar;
    }

    @Override // android.view.View
    public void onSizeChanged(int i2, int i3, int i4, int i5) {
        super.onSizeChanged(i2, i3, i4, i5);
        h(i2, i3);
    }

    @Override // d.b.g.f, android.widget.TextView
    public void onTextChanged(CharSequence charSequence, int i2, int i3, int i4) {
        super.onTextChanged(charSequence, i2, i3, i4);
        h(getMeasuredWidth(), getMeasuredHeight());
    }

    @Override // android.view.View
    public boolean performClick() {
        toggle();
        return super.performClick();
    }

    @Override // android.view.View
    public void setBackground(Drawable drawable) {
        setBackgroundDrawable(drawable);
    }

    @Override // android.view.View
    public void setBackgroundColor(int i2) {
        if (!e()) {
            super.setBackgroundColor(i2);
            return;
        }
        g.e.a.a.h.a aVar = this.f1067p;
        if (aVar.b() != null) {
            aVar.b().setTint(i2);
        }
    }

    @Override // d.b.g.f, android.view.View
    public void setBackgroundDrawable(Drawable drawable) {
        if (e()) {
            if (drawable == getBackground()) {
                getBackground().setState(drawable.getState());
                return;
            }
            Log.w("MaterialButton", "MaterialButton manages its own background to control elevation, shape, color and states. Consider using backgroundTint, shapeAppearance and other attributes where available. A custom background will ignore these attributes and you should consider handling interaction states such as pressed, focused and disabled");
            g.e.a.a.h.a aVar = this.f1067p;
            aVar.f3634o = true;
            aVar.a.setSupportBackgroundTintList(aVar.f3629j);
            aVar.a.setSupportBackgroundTintMode(aVar.f3628i);
        }
        super.setBackgroundDrawable(drawable);
    }

    @Override // d.b.g.f, android.view.View
    public void setBackgroundResource(int i2) {
        setBackgroundDrawable(i2 != 0 ? d.b.d.a.a.a(getContext(), i2) : null);
    }

    @Override // android.view.View
    public void setBackgroundTintList(ColorStateList colorStateList) {
        setSupportBackgroundTintList(colorStateList);
    }

    @Override // android.view.View
    public void setBackgroundTintMode(PorterDuff.Mode mode) {
        setSupportBackgroundTintMode(mode);
    }

    public void setCheckable(boolean z2) {
        if (e()) {
            this.f1067p.f3636q = z2;
        }
    }

    @Override // android.widget.Checkable
    public void setChecked(boolean z2) {
        if (a() && isEnabled() && this.f1077z != z2) {
            this.f1077z = z2;
            refreshDrawableState();
            if (this.A) {
                return;
            }
            this.A = true;
            Iterator<a> it = this.f1068q.iterator();
            while (it.hasNext()) {
                it.next().a(this, this.f1077z);
            }
            this.A = false;
        }
    }

    public void setCornerRadius(int i2) {
        if (e()) {
            g.e.a.a.h.a aVar = this.f1067p;
            if (aVar.f3635p && aVar.f3626g == i2) {
                return;
            }
            aVar.f3626g = i2;
            aVar.f3635p = true;
            aVar.e(aVar.f3621b.e(i2));
        }
    }

    public void setCornerRadiusResource(int i2) {
        if (e()) {
            setCornerRadius(getResources().getDimensionPixelSize(i2));
        }
    }

    @Override // android.view.View
    public void setElevation(float f2) {
        super.setElevation(f2);
        if (e()) {
            g gVarB = this.f1067p.b();
            g.b bVar = gVarB.f3851n;
            if (bVar.f3877o != f2) {
                bVar.f3877o = f2;
                gVarB.w();
            }
        }
    }

    public void setIcon(Drawable drawable) {
        if (this.f1072u != drawable) {
            this.f1072u = drawable;
            g(true);
            h(getMeasuredWidth(), getMeasuredHeight());
        }
    }

    public void setIconGravity(int i2) {
        if (this.B != i2) {
            this.B = i2;
            h(getMeasuredWidth(), getMeasuredHeight());
        }
    }

    public void setIconPadding(int i2) {
        if (this.f1076y != i2) {
            this.f1076y = i2;
            setCompoundDrawablePadding(i2);
        }
    }

    public void setIconResource(int i2) {
        setIcon(i2 != 0 ? d.b.d.a.a.a(getContext(), i2) : null);
    }

    public void setIconSize(int i2) {
        if (i2 < 0) {
            throw new IllegalArgumentException("iconSize cannot be less than 0");
        }
        if (this.f1073v != i2) {
            this.f1073v = i2;
            g(true);
        }
    }

    public void setIconTint(ColorStateList colorStateList) {
        if (this.f1071t != colorStateList) {
            this.f1071t = colorStateList;
            g(false);
        }
    }

    public void setIconTintMode(PorterDuff.Mode mode) {
        if (this.f1070s != mode) {
            this.f1070s = mode;
            g(false);
        }
    }

    public void setIconTintResource(int i2) {
        Context context = getContext();
        ThreadLocal<TypedValue> threadLocal = d.b.d.a.a.a;
        setIconTint(context.getColorStateList(i2));
    }

    public void setInsetBottom(int i2) {
        g.e.a.a.h.a aVar = this.f1067p;
        aVar.f(aVar.f3624e, i2);
    }

    public void setInsetTop(int i2) {
        g.e.a.a.h.a aVar = this.f1067p;
        aVar.f(i2, aVar.f3625f);
    }

    public void setInternalBackground(Drawable drawable) {
        super.setBackgroundDrawable(drawable);
    }

    public void setOnPressedChangeListenerInternal(b bVar) {
        this.f1069r = bVar;
    }

    @Override // android.view.View
    public void setPressed(boolean z2) {
        b bVar = this.f1069r;
        if (bVar != null) {
            MaterialButtonToggleGroup.this.invalidate();
        }
        super.setPressed(z2);
    }

    public void setRippleColor(ColorStateList colorStateList) {
        if (e()) {
            g.e.a.a.h.a aVar = this.f1067p;
            if (aVar.f3631l != colorStateList) {
                aVar.f3631l = colorStateList;
                if (aVar.a.getBackground() instanceof RippleDrawable) {
                    ((RippleDrawable) aVar.a.getBackground()).setColor(g.e.a.a.u.a.a(colorStateList));
                }
            }
        }
    }

    public void setRippleColorResource(int i2) {
        if (e()) {
            Context context = getContext();
            ThreadLocal<TypedValue> threadLocal = d.b.d.a.a.a;
            setRippleColor(context.getColorStateList(i2));
        }
    }

    @Override // g.e.a.a.w.n
    public void setShapeAppearanceModel(j jVar) {
        if (!e()) {
            throw new IllegalStateException("Attempted to set ShapeAppearanceModel on a MaterialButton which has an overwritten background.");
        }
        this.f1067p.e(jVar);
    }

    public void setShouldDrawSurfaceColorStroke(boolean z2) {
        if (e()) {
            g.e.a.a.h.a aVar = this.f1067p;
            aVar.f3633n = z2;
            aVar.h();
        }
    }

    public void setStrokeColor(ColorStateList colorStateList) {
        if (e()) {
            g.e.a.a.h.a aVar = this.f1067p;
            if (aVar.f3630k != colorStateList) {
                aVar.f3630k = colorStateList;
                aVar.h();
            }
        }
    }

    public void setStrokeColorResource(int i2) {
        if (e()) {
            Context context = getContext();
            ThreadLocal<TypedValue> threadLocal = d.b.d.a.a.a;
            setStrokeColor(context.getColorStateList(i2));
        }
    }

    public void setStrokeWidth(int i2) {
        if (e()) {
            g.e.a.a.h.a aVar = this.f1067p;
            if (aVar.f3627h != i2) {
                aVar.f3627h = i2;
                aVar.h();
            }
        }
    }

    public void setStrokeWidthResource(int i2) {
        if (e()) {
            setStrokeWidth(getResources().getDimensionPixelSize(i2));
        }
    }

    @Override // d.b.g.f
    public void setSupportBackgroundTintList(ColorStateList colorStateList) {
        if (!e()) {
            super.setSupportBackgroundTintList(colorStateList);
            return;
        }
        g.e.a.a.h.a aVar = this.f1067p;
        if (aVar.f3629j != colorStateList) {
            aVar.f3629j = colorStateList;
            if (aVar.b() != null) {
                d.h.d.k.b.h(aVar.b(), aVar.f3629j);
            }
        }
    }

    @Override // d.b.g.f
    public void setSupportBackgroundTintMode(PorterDuff.Mode mode) {
        if (!e()) {
            super.setSupportBackgroundTintMode(mode);
            return;
        }
        g.e.a.a.h.a aVar = this.f1067p;
        if (aVar.f3628i != mode) {
            aVar.f3628i = mode;
            if (aVar.b() == null || aVar.f3628i == null) {
                return;
            }
            d.h.d.k.b.i(aVar.b(), aVar.f3628i);
        }
    }

    @Override // android.widget.Checkable
    public void toggle() {
        setChecked(!this.f1077z);
    }
}
