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
int
int
int
boolean
void
resolveLayoutDirection(int layoutDirection)
void
setLayoutDirection(int layoutDirection)
void
setMarginEnd(int end)
void
setMarginStart(int start)
void
setMargins(int left, int top, int right, int bottom)

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

Added in 1.7.0-alpha03
public LayoutParams(ViewGroup.LayoutParams other)

LayoutParams

Added in 1.7.0-alpha03
public LayoutParams(Context c, AttributeSet attrs)

LayoutParams

Added in 1.7.0-alpha03
public LayoutParams(int width, int height)