android.support.v4.widget
Class SlidingPaneLayout.LayoutParams

java.lang.Object
  extended by android.view.ViewGroup.LayoutParams
      extended by android.view.ViewGroup.MarginLayoutParams
          extended by android.support.v4.widget.SlidingPaneLayout.LayoutParams
Enclosing class:
SlidingPaneLayout

public static class SlidingPaneLayout.LayoutParams
extends android.view.ViewGroup.MarginLayoutParams


Field Summary
 float weight
          The weighted proportion of how much of the leftover space this child should consume after measurement.
 
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
SlidingPaneLayout.LayoutParams()
           
SlidingPaneLayout.LayoutParams(android.content.Context c, android.util.AttributeSet attrs)
           
SlidingPaneLayout.LayoutParams(int width, int height)
           
SlidingPaneLayout.LayoutParams(SlidingPaneLayout.LayoutParams source)
           
SlidingPaneLayout.LayoutParams(android.view.ViewGroup.LayoutParams source)
           
SlidingPaneLayout.LayoutParams(android.view.ViewGroup.MarginLayoutParams source)
           
 
Method Summary
 
Methods inherited from class android.view.ViewGroup.MarginLayoutParams
getLayoutDirection, getMarginEnd, getMarginStart, isMarginRelative, resolveLayoutDirection, setLayoutDirection, setMarginEnd, setMargins, setMarginStart
 
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

weight

public float weight
The weighted proportion of how much of the leftover space this child should consume after measurement.

Constructor Detail

SlidingPaneLayout.LayoutParams

public SlidingPaneLayout.LayoutParams()

SlidingPaneLayout.LayoutParams

public SlidingPaneLayout.LayoutParams(int width,
                                      int height)

SlidingPaneLayout.LayoutParams

public SlidingPaneLayout.LayoutParams(android.view.ViewGroup.LayoutParams source)

SlidingPaneLayout.LayoutParams

public SlidingPaneLayout.LayoutParams(android.view.ViewGroup.MarginLayoutParams source)

SlidingPaneLayout.LayoutParams

public SlidingPaneLayout.LayoutParams(SlidingPaneLayout.LayoutParams source)

SlidingPaneLayout.LayoutParams

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


Copyright © 2013 Marek Kedzierski. All Rights Reserved.