public class android.widget.ExpandableListConnector$PositionMetadata
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.ExpandableListConnector$PositionMetadata
  super_class: java.lang.Object
{
  private static final int MAX_POOL_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private static java.util.ArrayList<android.widget.ExpandableListConnector$PositionMetadata> sPool;
    descriptor: Ljava/util/ArrayList;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/ArrayList<Landroid/widget/ExpandableListConnector$PositionMetadata;>;

  public android.widget.ExpandableListPosition position;
    descriptor: Landroid/widget/ExpandableListPosition;
    flags: (0x0001) ACC_PUBLIC

  public android.widget.ExpandableListConnector$GroupMetadata groupMetadata;
    descriptor: Landroid/widget/ExpandableListConnector$GroupMetadata;
    flags: (0x0001) ACC_PUBLIC

  public int groupInsertIndex;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 958
            new java.util.ArrayList
            dup
            iconst_5
            invokespecial java.util.ArrayList.<init>:(I)V
         1: .line 957
            putstatic android.widget.ExpandableListConnector$PositionMetadata.sPool:Ljava/util/ArrayList;
         2: .line 958
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void resetState();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.ExpandableListConnector$PositionMetadata this
         0: .line 980
            aload 0 /* this */
            getfield android.widget.ExpandableListConnector$PositionMetadata.position:Landroid/widget/ExpandableListPosition;
            ifnull 3
         1: .line 981
            aload 0 /* this */
            getfield android.widget.ExpandableListConnector$PositionMetadata.position:Landroid/widget/ExpandableListPosition;
            invokevirtual android.widget.ExpandableListPosition.recycle:()V
         2: .line 982
            aload 0 /* this */
            aconst_null
            putfield android.widget.ExpandableListConnector$PositionMetadata.position:Landroid/widget/ExpandableListPosition;
         3: .line 984
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield android.widget.ExpandableListConnector$PositionMetadata.groupMetadata:Landroid/widget/ExpandableListConnector$GroupMetadata;
         4: .line 985
            aload 0 /* this */
            iconst_0
            putfield android.widget.ExpandableListConnector$PositionMetadata.groupInsertIndex:I
         5: .line 986
            return
        end local 0 // android.widget.ExpandableListConnector$PositionMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/widget/ExpandableListConnector$PositionMetadata;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ExpandableListConnector$PositionMetadata this
         0: .line 991
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 992
            return
        end local 0 // android.widget.ExpandableListConnector$PositionMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/ExpandableListConnector$PositionMetadata;

  static android.widget.ExpandableListConnector$PositionMetadata obtain(int, int, int, int, android.widget.ExpandableListConnector$GroupMetadata, int);
    descriptor: (IIIILandroid/widget/ExpandableListConnector$GroupMetadata;I)Landroid/widget/ExpandableListConnector$PositionMetadata;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // int flatListPos
        start local 1 // int type
        start local 2 // int groupPos
        start local 3 // int childPos
        start local 4 // android.widget.ExpandableListConnector$GroupMetadata groupMetadata
        start local 5 // int groupInsertIndex
         0: .line 996
            invokestatic android.widget.ExpandableListConnector$PositionMetadata.getRecycledOrCreate:()Landroid/widget/ExpandableListConnector$PositionMetadata;
            astore 6 /* pm */
        start local 6 // android.widget.ExpandableListConnector$PositionMetadata pm
         1: .line 997
            aload 6 /* pm */
            iload 1 /* type */
            iload 2 /* groupPos */
            iload 3 /* childPos */
            iload 0 /* flatListPos */
            invokestatic android.widget.ExpandableListPosition.obtain:(IIII)Landroid/widget/ExpandableListPosition;
            putfield android.widget.ExpandableListConnector$PositionMetadata.position:Landroid/widget/ExpandableListPosition;
         2: .line 998
            aload 6 /* pm */
            aload 4 /* groupMetadata */
            putfield android.widget.ExpandableListConnector$PositionMetadata.groupMetadata:Landroid/widget/ExpandableListConnector$GroupMetadata;
         3: .line 999
            aload 6 /* pm */
            iload 5 /* groupInsertIndex */
            putfield android.widget.ExpandableListConnector$PositionMetadata.groupInsertIndex:I
         4: .line 1000
            aload 6 /* pm */
            areturn
        end local 6 // android.widget.ExpandableListConnector$PositionMetadata pm
        end local 5 // int groupInsertIndex
        end local 4 // android.widget.ExpandableListConnector$GroupMetadata groupMetadata
        end local 3 // int childPos
        end local 2 // int groupPos
        end local 1 // int type
        end local 0 // int flatListPos
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0       flatListPos  I
            0    5     1              type  I
            0    5     2          groupPos  I
            0    5     3          childPos  I
            0    5     4     groupMetadata  Landroid/widget/ExpandableListConnector$GroupMetadata;
            0    5     5  groupInsertIndex  I
            1    5     6                pm  Landroid/widget/ExpandableListConnector$PositionMetadata;
    MethodParameters:
                  Name  Flags
      flatListPos       
      type              
      groupPos          
      childPos          
      groupMetadata     
      groupInsertIndex  

  private static android.widget.ExpandableListConnector$PositionMetadata getRecycledOrCreate();
    descriptor: ()Landroid/widget/ExpandableListConnector$PositionMetadata;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 1005
            getstatic android.widget.ExpandableListConnector$PositionMetadata.sPool:Ljava/util/ArrayList;
            dup
            astore 1
            monitorenter
         1: .line 1006
            getstatic android.widget.ExpandableListConnector$PositionMetadata.sPool:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifle 4
         2: .line 1007
            getstatic android.widget.ExpandableListConnector$PositionMetadata.sPool:Ljava/util/ArrayList;
            iconst_0
            invokevirtual java.util.ArrayList.remove:(I)Ljava/lang/Object;
            checkcast android.widget.ExpandableListConnector$PositionMetadata
            astore 0 /* pm */
        start local 0 // android.widget.ExpandableListConnector$PositionMetadata pm
         3: .line 1008
            goto 6
        end local 0 // android.widget.ExpandableListConnector$PositionMetadata pm
         4: .line 1009
      StackMap locals: top java.util.ArrayList
      StackMap stack:
            new android.widget.ExpandableListConnector$PositionMetadata
            dup
            invokespecial android.widget.ExpandableListConnector$PositionMetadata.<init>:()V
            aload 1
            monitorexit
         5: areturn
        start local 0 // android.widget.ExpandableListConnector$PositionMetadata pm
         6: .line 1005
      StackMap locals: android.widget.ExpandableListConnector$PositionMetadata java.util.ArrayList
      StackMap stack:
            aload 1
            monitorexit
         7: goto 10
        end local 0 // android.widget.ExpandableListConnector$PositionMetadata pm
      StackMap locals: top java.util.ArrayList
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        start local 0 // android.widget.ExpandableListConnector$PositionMetadata pm
        10: .line 1012
      StackMap locals: android.widget.ExpandableListConnector$PositionMetadata
      StackMap stack:
            aload 0 /* pm */
            invokevirtual android.widget.ExpandableListConnector$PositionMetadata.resetState:()V
        11: .line 1013
            aload 0 /* pm */
            areturn
        end local 0 // android.widget.ExpandableListConnector$PositionMetadata pm
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    4     0    pm  Landroid/widget/ExpandableListConnector$PositionMetadata;
            6    8     0    pm  Landroid/widget/ExpandableListConnector$PositionMetadata;
           10   12     0    pm  Landroid/widget/ExpandableListConnector$PositionMetadata;
      Exception table:
        from    to  target  type
           1     5       8  any
           6     7       8  any
           8     9       8  any

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.widget.ExpandableListConnector$PositionMetadata this
         0: .line 1017
            aload 0 /* this */
            invokevirtual android.widget.ExpandableListConnector$PositionMetadata.resetState:()V
         1: .line 1018
            getstatic android.widget.ExpandableListConnector$PositionMetadata.sPool:Ljava/util/ArrayList;
            dup
            astore 1
            monitorenter
         2: .line 1019
            getstatic android.widget.ExpandableListConnector$PositionMetadata.sPool:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_5
            if_icmpge 4
         3: .line 1020
            getstatic android.widget.ExpandableListConnector$PositionMetadata.sPool:Ljava/util/ArrayList;
            aload 0 /* this */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         4: .line 1018
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 1023
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.widget.ExpandableListConnector$PositionMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/widget/ExpandableListConnector$PositionMetadata;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  public boolean isExpanded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ExpandableListConnector$PositionMetadata this
         0: .line 1032
            aload 0 /* this */
            getfield android.widget.ExpandableListConnector$PositionMetadata.groupMetadata:Landroid/widget/ExpandableListConnector$GroupMetadata;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.widget.ExpandableListConnector$PositionMetadata this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/ExpandableListConnector$PositionMetadata;
}
SourceFile: "ExpandableListConnector.java"
NestHost: android.widget.ExpandableListConnector
InnerClasses:
  GroupMetadata = android.widget.ExpandableListConnector$GroupMetadata of android.widget.ExpandableListConnector
  public PositionMetadata = android.widget.ExpandableListConnector$PositionMetadata of android.widget.ExpandableListConnector