Specifies layout type.
More...
Specifies layout type.
◆ ALIGN_BOTTOM
final int ALIGN_BOTTOM = 5 |
|
static |
◆ ALIGN_HCENTER
final int ALIGN_HCENTER = 3 |
|
static |
Align horizontal centers (center on vertical axis).
◆ ALIGN_LEFT
◆ ALIGN_RIGHT
final int ALIGN_RIGHT = 2 |
|
static |
◆ ALIGN_TOP
◆ ALIGN_VCENTER
final int ALIGN_VCENTER = 6 |
|
static |
Align vertical centers (center on horizontal axis).
◆ POSITION_BOTTOM
final int POSITION_BOTTOM = 25 |
|
static |
Position at the bottom edge of the viewport's span.
◆ POSITION_BOTTOM_VIS
final int POSITION_BOTTOM_VIS = 31 |
|
static |
Position at the bottom visible edge of the viewport.
◆ POSITION_CENTER_VIS
final int POSITION_CENTER_VIS = 32 |
|
static |
Center in the visible part of the viewport both vertically and horizontally.
◆ POSITION_HCENTER
final int POSITION_HCENTER = 21 |
|
static |
Position in the center of the viewport's horizontal span.
◆ POSITION_HCENTER_VIS
final int POSITION_HCENTER_VIS = 27 |
|
static |
Center in the visible part of the viewport horizontally.
◆ POSITION_LEFT
final int POSITION_LEFT = 20 |
|
static |
Position at the left edge of the viewport's span.
◆ POSITION_LEFT_VIS
final int POSITION_LEFT_VIS = 26 |
|
static |
Position at the left visible edge of the viewport.
◆ POSITION_RIGHT
final int POSITION_RIGHT = 22 |
|
static |
Position at the right edge of the viewport's span.
◆ POSITION_RIGHT_VIS
final int POSITION_RIGHT_VIS = 28 |
|
static |
Position at the right visible edge of the viewport.
◆ POSITION_TOP
final int POSITION_TOP = 23 |
|
static |
Position at the top edge of the viewport's span.
◆ POSITION_TOP_VIS
final int POSITION_TOP_VIS = 29 |
|
static |
Position at the top visible edge of the viewport.
◆ POSITION_VCENTER
final int POSITION_VCENTER = 24 |
|
static |
Position in the center of the viewport's vertical span.
◆ POSITION_VCENTER_VIS
final int POSITION_VCENTER_VIS = 30 |
|
static |
Center in the visible part of the viewport vertically.
◆ SET_EQUAL_HDISTANCE
final int SET_EQUAL_HDISTANCE = 11 |
|
static |
Distribute (centers) evenly across.
◆ SET_EQUAL_HSIZE
final int SET_EQUAL_HSIZE = 8 |
|
static |
◆ SET_EQUAL_HSPACE
final int SET_EQUAL_HSPACE = 13 |
|
static |
◆ SET_EQUAL_SIZE
final int SET_EQUAL_SIZE = 9 |
|
static |
Set same width and height.
◆ SET_EQUAL_VDISTANCE
final int SET_EQUAL_VDISTANCE = 10 |
|
static |
Distribute (centers) evenly down.
◆ SET_EQUAL_VSIZE
final int SET_EQUAL_VSIZE = 7 |
|
static |
◆ SET_EQUAL_VSPACE
final int SET_EQUAL_VSPACE = 12 |
|
static |
◆ SET_HDISTANCE
final int SET_HDISTANCE = 17 |
|
static |
Set horizontal distance (between centers).
◆ SET_HSIZE
◆ SET_HSPACE
final int SET_HSPACE = 19 |
|
static |
Set horizontal space (between objects).
◆ SET_VDISTANCE
final int SET_VDISTANCE = 16 |
|
static |
Set vertical distance (between centers).
◆ SET_VSIZE
◆ SET_VSPACE
final int SET_VSPACE = 18 |
|
static |
Set vertical space (between objects).