class android.service.voice.VoiceInteractionSession$3 implements android.view.ViewTreeObserver$OnComputeInternalInsetsListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.service.voice.VoiceInteractionSession$3
  super_class: java.lang.Object
{
  final android.service.voice.VoiceInteractionSession this$0;
    descriptor: Landroid/service/voice/VoiceInteractionSession;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.service.voice.VoiceInteractionSession);
    descriptor: (Landroid/service/voice/VoiceInteractionSession;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.voice.VoiceInteractionSession$3 this
         0: .line 937
            aload 0 /* this */
            aload 1
            putfield android.service.voice.VoiceInteractionSession$3.this$0:Landroid/service/voice/VoiceInteractionSession;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.service.voice.VoiceInteractionSession$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/voice/VoiceInteractionSession$3;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onComputeInternalInsets(android.view.ViewTreeObserver$InternalInsetsInfo);
    descriptor: (Landroid/view/ViewTreeObserver$InternalInsetsInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.voice.VoiceInteractionSession$3 this
        start local 1 // android.view.ViewTreeObserver$InternalInsetsInfo info
         0: .line 939
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$3.this$0:Landroid/service/voice/VoiceInteractionSession;
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$3.this$0:Landroid/service/voice/VoiceInteractionSession;
            getfield android.service.voice.VoiceInteractionSession.mTmpInsets:Landroid/service/voice/VoiceInteractionSession$Insets;
            invokevirtual android.service.voice.VoiceInteractionSession.onComputeInsets:(Landroid/service/voice/VoiceInteractionSession$Insets;)V
         1: .line 940
            aload 1 /* info */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.contentInsets:Landroid/graphics/Rect;
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$3.this$0:Landroid/service/voice/VoiceInteractionSession;
            getfield android.service.voice.VoiceInteractionSession.mTmpInsets:Landroid/service/voice/VoiceInteractionSession$Insets;
            getfield android.service.voice.VoiceInteractionSession$Insets.contentInsets:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.set:(Landroid/graphics/Rect;)V
         2: .line 941
            aload 1 /* info */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.visibleInsets:Landroid/graphics/Rect;
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$3.this$0:Landroid/service/voice/VoiceInteractionSession;
            getfield android.service.voice.VoiceInteractionSession.mTmpInsets:Landroid/service/voice/VoiceInteractionSession$Insets;
            getfield android.service.voice.VoiceInteractionSession$Insets.contentInsets:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.set:(Landroid/graphics/Rect;)V
         3: .line 942
            aload 1 /* info */
            getfield android.view.ViewTreeObserver$InternalInsetsInfo.touchableRegion:Landroid/graphics/Region;
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$3.this$0:Landroid/service/voice/VoiceInteractionSession;
            getfield android.service.voice.VoiceInteractionSession.mTmpInsets:Landroid/service/voice/VoiceInteractionSession$Insets;
            getfield android.service.voice.VoiceInteractionSession$Insets.touchableRegion:Landroid/graphics/Region;
            invokevirtual android.graphics.Region.set:(Landroid/graphics/Region;)Z
            pop
         4: .line 943
            aload 1 /* info */
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$3.this$0:Landroid/service/voice/VoiceInteractionSession;
            getfield android.service.voice.VoiceInteractionSession.mTmpInsets:Landroid/service/voice/VoiceInteractionSession$Insets;
            getfield android.service.voice.VoiceInteractionSession$Insets.touchableInsets:I
            invokevirtual android.view.ViewTreeObserver$InternalInsetsInfo.setTouchableInsets:(I)V
         5: .line 944
            return
        end local 1 // android.view.ViewTreeObserver$InternalInsetsInfo info
        end local 0 // android.service.voice.VoiceInteractionSession$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/service/voice/VoiceInteractionSession$3;
            0    6     1  info  Landroid/view/ViewTreeObserver$InternalInsetsInfo;
    MethodParameters:
      Name  Flags
      info  
}
SourceFile: "VoiceInteractionSession.java"
EnclosingMethod: android.service.voice.VoiceInteractionSession
NestHost: android.service.voice.VoiceInteractionSession
InnerClasses:
  android.service.voice.VoiceInteractionSession$3
  public final Insets = android.service.voice.VoiceInteractionSession$Insets of android.service.voice.VoiceInteractionSession
  public final InternalInsetsInfo = android.view.ViewTreeObserver$InternalInsetsInfo of android.view.ViewTreeObserver
  public abstract OnComputeInternalInsetsListener = android.view.ViewTreeObserver$OnComputeInternalInsetsListener of android.view.ViewTreeObserver