class com.android.systemui.SwipeHelper$1 implements android.animation.ValueAnimator$AnimatorUpdateListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.systemui.SwipeHelper$1
  super_class: java.lang.Object
{
  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

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

  public void onAnimationUpdate(android.animation.ValueAnimator);
    descriptor: (Landroid/animation/ValueAnimator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.android.systemui.SwipeHelper$1 this
        start local 1 // android.animation.ValueAnimator animation
         0: .line 404
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$1.this$0:Lcom/android/systemui/SwipeHelper;
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$1.val$animView:Landroid/view/View;
            aload 1 /* animation */
            invokevirtual android.animation.ValueAnimator.getAnimatedValue:()Ljava/lang/Object;
            checkcast java.lang.Float
            invokevirtual java.lang.Float.floatValue:()F
            aload 0 /* this */
            getfield com.android.systemui.SwipeHelper$1.val$canBeDismissed:Z
            invokevirtual com.android.systemui.SwipeHelper.onTranslationUpdate:(Landroid/view/View;FZ)V
         1: .line 405
            return
        end local 1 // android.animation.ValueAnimator animation
        end local 0 // com.android.systemui.SwipeHelper$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/android/systemui/SwipeHelper$1;
            0    2     1  animation  Landroid/animation/ValueAnimator;
    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:
  public abstract AnimatorUpdateListener = android.animation.ValueAnimator$AnimatorUpdateListener of android.animation.ValueAnimator
  com.android.systemui.SwipeHelper$1