class android.animation.AnimationHandler$1 implements android.view.Choreographer$FrameCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.animation.AnimationHandler$1
  super_class: java.lang.Object
{
  final android.animation.AnimationHandler this$0;
    descriptor: Landroid/animation/AnimationHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.animation.AnimationHandler);
    descriptor: (Landroid/animation/AnimationHandler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.animation.AnimationHandler$1 this
         0: .line 51
            aload 0 /* this */
            aload 1
            putfield android.animation.AnimationHandler$1.this$0:Landroid/animation/AnimationHandler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.animation.AnimationHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/animation/AnimationHandler$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void doFrame(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.animation.AnimationHandler$1 this
        start local 1 // long frameTimeNanos
         0: .line 54
            aload 0 /* this */
            getfield android.animation.AnimationHandler$1.this$0:Landroid/animation/AnimationHandler;
            aload 0 /* this */
            getfield android.animation.AnimationHandler$1.this$0:Landroid/animation/AnimationHandler;
            invokevirtual android.animation.AnimationHandler.getProvider:()Landroid/animation/AnimationHandler$AnimationFrameCallbackProvider;
            invokeinterface android.animation.AnimationHandler$AnimationFrameCallbackProvider.getFrameTime:()J
            invokevirtual android.animation.AnimationHandler.doAnimationFrame:(J)V
         1: .line 55
            aload 0 /* this */
            getfield android.animation.AnimationHandler$1.this$0:Landroid/animation/AnimationHandler;
            getfield android.animation.AnimationHandler.mAnimationCallbacks:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifle 3
         2: .line 56
            aload 0 /* this */
            getfield android.animation.AnimationHandler$1.this$0:Landroid/animation/AnimationHandler;
            invokevirtual android.animation.AnimationHandler.getProvider:()Landroid/animation/AnimationHandler$AnimationFrameCallbackProvider;
            aload 0 /* this */
            invokeinterface android.animation.AnimationHandler$AnimationFrameCallbackProvider.postFrameCallback:(Landroid/view/Choreographer$FrameCallback;)V
         3: .line 58
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long frameTimeNanos
        end local 0 // android.animation.AnimationHandler$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Landroid/animation/AnimationHandler$1;
            0    4     1  frameTimeNanos  J
    MethodParameters:
                Name  Flags
      frameTimeNanos  
}
SourceFile: "AnimationHandler.java"
EnclosingMethod: android.animation.AnimationHandler
NestHost: android.animation.AnimationHandler
InnerClasses:
  android.animation.AnimationHandler$1
  public abstract AnimationFrameCallbackProvider = android.animation.AnimationHandler$AnimationFrameCallbackProvider of android.animation.AnimationHandler
  public abstract FrameCallback = android.view.Choreographer$FrameCallback of android.view.Choreographer