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); } }