class com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1
  super_class: java.lang.Object
{
  final com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation this$1;
    descriptor: Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1 this
         0: .line 152
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1.this$1:Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mMarginLeft:I
            invokestatic java.lang.Math.random:()D
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1.this$1:Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mUsableWidth:I
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1.this$1:Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mClock:Landroid/view/View;
            invokevirtual android.view.View.getWidth:()I
            isub
            i2d
            dmul
            d2i
            iadd
            istore 1 /* x */
        start local 1 // int x
         1: .line 153
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1.this$1:Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mMarginTop:I
            invokestatic java.lang.Math.random:()D
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1.this$1:Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mUsableHeight:I
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1.this$1:Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mClock:Landroid/view/View;
            invokevirtual android.view.View.getHeight:()I
            isub
            i2d
            dmul
            d2i
            iadd
            istore 2 /* y */
        start local 2 // int y
         2: .line 154
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1.this$1:Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mClock:Landroid/view/View;
            iload 1 /* x */
            i2f
            invokevirtual android.view.View.setTranslationX:(F)V
         3: .line 155
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1.this$1:Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mClock:Landroid/view/View;
            iload 2 /* y */
            i2f
            invokevirtual android.view.View.setTranslationY:(F)V
         4: .line 156
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1.this$1:Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mClock:Landroid/view/View;
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1.this$1:Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mMoveTextRunnable:Ljava/lang/Runnable;
            ldc 10000
            invokevirtual android.view.View.postDelayed:(Ljava/lang/Runnable;J)Z
            pop
         5: .line 157
            return
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation$1;
            1    6     1     x  I
            2    6     2     y  I
}
SourceFile: "KeyguardDisplayManager.java"
EnclosingMethod: com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation
NestHost: com.android.keyguard.KeyguardDisplayManager
InnerClasses:
  private final KeyguardPresentation = com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation of com.android.keyguard.KeyguardDisplayManager
  com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1