Interface FlapFoldPolicy


public interface FlapFoldPolicy
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Keep the flap always folded.
    static final int
    Fold and unfold the flap based on available
    space.
    static final int
    Disable folding, the flap cannot reach narrow
    sizes.
  • Field Details

    • NEVER

      static final int NEVER
      Disable folding, the flap cannot reach narrow
      sizes.
      See Also:
    • ALWAYS

      static final int ALWAYS
      Keep the flap always folded.
      See Also:
    • AUTO

      static final int AUTO
      Fold and unfold the flap based on available
      space.
      See Also: