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 |
---|
LayoutParams(ActionMenuView.LayoutParams other) |
LayoutParams(android.content.Context c,
android.util.AttributeSet attrs) |
LayoutParams(int width,
int height) |
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 LayoutParams(android.content.Context c, android.util.AttributeSet attrs)
public LayoutParams(ActionMenuView.LayoutParams other)
public LayoutParams(int width, int height)
public LayoutParams(int width, int height, boolean isOverflowButton)
Copyright © 2011–2014. All rights reserved.