public final class UIDeviceOrientation
extends java.lang.Object
| Modifier and Type | Field and 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 |
public static final long Unknown
public static final long Portrait
public static final long PortraitUpsideDown
public static final long LandscapeLeft
public static final long LandscapeRight
public static final long FaceUp
public static final long FaceDown