Class AbsoluteLayout.LayoutParams

java.lang.Object
icyllis.modernui.view.ViewGroup.LayoutParams
icyllis.modernui.widget.AbsoluteLayout.LayoutParams
Enclosing class:
AbsoluteLayout

public static class AbsoluteLayout.LayoutParams extends ViewGroup.LayoutParams
Per-child layout information associated with AbsoluteLayout.
  • Field Details

    • x

      public int x
      The horizontal, or X, location of the child within the view group.
    • y

      public int y
      The vertical, or Y, location of the child within the view group.
  • Constructor Details