public class com.android.systemui.statusbar.notification.VisualStabilityManager implements com.android.systemui.statusbar.policy.OnHeadsUpChangedListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.systemui.statusbar.notification.VisualStabilityManager
  super_class: java.lang.Object
{
  private final java.util.ArrayList<com.android.systemui.statusbar.notification.VisualStabilityManager$Callback> mCallbacks;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayList<Lcom/android/systemui/statusbar/notification/VisualStabilityManager$Callback;>;

  private boolean mPanelExpanded;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mScreenOn;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mReorderingAllowed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private com.android.systemui.statusbar.notification.VisibilityLocationProvider mVisibilityLocationProvider;
    descriptor: Lcom/android/systemui/statusbar/notification/VisibilityLocationProvider;
    flags: (0x0002) ACC_PRIVATE

  private ArraySet<android.view.View> mAllowedReorderViews;
    descriptor: LArraySet;
    flags: (0x0002) ACC_PRIVATE
    Signature: LArraySet<Landroid/view/View;>;

  private ArraySet<android.view.View> mLowPriorityReorderingViews;
    descriptor: LArraySet;
    flags: (0x0002) ACC_PRIVATE
    Signature: LArraySet<Landroid/view/View;>;

  private ArraySet<android.view.View> mAddedChildren;
    descriptor: LArraySet;
    flags: (0x0002) ACC_PRIVATE
    Signature: LArraySet<Landroid/view/View;>;

  private boolean mPulsing;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.support cannot be resolved\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;

  public void addReorderingAllowedCallback(com.android.systemui.statusbar.notification.VisualStabilityManager$Callback);
    descriptor: (Lcom/android/systemui/statusbar/notification/VisualStabilityManager$Callback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 49
            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.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;
    MethodParameters:
          Name  Flags
      callback  

  public void setPanelExpanded(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 59
            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.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;
    MethodParameters:
          Name  Flags
      expanded  

  public void setScreenOn(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 67
            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.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;
    MethodParameters:
          Name  Flags
      screenOn  

  public void setPulsing(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 75
            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.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;
    MethodParameters:
         Name  Flags
      pulsing  

  private void updateReorderingAllowed();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 83
            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.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;

  private void notifyCallbacks();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 92
            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.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;

  public boolean isReorderingAllowed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 103
            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.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;

  public boolean canReorderNotification(com.android.systemui.statusbar.ExpandableNotificationRow);
    descriptor: (Lcom/android/systemui/statusbar/ExpandableNotificationRow;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;
    MethodParameters:
      Name  Flags
      row   

  public void setVisibilityLocationProvider(com.android.systemui.statusbar.notification.VisibilityLocationProvider);
    descriptor: (Lcom/android/systemui/statusbar/notification/VisibilityLocationProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 129
            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.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;
    MethodParameters:
                            Name  Flags
      visibilityLocationProvider  

  public void onReorderingFinished();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 135
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n\tArraySet cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;

  public void onHeadsUpStateChanged(com.android.systemui.statusbar.NotificationData$Entry, boolean);
    descriptor: (Lcom/android/systemui/statusbar/NotificationData$Entry;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 145
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tArraySet cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;
    MethodParameters:
           Name  Flags
      entry      
      isHeadsUp  

  public void onLowPriorityUpdated(com.android.systemui.statusbar.NotificationData$Entry);
    descriptor: (Lcom/android/systemui/statusbar/NotificationData$Entry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 150
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tArraySet cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;
    MethodParameters:
       Name  Flags
      entry  

  public void notifyViewAddition(android.view.View);
    descriptor: (Landroid/view/View;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tArraySet cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.statusbar.notification.VisualStabilityManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/statusbar/notification/VisualStabilityManager;
    MethodParameters:
      Name  Flags
      view  
}
SourceFile: "VisualStabilityManager.java"
NestMembers:
  com.android.systemui.statusbar.notification.VisualStabilityManager$Callback
InnerClasses:
  public final Entry = com.android.systemui.statusbar.NotificationData$Entry of com.android.systemui.statusbar.NotificationData
  public abstract Callback = com.android.systemui.statusbar.notification.VisualStabilityManager$Callback of com.android.systemui.statusbar.notification.VisualStabilityManager