public class android.inputmethodservice.CompactExtractEditLayout extends android.widget.LinearLayout
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.inputmethodservice.CompactExtractEditLayout
  super_class: android.widget.LinearLayout
{
  private android.view.View mInputExtractEditText;
    descriptor: Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private android.view.View mInputExtractAccessories;
    descriptor: Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private android.view.View mInputExtractAction;
    descriptor: Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private boolean mPerformLayoutChanges;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.inputmethodservice.CompactExtractEditLayout this
        start local 1 // android.content.Context context
         0: .line 45
            aload 0 /* this */
            aload 1 /* context */
            invokespecial android.widget.LinearLayout.<init>:(Landroid/content/Context;)V
         1: .line 46
            return
        end local 1 // android.content.Context context
        end local 0 // android.inputmethodservice.CompactExtractEditLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/inputmethodservice/CompactExtractEditLayout;
            0    2     1  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  public void <init>(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.inputmethodservice.CompactExtractEditLayout this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
         0: .line 49
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            invokespecial android.widget.LinearLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 50
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.inputmethodservice.CompactExtractEditLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/inputmethodservice/CompactExtractEditLayout;
            0    2     1  context  Landroid/content/Context;
            0    2     2    attrs  Landroid/util/AttributeSet;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  public void <init>(android.content.Context, android.util.AttributeSet, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.inputmethodservice.CompactExtractEditLayout this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
        start local 3 // int defStyleAttr
         0: .line 53
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            invokespecial android.widget.LinearLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;I)V
         1: .line 54
            return
        end local 3 // int defStyleAttr
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.inputmethodservice.CompactExtractEditLayout this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/inputmethodservice/CompactExtractEditLayout;
            0    2     1       context  Landroid/content/Context;
            0    2     2         attrs  Landroid/util/AttributeSet;
            0    2     3  defStyleAttr  I
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  

  protected void onFinishInflate();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.inputmethodservice.CompactExtractEditLayout this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.inputmethodservice.CompactExtractEditLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/inputmethodservice/CompactExtractEditLayout;

  private int applyFractionInt(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.inputmethodservice.CompactExtractEditLayout this
        start local 1 // int fraction
        start local 2 // int whole
         0: .line 70
            aload 0 /* this */
            invokevirtual android.inputmethodservice.CompactExtractEditLayout.getResources:()Landroid/content/res/Resources;
            iload 1 /* fraction */
            iload 2 /* whole */
            iload 2 /* whole */
            invokevirtual android.content.res.Resources.getFraction:(III)F
            invokestatic java.lang.Math.round:(F)I
            ireturn
        end local 2 // int whole
        end local 1 // int fraction
        end local 0 // android.inputmethodservice.CompactExtractEditLayout this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/inputmethodservice/CompactExtractEditLayout;
            0    1     1  fraction  I
            0    1     2     whole  I
    MethodParameters:
          Name  Flags
      fraction  
      whole     

  private static void setLayoutHeight(android.view.View, int);
    descriptor: (Landroid/view/View;I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.view.View v
        start local 1 // int px
         0: .line 74
            aload 0 /* v */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            astore 2 /* lp */
        start local 2 // android.view.ViewGroup$LayoutParams lp
         1: .line 75
            aload 2 /* lp */
            iload 1 /* px */
            putfield android.view.ViewGroup$LayoutParams.height:I
         2: .line 76
            aload 0 /* v */
            aload 2 /* lp */
            invokevirtual android.view.View.setLayoutParams:(Landroid/view/ViewGroup$LayoutParams;)V
         3: .line 77
            return
        end local 2 // android.view.ViewGroup$LayoutParams lp
        end local 1 // int px
        end local 0 // android.view.View v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     v  Landroid/view/View;
            0    4     1    px  I
            1    4     2    lp  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
      Name  Flags
      v     
      px    

  private static void setLayoutMarginBottom(android.view.View, int);
    descriptor: (Landroid/view/View;I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.view.View v
        start local 1 // int px
         0: .line 80
            aload 0 /* v */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.view.ViewGroup$MarginLayoutParams
            astore 2 /* lp */
        start local 2 // android.view.ViewGroup$MarginLayoutParams lp
         1: .line 81
            aload 2 /* lp */
            iload 1 /* px */
            putfield android.view.ViewGroup$MarginLayoutParams.bottomMargin:I
         2: .line 82
            aload 0 /* v */
            aload 2 /* lp */
            invokevirtual android.view.View.setLayoutParams:(Landroid/view/ViewGroup$LayoutParams;)V
         3: .line 83
            return
        end local 2 // android.view.ViewGroup$MarginLayoutParams lp
        end local 1 // int px
        end local 0 // android.view.View v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     v  Landroid/view/View;
            0    4     1    px  I
            1    4     2    lp  Landroid/view/ViewGroup$MarginLayoutParams;
    MethodParameters:
      Name  Flags
      v     
      px    

  private void applyProportionalLayout(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.inputmethodservice.CompactExtractEditLayout this
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R.fraction cannot be resolved to a variable\n\tcom.android.internal.R.fraction cannot be resolved to a variable\n\tcom.android.internal.R.fraction cannot be resolved to a variable\n\tcom.android.internal.R.fraction cannot be resolved to a variable\n\tcom.android.internal.R.fraction cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.inputmethodservice.CompactExtractEditLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/inputmethodservice/CompactExtractEditLayout;
    MethodParameters:
                Name  Flags
      screenWidthPx   
      screenHeightPx  

  protected void onAttachedToWindow();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // android.inputmethodservice.CompactExtractEditLayout this
         0: .line 111
            aload 0 /* this */
            invokespecial android.widget.LinearLayout.onAttachedToWindow:()V
         1: .line 112
            aload 0 /* this */
            getfield android.inputmethodservice.CompactExtractEditLayout.mPerformLayoutChanges:Z
            ifeq 10
         2: .line 113
            aload 0 /* this */
            invokevirtual android.inputmethodservice.CompactExtractEditLayout.getResources:()Landroid/content/res/Resources;
            astore 1 /* res */
        start local 1 // android.content.res.Resources res
         3: .line 114
            aload 1 /* res */
            invokevirtual android.content.res.Resources.getConfiguration:()Landroid/content/res/Configuration;
            astore 2 /* cfg */
        start local 2 // android.content.res.Configuration cfg
         4: .line 115
            aload 1 /* res */
            invokevirtual android.content.res.Resources.getDisplayMetrics:()Landroid/util/DisplayMetrics;
            astore 3 /* dm */
        start local 3 // android.util.DisplayMetrics dm
         5: .line 116
            aload 3 /* dm */
            getfield android.util.DisplayMetrics.widthPixels:I
            istore 4 /* widthPixels */
        start local 4 // int widthPixels
         6: .line 117
            aload 3 /* dm */
            getfield android.util.DisplayMetrics.heightPixels:I
            istore 5 /* heightPixels */
        start local 5 // int heightPixels
         7: .line 130
            aload 2 /* cfg */
            invokevirtual android.content.res.Configuration.isScreenRound:()Z
            ifeq 9
            iload 5 /* heightPixels */
            iload 4 /* widthPixels */
            if_icmpge 9
         8: .line 131
            iload 4 /* widthPixels */
            istore 5 /* heightPixels */
         9: .line 133
      StackMap locals: android.inputmethodservice.CompactExtractEditLayout android.content.res.Resources android.content.res.Configuration android.util.DisplayMetrics int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* widthPixels */
            iload 5 /* heightPixels */
            invokevirtual android.inputmethodservice.CompactExtractEditLayout.applyProportionalLayout:(II)V
        end local 5 // int heightPixels
        end local 4 // int widthPixels
        end local 3 // android.util.DisplayMetrics dm
        end local 2 // android.content.res.Configuration cfg
        end local 1 // android.content.res.Resources res
        10: .line 135
      StackMap locals: android.inputmethodservice.CompactExtractEditLayout
      StackMap stack:
            return
        end local 0 // android.inputmethodservice.CompactExtractEditLayout this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Landroid/inputmethodservice/CompactExtractEditLayout;
            3   10     1           res  Landroid/content/res/Resources;
            4   10     2           cfg  Landroid/content/res/Configuration;
            5   10     3            dm  Landroid/util/DisplayMetrics;
            6   10     4   widthPixels  I
            7   10     5  heightPixels  I
}
SourceFile: "CompactExtractEditLayout.java"
InnerClasses:
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public MarginLayoutParams = android.view.ViewGroup$MarginLayoutParams of android.view.ViewGroup