package I0;

import G0.InterfaceC0247b0;
import java.util.Map;

/* JADX INFO: loaded from: classes.dex */
public final class O implements InterfaceC0247b0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f2237a;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ Map f2239c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ C0.Z f2240d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ J4.c f2241e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ P f2242f;

    public O(int i6, int i7, Map map, C0.Z z6, J4.c cVar, P p6) {
        this.f2237a = i6;
        this.f2238b = i7;
        this.f2239c = map;
        this.f2240d = z6;
        this.f2241e = cVar;
        this.f2242f = p6;
    }

    @Override // G0.InterfaceC0247b0
    public final Map b() {
        return this.f2239c;
    }

    @Override // G0.InterfaceC0247b0
    public final void c() {
        this.f2241e.invoke(this.f2242f.f2248o);
    }

    @Override // G0.InterfaceC0247b0
    public final J4.c d() {
        return this.f2240d;
    }

    @Override // G0.InterfaceC0247b0
    public final int getHeight() {
        return this.f2238b;
    }

    @Override // G0.InterfaceC0247b0
    public final int getWidth() {
        return this.f2237a;
    }
}
