public final class UICollectionViewScrollPosition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Bottom
The vertical positions are mutually exclusive to each other, but are bitwise or-able with the horizontal scroll positions.
|
static long |
CenteredHorizontally
Likewise, the horizontal positions are mutually exclusive to each other.
|
static long |
CenteredVertically
The vertical positions are mutually exclusive to each other, but are bitwise or-able with the horizontal scroll positions.
|
static long |
Left
Likewise, the horizontal positions are mutually exclusive to each other.
|
static long |
None |
static long |
Right
Likewise, the horizontal positions are mutually exclusive to each other.
|
static long |
Top
The vertical positions are mutually exclusive to each other, but are bitwise or-able with the horizontal scroll positions.
|
public static final long None
public static final long Top
public static final long CenteredVertically
public static final long Bottom
public static final long Left
public static final long CenteredHorizontally
public static final long Right