public static class SystemBarTintManager.SystemBarConfig
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getActionBarHeight()
Get the height of the action bar.
|
int |
getNavigationBarHeight()
Get the height of the system navigation bar.
|
int |
getNavigationBarWidth()
Get the width of the system navigation bar when it is placed vertically on the screen.
|
int |
getPixelInsetBottom()
Get the layout inset for any system UI that appears at the bottom of the screen.
|
int |
getPixelInsetRight()
Get the layout inset for any system UI that appears at the right of the screen.
|
int |
getPixelInsetTop(boolean withActionBar)
Get the layout inset for any system UI that appears at the top of the screen.
|
int |
getStatusBarHeight()
Get the height of the system status bar.
|
boolean |
hasNavigtionBar()
Does this device have a system navigation bar?
|
boolean |
isNavigationAtBottom()
Should a navigation bar appear at the bottom of the screen in the current
device configuration? A navigation bar may appear on the right side of
the screen in certain configurations.
|
public boolean isNavigationAtBottom()
public int getStatusBarHeight()
public int getActionBarHeight()
public boolean hasNavigtionBar()
public int getNavigationBarHeight()
public int getNavigationBarWidth()
public int getPixelInsetTop(boolean withActionBar)
withActionBar
- True to include the height of the action bar, False otherwise.public int getPixelInsetBottom()
public int getPixelInsetRight()