package androidx.browser.customtabs; import android.os.Bundle; /* loaded from: classes.dex */ public final class a { /* renamed from: a, reason: collision with root package name */ public final Integer f1236a; /* renamed from: b, reason: collision with root package name */ public final Integer f1237b; /* renamed from: c, reason: collision with root package name */ public final Integer f1238c; /* renamed from: d, reason: collision with root package name */ public final Integer f1239d; /* renamed from: androidx.browser.customtabs.a$a, reason: collision with other inner class name */ public static final class C0012a { /* renamed from: a, reason: collision with root package name */ private Integer f1240a; /* renamed from: b, reason: collision with root package name */ private Integer f1241b; /* renamed from: c, reason: collision with root package name */ private Integer f1242c; /* renamed from: d, reason: collision with root package name */ private Integer f1243d; public a a() { return new a(this.f1240a, this.f1241b, this.f1242c, this.f1243d); } } a(Integer num, Integer num2, Integer num3, Integer num4) { this.f1236a = num; this.f1237b = num2; this.f1238c = num3; this.f1239d = num4; } Bundle a() { Bundle bundle = new Bundle(); Integer num = this.f1236a; if (num != null) { bundle.putInt("android.support.customtabs.extra.TOOLBAR_COLOR", num.intValue()); } Integer num2 = this.f1237b; if (num2 != null) { bundle.putInt("android.support.customtabs.extra.SECONDARY_TOOLBAR_COLOR", num2.intValue()); } Integer num3 = this.f1238c; if (num3 != null) { bundle.putInt("androidx.browser.customtabs.extra.NAVIGATION_BAR_COLOR", num3.intValue()); } Integer num4 = this.f1239d; if (num4 != null) { bundle.putInt("androidx.browser.customtabs.extra.NAVIGATION_BAR_DIVIDER_COLOR", num4.intValue()); } return bundle; } }