package b.i.b;

import android.graphics.Rect;
import android.view.View;

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

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

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

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

    public h(c cVar, p0 p0Var, View view, Rect rect) {
        this.f1140a = p0Var;
        this.f1141b = view;
        this.f1142c = rect;
    }

    @Override // java.lang.Runnable
    public void run() {
        this.f1140a.h(this.f1141b, this.f1142c);
    }
}
