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
Link copied to clipboard
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.

Properties

Link copied to clipboard
@get:IntRange(from = 0, to = 359)
val IRotationProvider.rotationDegrees: Int

Functions