public class android.app.WindowConfiguration implements android.os.Parcelable, java.lang.Comparable<android.app.WindowConfiguration>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.app.WindowConfiguration
  super_class: java.lang.Object
{
  private android.graphics.Rect mBounds;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0002) ACC_PRIVATE

  private android.graphics.Rect mAppBounds;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0002) ACC_PRIVATE

  private int mWindowingMode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeInvisibleAnnotations: 
      android.app.WindowConfiguration$WindowingMode()

  public static final int WINDOWING_MODE_UNDEFINED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int WINDOWING_MODE_FULLSCREEN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int WINDOWING_MODE_PINNED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int WINDOWING_MODE_SPLIT_SCREEN_PRIMARY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int WINDOWING_MODE_SPLIT_SCREEN_SECONDARY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int WINDOWING_MODE_FULLSCREEN_OR_SPLIT_SCREEN_SECONDARY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int WINDOWING_MODE_FREEFORM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private int mActivityType;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeInvisibleAnnotations: 
      android.app.WindowConfiguration$ActivityType()

  public static final int ACTIVITY_TYPE_UNDEFINED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int ACTIVITY_TYPE_STANDARD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int ACTIVITY_TYPE_HOME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int ACTIVITY_TYPE_RECENTS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int ACTIVITY_TYPE_ASSISTANT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int WINDOW_CONFIG_BOUNDS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int WINDOW_CONFIG_APP_BOUNDS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int WINDOW_CONFIG_WINDOWING_MODE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int WINDOW_CONFIG_ACTIVITY_TYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int PINNED_WINDOWING_MODE_ELEVATION_IN_DIP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final android.os.Parcelable$Creator<android.app.WindowConfiguration> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/app/WindowConfiguration;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 186
            new android.app.WindowConfiguration$1
            dup
            invokespecial android.app.WindowConfiguration$1.<init>:()V
            putstatic android.app.WindowConfiguration.CREATOR:Landroid/os/Parcelable$Creator;
         1: .line 196
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 152
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
         2: .line 153
            aload 0 /* this */
            invokevirtual android.app.WindowConfiguration.unset:()V
         3: .line 154
            return
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/WindowConfiguration;

  public void <init>(android.app.WindowConfiguration);
    descriptor: (Landroid/app/WindowConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.WindowConfiguration this
        start local 1 // android.app.WindowConfiguration configuration
         0: .line 157
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
         2: .line 158
            aload 0 /* this */
            aload 1 /* configuration */
            invokevirtual android.app.WindowConfiguration.setTo:(Landroid/app/WindowConfiguration;)V
         3: .line 159
            return
        end local 1 // android.app.WindowConfiguration configuration
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Landroid/app/WindowConfiguration;
            0    4     1  configuration  Landroid/app/WindowConfiguration;
    MethodParameters:
               Name  Flags
      configuration  

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.WindowConfiguration this
        start local 1 // android.os.Parcel in
         0: .line 161
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
         2: .line 162
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.app.WindowConfiguration.readFromParcel:(Landroid/os/Parcel;)V
         3: .line 163
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/WindowConfiguration;
            0    4     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.WindowConfiguration this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 167
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         1: .line 168
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            iload 2 /* flags */
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
         2: .line 169
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 170
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mActivityType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 171
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/app/WindowConfiguration;
            0    5     1   dest  Landroid/os/Parcel;
            0    5     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  private void readFromParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.WindowConfiguration this
        start local 1 // android.os.Parcel source
         0: .line 174
            aload 0 /* this */
            aload 1 /* source */
            ldc Landroid/graphics/Rect;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            invokevirtual android.os.Parcel.readParcelable:(Ljava/lang/ClassLoader;)Landroid/os/Parcelable;
            checkcast android.graphics.Rect
            putfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
         1: .line 175
            aload 0 /* this */
            aload 1 /* source */
            ldc Landroid/graphics/Rect;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            invokevirtual android.os.Parcel.readParcelable:(Ljava/lang/ClassLoader;)Landroid/os/Parcelable;
            checkcast android.graphics.Rect
            putfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
         2: .line 176
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.WindowConfiguration.mWindowingMode:I
         3: .line 177
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.app.WindowConfiguration.mActivityType:I
         4: .line 178
            return
        end local 1 // android.os.Parcel source
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/app/WindowConfiguration;
            0    5     1  source  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      source  

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 182
            iconst_0
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/WindowConfiguration;

  public void setBounds(android.graphics.Rect);
    descriptor: (Landroid/graphics/Rect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.WindowConfiguration this
        start local 1 // android.graphics.Rect rect
         0: .line 203
            aload 1 /* rect */
            ifnonnull 3
         1: .line 204
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.setEmpty:()V
         2: .line 205
            return
         3: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            aload 1 /* rect */
            invokevirtual android.graphics.Rect.set:(Landroid/graphics/Rect;)V
         4: .line 209
            return
        end local 1 // android.graphics.Rect rect
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/app/WindowConfiguration;
            0    5     1  rect  Landroid/graphics/Rect;
    MethodParameters:
      Name  Flags
      rect  

  public void setAppBounds(android.graphics.Rect);
    descriptor: (Landroid/graphics/Rect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.app.WindowConfiguration this
        start local 1 // android.graphics.Rect rect
         0: .line 217
            aload 1 /* rect */
            ifnonnull 3
         1: .line 218
            aload 0 /* this */
            aconst_null
            putfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
         2: .line 219
            return
         3: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* rect */
            getfield android.graphics.Rect.left:I
            aload 1 /* rect */
            getfield android.graphics.Rect.top:I
            aload 1 /* rect */
            getfield android.graphics.Rect.right:I
            aload 1 /* rect */
            getfield android.graphics.Rect.bottom:I
            invokevirtual android.app.WindowConfiguration.setAppBounds:(IIII)V
         4: .line 223
            return
        end local 1 // android.graphics.Rect rect
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/app/WindowConfiguration;
            0    5     1  rect  Landroid/graphics/Rect;
    MethodParameters:
      Name  Flags
      rect  

  public void setAppBounds(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // android.app.WindowConfiguration this
        start local 1 // int left
        start local 2 // int top
        start local 3 // int right
        start local 4 // int bottom
         0: .line 231
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            ifnonnull 2
         1: .line 232
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
         2: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            iload 1 /* left */
            iload 2 /* top */
            iload 3 /* right */
            iload 4 /* bottom */
            invokevirtual android.graphics.Rect.set:(IIII)V
         3: .line 236
            return
        end local 4 // int bottom
        end local 3 // int right
        end local 2 // int top
        end local 1 // int left
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/app/WindowConfiguration;
            0    4     1    left  I
            0    4     2     top  I
            0    4     3   right  I
            0    4     4  bottom  I
    MethodParameters:
        Name  Flags
      left    
      top     
      right   
      bottom  

  public android.graphics.Rect getAppBounds();
    descriptor: ()Landroid/graphics/Rect;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 240
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            areturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/WindowConfiguration;

  public android.graphics.Rect getBounds();
    descriptor: ()Landroid/graphics/Rect;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 245
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            areturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/WindowConfiguration;

  public void setWindowingMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.WindowConfiguration this
        start local 1 // int windowingMode
         0: .line 249
            aload 0 /* this */
            iload 1 /* windowingMode */
            putfield android.app.WindowConfiguration.mWindowingMode:I
         1: .line 250
            return
        end local 1 // int windowingMode
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Landroid/app/WindowConfiguration;
            0    2     1  windowingMode  I
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        android.app.WindowConfiguration$WindowingMode()
    RuntimeInvisibleParameterAnnotations: 
      0:
        android.app.WindowConfiguration$WindowingMode()
    MethodParameters:
               Name  Flags
      windowingMode  

  public int getWindowingMode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 254
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/WindowConfiguration;
    RuntimeInvisibleAnnotations: 
      android.app.WindowConfiguration$WindowingMode()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        android.app.WindowConfiguration$WindowingMode()

  public void setActivityType(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.app.WindowConfiguration this
        start local 1 // int activityType
         0: .line 258
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mActivityType:I
            iload 1 /* activityType */
            if_icmpne 2
         1: .line 259
            return
         2: .line 265
      StackMap locals:
      StackMap stack:
            invokestatic android.app.ActivityThread.isSystem:()Z
            ifeq 8
         3: .line 266
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mActivityType:I
            ifeq 8
         4: .line 267
            iload 1 /* activityType */
            ifeq 8
         5: .line 268
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can't change activity type once set: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         6: .line 269
            ldc " activityType="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* activityType */
            invokestatic android.app.WindowConfiguration.activityTypeToString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 268
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* activityType */
            putfield android.app.WindowConfiguration.mActivityType:I
         9: .line 272
            return
        end local 1 // int activityType
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Landroid/app/WindowConfiguration;
            0   10     1  activityType  I
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        android.app.WindowConfiguration$ActivityType()
    RuntimeInvisibleParameterAnnotations: 
      0:
        android.app.WindowConfiguration$ActivityType()
    MethodParameters:
              Name  Flags
      activityType  

  public int getActivityType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 276
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mActivityType:I
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/WindowConfiguration;
    RuntimeInvisibleAnnotations: 
      android.app.WindowConfiguration$ActivityType()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        android.app.WindowConfiguration$ActivityType()

  public void setTo(android.app.WindowConfiguration);
    descriptor: (Landroid/app/WindowConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.WindowConfiguration this
        start local 1 // android.app.WindowConfiguration other
         0: .line 280
            aload 0 /* this */
            aload 1 /* other */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            invokevirtual android.app.WindowConfiguration.setBounds:(Landroid/graphics/Rect;)V
         1: .line 281
            aload 0 /* this */
            aload 1 /* other */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            invokevirtual android.app.WindowConfiguration.setAppBounds:(Landroid/graphics/Rect;)V
         2: .line 282
            aload 0 /* this */
            aload 1 /* other */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            invokevirtual android.app.WindowConfiguration.setWindowingMode:(I)V
         3: .line 283
            aload 0 /* this */
            aload 1 /* other */
            getfield android.app.WindowConfiguration.mActivityType:I
            invokevirtual android.app.WindowConfiguration.setActivityType:(I)V
         4: .line 284
            return
        end local 1 // android.app.WindowConfiguration other
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/app/WindowConfiguration;
            0    5     1  other  Landroid/app/WindowConfiguration;
    MethodParameters:
       Name  Flags
      other  

  public void unset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 289
            aload 0 /* this */
            invokevirtual android.app.WindowConfiguration.setToDefaults:()V
         1: .line 290
            return
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/WindowConfiguration;

  public void setToDefaults();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 294
            aload 0 /* this */
            aconst_null
            invokevirtual android.app.WindowConfiguration.setAppBounds:(Landroid/graphics/Rect;)V
         1: .line 295
            aload 0 /* this */
            aconst_null
            invokevirtual android.app.WindowConfiguration.setBounds:(Landroid/graphics/Rect;)V
         2: .line 296
            aload 0 /* this */
            iconst_0
            invokevirtual android.app.WindowConfiguration.setWindowingMode:(I)V
         3: .line 297
            aload 0 /* this */
            iconst_0
            invokevirtual android.app.WindowConfiguration.setActivityType:(I)V
         4: .line 298
            return
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/app/WindowConfiguration;

  public int updateFrom(android.app.WindowConfiguration);
    descriptor: (Landroid/app/WindowConfiguration;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.app.WindowConfiguration this
        start local 1 // android.app.WindowConfiguration delta
         0: .line 309
            iconst_0
            istore 2 /* changed */
        start local 2 // int changed
         1: .line 311
            aload 1 /* delta */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.isEmpty:()Z
            ifne 4
            aload 1 /* delta */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.equals:(Ljava/lang/Object;)Z
            ifne 4
         2: .line 312
            iload 2 /* changed */
            iconst_1
            ior
            istore 2 /* changed */
         3: .line 313
            aload 0 /* this */
            aload 1 /* delta */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            invokevirtual android.app.WindowConfiguration.setBounds:(Landroid/graphics/Rect;)V
         4: .line 315
      StackMap locals: int
      StackMap stack:
            aload 1 /* delta */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            ifnull 7
            aload 1 /* delta */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.equals:(Ljava/lang/Object;)Z
            ifne 7
         5: .line 316
            iload 2 /* changed */
            iconst_2
            ior
            istore 2 /* changed */
         6: .line 317
            aload 0 /* this */
            aload 1 /* delta */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            invokevirtual android.app.WindowConfiguration.setAppBounds:(Landroid/graphics/Rect;)V
         7: .line 319
      StackMap locals:
      StackMap stack:
            aload 1 /* delta */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            ifeq 11
         8: .line 320
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            aload 1 /* delta */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            if_icmpeq 11
         9: .line 321
            iload 2 /* changed */
            iconst_4
            ior
            istore 2 /* changed */
        10: .line 322
            aload 0 /* this */
            aload 1 /* delta */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            invokevirtual android.app.WindowConfiguration.setWindowingMode:(I)V
        11: .line 324
      StackMap locals:
      StackMap stack:
            aload 1 /* delta */
            getfield android.app.WindowConfiguration.mActivityType:I
            ifeq 15
        12: .line 325
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mActivityType:I
            aload 1 /* delta */
            getfield android.app.WindowConfiguration.mActivityType:I
            if_icmpeq 15
        13: .line 326
            iload 2 /* changed */
            bipush 8
            ior
            istore 2 /* changed */
        14: .line 327
            aload 0 /* this */
            aload 1 /* delta */
            getfield android.app.WindowConfiguration.mActivityType:I
            invokevirtual android.app.WindowConfiguration.setActivityType:(I)V
        15: .line 329
      StackMap locals:
      StackMap stack:
            iload 2 /* changed */
            ireturn
        end local 2 // int changed
        end local 1 // android.app.WindowConfiguration delta
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Landroid/app/WindowConfiguration;
            0   16     1    delta  Landroid/app/WindowConfiguration;
            1   16     2  changed  I
    RuntimeInvisibleAnnotations: 
      android.app.WindowConfiguration$WindowConfig()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        android.app.WindowConfiguration$WindowConfig()
    MethodParameters:
       Name  Flags
      delta  

  public long diff(android.app.WindowConfiguration, boolean);
    descriptor: (Landroid/app/WindowConfiguration;Z)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // android.app.WindowConfiguration this
        start local 1 // android.app.WindowConfiguration other
        start local 2 // boolean compareUndefined
         0: .line 344
            lconst_0
            lstore 3 /* changes */
        start local 3 // long changes
         1: .line 346
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            aload 1 /* other */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.equals:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 347
            lload 3 /* changes */
            lconst_1
            lor
            lstore 3 /* changes */
         3: .line 351
      StackMap locals: long
      StackMap stack:
            iload 2 /* compareUndefined */
            ifne 4
            aload 1 /* other */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            ifnull 7
         4: .line 352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            aload 1 /* other */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            if_acmpeq 7
         5: .line 353
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            ifnull 6
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            aload 1 /* other */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 354
      StackMap locals:
      StackMap stack:
            lload 3 /* changes */
            ldc 2
            lor
            lstore 3 /* changes */
         7: .line 357
      StackMap locals:
      StackMap stack:
            iload 2 /* compareUndefined */
            ifne 8
            aload 1 /* other */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            ifeq 10
         8: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            aload 1 /* other */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            if_icmpeq 10
         9: .line 359
            lload 3 /* changes */
            ldc 4
            lor
            lstore 3 /* changes */
        10: .line 362
      StackMap locals:
      StackMap stack:
            iload 2 /* compareUndefined */
            ifne 11
            aload 1 /* other */
            getfield android.app.WindowConfiguration.mActivityType:I
            ifeq 13
        11: .line 363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mActivityType:I
            aload 1 /* other */
            getfield android.app.WindowConfiguration.mActivityType:I
            if_icmpeq 13
        12: .line 364
            lload 3 /* changes */
            ldc 8
            lor
            lstore 3 /* changes */
        13: .line 367
      StackMap locals:
      StackMap stack:
            lload 3 /* changes */
            lreturn
        end local 3 // long changes
        end local 2 // boolean compareUndefined
        end local 1 // android.app.WindowConfiguration other
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0              this  Landroid/app/WindowConfiguration;
            0   14     1             other  Landroid/app/WindowConfiguration;
            0   14     2  compareUndefined  Z
            1   14     3           changes  J
    RuntimeInvisibleAnnotations: 
      android.app.WindowConfiguration$WindowConfig()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        android.app.WindowConfiguration$WindowConfig()
    MethodParameters:
                  Name  Flags
      other             
      compareUndefined  

  public int compareTo(android.app.WindowConfiguration);
    descriptor: (Landroid/app/WindowConfiguration;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.app.WindowConfiguration this
        start local 1 // android.app.WindowConfiguration that
         0: .line 372
            iconst_0
            istore 2 /* n */
        start local 2 // int n
         1: .line 373
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            ifnonnull 3
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            ifnull 3
         2: .line 374
            iconst_1
            ireturn
         3: .line 375
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            ifnull 5
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            ifnonnull 5
         4: .line 376
            iconst_m1
            ireturn
         5: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            ifnull 14
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            ifnull 14
         6: .line 378
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.left:I
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.left:I
            isub
            istore 2 /* n */
         7: .line 379
            iload 2 /* n */
            ifeq 8
            iload 2 /* n */
            ireturn
         8: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.top:I
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.top:I
            isub
            istore 2 /* n */
         9: .line 381
            iload 2 /* n */
            ifeq 10
            iload 2 /* n */
            ireturn
        10: .line 382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.right:I
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.right:I
            isub
            istore 2 /* n */
        11: .line 383
            iload 2 /* n */
            ifeq 12
            iload 2 /* n */
            ireturn
        12: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.bottom:I
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.bottom:I
            isub
            istore 2 /* n */
        13: .line 385
            iload 2 /* n */
            ifeq 14
            iload 2 /* n */
            ireturn
        14: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.left:I
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.left:I
            isub
            istore 2 /* n */
        15: .line 389
            iload 2 /* n */
            ifeq 16
            iload 2 /* n */
            ireturn
        16: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.top:I
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.top:I
            isub
            istore 2 /* n */
        17: .line 391
            iload 2 /* n */
            ifeq 18
            iload 2 /* n */
            ireturn
        18: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.right:I
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.right:I
            isub
            istore 2 /* n */
        19: .line 393
            iload 2 /* n */
            ifeq 20
            iload 2 /* n */
            ireturn
        20: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.bottom:I
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            getfield android.graphics.Rect.bottom:I
            isub
            istore 2 /* n */
        21: .line 395
            iload 2 /* n */
            ifeq 22
            iload 2 /* n */
            ireturn
        22: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            isub
            istore 2 /* n */
        23: .line 398
            iload 2 /* n */
            ifeq 24
            iload 2 /* n */
            ireturn
        24: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mActivityType:I
            aload 1 /* that */
            getfield android.app.WindowConfiguration.mActivityType:I
            isub
            istore 2 /* n */
        25: .line 400
            iload 2 /* n */
            ifeq 26
            iload 2 /* n */
            ireturn
        26: .line 403
      StackMap locals:
      StackMap stack:
            iload 2 /* n */
            ireturn
        end local 2 // int n
        end local 1 // android.app.WindowConfiguration that
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Landroid/app/WindowConfiguration;
            0   27     1  that  Landroid/app/WindowConfiguration;
            1   27     2     n  I
    MethodParameters:
      Name  Flags
      that  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.WindowConfiguration this
        start local 1 // java.lang.Object that
         0: .line 409
            aload 1 /* that */
            ifnonnull 1
            iconst_0
            ireturn
         1: .line 410
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            aload 0 /* this */
            if_acmpne 2
            iconst_1
            ireturn
         2: .line 411
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            instanceof android.app.WindowConfiguration
            ifne 4
         3: .line 412
            iconst_0
            ireturn
         4: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* that */
            checkcast android.app.WindowConfiguration
            invokevirtual android.app.WindowConfiguration.compareTo:(Landroid/app/WindowConfiguration;)I
            ifne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // java.lang.Object that
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/app/WindowConfiguration;
            0    6     1  that  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      that  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 420
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 421
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            ifnull 3
         2: .line 422
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 424
      StackMap locals: int
      StackMap stack:
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.hashCode:()I
            iadd
            istore 1 /* result */
         4: .line 426
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            iadd
            istore 1 /* result */
         5: .line 427
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mActivityType:I
            iadd
            istore 1 /* result */
         6: .line 428
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Landroid/app/WindowConfiguration;
            1    7     1  result  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 434
            new java.lang.StringBuilder
            dup
            ldc "{ mBounds="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mBounds:Landroid/graphics/Rect;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         1: .line 435
            ldc " mAppBounds="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mAppBounds:Landroid/graphics/Rect;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 436
            ldc " mWindowingMode="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            invokestatic android.app.WindowConfiguration.windowingModeToString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 437
            ldc " mActivityType="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mActivityType:I
            invokestatic android.app.WindowConfiguration.activityTypeToString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 434
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/app/WindowConfiguration;

  public void writeToProto(android.util.proto.ProtoOutputStream, long);
    descriptor: (Landroid/util/proto/ProtoOutputStream;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.app.WindowConfiguration this
         0: .line 451
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAPP_BOUNDS cannot be resolved to a variable\n\tWINDOWING_MODE cannot be resolved to a variable\n\tACTIVITY_TYPE cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/WindowConfiguration;
    MethodParameters:
                   Name  Flags
      protoOutputStream  
      fieldId            

  public boolean hasWindowShadow();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 464
            aload 0 /* this */
            invokevirtual android.app.WindowConfiguration.tasksAreFloating:()Z
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/WindowConfiguration;

  public boolean hasWindowDecorCaption();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 473
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            iconst_5
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/WindowConfiguration;

  public boolean canResizeTask();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 482
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            iconst_5
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/WindowConfiguration;

  public boolean persistTaskBounds();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 488
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            iconst_5
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/WindowConfiguration;

  public boolean tasksAreFloating();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 498
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            invokestatic android.app.WindowConfiguration.isFloating:(I)Z
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/WindowConfiguration;

  public static boolean isFloating(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int windowingMode
         0: .line 506
            iload 0 /* windowingMode */
            iconst_5
            if_icmpeq 1
            iload 0 /* windowingMode */
            iconst_2
            if_icmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // int windowingMode
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0  windowingMode  I
    MethodParameters:
               Name  Flags
      windowingMode  

  public boolean canReceiveKeys();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 514
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            iconst_2
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/WindowConfiguration;

  public boolean isAlwaysOnTop();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 523
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            iconst_2
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/WindowConfiguration;

  public boolean keepVisibleDeadAppWindowOnScreen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 532
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            iconst_2
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/WindowConfiguration;

  public boolean useWindowFrameForBackdrop();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 541
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            iconst_5
            if_icmpeq 1
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            iconst_2
            if_icmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/WindowConfiguration;

  public boolean windowsAreScaleable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 550
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            iconst_2
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/WindowConfiguration;

  public boolean hasMovementAnimations();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 558
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mWindowingMode:I
            iconst_2
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/app/WindowConfiguration;

  public boolean supportSplitScreenWindowingMode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.WindowConfiguration this
         0: .line 568
            aload 0 /* this */
            getfield android.app.WindowConfiguration.mActivityType:I
            invokestatic android.app.WindowConfiguration.supportSplitScreenWindowingMode:(I)Z
            ireturn
        end local 0 // android.app.WindowConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/WindowConfiguration;

  public static boolean supportSplitScreenWindowingMode(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int activityType
         0: .line 573
            iload 0 /* activityType */
            iconst_4
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // int activityType
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0  activityType  I
    MethodParameters:
              Name  Flags
      activityType  

  public static java.lang.String windowingModeToString(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int windowingMode
         0: .line 578
            iload 0 /* windowingMode */
            tableswitch { // 0 - 5
                    0: 1
                    1: 2
                    2: 3
                    3: 4
                    4: 5
                    5: 6
              default: 7
          }
         1: .line 579
      StackMap locals:
      StackMap stack:
            ldc "undefined"
            areturn
         2: .line 580
      StackMap locals:
      StackMap stack:
            ldc "fullscreen"
            areturn
         3: .line 581
      StackMap locals:
      StackMap stack:
            ldc "pinned"
            areturn
         4: .line 582
      StackMap locals:
      StackMap stack:
            ldc "split-screen-primary"
            areturn
         5: .line 583
      StackMap locals:
      StackMap stack:
            ldc "split-screen-secondary"
            areturn
         6: .line 584
      StackMap locals:
      StackMap stack:
            ldc "freeform"
            areturn
         7: .line 586
      StackMap locals:
      StackMap stack:
            iload 0 /* windowingMode */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            areturn
        end local 0 // int windowingMode
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0  windowingMode  I
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        android.app.WindowConfiguration$WindowingMode()
    RuntimeInvisibleParameterAnnotations: 
      0:
        android.app.WindowConfiguration$WindowingMode()
    MethodParameters:
               Name  Flags
      windowingMode  

  public static java.lang.String activityTypeToString(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int applicationType
         0: .line 591
            iload 0 /* applicationType */
            tableswitch { // 0 - 4
                    0: 1
                    1: 2
                    2: 3
                    3: 4
                    4: 5
              default: 6
          }
         1: .line 592
      StackMap locals:
      StackMap stack:
            ldc "undefined"
            areturn
         2: .line 593
      StackMap locals:
      StackMap stack:
            ldc "standard"
            areturn
         3: .line 594
      StackMap locals:
      StackMap stack:
            ldc "home"
            areturn
         4: .line 595
      StackMap locals:
      StackMap stack:
            ldc "recents"
            areturn
         5: .line 596
      StackMap locals:
      StackMap stack:
            ldc "assistant"
            areturn
         6: .line 598
      StackMap locals:
      StackMap stack:
            iload 0 /* applicationType */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            areturn
        end local 0 // int applicationType
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0  applicationType  I
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        android.app.WindowConfiguration$ActivityType()
    RuntimeInvisibleParameterAnnotations: 
      0:
        android.app.WindowConfiguration$ActivityType()
    MethodParameters:
                 Name  Flags
      applicationType  

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast android.app.WindowConfiguration
            invokevirtual android.app.WindowConfiguration.compareTo:(Landroid/app/WindowConfiguration;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Landroid/os/Parcelable;Ljava/lang/Comparable<Landroid/app/WindowConfiguration;>;
SourceFile: "WindowConfiguration.java"
NestMembers:
  android.app.WindowConfiguration$1  android.app.WindowConfiguration$ActivityType  android.app.WindowConfiguration$WindowConfig  android.app.WindowConfiguration$WindowingMode
InnerClasses:
  android.app.WindowConfiguration$1
  public abstract ActivityType = android.app.WindowConfiguration$ActivityType of android.app.WindowConfiguration
  public abstract WindowConfig = android.app.WindowConfiguration$WindowConfig of android.app.WindowConfiguration
  public abstract WindowingMode = android.app.WindowConfiguration$WindowingMode of android.app.WindowConfiguration
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable