public abstract class android.view.IRecentsAnimationRunner$Stub extends android.os.Binder implements android.view.IRecentsAnimationRunner
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.view.IRecentsAnimationRunner$Stub
  super_class: android.os.Binder
{
  private static final java.lang.String DESCRIPTOR;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.view.IRecentsAnimationRunner"

  static final int TRANSACTION_onAnimationCanceled;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int TRANSACTION_onAnimationStart;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.view.IRecentsAnimationRunner$Stub this
         0: .line 19
            aload 0 /* this */
            invokespecial android.os.Binder.<init>:()V
         1: .line 21
            aload 0 /* this */
            aload 0 /* this */
            ldc "android.view.IRecentsAnimationRunner"
            invokevirtual android.view.IRecentsAnimationRunner$Stub.attachInterface:(Landroid/os/IInterface;Ljava/lang/String;)V
         2: .line 22
            return
        end local 0 // android.view.IRecentsAnimationRunner$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/view/IRecentsAnimationRunner$Stub;

  public static android.view.IRecentsAnimationRunner asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/view/IRecentsAnimationRunner;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.IBinder obj
         0: .line 29
            aload 0 /* obj */
            ifnonnull 2
         1: .line 30
            aconst_null
            areturn
         2: .line 32
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ldc "android.view.IRecentsAnimationRunner"
            invokeinterface android.os.IBinder.queryLocalInterface:(Ljava/lang/String;)Landroid/os/IInterface;
            astore 1 /* iin */
        start local 1 // android.os.IInterface iin
         3: .line 33
            aload 1 /* iin */
            ifnull 5
            aload 1 /* iin */
            instanceof android.view.IRecentsAnimationRunner
            ifeq 5
         4: .line 34
            aload 1 /* iin */
            checkcast android.view.IRecentsAnimationRunner
            areturn
         5: .line 36
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.view.IRecentsAnimationRunner$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.view.IRecentsAnimationRunner$Stub$Proxy.<init>:(Landroid/os/IBinder;)V
            areturn
        end local 1 // android.os.IInterface iin
        end local 0 // android.os.IBinder obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0   obj  Landroid/os/IBinder;
            3    6     1   iin  Landroid/os/IInterface;
    MethodParameters:
      Name  Flags
      obj   

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.IRecentsAnimationRunner$Stub this
         0: .line 40
            aload 0 /* this */
            areturn
        end local 0 // android.view.IRecentsAnimationRunner$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/IRecentsAnimationRunner$Stub;

  public boolean onTransact(int, android.os.Parcel, android.os.Parcel, int);
    descriptor: (ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=5
        start local 0 // android.view.IRecentsAnimationRunner$Stub this
        start local 1 // int code
        start local 2 // android.os.Parcel data
        start local 3 // android.os.Parcel reply
        start local 4 // int flags
         0: .line 44
            ldc "android.view.IRecentsAnimationRunner"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 45
            iload 1 /* code */
            lookupswitch { // 3
                    2: 4
                    3: 7
           1598968902: 2
              default: 20
          }
         2: .line 49
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* reply */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 50
            iconst_1
            ireturn
         4: .line 54
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         5: .line 55
            aload 0 /* this */
            invokevirtual android.view.IRecentsAnimationRunner$Stub.onAnimationCanceled:()V
         6: .line 56
            iconst_1
            ireturn
         7: .line 60
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         8: .line 62
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.view.IRecentsAnimationController$Stub.asInterface:(Landroid/os/IBinder;)Landroid/view/IRecentsAnimationController;
            astore 6 /* _arg0 */
        start local 6 // android.view.IRecentsAnimationController _arg0
         9: .line 64
            aload 2 /* data */
            getstatic android.view.RemoteAnimationTarget.CREATOR:Landroid/os/Parcelable$Creator;
            invokevirtual android.os.Parcel.createTypedArray:(Landroid/os/Parcelable$Creator;)[Ljava/lang/Object;
            checkcast android.view.RemoteAnimationTarget[]
            astore 7 /* _arg1 */
        start local 7 // android.view.RemoteAnimationTarget[] _arg1
        10: .line 66
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 13
        11: .line 67
            getstatic android.graphics.Rect.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.graphics.Rect
            astore 8 /* _arg2 */
        start local 8 // android.graphics.Rect _arg2
        12: .line 68
            goto 14
        end local 8 // android.graphics.Rect _arg2
        13: .line 70
      StackMap locals: android.view.IRecentsAnimationController android.view.RemoteAnimationTarget[]
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.graphics.Rect _arg2
        14: .line 73
      StackMap locals: android.graphics.Rect
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 17
        15: .line 74
            getstatic android.graphics.Rect.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.graphics.Rect
            astore 9 /* _arg3 */
        start local 9 // android.graphics.Rect _arg3
        16: .line 75
            goto 18
        end local 9 // android.graphics.Rect _arg3
        17: .line 77
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 9 /* _arg3 */
        start local 9 // android.graphics.Rect _arg3
        18: .line 79
      StackMap locals: android.graphics.Rect
      StackMap stack:
            aload 0 /* this */
            aload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            aload 9 /* _arg3 */
            invokevirtual android.view.IRecentsAnimationRunner$Stub.onAnimationStart:(Landroid/view/IRecentsAnimationController;[Landroid/view/RemoteAnimationTarget;Landroid/graphics/Rect;Landroid/graphics/Rect;)V
        19: .line 80
            iconst_1
            ireturn
        end local 9 // android.graphics.Rect _arg3
        end local 8 // android.graphics.Rect _arg2
        end local 7 // android.view.RemoteAnimationTarget[] _arg1
        end local 6 // android.view.IRecentsAnimationController _arg0
        20: .line 84
      StackMap locals: android.view.IRecentsAnimationRunner$Stub int android.os.Parcel android.os.Parcel int java.lang.String
      StackMap stack:
            aload 0 /* this */
            iload 1 /* code */
            aload 2 /* data */
            aload 3 /* reply */
            iload 4 /* flags */
            invokespecial android.os.Binder.onTransact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            ireturn
        end local 5 // java.lang.String descriptor
        end local 4 // int flags
        end local 3 // android.os.Parcel reply
        end local 2 // android.os.Parcel data
        end local 1 // int code
        end local 0 // android.view.IRecentsAnimationRunner$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Landroid/view/IRecentsAnimationRunner$Stub;
            0   21     1        code  I
            0   21     2        data  Landroid/os/Parcel;
            0   21     3       reply  Landroid/os/Parcel;
            0   21     4       flags  I
            1   21     5  descriptor  Ljava/lang/String;
            9   20     6       _arg0  Landroid/view/IRecentsAnimationController;
           10   20     7       _arg1  [Landroid/view/RemoteAnimationTarget;
           12   13     8       _arg2  Landroid/graphics/Rect;
           14   20     8       _arg2  Landroid/graphics/Rect;
           16   17     9       _arg3  Landroid/graphics/Rect;
           18   20     9       _arg3  Landroid/graphics/Rect;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IRecentsAnimationRunner.java"
NestHost: android.view.IRecentsAnimationRunner
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  public abstract Stub = android.view.IRecentsAnimationController$Stub of android.view.IRecentsAnimationController
  public abstract Stub = android.view.IRecentsAnimationRunner$Stub of android.view.IRecentsAnimationRunner
  private Proxy = android.view.IRecentsAnimationRunner$Stub$Proxy of android.view.IRecentsAnimationRunner$Stub