- 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
17 lines
511 B
Java
17 lines
511 B
Java
package com.applovin.exoplayer2.ui;
|
|
|
|
import android.graphics.Color;
|
|
import com.applovin.impl.xp;
|
|
import csdk.gluads.Consts;
|
|
|
|
/* loaded from: classes.dex */
|
|
abstract class c {
|
|
public static String a(int i) {
|
|
return xp.a("rgba(%d,%d,%d,%.3f)", Integer.valueOf(Color.red(i)), Integer.valueOf(Color.green(i)), Integer.valueOf(Color.blue(i)), Double.valueOf(Color.alpha(i) / 255.0d));
|
|
}
|
|
|
|
public static String a(String str) {
|
|
return Consts.STRING_PERIOD + str + ",." + str + " *";
|
|
}
|
|
}
|