Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
package com.google.android.gms.common.internal;
import android.content.Context;
import android.os.IBinder;
import android.os.IInterface;
import android.view.View;
import com.google.android.gms.dynamic.ObjectWrapper;
import com.google.android.gms.dynamic.RemoteCreator;
/* loaded from: classes2.dex */
public final class zaz extends RemoteCreator {
private static final zaz zaa = new zaz();
private zaz() {
super("com.google.android.gms.common.ui.SignInButtonCreatorImpl");
}
public static View zaa(Context context, int i, int i2) throws RemoteCreator.RemoteCreatorException {
zaz zazVar = zaa;
try {
return (View) ObjectWrapper.unwrap(((zam) zazVar.getRemoteCreatorInstance(context)).zae(ObjectWrapper.wrap(context), new zax(1, i, i2, null)));
} catch (Exception e) {
throw new RemoteCreator.RemoteCreatorException("Could not get button with size " + i + " and color " + i2, e);
}
}
@Override // com.google.android.gms.dynamic.RemoteCreator
public final /* synthetic */ Object getRemoteCreator(IBinder iBinder) {
if (iBinder == null) {
return null;
}
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.common.internal.ISignInButtonCreator");
return queryLocalInterface instanceof zam ? (zam) queryLocalInterface : new zam(iBinder);
}
}