|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectViewGroup.LayoutParams
android.support.v4.view.ViewPager.LayoutParams
public static class ViewPager.LayoutParams
Layout parameters that should be supplied for views added to a ViewPager.
Field Summary | |
---|---|
int |
gravity
Gravity setting for use on decor views only: Where to position the view page within the overall ViewPager container; constants are defined in android.view.Gravity . |
boolean |
isDecor
true if this view is a decoration on the pager itself and not a view supplied by the adapter. |
boolean |
needsMeasure
true if this view was added during layout and needs to be measured before being positioned. |
float |
widthFactor
Width as a 0-1 multiplier of the measured pager width |
Constructor Summary | |
---|---|
ViewPager.LayoutParams()
|
|
ViewPager.LayoutParams(Context context,
AttributeSet attrs)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean isDecor
public int gravity
android.view.Gravity
.
public float widthFactor
public boolean needsMeasure
Constructor Detail |
---|
public ViewPager.LayoutParams()
public ViewPager.LayoutParams(Context context, AttributeSet attrs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |