package c.k.b;

import android.graphics.Rect;
import android.view.View;
import androidx.fragment.app.Fragment;

/* JADX INFO: compiled from: FragmentTransition.java */
/* JADX INFO: loaded from: classes.dex */
public class i0 implements Runnable {

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ Fragment f1657e;

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final /* synthetic */ c.d.a f1659g;

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

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final /* synthetic */ m0 f1661i;

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

    public i0(Fragment fragment, Fragment fragment2, boolean z, c.d.a aVar, View view, m0 m0Var, Rect rect) {
        this.f1656b = fragment;
        this.f1657e = fragment2;
        this.f1658f = z;
        this.f1659g = aVar;
        this.f1660h = view;
        this.f1661i = m0Var;
        this.f1662j = rect;
    }

    @Override // java.lang.Runnable
    public void run() {
        k0.c(this.f1656b, this.f1657e, this.f1658f, this.f1659g, false);
        View view = this.f1660h;
        if (view != null) {
            this.f1661i.i(view, this.f1662j);
        }
    }
}
