public final class UIBarPosition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Any |
static long |
Bottom
The bar is at the bottom of its local context, and directional decoration draws accordingly (e.g., shadow above the bar).
|
static long |
Top
The bar is at the top of its local context, and directional decoration draws accordingly (e.g., shadow below the bar)
|
static long |
TopAttached
The bar is at the top of the screen (as well as its local context), and its background extends upward—currently only enough for the status bar.
|
public static final long Any
public static final long Bottom
public static final long Top
public static final long TopAttached