package com.google.android.material.textfield;

import android.graphics.RectF;
import android.graphics.drawable.Drawable;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public abstract class i extends com.google.android.material.shape.k {

    /* JADX INFO: renamed from: e0, reason: collision with root package name */
    public g f23409e0;

    public static i create(@Nullable com.google.android.material.shape.s sVar) {
        if (sVar == null) {
            sVar = new com.google.android.material.shape.s();
        }
        g gVar = new g(sVar, new RectF());
        h hVar = new h(gVar);
        hVar.f23409e0 = gVar;
        return hVar;
    }

    public final void I(float f10, float f11, float f12, float f13) {
        RectF rectF = this.f23409e0.f23408o;
        if (f10 == rectF.left && f11 == rectF.top && f12 == rectF.right && f13 == rectF.bottom) {
            return;
        }
        rectF.set(f10, f11, f12, f13);
        invalidateSelf();
    }

    @Override // com.google.android.material.shape.k, android.graphics.drawable.Drawable
    public final Drawable mutate() {
        this.f23409e0 = new g(this.f23409e0);
        return this;
    }
}
