class com.android.systemui.ScreenDecorations$TunablePaddingTagListener implements com.android.systemui.fragments.FragmentHostManager$FragmentListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.systemui.ScreenDecorations$TunablePaddingTagListener
  super_class: java.lang.Object
{
  private final int mPadding;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private com.android.systemui.tuner.TunablePadding mTunablePadding;
    descriptor: Lcom/android/systemui/tuner/TunablePadding;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.systemui.ScreenDecorations$TunablePaddingTagListener 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$TunablePaddingTagListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/ScreenDecorations$TunablePaddingTagListener;
    MethodParameters:
         Name  Flags
      padding  
      id       

  public void onFragmentViewCreated(java.lang.String, android.app.Fragment);
    descriptor: (Ljava/lang/String;Landroid/app/Fragment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.systemui.ScreenDecorations$TunablePaddingTagListener this
         0: .line 494
            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$TunablePaddingTagListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/ScreenDecorations$TunablePaddingTagListener;
    MethodParameters:
          Name  Flags
      tag       
      fragment  
}
SourceFile: "ScreenDecorations.java"
NestHost: com.android.systemui.ScreenDecorations
InnerClasses:
  TunablePaddingTagListener = com.android.systemui.ScreenDecorations$TunablePaddingTagListener of com.android.systemui.ScreenDecorations
  public abstract FragmentListener = com.android.systemui.fragments.FragmentHostManager$FragmentListener of com.android.systemui.fragments.FragmentHostManager
    RuntimeInvisibleAnnotations: 
      VisibleForTesting()