Android APIs
public static class

ActionMenuView.LayoutParams

extends LinearLayoutCompat.LayoutParams
java.lang.Object
   ↳ android.view.ViewGroup.LayoutParams
     ↳ android.view.ViewGroup.MarginLayoutParams
       ↳ android.support.v7.widget.LinearLayoutCompat.LayoutParams
         ↳ android.support.v7.widget.ActionMenuView.LayoutParams

Summary

[Expand]
Inherited XML Attributes
From class android.view.ViewGroup.MarginLayoutParams
From class android.view.ViewGroup.LayoutParams
[Expand]
Inherited Constants
From class android.view.ViewGroup.LayoutParams
Fields
public int cellsUsed
public boolean expandable
public int extraPixels
public boolean isOverflowButton
public boolean preventEdgeOffset
[Expand]
Inherited Fields
From class android.support.v7.widget.LinearLayoutCompat.LayoutParams
From class android.view.ViewGroup.MarginLayoutParams
From class android.view.ViewGroup.LayoutParams
Public Constructors
ActionMenuView.LayoutParams(Context c, AttributeSet attrs)
ActionMenuView.LayoutParams(ViewGroup.LayoutParams other)
ActionMenuView.LayoutParams(ActionMenuView.LayoutParams other)
ActionMenuView.LayoutParams(int width, int height)
[Expand]
Inherited Methods
From class android.view.ViewGroup.MarginLayoutParams
From class android.view.ViewGroup.LayoutParams
From class java.lang.Object

Fields

public int cellsUsed

public boolean expandable

public int extraPixels

public boolean isOverflowButton

public boolean preventEdgeOffset

Public Constructors

public ActionMenuView.LayoutParams (Context c, AttributeSet attrs)

public ActionMenuView.LayoutParams (ViewGroup.LayoutParams other)

public ActionMenuView.LayoutParams (ActionMenuView.LayoutParams other)

public ActionMenuView.LayoutParams (int width, int height)