Annotation Interface DynamicHinge


@Retention(SOURCE) public @interface DynamicHinge
Hinge states supported by the DynamicEngine.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constant for the collapsed hinge state.
    static final int
    Constant for the flat hinge state.
    static final int
    Constant for the half expanded hinge state.
    static final int
    Constant for the unknown hinge state.
  • Field Details

    • UNKNOWN

      static final int UNKNOWN
      Constant for the unknown hinge state.
      See Also:
    • COLLAPSED

      static final int COLLAPSED
      Constant for the collapsed hinge state.
      See Also:
    • HALF_EXPANDED

      static final int HALF_EXPANDED
      Constant for the half expanded hinge state.
      See Also:
    • FLAT

      static final int FLAT
      Constant for the flat hinge state.
      See Also: