class com.android.systemui.SwipeHelper$4 extends android.animation.AnimatorListenerAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.systemui.SwipeHelper$4
  super_class: android.animation.AnimatorListenerAdapter
{
  boolean wasCancelled;
    descriptor: Z
    flags: (0x0000) 

  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 float val$targetLeft;
    descriptor: F
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.android.systemui.SwipeHelper, android.view.View, boolean, float);
    descriptor: (Lcom/android/systemui/SwipeHelper;Landroid/view/View;ZF)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.android.systemui.SwipeHelper$4 this
         0: .line 478
            aload 0 /* this */
            aload 1
            putfield com.android.systemui.SwipeHelper$4.this$0:Lcom/android/systemui/SwipeHelper;
            aload 0 /* this */
            aload 2
            putfield com.android.systemui.SwipeHelper$4.val$animView:Landroid/view/View;
            aload 0 /* this */
            iload 3
            putfield com.android.systemui.SwipeHelper$4.val$canBeDismissed:Z
            aload 0 /* this */
            fload 4
            putfield com.android.systemui.SwipeHelper$4.val$targetLeft:F
            aload 0 /* this */
            invokespecial android.animation.AnimatorListenerAdapter.<init>:()V
         1: .line 479
            aload 0 /* this */
            iconst_0
            putfield com.android.systemui.SwipeHelper$4.wasCancelled:Z
         2: .line 478
            return
        end local 0 // com.android.systemui.SwipeHelper$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/android/systemui/SwipeHelper$4;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$animView        final
      val$canBeDismissed  final
      val$targetLeft      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$4 this
        start local 1 // android.animation.Animator animator
         0: .line 483
            aload 0 /* this */
            iconst_1
            putfield com.android.systemui.SwipeHelper$4.wasCancelled:Z
         1: .line 484
            return
        end local 1 // android.animation.Animator animator
        end local 0 // com.android.systemui.SwipeHelper$4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/android/systemui/SwipeHelper$4;
            0    2     1  animator  Landroid/animation/Animator;
    MethodParameters:
          Name  Flags
      animator  

  public void onAnimationEnd(android.animation.Animator);
    descriptor: (Landroid/animation/Animator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.SwipeHelper$4 this
        start local 1 // android.animation.Animator animator
         0: .line 488
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$4.this$0:Lcom/android/systemui/SwipeHelper;
            iconst_0
            putfield com.android.systemui.SwipeHelper.mSnappingChild:Z
         1: .line 489
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$4.wasCancelled:Z
            ifne 4
         2: .line 490
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$4.this$0:Lcom/android/systemui/SwipeHelper;
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$4.val$animView:Landroid/view/View;
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$4.val$canBeDismissed:Z
            invokevirtual com.android.systemui.SwipeHelper.updateSwipeProgressFromOffset:(Landroid/view/View;Z)V
         3: .line 491
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$4.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$4.val$animView:Landroid/view/View;
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$4.val$targetLeft:F
            invokeinterface com.android.systemui.SwipeHelper$Callback.onChildSnappedBack:(Landroid/view/View;F)V
         4: .line 493
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.animation.Animator animator
        end local 0 // com.android.systemui.SwipeHelper$4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/android/systemui/SwipeHelper$4;
            0    5     1  animator  Landroid/animation/Animator;
    MethodParameters:
          Name  Flags
      animator  
}
SourceFile: "SwipeHelper.java"
EnclosingMethod: com.android.systemui.SwipeHelper.snapChild:(Landroid/view/View;FF)V
NestHost: com.android.systemui.SwipeHelper
InnerClasses:
  com.android.systemui.SwipeHelper$4
  public abstract Callback = com.android.systemui.SwipeHelper$Callback of com.android.systemui.SwipeHelper