Constructor PosView
PosView(View, Side)
Represents a position that is anchored to the side of another view.
public PosView(View view, Side side)
Parameters
viewViewThe View the position is anchored to.
sideSideThe side of the View the position is anchored to.
Remarks
This is a low-level API that is typically used internally by the layout system. Use the various static methods on the Pos class to create Pos objects instead.
PosView(PosView)
protected PosView(PosView original)
Parameters
originalPosView