Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

236 lines
4.7 KiB
Java

package com.applovin.impl;
import android.content.Context;
import android.text.SpannedString;
import android.text.TextUtils;
import androidx.core.view.ViewCompat;
import com.applovin.sdk.R;
/* loaded from: classes.dex */
public class dc {
protected c a;
protected boolean b;
protected SpannedString c;
protected SpannedString d;
protected String e;
protected String f;
protected int g;
protected int h;
protected int i;
protected int j;
protected int k;
protected int l;
protected boolean m;
public static b a() {
return a(c.RIGHT_DETAIL);
}
public static int n() {
return c.COUNT.c();
}
public String b() {
return this.f;
}
public String c() {
return this.e;
}
public int d() {
return this.h;
}
public int e() {
return this.l;
}
public SpannedString f() {
return this.d;
}
public int g() {
return this.j;
}
public int h() {
return this.g;
}
public int i() {
return this.k;
}
public SpannedString k() {
return this.c;
}
public int l() {
return this.i;
}
public boolean o() {
return this.b;
}
public boolean p() {
return this.m;
}
public static b a(c cVar) {
return new b(cVar);
}
public enum c {
SECTION(0),
SECTION_CENTERED(1),
SIMPLE(2),
DETAIL(3),
RIGHT_DETAIL(4),
COUNT(5);
private final int a;
public int b() {
return this == SECTION ? R.layout.mediation_debugger_list_section : this == SECTION_CENTERED ? R.layout.mediation_debugger_list_section_centered : this == SIMPLE ? android.R.layout.simple_list_item_1 : this == DETAIL ? R.layout.applovin_debugger_list_item_detail : R.layout.mediation_debugger_list_item_right_detail;
}
public int c() {
return this.a;
}
c(int i2) {
this.a = i2;
}
}
private dc(b bVar) {
this.g = 0;
this.h = 0;
this.i = ViewCompat.MEASURED_STATE_MASK;
this.j = ViewCompat.MEASURED_STATE_MASK;
this.k = 0;
this.l = 0;
this.a = bVar.a;
this.b = bVar.b;
this.c = bVar.c;
this.d = bVar.d;
this.e = bVar.e;
this.f = bVar.f;
this.g = bVar.g;
this.h = bVar.h;
this.i = bVar.i;
this.j = bVar.j;
this.k = bVar.k;
this.l = bVar.l;
this.m = bVar.m;
}
public int m() {
return this.a.c();
}
public int j() {
return this.a.b();
}
public static class b {
final c a;
boolean b;
SpannedString c;
SpannedString d;
String e;
String f;
int g = 0;
int h = 0;
int i = ViewCompat.MEASURED_STATE_MASK;
int j = ViewCompat.MEASURED_STATE_MASK;
int k = 0;
int l = 0;
boolean m;
public b a(int i) {
this.h = i;
return this;
}
public b a(SpannedString spannedString) {
this.d = spannedString;
return this;
}
public b a(String str) {
this.f = str;
return this;
}
public b a(boolean z) {
this.b = z;
return this;
}
public b b(int i) {
this.l = i;
return this;
}
public b b(SpannedString spannedString) {
this.c = spannedString;
return this;
}
public b b(String str) {
this.e = str;
return this;
}
public b b(boolean z) {
this.m = z;
return this;
}
public b c(int i) {
this.j = i;
return this;
}
public b d(int i) {
this.i = i;
return this;
}
public b(c cVar) {
this.a = cVar;
}
public b d(String str) {
return b(!TextUtils.isEmpty(str) ? new SpannedString(str) : null);
}
public b c(String str) {
return a(!TextUtils.isEmpty(str) ? new SpannedString(str) : null);
}
public b a(Context context) {
this.h = R.drawable.applovin_ic_disclosure_arrow;
this.l = t3.a(R.color.applovin_sdk_disclosureButtonColor, context);
return this;
}
public dc a() {
return new dc(this);
}
}
public dc(c cVar) {
this.g = 0;
this.h = 0;
this.i = ViewCompat.MEASURED_STATE_MASK;
this.j = ViewCompat.MEASURED_STATE_MASK;
this.k = 0;
this.l = 0;
this.a = cVar;
}
}