class android.widget.Editor$ErrorPopup extends android.widget.PopupWindow
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.Editor$ErrorPopup
  super_class: android.widget.PopupWindow
{
  private boolean mAbove;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final android.widget.TextView mView;
    descriptor: Landroid/widget/TextView;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int mPopupInlineErrorBackgroundId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mPopupInlineErrorAboveBackgroundId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.widget.TextView, int, int);
    descriptor: (Landroid/widget/TextView;II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.widget.Editor$ErrorPopup this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.R cannot be resolved\n\tThe import com.android.internal.logging.nano cannot be resolved\n\tcom.android.internal.R.bool cannot be resolved to a variable\n\tcom.android.internal.R.layout cannot be resolved to a variable\n\tcom.android.internal.R.dimen cannot be resolved to a variable\n\tMetricsEvent cannot be resolved to a variable\n\tMetricsEvent cannot be resolved to a variable\n\tMetricsEvent cannot be resolved to a variable\n\tMetricsEvent cannot be resolved to a variable\n\tcom.android.internal.R.layout cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tandroid.R.string cannot be resolved to a variable\n\tcom.android.internal.R.layout cannot be resolved to a variable\n\tcom.android.internal.R.attr cannot be resolved to a variable\n\tcom.android.internal.R.drawable cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.attr 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.id cannot be resolved to a variable\n\tcom.android.internal.R.id cannot be resolved to a variable\n\tcom.android.internal.R.id cannot be resolved to a variable\n\tcom.android.internal.R.id cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.attr cannot be resolved to a variable\n\tcom.android.internal.R.dimen cannot be resolved to a variable\n\tcom.android.internal.R.id cannot be resolved to a variable\n\tcom.android.internal.R.id cannot be resolved to a variable\n\tcom.android.internal.R.id cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.Editor$ErrorPopup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/Editor$ErrorPopup;
    MethodParameters:
        Name  Flags
      v       
      width   
      height  

  void fixDirection(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.Editor$ErrorPopup this
         0: .line 6268
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.Editor$ErrorPopup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/Editor$ErrorPopup;
    MethodParameters:
       Name  Flags
      above  

  private int getResourceId(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.Editor$ErrorPopup this
         0: .line 6281
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.Editor$ErrorPopup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/Editor$ErrorPopup;
    MethodParameters:
           Name  Flags
      currentId  
      index      

  public void update(int, int, int, int, boolean);
    descriptor: (IIIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // android.widget.Editor$ErrorPopup this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // boolean force
         0: .line 6290
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* force */
            invokespecial android.widget.PopupWindow.update:(IIIIZ)V
         1: .line 6292
            aload 0 /* this */
            invokevirtual android.widget.Editor$ErrorPopup.isAboveAnchor:()Z
            istore 6 /* above */
        start local 6 // boolean above
         2: .line 6293
            iload 6 /* above */
            aload 0 /* this */
            getfield android.widget.Editor$ErrorPopup.mAbove:Z
            if_icmpeq 4
         3: .line 6294
            aload 0 /* this */
            iload 6 /* above */
            invokevirtual android.widget.Editor$ErrorPopup.fixDirection:(Z)V
         4: .line 6296
      StackMap locals: int
      StackMap stack:
            return
        end local 6 // boolean above
        end local 5 // boolean force
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // android.widget.Editor$ErrorPopup this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/widget/Editor$ErrorPopup;
            0    5     1      x  I
            0    5     2      y  I
            0    5     3      w  I
            0    5     4      h  I
            0    5     5  force  Z
            2    5     6  above  Z
    MethodParameters:
       Name  Flags
      x      
      y      
      w      
      h      
      force  
}
SourceFile: "Editor.java"
NestHost: android.widget.Editor
InnerClasses:
  private ErrorPopup = android.widget.Editor$ErrorPopup of android.widget.Editor