android.support.wearable.view
Class GridViewPager.LayoutParams

java.lang.Object
  extended by MarginLayoutParams
      extended by android.support.wearable.view.GridViewPager.LayoutParams
Enclosing class:
GridViewPager

public static class GridViewPager.LayoutParams
extends MarginLayoutParams

Layout parameters that should be supplied for views added to a ViewPager.


Field Summary
 int gravity
          Where to position the view page within the overall GridViewPager container; constants are defined in android.view.Gravity.
 boolean needsMeasure
           
 
Constructor Summary
GridViewPager.LayoutParams()
           
GridViewPager.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

gravity

public int gravity
Where to position the view page within the overall GridViewPager container; constants are defined in android.view.Gravity.


needsMeasure

public boolean needsMeasure
Constructor Detail

GridViewPager.LayoutParams

public GridViewPager.LayoutParams()

GridViewPager.LayoutParams

public GridViewPager.LayoutParams(Context context,
                                  AttributeSet attrs)