Uses of Enum Class
com.iizix.gyro.ScreenOrientation
Packages that use ScreenOrientation
Uses of ScreenOrientation in com.iizix.gyro
Methods in com.iizix.gyro that return ScreenOrientationModifier and TypeMethodDescriptionIClientSessionGyro.getScreenOrientation()
Gets the current screen orientation.static ScreenOrientation
Returns the enum constant of this class with the specified name.static ScreenOrientation[]
ScreenOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.gyro with parameters of type ScreenOrientationModifier and TypeMethodDescriptionvoid
IScreenOrientationListener.onScreenOrientationChanged
(IClientSessionGyro clientSessionGyro, ScreenOrientation orientation) Called when the screen orientation changes.boolean
IClientSessionGyro.setScreenOrientation
(ScreenOrientation orientation) Locks the screen orientation.Uses of ScreenOrientation in com.iizix.prop
Methods in com.iizix.prop that return ScreenOrientationModifier and TypeMethodDescriptionEnvProps.getScreenOrientation()
Gets the current screen orientation.Methods in com.iizix.prop with parameters of type ScreenOrientationModifier and TypeMethodDescriptionboolean
EnvProps.setScreenOrientation
(ScreenOrientation orientation) Locks the screen orientation.Uses of ScreenOrientation in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return ScreenOrientationModifier and TypeMethodDescriptionClientSessionGyro.getScreenOrientation()
Gets the current screen orientation.Methods in com.iizix.server.gyro with parameters of type ScreenOrientationModifier and TypeMethodDescriptionboolean
ClientSessionGyro.setScreenOrientation
(ScreenOrientation orientation) Locks the screen orientation.