public final class android.content.pm.ActivityInfo$WindowLayout
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.content.pm.ActivityInfo$WindowLayout
  super_class: java.lang.Object
{
  public final int width;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float widthFraction;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int height;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float heightFraction;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int gravity;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int minWidth;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int minHeight;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(int, float, int, float, int, int, int);
    descriptor: (IFIFIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // android.content.pm.ActivityInfo$WindowLayout this
        start local 1 // int width
        start local 2 // float widthFraction
        start local 3 // int height
        start local 4 // float heightFraction
        start local 5 // int gravity
        start local 6 // int minWidth
        start local 7 // int minHeight
         0: .line 1320
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1322
            aload 0 /* this */
            iload 1 /* width */
            putfield android.content.pm.ActivityInfo$WindowLayout.width:I
         2: .line 1323
            aload 0 /* this */
            fload 2 /* widthFraction */
            putfield android.content.pm.ActivityInfo$WindowLayout.widthFraction:F
         3: .line 1324
            aload 0 /* this */
            iload 3 /* height */
            putfield android.content.pm.ActivityInfo$WindowLayout.height:I
         4: .line 1325
            aload 0 /* this */
            fload 4 /* heightFraction */
            putfield android.content.pm.ActivityInfo$WindowLayout.heightFraction:F
         5: .line 1326
            aload 0 /* this */
            iload 5 /* gravity */
            putfield android.content.pm.ActivityInfo$WindowLayout.gravity:I
         6: .line 1327
            aload 0 /* this */
            iload 6 /* minWidth */
            putfield android.content.pm.ActivityInfo$WindowLayout.minWidth:I
         7: .line 1328
            aload 0 /* this */
            iload 7 /* minHeight */
            putfield android.content.pm.ActivityInfo$WindowLayout.minHeight:I
         8: .line 1329
            return
        end local 7 // int minHeight
        end local 6 // int minWidth
        end local 5 // int gravity
        end local 4 // float heightFraction
        end local 3 // int height
        end local 2 // float widthFraction
        end local 1 // int width
        end local 0 // android.content.pm.ActivityInfo$WindowLayout this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Landroid/content/pm/ActivityInfo$WindowLayout;
            0    9     1           width  I
            0    9     2   widthFraction  F
            0    9     3          height  I
            0    9     4  heightFraction  F
            0    9     5         gravity  I
            0    9     6        minWidth  I
            0    9     7       minHeight  I
    MethodParameters:
                Name  Flags
      width           
      widthFraction   
      height          
      heightFraction  
      gravity         
      minWidth        
      minHeight       

  void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.ActivityInfo$WindowLayout this
        start local 1 // android.os.Parcel source
         0: .line 1331
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1332
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.content.pm.ActivityInfo$WindowLayout.width:I
         2: .line 1333
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readFloat:()F
            putfield android.content.pm.ActivityInfo$WindowLayout.widthFraction:F
         3: .line 1334
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.content.pm.ActivityInfo$WindowLayout.height:I
         4: .line 1335
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readFloat:()F
            putfield android.content.pm.ActivityInfo$WindowLayout.heightFraction:F
         5: .line 1336
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.content.pm.ActivityInfo$WindowLayout.gravity:I
         6: .line 1337
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.content.pm.ActivityInfo$WindowLayout.minWidth:I
         7: .line 1338
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.content.pm.ActivityInfo$WindowLayout.minHeight:I
         8: .line 1339
            return
        end local 1 // android.os.Parcel source
        end local 0 // android.content.pm.ActivityInfo$WindowLayout this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Landroid/content/pm/ActivityInfo$WindowLayout;
            0    9     1  source  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      source  
}
SourceFile: "ActivityInfo.java"
NestHost: android.content.pm.ActivityInfo
InnerClasses:
  public final WindowLayout = android.content.pm.ActivityInfo$WindowLayout of android.content.pm.ActivityInfo