com.actionbarsherlock.internal.view.menu
Class ActionMenuView.LayoutParams

java.lang.Object
  extended by android.view.ViewGroup.LayoutParams
      extended by android.view.ViewGroup.MarginLayoutParams
          extended by android.widget.LinearLayout.LayoutParams
              extended by com.actionbarsherlock.internal.view.menu.ActionMenuView.LayoutParams
Enclosing class:
ActionMenuView

public static class ActionMenuView.LayoutParams
extends android.widget.LinearLayout.LayoutParams


Field Summary
 int cellsUsed
           
 boolean expandable
           
 boolean expanded
           
 int extraPixels
           
 boolean isOverflowButton
           
 boolean preventEdgeOffset
           
 
Fields inherited from class android.widget.LinearLayout.LayoutParams
gravity, weight
 
Fields inherited from class android.view.ViewGroup.MarginLayoutParams
bottomMargin, leftMargin, rightMargin, topMargin
 
Fields inherited from class android.view.ViewGroup.LayoutParams
FILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT
 
Constructor Summary
ActionMenuView.LayoutParams(ActionMenuView.LayoutParams other)
           
ActionMenuView.LayoutParams(android.content.Context c, android.util.AttributeSet attrs)
           
ActionMenuView.LayoutParams(int width, int height)
           
ActionMenuView.LayoutParams(int width, int height, boolean isOverflowButton)
           
 
Method Summary
 
Methods inherited from class android.widget.LinearLayout.LayoutParams
debug
 
Methods inherited from class android.view.ViewGroup.MarginLayoutParams
setMargins
 
Methods inherited from class android.view.ViewGroup.LayoutParams
setBaseAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isOverflowButton

public boolean isOverflowButton

cellsUsed

public int cellsUsed

extraPixels

public int extraPixels

expandable

public boolean expandable

preventEdgeOffset

public boolean preventEdgeOffset

expanded

public boolean expanded
Constructor Detail

ActionMenuView.LayoutParams

public ActionMenuView.LayoutParams(android.content.Context c,
                                   android.util.AttributeSet attrs)

ActionMenuView.LayoutParams

public ActionMenuView.LayoutParams(ActionMenuView.LayoutParams other)

ActionMenuView.LayoutParams

public ActionMenuView.LayoutParams(int width,
                                   int height)

ActionMenuView.LayoutParams

public ActionMenuView.LayoutParams(int width,
                                   int height,
                                   boolean isOverflowButton)


Copyright © 2012-2013. All Rights Reserved.