public interface com.android.systemui.RecentsComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.android.systemui.RecentsComponent
  super_class: java.lang.Object
{
  public abstract void showRecentApps(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                     Name  Flags
      triggeredFromAltTab  

  public abstract void showNextAffiliatedTask();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void showPrevAffiliatedTask();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean splitPrimaryTask(int, int, android.graphics.Rect, int);
    descriptor: (IILandroid/graphics/Rect;I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      dragMode           
      stackCreateMode    
      initialBounds      
      metricsDockAction  

  public abstract void onDraggingInRecents(float);
    descriptor: (F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      distanceFromTop  

  public abstract void onDraggingInRecentsEnded(float);
    descriptor: (F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      velocity  
}
SourceFile: "RecentsComponent.java"