package com.vungle.warren; import com.vungle.warren.AdConfig; /* loaded from: classes2.dex */ abstract class h { /* renamed from: a, reason: collision with root package name */ @a5.c("settings") protected int f8219a; /* renamed from: b, reason: collision with root package name */ @a5.c("adSize") private AdConfig.AdSize f8220b; /* renamed from: c, reason: collision with root package name */ protected boolean f8221c; public h() { } public AdConfig.AdSize a() { AdConfig.AdSize adSize = this.f8220b; return adSize == null ? AdConfig.AdSize.VUNGLE_DEFAULT : adSize; } public int b() { return this.f8219a; } public void c(AdConfig.AdSize adSize) { this.f8220b = adSize; } public void d(boolean z10) { if (z10) { this.f8219a |= 1; } else { this.f8219a &= -2; } this.f8221c = true; } public h(AdConfig.AdSize adSize) { this.f8220b = adSize; } public h(h hVar) { this(hVar.a()); this.f8219a = hVar.b(); } }