package b.f.g;

import android.graphics.Typeface;
import b.f.d.c;

/* JADX INFO: loaded from: classes.dex */
public class a implements Runnable {

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

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

    public a(c cVar, m mVar, Typeface typeface) {
        this.f934a = mVar;
        this.f935b = typeface;
    }

    @Override // java.lang.Runnable
    public void run() {
        m mVar = this.f934a;
        Typeface typeface = this.f935b;
        b.f.c.b.e eVar = ((c.a) mVar).f929a;
        if (eVar != null) {
            eVar.d(typeface);
        }
    }
}
