Package apple.uikit.enums
Class UIDeviceOrientation
- java.lang.Object
-
- apple.uikit.enums.UIDeviceOrientation
-
public final class UIDeviceOrientation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longFaceDownDevice oriented flat, face downstatic longFaceUpDevice oriented flat, face upstatic longLandscapeLeftDevice oriented horizontally, home button on the rightstatic longLandscapeRightDevice oriented horizontally, home button on the leftstatic longPortraitDevice oriented vertically, home button on the bottomstatic longPortraitUpsideDownDevice oriented vertically, home button on the topstatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
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
-
FaceUp
public static final long FaceUp
Device oriented flat, face up- See Also:
- Constant Field Values
-
FaceDown
public static final long FaceDown
Device oriented flat, face down- See Also:
- Constant Field Values
-
-