class com.android.systemui.ScreenDecorations$RestartingPreDrawListener implements android.view.ViewTreeObserver$OnPreDrawListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.systemui.ScreenDecorations$RestartingPreDrawListener
  super_class: java.lang.Object
{
  private final android.view.View mView;
    descriptor: Landroid/view/View;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mTargetRotation;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.android.systemui.ScreenDecorations this$0;
    descriptor: Lcom/android/systemui/ScreenDecorations;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.android.systemui.ScreenDecorations, android.view.View, int);
    descriptor: (Lcom/android/systemui/ScreenDecorations;Landroid/view/View;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.android.systemui.ScreenDecorations$RestartingPreDrawListener this
         0: .line 46
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.support cannot be resolved\n\tThe import com.android.systemui.plugins.qs cannot be resolved\n\tVisibleForTesting cannot be resolved to a type\n\tVisibleForTesting cannot be resolved to a type\n\tVisibleForTesting cannot be resolved to a type\n\tVisibleForTesting cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tcom.android.internal.R.bool cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tQS cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tVisibleForTesting cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tVisibleForTesting cannot be resolved to a type\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.ScreenDecorations$RestartingPreDrawListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/ScreenDecorations$RestartingPreDrawListener;
    MethodParameters:
                Name  Flags
      this$0          final
      view            
      targetRotation  

  public boolean onPreDraw();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.ScreenDecorations$RestartingPreDrawListener this
         0: .line 778
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.ScreenDecorations$RestartingPreDrawListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/ScreenDecorations$RestartingPreDrawListener;
}
SourceFile: "ScreenDecorations.java"
NestHost: com.android.systemui.ScreenDecorations
InnerClasses:
  public abstract OnPreDrawListener = android.view.ViewTreeObserver$OnPreDrawListener of android.view.ViewTreeObserver
  private RestartingPreDrawListener = com.android.systemui.ScreenDecorations$RestartingPreDrawListener of com.android.systemui.ScreenDecorations