public class com.android.internal.widget.ViewPager$LayoutParams extends android.view.ViewGroup$LayoutParams
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.internal.widget.ViewPager$LayoutParams
  super_class: android.view.ViewGroup$LayoutParams
{
  public boolean isDecor;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public int gravity;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  float widthFactor;
    descriptor: F
    flags: (0x0000) 

  boolean needsMeasure;
    descriptor: Z
    flags: (0x0000) 

  int position;
    descriptor: I
    flags: (0x0000) 

  int childIndex;
    descriptor: I
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.internal.widget.ViewPager$LayoutParams this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.internal.R cannot be resolved\n\tcom.android.internal.R.attr cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.internal.widget.ViewPager$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/internal/widget/ViewPager$LayoutParams;

  public void <init>(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.internal.widget.ViewPager$LayoutParams this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.internal.R cannot be resolved\n\tcom.android.internal.R.attr cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.internal.widget.ViewPager$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/internal/widget/ViewPager$LayoutParams;
    MethodParameters:
         Name  Flags
      context  
      attrs    
}
SourceFile: "ViewPager.java"
NestHost: com.android.internal.widget.ViewPager
InnerClasses:
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public LayoutParams = com.android.internal.widget.ViewPager$LayoutParams of com.android.internal.widget.ViewPager