Most visited

Recently visited

ActionMenuView.LayoutParams

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

Inherited XML attributes

From class android.view.ViewGroup.MarginLayoutParams
From class android.view.ViewGroup.LayoutParams

Inherited constants

From class android.view.ViewGroup.LayoutParams

Fields

public int cellsUsed

public boolean expandable

public int extraPixels

public boolean isOverflowButton

public boolean preventEdgeOffset

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)

Inherited methods

From class android.view.ViewGroup.MarginLayoutParams
From class android.view.ViewGroup.LayoutParams
From class java.lang.Object

Fields

cellsUsed

int cellsUsed

expandable

boolean expandable

extraPixels

int extraPixels

isOverflowButton

boolean isOverflowButton

preventEdgeOffset

boolean preventEdgeOffset

Public constructors

ActionMenuView.LayoutParams

ActionMenuView.LayoutParams (Context c, 
                AttributeSet attrs)

Parameters
c Context
attrs AttributeSet

ActionMenuView.LayoutParams

ActionMenuView.LayoutParams (ViewGroup.LayoutParams other)

Parameters
other ViewGroup.LayoutParams

ActionMenuView.LayoutParams

ActionMenuView.LayoutParams (ActionMenuView.LayoutParams other)

Parameters
other ActionMenuView.LayoutParams

ActionMenuView.LayoutParams

ActionMenuView.LayoutParams (int width, 
                int height)

Parameters
width int
height int

Hooray!