public class ApplicationBar
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationBar.BarState
BarState class is an enumeration of the application bar states such as
autohide, always-on-top or both.
|
Constructor and Description |
---|
ApplicationBar() |
Modifier and Type | Method and Description |
---|---|
static Rect |
getAppBarPosition() |
static ApplicationBar.BarState |
getAppBarState() |
static void |
setAppBarState(ApplicationBar.BarState state) |
public static void setAppBarState(ApplicationBar.BarState state)
public static ApplicationBar.BarState getAppBarState()
public static Rect getAppBarPosition()