public class com.android.systemui.RegionInterceptingFrameLayout extends android.widget.FrameLayout
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.systemui.RegionInterceptingFrameLayout
  super_class: android.widget.FrameLayout
{
  private final android.view.ViewTreeObserver$OnComputeInternalInsetsListener mInsetsListener;
    descriptor: Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.systemui.RegionInterceptingFrameLayout this
        start local 1 // android.content.Context context
         0: .line 34
            aload 0 /* this */
            aload 1 /* context */
            invokespecial android.widget.FrameLayout.<init>:(Landroid/content/Context;)V
         1: .line 62
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onComputeInternalInsets(Lcom/android/systemui/RegionInterceptingFrameLayout;)Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V
                  com/android/systemui/RegionInterceptingFrameLayout.lambda$0(Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V (7)
                  (Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V
            putfield com.android.systemui.RegionInterceptingFrameLayout.mInsetsListener:Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;
         2: .line 35
            return
        end local 1 // android.content.Context context
        end local 0 // com.android.systemui.RegionInterceptingFrameLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/android/systemui/RegionInterceptingFrameLayout;
            0    3     1  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  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.systemui.RegionInterceptingFrameLayout this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
         0: .line 38
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            invokespecial android.widget.FrameLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 62
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onComputeInternalInsets(Lcom/android/systemui/RegionInterceptingFrameLayout;)Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V
                  com/android/systemui/RegionInterceptingFrameLayout.lambda$0(Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V (7)
                  (Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V
            putfield com.android.systemui.RegionInterceptingFrameLayout.mInsetsListener:Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;
         2: .line 39
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // com.android.systemui.RegionInterceptingFrameLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/android/systemui/RegionInterceptingFrameLayout;
            0    3     1  context  Landroid/content/Context;
            0    3     2    attrs  Landroid/util/AttributeSet;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  public void <init>(android.content.Context, android.util.AttributeSet, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.android.systemui.RegionInterceptingFrameLayout this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
        start local 3 // int defStyleAttr
         0: .line 42
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            invokespecial android.widget.FrameLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;I)V
         1: .line 62
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onComputeInternalInsets(Lcom/android/systemui/RegionInterceptingFrameLayout;)Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V
                  com/android/systemui/RegionInterceptingFrameLayout.lambda$0(Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V (7)
                  (Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V
            putfield com.android.systemui.RegionInterceptingFrameLayout.mInsetsListener:Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;
         2: .line 43
            return
        end local 3 // int defStyleAttr
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // com.android.systemui.RegionInterceptingFrameLayout this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/android/systemui/RegionInterceptingFrameLayout;
            0    3     1       context  Landroid/content/Context;
            0    3     2         attrs  Landroid/util/AttributeSet;
            0    3     3  defStyleAttr  I
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  

  public void <init>(android.content.Context, android.util.AttributeSet, int, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.android.systemui.RegionInterceptingFrameLayout this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
        start local 3 // int defStyleAttr
        start local 4 // int defStyleRes
         0: .line 47
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            iload 4 /* defStyleRes */
            invokespecial android.widget.FrameLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;II)V
         1: .line 62
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onComputeInternalInsets(Lcom/android/systemui/RegionInterceptingFrameLayout;)Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V
                  com/android/systemui/RegionInterceptingFrameLayout.lambda$0(Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V (7)
                  (Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V
            putfield com.android.systemui.RegionInterceptingFrameLayout.mInsetsListener:Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;
         2: .line 48
            return
        end local 4 // int defStyleRes
        end local 3 // int defStyleAttr
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // com.android.systemui.RegionInterceptingFrameLayout this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/android/systemui/RegionInterceptingFrameLayout;
            0    3     1       context  Landroid/content/Context;
            0    3     2         attrs  Landroid/util/AttributeSet;
            0    3     3  defStyleAttr  I
            0    3     4   defStyleRes  I
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  
      defStyleRes   

  protected void onAttachedToWindow();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.android.systemui.RegionInterceptingFrameLayout this
         0: .line 52
            aload 0 /* this */
            invokespecial android.widget.FrameLayout.onAttachedToWindow:()V
         1: .line 53
            aload 0 /* this */
            invokevirtual com.android.systemui.RegionInterceptingFrameLayout.getViewTreeObserver:()Landroid/view/ViewTreeObserver;
            aload 0 /* this */
            getfield com.android.systemui.RegionInterceptingFrameLayout.mInsetsListener:Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;
            invokevirtual android.view.ViewTreeObserver.addOnComputeInternalInsetsListener:(Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;)V
         2: .line 54
            return
        end local 0 // com.android.systemui.RegionInterceptingFrameLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/android/systemui/RegionInterceptingFrameLayout;

  protected void onDetachedFromWindow();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.android.systemui.RegionInterceptingFrameLayout this
         0: .line 58
            aload 0 /* this */
            invokespecial android.widget.FrameLayout.onDetachedFromWindow:()V
         1: .line 59
            aload 0 /* this */
            invokevirtual com.android.systemui.RegionInterceptingFrameLayout.getViewTreeObserver:()Landroid/view/ViewTreeObserver;
            aload 0 /* this */
            getfield com.android.systemui.RegionInterceptingFrameLayout.mInsetsListener:Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;
            invokevirtual android.view.ViewTreeObserver.removeOnComputeInternalInsetsListener:(Landroid/view/ViewTreeObserver$OnComputeInternalInsetsListener;)V
         2: .line 60
            return
        end local 0 // com.android.systemui.RegionInterceptingFrameLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/android/systemui/RegionInterceptingFrameLayout;

  private void lambda$0(android.view.ViewTreeObserver$InternalInsetsInfo);
    descriptor: (Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.android.systemui.RegionInterceptingFrameLayout this
        start local 1 // android.view.ViewTreeObserver$InternalInsetsInfo internalInsetsInfo
         0: .line 63
            aload 1 /* internalInsetsInfo */
            iconst_3
            invokevirtual android.view.ViewTreeObserver$InternalInsetsInfo.setTouchableInsets:(I)V
         1: .line 64
            aload 1 /* internalInsetsInfo */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.touchableRegion:Landroid/graphics/Region;
            invokevirtual android.graphics.Region.setEmpty:()V
         2: .line 65
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 15
         4: .line 66
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual com.android.systemui.RegionInterceptingFrameLayout.getChildAt:(I)Landroid/view/View;
            astore 3 /* child */
        start local 3 // android.view.View child
         5: .line 67
            aload 3 /* child */
            instanceof com.android.systemui.RegionInterceptingFrameLayout$RegionInterceptableView
            ifne 7
         6: .line 68
            goto 14
         7: .line 70
      StackMap locals: android.view.View
      StackMap stack:
            aload 3 /* child */
            checkcast com.android.systemui.RegionInterceptingFrameLayout$RegionInterceptableView
            astore 4 /* riv */
        start local 4 // com.android.systemui.RegionInterceptingFrameLayout$RegionInterceptableView riv
         8: .line 71
            aload 4 /* riv */
            invokeinterface com.android.systemui.RegionInterceptingFrameLayout$RegionInterceptableView.shouldInterceptTouch:()Z
            ifne 10
         9: .line 72
            goto 14
        10: .line 74
      StackMap locals: com.android.systemui.RegionInterceptingFrameLayout$RegionInterceptableView
      StackMap stack:
            aload 4 /* riv */
            invokeinterface com.android.systemui.RegionInterceptingFrameLayout$RegionInterceptableView.getInterceptRegion:()Landroid/graphics/Region;
            astore 5 /* unionRegion */
        start local 5 // android.graphics.Region unionRegion
        11: .line 75
            aload 5 /* unionRegion */
            ifnonnull 13
        12: .line 76
            goto 14
        13: .line 79
      StackMap locals: android.graphics.Region
      StackMap stack:
            aload 1 /* internalInsetsInfo */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.touchableRegion:Landroid/graphics/Region;
            aload 4 /* riv */
            invokeinterface com.android.systemui.RegionInterceptingFrameLayout$RegionInterceptableView.getInterceptRegion:()Landroid/graphics/Region;
            getstatic android.graphics.Region$Op.UNION:Landroid/graphics/Region$Op;
            invokevirtual android.graphics.Region.op:(Landroid/graphics/Region;Landroid/graphics/Region$Op;)Z
            pop
        end local 5 // android.graphics.Region unionRegion
        end local 4 // com.android.systemui.RegionInterceptingFrameLayout$RegionInterceptableView riv
        end local 3 // android.view.View child
        14: .line 65
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 2 /* i */
            aload 0 /* this */
            invokevirtual com.android.systemui.RegionInterceptingFrameLayout.getChildCount:()I
            if_icmplt 4
        end local 2 // int i
        16: .line 81
            return
        end local 1 // android.view.ViewTreeObserver$InternalInsetsInfo internalInsetsInfo
        end local 0 // com.android.systemui.RegionInterceptingFrameLayout this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   17     0                this  Lcom/android/systemui/RegionInterceptingFrameLayout;
            0   17     1  internalInsetsInfo  Landroid/view/ViewTreeObserver$InternalInsetsInfo;
            3   16     2                   i  I
            5   14     3               child  Landroid/view/View;
            8   14     4                 riv  Lcom/android/systemui/RegionInterceptingFrameLayout$RegionInterceptableView;
           11   14     5         unionRegion  Landroid/graphics/Region;
}
SourceFile: "RegionInterceptingFrameLayout.java"
NestMembers:
  com.android.systemui.RegionInterceptingFrameLayout$RegionInterceptableView
InnerClasses:
  public final Op = android.graphics.Region$Op of android.graphics.Region
  public final InternalInsetsInfo = android.view.ViewTreeObserver$InternalInsetsInfo of android.view.ViewTreeObserver
  public abstract OnComputeInternalInsetsListener = android.view.ViewTreeObserver$OnComputeInternalInsetsListener of android.view.ViewTreeObserver
  public abstract RegionInterceptableView = com.android.systemui.RegionInterceptingFrameLayout$RegionInterceptableView of com.android.systemui.RegionInterceptingFrameLayout
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles