package d.k.b;

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

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

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

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

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public final /* synthetic */ boolean f3081n;

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public final /* synthetic */ d.e.a f3082o;

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

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public final /* synthetic */ r0 f3084q;

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

    public n0(m mVar, m mVar2, boolean z2, d.e.a aVar, View view, r0 r0Var, Rect rect) {
        this.f3079f = mVar;
        this.f3080m = mVar2;
        this.f3081n = z2;
        this.f3082o = aVar;
        this.f3083p = view;
        this.f3084q = r0Var;
        this.f3085r = rect;
    }

    @Override // java.lang.Runnable
    public void run() {
        p0.c(this.f3079f, this.f3080m, this.f3081n, this.f3082o, false);
        View view = this.f3083p;
        if (view != null) {
            this.f3084q.j(view, this.f3085r);
        }
    }
}
