- 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
25 lines
578 B
Java
25 lines
578 B
Java
package com.google.android.gms.internal.base;
|
|
|
|
import android.graphics.drawable.Drawable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zah extends Drawable.ConstantState {
|
|
private zah() {
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable.ConstantState
|
|
public final int getChangingConfigurations() {
|
|
return 0;
|
|
}
|
|
|
|
@Override // android.graphics.drawable.Drawable.ConstantState
|
|
public final Drawable newDrawable() {
|
|
zai zaiVar;
|
|
zaiVar = zai.zaa;
|
|
return zaiVar;
|
|
}
|
|
|
|
public /* synthetic */ zah(zag zagVar) {
|
|
}
|
|
}
|