package i0;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.annotation.RestrictTo;

/* JADX INFO: loaded from: classes.dex */
public final class h implements e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final n0.e f26497a;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int f26499c;

    @Nullable
    private final n0.e mFallbackRequest;

    @Nullable
    private final String mSystemFontFamilyName;

    @RestrictTo({RestrictTo.Scope.f555a})
    public h(@NonNull n0.e eVar, @Nullable n0.e eVar2, int i10, int i11, @Nullable String str) {
        this.f26497a = eVar;
        this.mFallbackRequest = eVar2;
        this.f26499c = i10;
        this.f26498b = i11;
        this.mSystemFontFamilyName = str;
    }

    @Nullable
    public n0.e getFallbackRequest() {
        return this.mFallbackRequest;
    }

    @Nullable
    @RestrictTo({RestrictTo.Scope.f555a})
    public String getSystemFontFamilyName() {
        return this.mSystemFontFamilyName;
    }
}
