Package-level declarations
Types
Link copied to clipboard
A RotationProvider that provides display rotation. It uses DisplayManager to get display rotation. It follows the orientation of the display only. If device or application are locked in a specific orientation, it will not change.
Link copied to clipboard
interface IRotationFlowProvider
Link copied to clipboard
interface IRotationProvider
Link copied to clipboard
Link copied to clipboard
A RotationProvider that provides device rotation. It uses OrientationEventListener to get device orientation. It follows the orientation of the sensor, so it will change when the device is rotated.