package com.google.android.m4b.maps.r;

import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import com.google.android.m4b.maps.j.b;
import com.google.android.m4b.maps.model.CameraPosition;
import com.google.android.m4b.maps.model.CameraPositionCreator;
import com.google.android.m4b.maps.model.LatLng;
import com.google.android.m4b.maps.model.LatLngBounds;
import com.google.android.m4b.maps.model.LatLngBoundsCreator;
import com.google.android.m4b.maps.model.LatLngCreator;

public abstract interface d extends IInterface
{
  public abstract b a();

  public abstract b a(float paramFloat);

  public abstract b a(float paramFloat1, float paramFloat2);

  public abstract b a(float paramFloat, int paramInt1, int paramInt2);

  public abstract b a(CameraPosition paramCameraPosition);

  public abstract b a(LatLng paramLatLng);

  public abstract b a(LatLng paramLatLng, float paramFloat);

  public abstract b a(LatLngBounds paramLatLngBounds, int paramInt);

  public abstract b a(LatLngBounds paramLatLngBounds, int paramInt1, int paramInt2, int paramInt3);

  public abstract b b();

  public abstract b b(float paramFloat);

  public static abstract class a extends Binder
    implements d
  {
    public a()
    {
      attachInterface(this, "com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
    }

    public IBinder asBinder()
    {
      return this;
    }

    public boolean onTransact(int paramInt1, Parcel paramParcel1, Parcel paramParcel2, int paramInt2)
    {
      switch (paramInt1)
      {
      default:
        return super.onTransact(paramInt1, paramParcel1, paramParcel2, paramInt2);
      case 1598968902:
        paramParcel2.writeString("com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
        return true;
      case 1:
        paramParcel1.enforceInterface("com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
        b localb11 = a();
        paramParcel2.writeNoException();
        IBinder localIBinder11 = null;
        if (localb11 != null)
          localIBinder11 = localb11.asBinder();
        paramParcel2.writeStrongBinder(localIBinder11);
        return true;
      case 2:
        paramParcel1.enforceInterface("com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
        b localb10 = b();
        paramParcel2.writeNoException();
        IBinder localIBinder10 = null;
        if (localb10 != null)
          localIBinder10 = localb10.asBinder();
        paramParcel2.writeStrongBinder(localIBinder10);
        return true;
      case 3:
        paramParcel1.enforceInterface("com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
        b localb9 = a(paramParcel1.readFloat(), paramParcel1.readFloat());
        paramParcel2.writeNoException();
        IBinder localIBinder9 = null;
        if (localb9 != null)
          localIBinder9 = localb9.asBinder();
        paramParcel2.writeStrongBinder(localIBinder9);
        return true;
      case 4:
        paramParcel1.enforceInterface("com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
        b localb8 = a(paramParcel1.readFloat());
        paramParcel2.writeNoException();
        IBinder localIBinder8 = null;
        if (localb8 != null)
          localIBinder8 = localb8.asBinder();
        paramParcel2.writeStrongBinder(localIBinder8);
        return true;
      case 5:
        paramParcel1.enforceInterface("com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
        b localb7 = b(paramParcel1.readFloat());
        paramParcel2.writeNoException();
        IBinder localIBinder7 = null;
        if (localb7 != null)
          localIBinder7 = localb7.asBinder();
        paramParcel2.writeStrongBinder(localIBinder7);
        return true;
      case 6:
        paramParcel1.enforceInterface("com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
        b localb6 = a(paramParcel1.readFloat(), paramParcel1.readInt(), paramParcel1.readInt());
        paramParcel2.writeNoException();
        IBinder localIBinder6 = null;
        if (localb6 != null)
          localIBinder6 = localb6.asBinder();
        paramParcel2.writeStrongBinder(localIBinder6);
        return true;
      case 7:
        paramParcel1.enforceInterface("com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
        if (paramParcel1.readInt() != 0);
        for (CameraPosition localCameraPosition = CameraPosition.CREATOR.createFromParcel(paramParcel1); ; localCameraPosition = null)
        {
          b localb5 = a(localCameraPosition);
          paramParcel2.writeNoException();
          IBinder localIBinder5 = null;
          if (localb5 != null)
            localIBinder5 = localb5.asBinder();
          paramParcel2.writeStrongBinder(localIBinder5);
          return true;
        }
      case 8:
        paramParcel1.enforceInterface("com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
        if (paramParcel1.readInt() != 0);
        for (LatLng localLatLng2 = LatLng.CREATOR.createFromParcel(paramParcel1); ; localLatLng2 = null)
        {
          b localb4 = a(localLatLng2);
          paramParcel2.writeNoException();
          IBinder localIBinder4 = null;
          if (localb4 != null)
            localIBinder4 = localb4.asBinder();
          paramParcel2.writeStrongBinder(localIBinder4);
          return true;
        }
      case 9:
        paramParcel1.enforceInterface("com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
        if (paramParcel1.readInt() != 0);
        for (LatLng localLatLng1 = LatLng.CREATOR.createFromParcel(paramParcel1); ; localLatLng1 = null)
        {
          b localb3 = a(localLatLng1, paramParcel1.readFloat());
          paramParcel2.writeNoException();
          IBinder localIBinder3 = null;
          if (localb3 != null)
            localIBinder3 = localb3.asBinder();
          paramParcel2.writeStrongBinder(localIBinder3);
          return true;
        }
      case 10:
        paramParcel1.enforceInterface("com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
        if (paramParcel1.readInt() != 0);
        for (LatLngBounds localLatLngBounds2 = LatLngBounds.CREATOR.createFromParcel(paramParcel1); ; localLatLngBounds2 = null)
        {
          b localb2 = a(localLatLngBounds2, paramParcel1.readInt());
          paramParcel2.writeNoException();
          IBinder localIBinder2 = null;
          if (localb2 != null)
            localIBinder2 = localb2.asBinder();
          paramParcel2.writeStrongBinder(localIBinder2);
          return true;
        }
      case 11:
      }
      paramParcel1.enforceInterface("com.google.android.m4b.maps.internal.ICameraUpdateFactoryDelegate");
      if (paramParcel1.readInt() != 0);
      for (LatLngBounds localLatLngBounds1 = LatLngBounds.CREATOR.createFromParcel(paramParcel1); ; localLatLngBounds1 = null)
      {
        b localb1 = a(localLatLngBounds1, paramParcel1.readInt(), paramParcel1.readInt(), paramParcel1.readInt());
        paramParcel2.writeNoException();
        IBinder localIBinder1 = null;
        if (localb1 != null)
          localIBinder1 = localb1.asBinder();
        paramParcel2.writeStrongBinder(localIBinder1);
        return true;
      }
    }
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.google.android.m4b.maps.r.d
 * JD-Core Version:    0.6.2
 */