class com.android.systemui.SwipeHelper$2 extends android.animation.AnimatorListenerAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.systemui.SwipeHelper$2
  super_class: android.animation.AnimatorListenerAdapter
{
  private boolean mCancelled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final com.android.systemui.SwipeHelper this$0;
    descriptor: Lcom/android/systemui/SwipeHelper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final android.view.View val$animView;
    descriptor: Landroid/view/View;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$canBeDismissed;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Runnable val$endAction;
    descriptor: Ljava/lang/Runnable;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.android.systemui.SwipeHelper, android.view.View, boolean, java.lang.Runnable);
    descriptor: (Lcom/android/systemui/SwipeHelper;Landroid/view/View;ZLjava/lang/Runnable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.android.systemui.SwipeHelper$2 this
         0: .line 422
            aload 0 /* this */
            aload 1
            putfield com.android.systemui.SwipeHelper$2.this$0:Lcom/android/systemui/SwipeHelper;
            aload 0 /* this */
            aload 2
            putfield com.android.systemui.SwipeHelper$2.val$animView:Landroid/view/View;
            aload 0 /* this */
            iload 3
            putfield com.android.systemui.SwipeHelper$2.val$canBeDismissed:Z
            aload 0 /* this */
            aload 4
            putfield com.android.systemui.SwipeHelper$2.val$endAction:Ljava/lang/Runnable;
            aload 0 /* this */
            invokespecial android.animation.AnimatorListenerAdapter.<init>:()V
            return
        end local 0 // com.android.systemui.SwipeHelper$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/SwipeHelper$2;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$animView        final
      val$canBeDismissed  final
      val$endAction       final

  public void onAnimationCancel(android.animation.Animator);
    descriptor: (Landroid/animation/Animator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.systemui.SwipeHelper$2 this
        start local 1 // android.animation.Animator animation
         0: .line 427
            aload 0 /* this */
            iconst_1
            putfield com.android.systemui.SwipeHelper$2.mCancelled:Z
         1: .line 428
            return
        end local 1 // android.animation.Animator animation
        end local 0 // com.android.systemui.SwipeHelper$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/android/systemui/SwipeHelper$2;
            0    2     1  animation  Landroid/animation/Animator;
    MethodParameters:
           Name  Flags
      animation  

  public void onAnimationEnd(android.animation.Animator);
    descriptor: (Landroid/animation/Animator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.android.systemui.SwipeHelper$2 this
        start local 1 // android.animation.Animator animation
         0: .line 432
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.this$0:Lcom/android/systemui/SwipeHelper;
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.val$animView:Landroid/view/View;
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.val$canBeDismissed:Z
            invokevirtual com.android.systemui.SwipeHelper.updateSwipeProgressFromOffset:(Landroid/view/View;Z)V
         1: .line 433
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.this$0:Lcom/android/systemui/SwipeHelper;
            getfield com.android.systemui.SwipeHelper.mDismissPendingMap:Landroid/util/ArrayMap;
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.val$animView:Landroid/view/View;
            invokevirtual android.util.ArrayMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 434
            iconst_0
            istore 2 /* wasRemoved */
        start local 2 // boolean wasRemoved
         3: .line 435
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.val$animView:Landroid/view/View;
            instanceof com.android.systemui.statusbar.ExpandableNotificationRow
            ifeq 6
         4: .line 436
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.val$animView:Landroid/view/View;
            checkcast com.android.systemui.statusbar.ExpandableNotificationRow
            astore 3 /* row */
        start local 3 // com.android.systemui.statusbar.ExpandableNotificationRow row
         5: .line 437
            aload 3 /* row */
            invokevirtual com.android.systemui.statusbar.ExpandableNotificationRow.isRemoved:()Z
            istore 2 /* wasRemoved */
        end local 3 // com.android.systemui.statusbar.ExpandableNotificationRow row
         6: .line 439
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.mCancelled:Z
            ifeq 7
            iload 2 /* wasRemoved */
            ifeq 8
         7: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.this$0:Lcom/android/systemui/SwipeHelper;
            getfield com.android.systemui.SwipeHelper.mCallback:Lcom/android/systemui/SwipeHelper$Callback;
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.val$animView:Landroid/view/View;
            invokeinterface com.android.systemui.SwipeHelper$Callback.onChildDismissed:(Landroid/view/View;)V
         8: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.val$endAction:Ljava/lang/Runnable;
            ifnull 10
         9: .line 443
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.val$endAction:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
        10: .line 445
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.this$0:Lcom/android/systemui/SwipeHelper;
            getfield com.android.systemui.SwipeHelper.mDisableHwLayers:Z
            ifne 12
        11: .line 446
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$2.val$animView:Landroid/view/View;
            iconst_0
            aconst_null
            invokevirtual android.view.View.setLayerType:(ILandroid/graphics/Paint;)V
        12: .line 448
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean wasRemoved
        end local 1 // android.animation.Animator animation
        end local 0 // com.android.systemui.SwipeHelper$2 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lcom/android/systemui/SwipeHelper$2;
            0   13     1   animation  Landroid/animation/Animator;
            3   13     2  wasRemoved  Z
            5    6     3         row  Lcom/android/systemui/statusbar/ExpandableNotificationRow;
    MethodParameters:
           Name  Flags
      animation  
}
SourceFile: "SwipeHelper.java"
EnclosingMethod: com.android.systemui.SwipeHelper.dismissChild:(Landroid/view/View;FLjava/lang/Runnable;JZJZ)V
NestHost: com.android.systemui.SwipeHelper
InnerClasses:
  com.android.systemui.SwipeHelper$2
  public abstract Callback = com.android.systemui.SwipeHelper$Callback of com.android.systemui.SwipeHelper