LXFDeviceOrientation enum
Values
- portraitUp → const LXFDeviceOrientation
-
If the device shows its boot logo in portrait, then the boot logo is shown in portraitUp. Otherwise, the device shows its boot logo in landscape and this orientation is obtained by rotating the device 90 degrees clockwise from its boot orientation.
- landscapeLeft → const LXFDeviceOrientation
-
The orientation that is 90 degrees clockwise from portraitUp.
If the device shows its boot logo in landscape, then the boot logo is shown in landscapeLeft.
- portraitDown → const LXFDeviceOrientation
-
The orientation that is 180 degrees from portraitUp.
- landscapeRight → const LXFDeviceOrientation
-
The orientation that is 90 degrees counterclockwise from portraitUp.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
LXFDeviceOrientation> - A constant List of the values in this enum, in order of their declaration.