package e1;

/* JADX INFO: loaded from: classes.dex */
public final class h extends o0.i {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ l f25409b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public h(l lVar) {
        super("FloatValueHolder");
        this.f25409b = lVar;
    }

    @Override // o0.i
    public final float k(Object obj) {
        return this.f25409b.f25430a;
    }

    @Override // o0.i
    public final void r(Object obj, float f10) {
        this.f25409b.f25430a = f10;
    }
}
