Posture

sealed class Posture

Represent the posture of the foldable device.

Types

Link copied to clipboard
class Book(windowSize: Size) : Posture

Device posture is in book mode (half open with the hinge vertical).

Link copied to clipboard
object Normal : Posture

Device posture is in normal mode.

Link copied to clipboard
class TableTop(windowSize: Size) : Posture

Device posture is in tabletop mode (half open with the hinge horizontal).

Properties

Link copied to clipboard
val size: Size

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard