ActionMenuView.LayoutParams


public class ActionMenuView.LayoutParams extends LinearLayoutCompat.LayoutParams

Summary

Public constructors

LayoutParams(int width, int height)

Inherited Constants

From android.view.ViewGroup.LayoutParams
static final int

This field is deprecated.

static final int
static final int

Inherited methods

From android.widget.LinearLayout.LayoutParams
String
debug(String output)
From android.view.ViewGroup.LayoutParams
void
setBaseAttributes(TypedArray a, int widthAttr, int heightAttr)
From android.view.ViewGroup.MarginLayoutParams

Public fields

cellsUsed

Added in 1.1.0
@ViewDebug.ExportedProperty
public int cellsUsed

expandable

Added in 1.1.0
@ViewDebug.ExportedProperty
public boolean expandable

extraPixels

Added in 1.1.0
@ViewDebug.ExportedProperty
public int extraPixels

isOverflowButton

Added in 1.1.0
@ViewDebug.ExportedProperty
public boolean isOverflowButton

preventEdgeOffset

Added in 1.1.0
@ViewDebug.ExportedProperty
public boolean preventEdgeOffset

Public constructors

LayoutParams

Added in 1.1.0
public LayoutParams(ActionMenuView.LayoutParams other)

LayoutParams

public LayoutParams(ViewGroup.LayoutParams other)

LayoutParams

public LayoutParams(Context c, AttributeSet attrs)

LayoutParams

public LayoutParams(int width, int height)