public static class ActionMenuView.LayoutParams
extends android.widget.LinearLayout.LayoutParams
| Modifier and Type | Field and Description |
|---|---|
int |
cellsUsed |
boolean |
expandable |
boolean |
expanded |
int |
extraPixels |
boolean |
isOverflowButton |
boolean |
preventEdgeOffset |
| Constructor and Description |
|---|
ActionMenuView.LayoutParams(ActionMenuView.LayoutParams other) |
ActionMenuView.LayoutParams(android.content.Context c,
android.util.AttributeSet attrs) |
ActionMenuView.LayoutParams(int width,
int height) |
ActionMenuView.LayoutParams(int width,
int height,
boolean isOverflowButton) |
public boolean isOverflowButton
public int cellsUsed
public int extraPixels
public boolean expandable
public boolean preventEdgeOffset
public boolean expanded
public ActionMenuView.LayoutParams(android.content.Context c,
android.util.AttributeSet attrs)
public ActionMenuView.LayoutParams(ActionMenuView.LayoutParams other)
public ActionMenuView.LayoutParams(int width,
int height)
public ActionMenuView.LayoutParams(int width,
int height,
boolean isOverflowButton)
Copyright © 2012-2013. All Rights Reserved.