package I0;

import G0.InterfaceC0245a0;
import G0.InterfaceC0274t;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public abstract class E implements InterfaceC0245a0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f2142a;

    public E(String str) {
        this.f2142a = str;
    }

    @Override // G0.InterfaceC0245a0
    public final int maxIntrinsicHeight(InterfaceC0274t interfaceC0274t, List list, int i6) {
        throw new IllegalStateException(this.f2142a.toString());
    }

    @Override // G0.InterfaceC0245a0
    public final int maxIntrinsicWidth(InterfaceC0274t interfaceC0274t, List list, int i6) {
        throw new IllegalStateException(this.f2142a.toString());
    }

    @Override // G0.InterfaceC0245a0
    public final int minIntrinsicHeight(InterfaceC0274t interfaceC0274t, List list, int i6) {
        throw new IllegalStateException(this.f2142a.toString());
    }

    @Override // G0.InterfaceC0245a0
    public final int minIntrinsicWidth(InterfaceC0274t interfaceC0274t, List list, int i6) {
        throw new IllegalStateException(this.f2142a.toString());
    }
}
