public interface android.view.IRecentsAnimationRunner extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.view.IRecentsAnimationRunner
  super_class: java.lang.Object
{
  public abstract void onAnimationCanceled();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void onAnimationStart(android.view.IRecentsAnimationController, android.view.RemoteAnimationTarget[], android.graphics.Rect, android.graphics.Rect);
    descriptor: (Landroid/view/IRecentsAnimationController;[Landroid/view/RemoteAnimationTarget;Landroid/graphics/Rect;Landroid/graphics/Rect;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                     Name  Flags
      controller           
      apps                 
      homeContentInsets    
      minimizedHomeBounds  
}
SourceFile: "IRecentsAnimationRunner.java"
NestMembers:
  android.view.IRecentsAnimationRunner$Stub  android.view.IRecentsAnimationRunner$Stub$Proxy
InnerClasses:
  public abstract Stub = android.view.IRecentsAnimationRunner$Stub of android.view.IRecentsAnimationRunner