public class

ActionMenuView.LayoutParams

extends LinearLayoutCompat.LayoutParams

 java.lang.Object

↳LinearLayout.LayoutParams

androidx.appcompat.widget.LinearLayoutCompat.LayoutParams

↳androidx.appcompat.widget.ActionMenuView.LayoutParams

Summary

Fields
public intcellsUsed

public booleanexpandable

public intextraPixels

public booleanisOverflowButton

public booleanpreventEdgeOffset

Constructors
publicLayoutParams(Context c, AttributeSet attrs)

publicLayoutParams(ViewGroup.LayoutParams other)

Methods
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public boolean isOverflowButton

public int cellsUsed

public int extraPixels

public boolean expandable

public boolean preventEdgeOffset

Constructors

public LayoutParams(Context c, AttributeSet attrs)

public LayoutParams(ViewGroup.LayoutParams other)