FoldingFeature.Orientation
public final class FoldingFeature.Orientation
Represents the axis for which the FoldingFeature runs parallel to.
Summary
Public fields |
|
|---|---|
static final @NonNull FoldingFeature.Orientation |
The width of the |
static final @NonNull FoldingFeature.Orientation |
The height of the |
Public fields
HORIZONTAL
public static final @NonNull FoldingFeature.Orientation HORIZONTAL
The width of the FoldingFeature is greater than the height.
VERTICAL
public static final @NonNull FoldingFeature.Orientation VERTICAL
The height of the FoldingFeature is greater than or equal to the width.