package androidx.browser.customtabs;

import android.os.Bundle;

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

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ int f871d;

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

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final /* synthetic */ k f874g;

    public j(k kVar, int i10, int i11, int i12, int i13, int i14, Bundle bundle) {
        this.f874g = kVar;
        this.f868a = i10;
        this.f869b = i11;
        this.f870c = i12;
        this.f871d = i13;
        this.f872e = i14;
        this.f873f = bundle;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.f874g.f876b.onActivityLayout(this.f868a, this.f869b, this.f870c, this.f871d, this.f872e, this.f873f);
    }
}
