Interface DeviceOrientation


  • public interface DeviceOrientation
    • Method Summary

      Modifier and Type Method Description
      void clearDeviceOrientationOverride()
      Clears the overridden Device Orientation.
      void setDeviceOrientationOverride​(java.lang.Double alpha, java.lang.Double beta, java.lang.Double gamma)
      Overrides the Device Orientation.
    • Method Detail

      • clearDeviceOrientationOverride

        void clearDeviceOrientationOverride()
        Clears the overridden Device Orientation.
      • setDeviceOrientationOverride

        void setDeviceOrientationOverride​(java.lang.Double alpha,
                                          java.lang.Double beta,
                                          java.lang.Double gamma)
        Overrides the Device Orientation.
        Parameters:
        alpha - Mock alpha
        beta - Mock beta
        gamma - Mock gamma