- 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
54 lines
1.6 KiB
Java
54 lines
1.6 KiB
Java
package com.applovin.impl;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import com.mbridge.msdk.playercommon.exoplayer2.C;
|
|
|
|
/* renamed from: com.applovin.impl.do, reason: invalid class name */
|
|
/* loaded from: classes.dex */
|
|
public final class Cdo extends sk {
|
|
public static final Parcelable.Creator<Cdo> CREATOR = new a();
|
|
public final long a;
|
|
public final long b;
|
|
|
|
private Cdo(long j, long j2) {
|
|
this.a = j;
|
|
this.b = j2;
|
|
}
|
|
|
|
public static Cdo a(bh bhVar, long j, ho hoVar) {
|
|
long a2 = a(bhVar, j);
|
|
return new Cdo(a2, hoVar.b(a2));
|
|
}
|
|
|
|
public /* synthetic */ Cdo(long j, long j2, a aVar) {
|
|
this(j, j2);
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeLong(this.a);
|
|
parcel.writeLong(this.b);
|
|
}
|
|
|
|
/* renamed from: com.applovin.impl.do$a */
|
|
public class a implements Parcelable.Creator {
|
|
@Override // android.os.Parcelable.Creator
|
|
/* renamed from: a, reason: merged with bridge method [inline-methods] */
|
|
public Cdo[] newArray(int i) {
|
|
return new Cdo[i];
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
/* renamed from: a, reason: merged with bridge method [inline-methods] */
|
|
public Cdo createFromParcel(Parcel parcel) {
|
|
return new Cdo(parcel.readLong(), parcel.readLong(), null);
|
|
}
|
|
}
|
|
|
|
public static long a(bh bhVar, long j) {
|
|
long w = bhVar.w();
|
|
return (128 & w) != 0 ? 8589934591L & ((((w & 1) << 32) | bhVar.y()) + j) : C.TIME_UNSET;
|
|
}
|
|
}
|