class android.os.CountDownTimer$1 extends android.os.Handler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.os.CountDownTimer$1
  super_class: android.os.Handler
{
  final android.os.CountDownTimer this$0;
    descriptor: Landroid/os/CountDownTimer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void handleMessage(android.os.Message);
    descriptor: (Landroid/os/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=11, args_size=2
        start local 0 // android.os.CountDownTimer$1 this
        start local 1 // android.os.Message msg
         0: .line 119
            aload 0 /* this */
            getfield android.os.CountDownTimer$1.this$0:Landroid/os/CountDownTimer;
            dup
            astore 2
            monitorenter
         1: .line 120
            aload 0 /* this */
            getfield android.os.CountDownTimer$1.this$0:Landroid/os/CountDownTimer;
            getfield android.os.CountDownTimer.mCancelled:Z
            ifeq 4
         2: .line 121
            aload 2
            monitorexit
         3: return
         4: .line 124
      StackMap locals: android.os.CountDownTimer
      StackMap stack:
            aload 0 /* this */
            getfield android.os.CountDownTimer$1.this$0:Landroid/os/CountDownTimer;
            getfield android.os.CountDownTimer.mStopTimeInFuture:J
            invokestatic android.os.SystemClock.elapsedRealtime:()J
            lsub
            lstore 3 /* millisLeft */
        start local 3 // long millisLeft
         5: .line 126
            lload 3 /* millisLeft */
            lconst_0
            lcmp
            ifgt 8
         6: .line 127
            aload 0 /* this */
            getfield android.os.CountDownTimer$1.this$0:Landroid/os/CountDownTimer;
            invokevirtual android.os.CountDownTimer.onFinish:()V
         7: .line 128
            goto 20
         8: .line 129
      StackMap locals: long
      StackMap stack:
            invokestatic android.os.SystemClock.elapsedRealtime:()J
            lstore 5 /* lastTickStart */
        start local 5 // long lastTickStart
         9: .line 130
            aload 0 /* this */
            getfield android.os.CountDownTimer$1.this$0:Landroid/os/CountDownTimer;
            lload 3 /* millisLeft */
            invokevirtual android.os.CountDownTimer.onTick:(J)V
        10: .line 133
            invokestatic android.os.SystemClock.elapsedRealtime:()J
            lload 5 /* lastTickStart */
            lsub
            lstore 7 /* lastTickDuration */
        start local 7 // long lastTickDuration
        11: .line 136
            lload 3 /* millisLeft */
            aload 0 /* this */
            getfield android.os.CountDownTimer$1.this$0:Landroid/os/CountDownTimer;
            getfield android.os.CountDownTimer.mCountdownInterval:J
            lcmp
            ifge 15
        12: .line 138
            lload 3 /* millisLeft */
            lload 7 /* lastTickDuration */
            lsub
            lstore 9 /* delay */
        start local 9 // long delay
        13: .line 142
            lload 9 /* delay */
            lconst_0
            lcmp
            ifge 19
            lconst_0
            lstore 9 /* delay */
        14: .line 143
            goto 19
        end local 9 // long delay
        15: .line 144
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            getfield android.os.CountDownTimer$1.this$0:Landroid/os/CountDownTimer;
            getfield android.os.CountDownTimer.mCountdownInterval:J
            lload 7 /* lastTickDuration */
            lsub
            lstore 9 /* delay */
        start local 9 // long delay
        16: .line 148
            goto 18
      StackMap locals: long
      StackMap stack:
        17: lload 9 /* delay */
            aload 0 /* this */
            getfield android.os.CountDownTimer$1.this$0:Landroid/os/CountDownTimer;
            getfield android.os.CountDownTimer.mCountdownInterval:J
            ladd
            lstore 9 /* delay */
      StackMap locals:
      StackMap stack:
        18: lload 9 /* delay */
            lconst_0
            lcmp
            iflt 17
        19: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_1
            invokevirtual android.os.CountDownTimer$1.obtainMessage:(I)Landroid/os/Message;
            lload 9 /* delay */
            invokevirtual android.os.CountDownTimer$1.sendMessageDelayed:(Landroid/os/Message;J)Z
            pop
        end local 9 // long delay
        end local 7 // long lastTickDuration
        end local 5 // long lastTickStart
        end local 3 // long millisLeft
        20: .line 119
      StackMap locals: android.os.CountDownTimer$1 android.os.Message android.os.CountDownTimer
      StackMap stack:
            aload 2
            monitorexit
        21: goto 24
      StackMap locals:
      StackMap stack: java.lang.Throwable
        22: aload 2
            monitorexit
        23: athrow
        24: .line 154
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.os.Message msg
        end local 0 // android.os.CountDownTimer$1 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   25     0              this  Landroid/os/CountDownTimer$1;
            0   25     1               msg  Landroid/os/Message;
            5   20     3        millisLeft  J
            9   20     5     lastTickStart  J
           11   20     7  lastTickDuration  J
           13   15     9             delay  J
           16   20     9             delay  J
      Exception table:
        from    to  target  type
           1     3      22  any
           4    21      22  any
          22    23      22  any
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "CountDownTimer.java"
EnclosingMethod: android.os.CountDownTimer
NestHost: android.os.CountDownTimer
InnerClasses:
  android.os.CountDownTimer$1