public interface com.android.systemui.OverviewProxyService$OverviewProxyListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.android.systemui.OverviewProxyService$OverviewProxyListener
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.systemui.shared cannot be resolved\n\tThe import com.android.systemui.shared cannot be resolved\n\tThe import com.android.systemui.shared cannot be resolved\n\tThe import com.android.systemui.shared cannot be resolved\n\tThe import com.android.systemui.shared cannot be resolved\n\tThe import com.android.systemui.shared cannot be resolved\n\tIOverviewProxy cannot be resolved to a type\n\tInteractionType cannot be resolved to a type\n\tISystemUiProxy cannot be resolved to a type\n\tISystemUiProxy cannot be resolved to a type\n\tGraphicBufferCompat cannot be resolved to a type\n\tGraphicBufferCompat cannot be resolved to a type\n\tInteractionType cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved\n\tIOverviewProxy cannot be resolved to a type\n\tISystemUiProxy cannot be resolved to a type\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tIOverviewProxy cannot be resolved to a type\n\tFLAG_DISABLE_SWIPE_UP cannot be resolved to a variable\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tActivityManagerWrapper cannot be resolved\n\tIOverviewProxy cannot be resolved to a type\n\tInteractionType cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void onConnectionChanged(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.OverviewProxyService$OverviewProxyListener this
         0: .line 405
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService$OverviewProxyListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService$OverviewProxyListener;
    MethodParameters:
             Name  Flags
      isConnected  

  public void onQuickStepStarted();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService$OverviewProxyListener this
         0: .line 406
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService$OverviewProxyListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService$OverviewProxyListener;

  public void onInteractionFlagsChanged(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.OverviewProxyService$OverviewProxyListener this
         0: .line 407
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService$OverviewProxyListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService$OverviewProxyListener;
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        InteractionType()
    RuntimeInvisibleParameterAnnotations: 
      0:
        InteractionType()
    MethodParameters:
       Name  Flags
      flags  

  public void onOverviewShown(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.OverviewProxyService$OverviewProxyListener this
         0: .line 408
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService$OverviewProxyListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService$OverviewProxyListener;
    MethodParameters:
          Name  Flags
      fromHome  

  public void onQuickScrubStarted();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService$OverviewProxyListener this
         0: .line 409
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService$OverviewProxyListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService$OverviewProxyListener;

  public void onBackButtonAlphaChanged(float, boolean);
    descriptor: (FZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.systemui.OverviewProxyService$OverviewProxyListener this
         0: .line 410
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService$OverviewProxyListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService$OverviewProxyListener;
    MethodParameters:
         Name  Flags
      alpha    
      animate  
}
SourceFile: "OverviewProxyService.java"
NestHost: com.android.systemui.OverviewProxyService
InnerClasses:
  public abstract OverviewProxyListener = com.android.systemui.OverviewProxyService$OverviewProxyListener of com.android.systemui.OverviewProxyService