public final class android.view.ViewTreeObserver$InternalInsetsInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.view.ViewTreeObserver$InternalInsetsInfo
  super_class: java.lang.Object
{
  public final android.graphics.Rect contentInsets;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final android.graphics.Rect visibleInsets;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final android.graphics.Region touchableRegion;
    descriptor: Landroid/graphics/Region;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
         0: .line 207
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 212
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.view.ViewTreeObserver$InternalInsetsInfo.contentInsets:Landroid/graphics/Rect;
         2: .line 218
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.view.ViewTreeObserver$InternalInsetsInfo.visibleInsets:Landroid/graphics/Rect;
         3: .line 225
            aload 0 /* this */
            new android.graphics.Region
            dup
            invokespecial android.graphics.Region.<init>:()V
            putfield android.view.ViewTreeObserver$InternalInsetsInfo.touchableRegion:Landroid/graphics/Region;
         4: .line 207
            return
        end local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/view/ViewTreeObserver$InternalInsetsInfo;

  public void setTouchableInsets(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
        start local 1 // int val
         0: .line 257
            aload 0 /* this */
            iload 1 /* val */
            putfield android.view.ViewTreeObserver$InternalInsetsInfo.mTouchableInsets:I
         1: .line 258
            return
        end local 1 // int val
        end local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/ViewTreeObserver$InternalInsetsInfo;
            0    2     1   val  I
    MethodParameters:
      Name  Flags
      val   

  void reset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
         0: .line 263
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.contentInsets:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.setEmpty:()V
         1: .line 264
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.visibleInsets:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.setEmpty:()V
         2: .line 265
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.touchableRegion:Landroid/graphics/Region;
            invokevirtual android.graphics.Region.setEmpty:()V
         3: .line 266
            aload 0 /* this */
            iconst_0
            putfield android.view.ViewTreeObserver$InternalInsetsInfo.mTouchableInsets:I
         4: .line 267
            return
        end local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/view/ViewTreeObserver$InternalInsetsInfo;

  boolean isEmpty();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
         0: .line 270
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.contentInsets:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.isEmpty:()Z
            ifeq 5
         1: .line 271
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.visibleInsets:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.isEmpty:()Z
            ifeq 5
         2: .line 272
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.touchableRegion:Landroid/graphics/Region;
            invokevirtual android.graphics.Region.isEmpty:()Z
            ifeq 5
         3: .line 273
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.mTouchableInsets:I
            ifne 5
         4: .line 270
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/view/ViewTreeObserver$InternalInsetsInfo;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
         0: .line 278
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.contentInsets:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 279
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.visibleInsets:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 280
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.touchableRegion:Landroid/graphics/Region;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 281
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.mTouchableInsets:I
            iadd
            istore 1 /* result */
         4: .line 282
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/view/ViewTreeObserver$InternalInsetsInfo;
            1    5     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
        start local 1 // java.lang.Object o
         0: .line 287
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 288
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 290
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast android.view.ViewTreeObserver$InternalInsetsInfo
            astore 2 /* other */
        start local 2 // android.view.ViewTreeObserver$InternalInsetsInfo other
         4: .line 291
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.mTouchableInsets:I
            aload 2 /* other */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.mTouchableInsets:I
            if_icmpne 9
         5: .line 292
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.contentInsets:Landroid/graphics/Rect;
            aload 2 /* other */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.contentInsets:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.equals:(Ljava/lang/Object;)Z
            ifeq 9
         6: .line 293
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.visibleInsets:Landroid/graphics/Rect;
            aload 2 /* other */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.visibleInsets:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 294
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.touchableRegion:Landroid/graphics/Region;
            aload 2 /* other */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.touchableRegion:Landroid/graphics/Region;
            invokevirtual android.graphics.Region.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 291
            iconst_1
            ireturn
      StackMap locals: android.view.ViewTreeObserver$InternalInsetsInfo
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // android.view.ViewTreeObserver$InternalInsetsInfo other
        end local 1 // java.lang.Object o
        end local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Landroid/view/ViewTreeObserver$InternalInsetsInfo;
            0   10     1      o  Ljava/lang/Object;
            4   10     2  other  Landroid/view/ViewTreeObserver$InternalInsetsInfo;
    MethodParameters:
      Name  Flags
      o     

  void set(android.view.ViewTreeObserver$InternalInsetsInfo);
    descriptor: (Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
        start local 1 // android.view.ViewTreeObserver$InternalInsetsInfo other
         0: .line 298
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.contentInsets:Landroid/graphics/Rect;
            aload 1 /* other */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.contentInsets:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.set:(Landroid/graphics/Rect;)V
         1: .line 299
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.visibleInsets:Landroid/graphics/Rect;
            aload 1 /* other */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.visibleInsets:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.set:(Landroid/graphics/Rect;)V
         2: .line 300
            aload 0 /* this */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.touchableRegion:Landroid/graphics/Region;
            aload 1 /* other */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.touchableRegion:Landroid/graphics/Region;
            invokevirtual android.graphics.Region.set:(Landroid/graphics/Region;)Z
            pop
         3: .line 301
            aload 0 /* this */
            aload 1 /* other */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.mTouchableInsets:I
            putfield android.view.ViewTreeObserver$InternalInsetsInfo.mTouchableInsets:I
         4: .line 302
            return
        end local 1 // android.view.ViewTreeObserver$InternalInsetsInfo other
        end local 0 // android.view.ViewTreeObserver$InternalInsetsInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/view/ViewTreeObserver$InternalInsetsInfo;
            0    5     1  other  Landroid/view/ViewTreeObserver$InternalInsetsInfo;
    MethodParameters:
       Name  Flags
      other  
}
SourceFile: "ViewTreeObserver.java"
NestHost: android.view.ViewTreeObserver
InnerClasses:
  public final InternalInsetsInfo = android.view.ViewTreeObserver$InternalInsetsInfo of android.view.ViewTreeObserver