Interface Overflow


public interface Overflow
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Content is clipped to the bounds of the area.
    static final int
    No change is applied.
  • Field Details

    • VISIBLE

      static final int VISIBLE
      No change is applied. Content is drawn at the specified
      position.
      See Also:
    • HIDDEN

      static final int HIDDEN
      Content is clipped to the bounds of the area. Content
      outside the area is not drawn and cannot be interacted with.
      See Also: