Class UIDeviceOrientation


  • public final class UIDeviceOrientation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long FaceDown
      Device oriented flat, face down
      static long FaceUp
      Device oriented flat, face up
      static long LandscapeLeft
      Device oriented horizontally, home button on the right
      static long LandscapeRight
      Device oriented horizontally, home button on the left
      static long Portrait
      Device oriented vertically, home button on the bottom
      static long PortraitUpsideDown
      Device oriented vertically, home button on the top
      static long Unknown  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Portrait

        public static final long Portrait
        Device oriented vertically, home button on the bottom
        See Also:
        Constant Field Values
      • PortraitUpsideDown

        public static final long PortraitUpsideDown
        Device oriented vertically, home button on the top
        See Also:
        Constant Field Values
      • LandscapeLeft

        public static final long LandscapeLeft
        Device oriented horizontally, home button on the right
        See Also:
        Constant Field Values
      • LandscapeRight

        public static final long LandscapeRight
        Device oriented horizontally, home button on the left
        See Also:
        Constant Field Values
      • FaceDown

        public static final long FaceDown
        Device oriented flat, face down
        See Also:
        Constant Field Values