belongs to Maven artifact com.android.support:viewpager:28.0.0-alpha1
ViewPager.LayoutParams
  public
  static
  
  
  class
  ViewPager.LayoutParams
  
  
  
  
    extends ViewGroup.LayoutParams
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | android.view.ViewGroup.LayoutParams | |
| ↳ | android.support.v4.view.ViewPager.LayoutParams | |
Layout parameters that should be supplied for views added to a ViewPager.
Summary
| Inherited constants | 
|---|
|  From
  class 
    android.view.ViewGroup.LayoutParams
   | 
| Fields | |
|---|---|
| 
    public
    
    
    int | gravityGravity setting for use on decor views only:
 Where to position the view page within the overall ViewPager
 container; constants are defined in  | 
| 
    public
    
    
    boolean | isDecortrue if this view is a decoration on the pager itself and not a view supplied by the adapter. | 
| Inherited fields | 
|---|
|  From
  class 
    android.view.ViewGroup.LayoutParams
   | 
| Public constructors | |
|---|---|
| 
      ViewPager.LayoutParams()
       | |
| 
      ViewPager.LayoutParams(Context context, AttributeSet attrs)
       | |
| Inherited methods | |
|---|---|
|  From
class 
  
    android.view.ViewGroup.LayoutParams
  
 | |
|  From
class 
  
    java.lang.Object
  
 | |
Fields
gravity
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 Gravity.
isDecor
boolean isDecor
true if this view is a decoration on the pager itself and not a view supplied by the adapter.
Public constructors
ViewPager.LayoutParams
ViewPager.LayoutParams (Context context, AttributeSet attrs)
| Parameters | |
|---|---|
| context | Context | 
| attrs | AttributeSet | 
- Annotations
- Interfaces- ActionProvider.VisibilityListener
- AsyncLayoutInflater.OnInflateFinishedListener
- LayoutInflaterFactory
- MenuItemCompat.OnActionExpandListener
- NestedScrollingChild
- NestedScrollingChild2
- NestedScrollingParent
- NestedScrollingParent2
- OnApplyWindowInsetsListener
- ScrollingView
- TintableBackgroundView
- ViewPager.OnAdapterChangeListener
- ViewPager.OnPageChangeListener
- ViewPager.PageTransformer
- ViewPropertyAnimatorListener
- ViewPropertyAnimatorUpdateListener
 
- Classes- AbsSavedState
- AccessibilityDelegateCompat
- ActionProvider
- AsyncLayoutInflater
- GestureDetectorCompat
- GravityCompat
- InputDeviceCompat
- LayoutInflaterCompat
- MarginLayoutParamsCompat
- MenuCompat
- MenuItemCompat
- MotionEventCompat
- NestedScrollingChildHelper
- NestedScrollingParentHelper
- PagerAdapter
- PagerTabStrip
- PagerTitleStrip
- PointerIconCompat
- ScaleGestureDetectorCompat
- VelocityTrackerCompat
- ViewCompat
- ViewConfigurationCompat
- ViewGroupCompat
- ViewPager
- ViewPager.LayoutParams
- ViewPager.SavedState
- ViewPager.SimpleOnPageChangeListener
- ViewParentCompat
- ViewPropertyAnimatorCompat
- ViewPropertyAnimatorListenerAdapter
- WindowCompat
- WindowInsetsCompat
 
