package com.google.android.m4b.maps;

import android.os.RemoteException;
import com.google.android.m4b.maps.model.RuntimeRemoteException;
import com.google.android.m4b.maps.r.aj;

public final class UiSettings
{
  private final aj a;

  UiSettings(aj paramaj)
  {
    this.a = paramaj;
  }

  public final boolean isCompassEnabled()
  {
    try
    {
      boolean bool = this.a.v();
      return bool;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final boolean isIndoorLevelPickerEnabled()
  {
    try
    {
      boolean bool = this.a.B();
      return bool;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final boolean isMapToolbarEnabled()
  {
    try
    {
      boolean bool = this.a.C();
      return bool;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final boolean isMyLocationButtonEnabled()
  {
    try
    {
      boolean bool = this.a.w();
      return bool;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final boolean isRotateGesturesEnabled()
  {
    try
    {
      boolean bool = this.a.A();
      return bool;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final boolean isScrollGesturesEnabled()
  {
    try
    {
      boolean bool = this.a.x();
      return bool;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final boolean isTiltGesturesEnabled()
  {
    try
    {
      boolean bool = this.a.z();
      return bool;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final boolean isZoomControlsEnabled()
  {
    try
    {
      boolean bool = this.a.u();
      return bool;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final boolean isZoomGesturesEnabled()
  {
    try
    {
      boolean bool = this.a.y();
      return bool;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final void setAllGesturesEnabled(boolean paramBoolean)
  {
    try
    {
      this.a.l(paramBoolean);
      return;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final void setCompassEnabled(boolean paramBoolean)
  {
    try
    {
      this.a.f(paramBoolean);
      return;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final void setIndoorLevelPickerEnabled(boolean paramBoolean)
  {
    try
    {
      this.a.m(paramBoolean);
      return;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final void setMapToolbarEnabled(boolean paramBoolean)
  {
    try
    {
      this.a.n(paramBoolean);
      return;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final void setMyLocationButtonEnabled(boolean paramBoolean)
  {
    try
    {
      this.a.g(paramBoolean);
      return;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final void setRotateGesturesEnabled(boolean paramBoolean)
  {
    try
    {
      this.a.k(paramBoolean);
      return;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final void setScrollGesturesEnabled(boolean paramBoolean)
  {
    try
    {
      this.a.h(paramBoolean);
      return;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final void setTiltGesturesEnabled(boolean paramBoolean)
  {
    try
    {
      this.a.j(paramBoolean);
      return;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final void setZoomControlsEnabled(boolean paramBoolean)
  {
    try
    {
      this.a.e(paramBoolean);
      return;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }

  public final void setZoomGesturesEnabled(boolean paramBoolean)
  {
    try
    {
      this.a.i(paramBoolean);
      return;
    }
    catch (RemoteException localRemoteException)
    {
      throw new RuntimeRemoteException(localRemoteException);
    }
  }
}

/* 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.UiSettings
 * JD-Core Version:    0.6.2
 */