- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
33 lines
865 B
Java
33 lines
865 B
Java
package com.applovin.impl;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class hp {
|
|
public final String a;
|
|
public final float b;
|
|
public final float c;
|
|
public final int d;
|
|
public final int e;
|
|
public final float f;
|
|
public final float g;
|
|
public final int h;
|
|
public final float i;
|
|
public final int j;
|
|
|
|
public hp(String str) {
|
|
this(str, -3.4028235E38f, -3.4028235E38f, Integer.MIN_VALUE, Integer.MIN_VALUE, -3.4028235E38f, -3.4028235E38f, Integer.MIN_VALUE, -3.4028235E38f, Integer.MIN_VALUE);
|
|
}
|
|
|
|
public hp(String str, float f, float f2, int i, int i2, float f3, float f4, int i3, float f5, int i4) {
|
|
this.a = str;
|
|
this.b = f;
|
|
this.c = f2;
|
|
this.d = i;
|
|
this.e = i2;
|
|
this.f = f3;
|
|
this.g = f4;
|
|
this.h = i3;
|
|
this.i = f5;
|
|
this.j = i4;
|
|
}
|
|
}
|