public abstract class android.widget.GridLayout$Alignment
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.widget.GridLayout$Alignment
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.GridLayout$Alignment this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.internal.R cannot be resolved\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR 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 // android.widget.GridLayout$Alignment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/GridLayout$Alignment;

  abstract int getGravityOffset(android.view.View, int);
    descriptor: (Landroid/view/View;I)I
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      view       
      cellDelta  

  abstract int getAlignmentValue(android.view.View, int, int);
    descriptor: (Landroid/view/View;II)I
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      view      
      viewSize  
      mode      

  int getSizeInCell(android.view.View, int, int);
    descriptor: (Landroid/view/View;II)I
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.widget.GridLayout$Alignment this
         0: .line 2791
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.GridLayout$Alignment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/GridLayout$Alignment;
    MethodParameters:
          Name  Flags
      view      
      viewSize  
      cellSize  

  android.widget.GridLayout$Bounds getBounds();
    descriptor: ()Landroid/widget/GridLayout$Bounds;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.GridLayout$Alignment this
         0: .line 2795
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.GridLayout$Alignment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/GridLayout$Alignment;
}
SourceFile: "GridLayout.java"
NestHost: android.widget.GridLayout
InnerClasses:
  public abstract Alignment = android.widget.GridLayout$Alignment of android.widget.GridLayout
  Bounds = android.widget.GridLayout$Bounds of android.widget.GridLayout