package defpackage;

import android.graphics.Typeface;
import android.widget.TextView;

/* JADX INFO: renamed from: ᵧː, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class C3650 implements InterfaceC1298 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final /* synthetic */ TextView f13861;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final /* synthetic */ int f13862;

    public /* synthetic */ C3650(TextView textView, int i) {
        this.f13862 = i;
        this.f13861 = textView;
    }

    @Override // defpackage.InterfaceC1298
    public final void accept(Object obj) {
        int i = this.f13862;
        TextView textView = this.f13861;
        switch (i) {
            case 0:
                super/*android.widget.Button*/.setTypeface((Typeface) obj);
                break;
            case 1:
                super/*android.widget.EditText*/.setTypeface((Typeface) obj);
                break;
            default:
                super/*android.widget.TextView*/.setTypeface((Typeface) obj);
                break;
        }
    }
}
