package com.google.android.gms.maps; import android.app.Activity; import android.os.Bundle; import android.os.RemoteException; import android.os.StrictMode; import android.util.AttributeSet; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.fragment.app.Fragment; import com.google.android.gms.common.GooglePlayServicesNotAvailableException; import com.google.android.gms.common.internal.Preconditions; import com.google.android.gms.dynamic.DeferredLifecycleHelper; import com.google.android.gms.dynamic.IObjectWrapper; import com.google.android.gms.dynamic.ObjectWrapper; import com.google.android.gms.dynamic.OnDelegateCreatedListener; import com.google.android.gms.maps.internal.IStreetViewPanoramaFragmentDelegate; import com.google.android.gms.maps.internal.StreetViewLifecycleDelegate; import com.google.android.gms.maps.internal.zzby; import com.google.android.gms.maps.internal.zzbz; import com.google.android.gms.maps.model.RuntimeRemoteException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; /* loaded from: classes2.dex */ public class SupportStreetViewPanoramaFragment extends Fragment { private final zzb zzci = new zzb(this); public static SupportStreetViewPanoramaFragment newInstance() { return new SupportStreetViewPanoramaFragment(); } public static SupportStreetViewPanoramaFragment newInstance(StreetViewPanoramaOptions streetViewPanoramaOptions) { SupportStreetViewPanoramaFragment supportStreetViewPanoramaFragment = new SupportStreetViewPanoramaFragment(); Bundle bundle = new Bundle(); bundle.putParcelable("StreetViewPanoramaOptions", streetViewPanoramaOptions); supportStreetViewPanoramaFragment.setArguments(bundle); return supportStreetViewPanoramaFragment; } /* JADX INFO: Access modifiers changed from: package-private */ /* loaded from: classes2.dex */ public static final class zza implements StreetViewLifecycleDelegate { private final Fragment fragment; private final IStreetViewPanoramaFragmentDelegate zzbu; public zza(Fragment fragment, IStreetViewPanoramaFragmentDelegate iStreetViewPanoramaFragmentDelegate) { this.zzbu = (IStreetViewPanoramaFragmentDelegate) Preconditions.checkNotNull(iStreetViewPanoramaFragmentDelegate); this.fragment = (Fragment) Preconditions.checkNotNull(fragment); } @Override // com.google.android.gms.dynamic.LifecycleDelegate public final void onInflate(Activity activity, Bundle bundle, Bundle bundle2) { try { Bundle bundle3 = new Bundle(); zzby.zza(bundle2, bundle3); this.zzbu.onInflate(ObjectWrapper.wrap(activity), null, bundle3); zzby.zza(bundle3, bundle2); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } } @Override // com.google.android.gms.dynamic.LifecycleDelegate public final void onCreate(Bundle bundle) { try { Bundle bundle2 = new Bundle(); zzby.zza(bundle, bundle2); Bundle arguments = this.fragment.getArguments(); if (arguments != null && arguments.containsKey("StreetViewPanoramaOptions")) { zzby.zza(bundle2, "StreetViewPanoramaOptions", arguments.getParcelable("StreetViewPanoramaOptions")); } this.zzbu.onCreate(bundle2); zzby.zza(bundle2, bundle); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } } @Override // com.google.android.gms.dynamic.LifecycleDelegate public final View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) { try { Bundle bundle2 = new Bundle(); zzby.zza(bundle, bundle2); IObjectWrapper onCreateView = this.zzbu.onCreateView(ObjectWrapper.wrap(layoutInflater), ObjectWrapper.wrap(viewGroup), bundle2); zzby.zza(bundle2, bundle); return (View) ObjectWrapper.unwrap(onCreateView); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } } @Override // com.google.android.gms.dynamic.LifecycleDelegate public final void onStart() { try { this.zzbu.onStart(); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } } @Override // com.google.android.gms.dynamic.LifecycleDelegate public final void onResume() { try { this.zzbu.onResume(); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } } @Override // com.google.android.gms.dynamic.LifecycleDelegate public final void onPause() { try { this.zzbu.onPause(); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } } @Override // com.google.android.gms.dynamic.LifecycleDelegate public final void onStop() { try { this.zzbu.onStop(); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } } @Override // com.google.android.gms.dynamic.LifecycleDelegate public final void onDestroyView() { try { this.zzbu.onDestroyView(); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } } @Override // com.google.android.gms.dynamic.LifecycleDelegate public final void onDestroy() { try { this.zzbu.onDestroy(); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } } @Override // com.google.android.gms.dynamic.LifecycleDelegate public final void onLowMemory() { try { this.zzbu.onLowMemory(); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } } @Override // com.google.android.gms.dynamic.LifecycleDelegate public final void onSaveInstanceState(Bundle bundle) { try { Bundle bundle2 = new Bundle(); zzby.zza(bundle, bundle2); this.zzbu.onSaveInstanceState(bundle2); zzby.zza(bundle2, bundle); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } } @Override // com.google.android.gms.maps.internal.StreetViewLifecycleDelegate public final void getStreetViewPanoramaAsync(OnStreetViewPanoramaReadyCallback onStreetViewPanoramaReadyCallback) { try { this.zzbu.getStreetViewPanoramaAsync(new zzal(this, onStreetViewPanoramaReadyCallback)); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } } } /* loaded from: classes2.dex */ static final class zzb extends DeferredLifecycleHelper { private final Fragment fragment; private OnDelegateCreatedListener zzbd; private Activity zzbe; private final List zzbw = new ArrayList(); zzb(Fragment fragment) { this.fragment = fragment; } @Override // com.google.android.gms.dynamic.DeferredLifecycleHelper public final void createDelegate(OnDelegateCreatedListener onDelegateCreatedListener) { this.zzbd = onDelegateCreatedListener; zzd(); } private final void zzd() { if (this.zzbe == null || this.zzbd == null || getDelegate() != null) { return; } try { MapsInitializer.initialize(this.zzbe); this.zzbd.onDelegateCreated(new zza(this.fragment, zzbz.zza(this.zzbe).zzd(ObjectWrapper.wrap(this.zzbe)))); Iterator it = this.zzbw.iterator(); while (it.hasNext()) { getDelegate().getStreetViewPanoramaAsync(it.next()); } this.zzbw.clear(); } catch (RemoteException e) { throw new RuntimeRemoteException(e); } catch (GooglePlayServicesNotAvailableException unused) { } } /* JADX INFO: Access modifiers changed from: private */ public final void setActivity(Activity activity) { this.zzbe = activity; zzd(); } public final void getStreetViewPanoramaAsync(OnStreetViewPanoramaReadyCallback onStreetViewPanoramaReadyCallback) { if (getDelegate() != null) { getDelegate().getStreetViewPanoramaAsync(onStreetViewPanoramaReadyCallback); } else { this.zzbw.add(onStreetViewPanoramaReadyCallback); } } } @Override // androidx.fragment.app.Fragment public void onAttach(Activity activity) { super.onAttach(activity); this.zzci.setActivity(activity); } @Override // androidx.fragment.app.Fragment public void onInflate(Activity activity, AttributeSet attributeSet, Bundle bundle) { StrictMode.ThreadPolicy threadPolicy = StrictMode.getThreadPolicy(); StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder(threadPolicy).permitAll().build()); try { super.onInflate(activity, attributeSet, bundle); this.zzci.setActivity(activity); this.zzci.onInflate(activity, new Bundle(), bundle); } finally { StrictMode.setThreadPolicy(threadPolicy); } } @Override // androidx.fragment.app.Fragment public void onCreate(Bundle bundle) { super.onCreate(bundle); this.zzci.onCreate(bundle); } @Override // androidx.fragment.app.Fragment public View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) { return this.zzci.onCreateView(layoutInflater, viewGroup, bundle); } @Override // androidx.fragment.app.Fragment public void onStart() { super.onStart(); this.zzci.onStart(); } @Override // androidx.fragment.app.Fragment public void onResume() { super.onResume(); this.zzci.onResume(); } @Override // androidx.fragment.app.Fragment public void onPause() { this.zzci.onPause(); super.onPause(); } @Override // androidx.fragment.app.Fragment public void onStop() { this.zzci.onStop(); super.onStop(); } @Override // androidx.fragment.app.Fragment public void onDestroyView() { this.zzci.onDestroyView(); super.onDestroyView(); } @Override // androidx.fragment.app.Fragment public void onDestroy() { this.zzci.onDestroy(); super.onDestroy(); } @Override // androidx.fragment.app.Fragment, android.content.ComponentCallbacks public void onLowMemory() { this.zzci.onLowMemory(); super.onLowMemory(); } @Override // androidx.fragment.app.Fragment public void onActivityCreated(Bundle bundle) { if (bundle != null) { bundle.setClassLoader(SupportStreetViewPanoramaFragment.class.getClassLoader()); } super.onActivityCreated(bundle); } @Override // androidx.fragment.app.Fragment public void onSaveInstanceState(Bundle bundle) { if (bundle != null) { bundle.setClassLoader(SupportStreetViewPanoramaFragment.class.getClassLoader()); } super.onSaveInstanceState(bundle); this.zzci.onSaveInstanceState(bundle); } @Override // androidx.fragment.app.Fragment public void setArguments(Bundle bundle) { super.setArguments(bundle); } public void getStreetViewPanoramaAsync(OnStreetViewPanoramaReadyCallback onStreetViewPanoramaReadyCallback) { Preconditions.checkMainThread("getStreetViewPanoramaAsync() must be called on the main thread"); this.zzci.getStreetViewPanoramaAsync(onStreetViewPanoramaReadyCallback); } }