public class ActionBarPolicy extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
enableHomeButtonByDefault() |
static ActionBarPolicy |
get(Context context) |
int |
getEmbeddedMenuWidthLimit() |
int |
getMaxActionButtons()
Returns the maximum number of action buttons that should be permitted within an action
bar/action mode.
|
int |
getStackedTabMaxWidth() |
int |
getTabContainerHeight() |
boolean |
hasEmbeddedTabs() |
boolean |
showsOverflowMenuButton() |
public static ActionBarPolicy get(Context context)
public int getMaxActionButtons()
public boolean showsOverflowMenuButton()
public int getEmbeddedMenuWidthLimit()
public boolean hasEmbeddedTabs()
public int getTabContainerHeight()
public boolean enableHomeButtonByDefault()
public int getStackedTabMaxWidth()