FoldingFeature.Orientation.Companion
object FoldingFeature.Orientation.Companion
Summary
Public fields |
|
---|---|
final @NonNull FoldingFeature.Orientation |
The width of the |
final @NonNull FoldingFeature.Orientation |
The height of the |
Public fields
HORIZONTAL
public final @NonNull FoldingFeature.Orientation HORIZONTAL
The width of the FoldingFeature
is greater than the height.
VERTICAL
public final @NonNull FoldingFeature.Orientation VERTICAL
The height of the FoldingFeature
is greater than or equal to the width.