package coil.decode;

import java.io.File;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class b implements J4.a {

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

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

    public /* synthetic */ b(File file, int i6) {
        this.f13545a = i6;
        this.f13546b = file;
    }

    @Override // J4.a
    public final Object invoke() {
        switch (this.f13545a) {
            case 0:
                return ImageSources.ImageSource$lambda$3(this.f13546b);
            default:
                return ImageSources.ImageSource$lambda$2(this.f13546b);
        }
    }
}
