AutoHidingVerticalLayout.LayoutParams

public static class AutoHidingVerticalLayout.LayoutParams extends LinearLayout.LayoutParams

Custom LinearLayout.LayoutParams that supports the isHighPriority attribute.

Inherited Constant Summary

Field Summary

public boolean isHighPriority True if this child view is high priority.

Inherited Field Summary

Public Constructor Summary

LayoutParams(Context c, AttributeSet attrs)
LayoutParams(int width, int height)
LayoutParams(int width, int height, float weight)
LayoutParams(ViewGroup.LayoutParams p)
LayoutParams(ViewGroup.MarginLayoutParams source)
LayoutParams(LinearLayout.LayoutParams source)

Inherited Method Summary

Fields

public boolean isHighPriority

True if this child view is high priority. High priority views take precedence when fitting child views into the available layout height.

Public Constructors

public LayoutParams (Context c, AttributeSet attrs)

Parameters
c
attrs

public LayoutParams (int width, int height)

Parameters
width
height

public LayoutParams (int width, int height, float weight)

Parameters
width
height
weight

public LayoutParams (ViewGroup.LayoutParams p)

Parameters
p

public LayoutParams (ViewGroup.MarginLayoutParams source)

Parameters
source

public LayoutParams (LinearLayout.LayoutParams source)

Parameters
source

public LayoutParams (AutoHidingVerticalLayout.LayoutParams source)

Parameters
source