public static class ActionMenuView.LayoutParams extends LinearLayout.LayoutParams
Modifier and Type | Field and Description |
---|---|
int |
cellsUsed |
boolean |
expandable |
boolean |
expanded |
int |
extraPixels |
boolean |
isOverflowButton |
boolean |
preventEdgeOffset |
gravity, weight
bottomMargin, DEFAULT_MARGIN_RELATIVE, leftMargin, rightMargin, topMargin
FILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT
Constructor and Description |
---|
LayoutParams(ActionMenuView.LayoutParams other) |
LayoutParams(Context c,
AttributeSet attrs) |
LayoutParams(int width,
int height) |
LayoutParams(int width,
int height,
boolean isOverflowButton) |
LayoutParams(ViewGroup.LayoutParams other) |
Modifier and Type | Method and Description |
---|---|
protected void |
encodeProperties(ViewHierarchyEncoder encoder) |
debug
copyMarginsFrom, getLayoutDirection, getMarginEnd, getMarginStart, isLayoutRtl, isMarginRelative, onDebugDraw, resolveLayoutDirection, setLayoutDirection, setMarginEnd, setMargins, setMarginsRelative, setMarginStart
setBaseAttributes, sizeToString
public boolean isOverflowButton
public int cellsUsed
public int extraPixels
public boolean expandable
public boolean preventEdgeOffset
public boolean expanded
public LayoutParams(Context c, AttributeSet attrs)
public LayoutParams(ViewGroup.LayoutParams other)
public LayoutParams(ActionMenuView.LayoutParams other)
public LayoutParams(int width, int height)
public LayoutParams(int width, int height, boolean isOverflowButton)
protected void encodeProperties(ViewHierarchyEncoder encoder)
encodeProperties
in class LinearLayout.LayoutParams