Interface FlapTransitionType


public interface FlapTransitionType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The flap slides over the content, which is
    dimmed.
    static final int
    The flap slides offscreen when hidden,
    neither the flap nor content overlap each other.
    static final int
    The content slides over the flap.
  • Field Details

    • OVER

      static final int OVER
      The flap slides over the content, which is
      dimmed. When folded, only the flap can be swiped.
      See Also:
    • UNDER

      static final int UNDER
      The content slides over the flap. Only the
      content can be swiped.
      See Also:
    • SLIDE

      static final int SLIDE
      The flap slides offscreen when hidden,
      neither the flap nor content overlap each other. Both widgets can be
      swiped.
      See Also: