- 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
84 lines
2.4 KiB
Java
84 lines
2.4 KiB
Java
package com.applovin.impl;
|
||
|
||
import android.content.Context;
|
||
import android.os.Bundle;
|
||
import android.widget.ListAdapter;
|
||
import android.widget.ListView;
|
||
import com.applovin.impl.dc;
|
||
import com.applovin.sdk.R;
|
||
import java.util.ArrayList;
|
||
import java.util.Iterator;
|
||
import java.util.List;
|
||
|
||
/* loaded from: classes.dex */
|
||
public abstract class jr extends se {
|
||
private String a;
|
||
private com.applovin.impl.sdk.j b;
|
||
private ec c;
|
||
|
||
@Override // com.applovin.impl.se
|
||
public com.applovin.impl.sdk.j getSdk() {
|
||
return this.b;
|
||
}
|
||
|
||
public void initialize(String str, List<String> list, com.applovin.impl.sdk.j jVar) {
|
||
this.a = str;
|
||
this.b = jVar;
|
||
a aVar = new a(this, a(list));
|
||
this.c = aVar;
|
||
aVar.notifyDataSetChanged();
|
||
}
|
||
|
||
public class a extends ec {
|
||
final /* synthetic */ List f;
|
||
|
||
@Override // com.applovin.impl.ec
|
||
public dc a() {
|
||
return new dc.b(dc.c.SECTION_CENTERED).d("A plus in front of each segment indicates inclusion and a minus indicates exclusion. The comma in comma-separated values functions as an ∨ (or) operator, and a new row functions as an ∧ (and) operator.").a();
|
||
}
|
||
|
||
@Override // com.applovin.impl.ec
|
||
public int b() {
|
||
return 1;
|
||
}
|
||
|
||
@Override // com.applovin.impl.ec
|
||
public List c(int i) {
|
||
return this.f;
|
||
}
|
||
|
||
@Override // com.applovin.impl.ec
|
||
public dc e(int i) {
|
||
return new fj("SEGMENT TARGETING");
|
||
}
|
||
|
||
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
public a(Context context, List list) {
|
||
super(context);
|
||
this.f = list;
|
||
}
|
||
|
||
@Override // com.applovin.impl.ec
|
||
public int d(int i) {
|
||
return this.f.size();
|
||
}
|
||
}
|
||
|
||
@Override // com.applovin.impl.se, android.app.Activity
|
||
public void onCreate(Bundle bundle) {
|
||
super.onCreate(bundle);
|
||
setContentView(R.layout.mediation_debugger_list_view);
|
||
setTitle(this.a);
|
||
((ListView) findViewById(R.id.listView)).setAdapter((ListAdapter) this.c);
|
||
}
|
||
|
||
private List a(List list) {
|
||
ArrayList arrayList = new ArrayList(list.size());
|
||
Iterator it = list.iterator();
|
||
while (it.hasNext()) {
|
||
arrayList.add(dc.a(dc.c.DETAIL).d((String) it.next()).a());
|
||
}
|
||
return arrayList;
|
||
}
|
||
}
|