class android.graphics.drawable.AdaptiveIconDrawable$LayerState extends android.graphics.drawable.Drawable$ConstantState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.graphics.drawable.AdaptiveIconDrawable$LayerState
  super_class: android.graphics.drawable.Drawable$ConstantState
{
  private int[] mThemeAttrs;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  static final int N_CHILDREN;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] mChildren;
    descriptor: [Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
    flags: (0x0000) 

  int mDensity;
    descriptor: I
    flags: (0x0000) 

  int mSrcDensityOverride;
    descriptor: I
    flags: (0x0000) 

  int mOpacityOverride;
    descriptor: I
    flags: (0x0000) 

  int mChangingConfigurations;
    descriptor: I
    flags: (0x0000) 

  int mChildrenChangingConfigurations;
    descriptor: I
    flags: (0x0000) 

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

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

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

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

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

  void <init>(android.graphics.drawable.AdaptiveIconDrawable$LayerState, android.graphics.drawable.AdaptiveIconDrawable, android.content.res.Resources);
    descriptor: (Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;Landroid/graphics/drawable/AdaptiveIconDrawable;Landroid/content/res/Resources;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
        start local 1 // android.graphics.drawable.AdaptiveIconDrawable$LayerState orig
        start local 2 // android.graphics.drawable.AdaptiveIconDrawable owner
        start local 3 // android.content.res.Resources res
         0: .line 957
            aload 0 /* this */
            invokespecial android.graphics.drawable.Drawable$ConstantState.<init>:()V
         1: .line 943
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mSrcDensityOverride:I
         2: .line 945
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mOpacityOverride:I
         3: .line 955
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mAutoMirrored:Z
         4: .line 959
            aload 0 /* this */
            aload 3 /* res */
            aload 1 /* orig */
            ifnull 5
            aload 1 /* orig */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mDensity:I
            goto 6
      StackMap locals: android.graphics.drawable.AdaptiveIconDrawable$LayerState android.graphics.drawable.AdaptiveIconDrawable$LayerState android.graphics.drawable.AdaptiveIconDrawable android.content.res.Resources
      StackMap stack: android.graphics.drawable.AdaptiveIconDrawable$LayerState android.content.res.Resources
         5: iconst_0
      StackMap locals: android.graphics.drawable.AdaptiveIconDrawable$LayerState android.graphics.drawable.AdaptiveIconDrawable$LayerState android.graphics.drawable.AdaptiveIconDrawable android.content.res.Resources
      StackMap stack: android.graphics.drawable.AdaptiveIconDrawable$LayerState android.content.res.Resources int
         6: invokestatic android.graphics.drawable.Drawable.resolveDensity:(Landroid/content/res/Resources;I)I
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mDensity:I
         7: .line 960
            aload 0 /* this */
            iconst_2
            anewarray android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChildren:[Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
         8: .line 961
            aload 1 /* orig */
            ifnull 27
         9: .line 962
            aload 1 /* orig */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChildren:[Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            astore 4 /* origChildDrawable */
        start local 4 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] origChildDrawable
        10: .line 964
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChangingConfigurations:I
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChangingConfigurations:I
        11: .line 965
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChildrenChangingConfigurations:I
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChildrenChangingConfigurations:I
        12: .line 967
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        13: goto 17
        14: .line 968
      StackMap locals: android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] int
      StackMap stack:
            aload 4 /* origChildDrawable */
            iload 5 /* i */
            aaload
            astore 6 /* or */
        start local 6 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable or
        15: .line 969
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChildren:[Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            iload 5 /* i */
            new android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable
            dup
            aload 6 /* or */
            aload 2 /* owner */
            aload 3 /* res */
            invokespecial android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable.<init>:(Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;Landroid/graphics/drawable/AdaptiveIconDrawable;Landroid/content/res/Resources;)V
            aastore
        end local 6 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable or
        16: .line 967
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 5 /* i */
            iconst_2
            if_icmplt 14
        end local 5 // int i
        18: .line 972
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mCheckedOpacity:Z
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mCheckedOpacity:Z
        19: .line 973
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mOpacity:I
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mOpacity:I
        20: .line 974
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mCheckedStateful:Z
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mCheckedStateful:Z
        21: .line 975
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mIsStateful:Z
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mIsStateful:Z
        22: .line 976
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mAutoMirrored:Z
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mAutoMirrored:Z
        23: .line 977
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mThemeAttrs:[I
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mThemeAttrs:[I
        24: .line 978
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mOpacityOverride:I
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mOpacityOverride:I
        25: .line 979
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mSrcDensityOverride:I
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mSrcDensityOverride:I
        end local 4 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] origChildDrawable
        26: .line 980
            goto 32
        27: .line 981
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        28: goto 31
        29: .line 982
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChildren:[Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            iload 4 /* i */
            new android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable
            dup
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mDensity:I
            invokespecial android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable.<init>:(I)V
            aastore
        30: .line 981
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 4 /* i */
            iconst_2
            if_icmplt 29
        end local 4 // int i
        32: .line 985
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.content.res.Resources res
        end local 2 // android.graphics.drawable.AdaptiveIconDrawable owner
        end local 1 // android.graphics.drawable.AdaptiveIconDrawable$LayerState orig
        end local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   33     0               this  Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;
            0   33     1               orig  Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;
            0   33     2              owner  Landroid/graphics/drawable/AdaptiveIconDrawable;
            0   33     3                res  Landroid/content/res/Resources;
           10   26     4  origChildDrawable  [Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
           13   18     5                  i  I
           15   16     6                 or  Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
           28   32     4                  i  I
    MethodParameters:
       Name  Flags
      orig   
      owner  
      res    

  public final void setDensity(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
        start local 1 // int targetDensity
         0: .line 988
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mDensity:I
            iload 1 /* targetDensity */
            if_icmpeq 2
         1: .line 989
            aload 0 /* this */
            iload 1 /* targetDensity */
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mDensity:I
         2: .line 991
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int targetDensity
        end local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;
            0    3     1  targetDensity  I
    MethodParameters:
               Name  Flags
      targetDensity  

  public boolean canApplyTheme();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
         0: .line 995
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mThemeAttrs:[I
            ifnonnull 1
            aload 0 /* this */
            invokespecial android.graphics.drawable.Drawable$ConstantState.canApplyTheme:()Z
            ifeq 2
         1: .line 996
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 999
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChildren:[Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            astore 1 /* array */
        start local 1 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] array
         3: .line 1000
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 9
         5: .line 1001
      StackMap locals: android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] int
      StackMap stack:
            aload 1 /* array */
            iload 2 /* i */
            aaload
            astore 3 /* layer */
        start local 3 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable layer
         6: .line 1002
            aload 3 /* layer */
            invokevirtual android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable.canApplyTheme:()Z
            ifeq 8
         7: .line 1003
            iconst_1
            ireturn
        end local 3 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable layer
         8: .line 1000
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            iconst_2
            if_icmplt 5
        end local 2 // int i
        10: .line 1006
            iconst_0
            ireturn
        end local 1 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] array
        end local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;
            3   11     1  array  [Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            4   10     2      i  I
            6    8     3  layer  Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;

  public android.graphics.drawable.Drawable newDrawable();
    descriptor: ()Landroid/graphics/drawable/Drawable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
         0: .line 1011
            new android.graphics.drawable.AdaptiveIconDrawable
            dup
            aload 0 /* this */
            aconst_null
            invokespecial android.graphics.drawable.AdaptiveIconDrawable.<init>:(Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;Landroid/content/res/Resources;)V
            areturn
        end local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;

  public android.graphics.drawable.Drawable newDrawable(android.content.res.Resources);
    descriptor: (Landroid/content/res/Resources;)Landroid/graphics/drawable/Drawable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
        start local 1 // android.content.res.Resources res
         0: .line 1016
            new android.graphics.drawable.AdaptiveIconDrawable
            dup
            aload 0 /* this */
            aload 1 /* res */
            invokespecial android.graphics.drawable.AdaptiveIconDrawable.<init>:(Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;Landroid/content/res/Resources;)V
            areturn
        end local 1 // android.content.res.Resources res
        end local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;
            0    1     1   res  Landroid/content/res/Resources;
    MethodParameters:
      Name  Flags
      res   

  public int getChangingConfigurations();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
         0: .line 1021
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChangingConfigurations:I
         1: .line 1022
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChildrenChangingConfigurations:I
         2: .line 1021
            ior
            ireturn
        end local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;

  public final int getOpacity();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
         0: .line 1026
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mCheckedOpacity:Z
            ifeq 2
         1: .line 1027
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mOpacity:I
            ireturn
         2: .line 1030
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChildren:[Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            astore 1 /* array */
        start local 1 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] array
         3: .line 1033
            iconst_m1
            istore 2 /* firstIndex */
        start local 2 // int firstIndex
         4: .line 1034
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 10
         6: .line 1035
      StackMap locals: android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] int int
      StackMap stack:
            aload 1 /* array */
            iload 3 /* i */
            aaload
            getfield android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable.mDrawable:Landroid/graphics/drawable/Drawable;
            ifnull 9
         7: .line 1036
            iload 3 /* i */
            istore 2 /* firstIndex */
         8: .line 1037
            goto 11
         9: .line 1034
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            iconst_2
            if_icmplt 6
        end local 3 // int i
        11: .line 1042
      StackMap locals:
      StackMap stack:
            iload 2 /* firstIndex */
            iflt 14
        12: .line 1043
            aload 1 /* array */
            iload 2 /* firstIndex */
            aaload
            getfield android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable.mDrawable:Landroid/graphics/drawable/Drawable;
            invokevirtual android.graphics.drawable.Drawable.getOpacity:()I
            istore 3 /* op */
        start local 3 // int op
        13: .line 1044
            goto 15
        end local 3 // int op
        14: .line 1045
      StackMap locals:
      StackMap stack:
            bipush -2
            istore 3 /* op */
        start local 3 // int op
        15: .line 1049
      StackMap locals: int
      StackMap stack:
            iload 2 /* firstIndex */
            iconst_1
            iadd
            istore 4 /* i */
        start local 4 // int i
        16: goto 21
        17: .line 1050
      StackMap locals: int
      StackMap stack:
            aload 1 /* array */
            iload 4 /* i */
            aaload
            getfield android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable.mDrawable:Landroid/graphics/drawable/Drawable;
            astore 5 /* dr */
        start local 5 // android.graphics.drawable.Drawable dr
        18: .line 1051
            aload 5 /* dr */
            ifnull 20
        19: .line 1052
            iload 3 /* op */
            aload 5 /* dr */
            invokevirtual android.graphics.drawable.Drawable.getOpacity:()I
            invokestatic android.graphics.drawable.Drawable.resolveOpacity:(II)I
            istore 3 /* op */
        end local 5 // android.graphics.drawable.Drawable dr
        20: .line 1049
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 4 /* i */
            iconst_2
            if_icmplt 17
        end local 4 // int i
        22: .line 1056
            aload 0 /* this */
            iload 3 /* op */
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mOpacity:I
        23: .line 1057
            aload 0 /* this */
            iconst_1
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mCheckedOpacity:Z
        24: .line 1058
            iload 3 /* op */
            ireturn
        end local 3 // int op
        end local 2 // int firstIndex
        end local 1 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] array
        end local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;
            3   25     1       array  [Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            4   25     2  firstIndex  I
            5   11     3           i  I
           13   14     3          op  I
           15   25     3          op  I
           16   22     4           i  I
           18   20     5          dr  Landroid/graphics/drawable/Drawable;

  public final boolean isStateful();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
         0: .line 1062
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mCheckedStateful:Z
            ifeq 2
         1: .line 1063
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mIsStateful:Z
            ireturn
         2: .line 1066
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChildren:[Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            astore 1 /* array */
        start local 1 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] array
         3: .line 1067
            iconst_0
            istore 2 /* isStateful */
        start local 2 // boolean isStateful
         4: .line 1068
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 11
         6: .line 1069
      StackMap locals: android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] int int
      StackMap stack:
            aload 1 /* array */
            iload 3 /* i */
            aaload
            getfield android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable.mDrawable:Landroid/graphics/drawable/Drawable;
            astore 4 /* dr */
        start local 4 // android.graphics.drawable.Drawable dr
         7: .line 1070
            aload 4 /* dr */
            ifnull 10
            aload 4 /* dr */
            invokevirtual android.graphics.drawable.Drawable.isStateful:()Z
            ifeq 10
         8: .line 1071
            iconst_1
            istore 2 /* isStateful */
         9: .line 1072
            goto 12
        end local 4 // android.graphics.drawable.Drawable dr
        10: .line 1068
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iconst_2
            if_icmplt 6
        end local 3 // int i
        12: .line 1076
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* isStateful */
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mIsStateful:Z
        13: .line 1077
            aload 0 /* this */
            iconst_1
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mCheckedStateful:Z
        14: .line 1078
            iload 2 /* isStateful */
            ireturn
        end local 2 // boolean isStateful
        end local 1 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] array
        end local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;
            3   15     1       array  [Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            4   15     2  isStateful  Z
            5   12     3           i  I
            7   10     4          dr  Landroid/graphics/drawable/Drawable;

  public final boolean hasFocusStateSpecified();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
         0: .line 1082
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChildren:[Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            astore 1 /* array */
        start local 1 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] array
         1: .line 1083
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 1084
      StackMap locals: android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] int
      StackMap stack:
            aload 1 /* array */
            iload 2 /* i */
            aaload
            getfield android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable.mDrawable:Landroid/graphics/drawable/Drawable;
            astore 3 /* dr */
        start local 3 // android.graphics.drawable.Drawable dr
         4: .line 1085
            aload 3 /* dr */
            ifnull 6
            aload 3 /* dr */
            invokevirtual android.graphics.drawable.Drawable.hasFocusStateSpecified:()Z
            ifeq 6
         5: .line 1086
            iconst_1
            ireturn
        end local 3 // android.graphics.drawable.Drawable dr
         6: .line 1083
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iconst_2
            if_icmplt 3
        end local 2 // int i
         8: .line 1089
            iconst_0
            ireturn
        end local 1 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] array
        end local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;
            1    9     1  array  [Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            2    8     2      i  I
            4    6     3     dr  Landroid/graphics/drawable/Drawable;

  public final boolean canConstantState();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
         0: .line 1093
            aload 0 /* this */
            getfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mChildren:[Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            astore 1 /* array */
        start local 1 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] array
         1: .line 1094
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 1095
      StackMap locals: android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] int
      StackMap stack:
            aload 1 /* array */
            iload 2 /* i */
            aaload
            getfield android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable.mDrawable:Landroid/graphics/drawable/Drawable;
            astore 3 /* dr */
        start local 3 // android.graphics.drawable.Drawable dr
         4: .line 1096
            aload 3 /* dr */
            ifnull 6
            aload 3 /* dr */
            invokevirtual android.graphics.drawable.Drawable.getConstantState:()Landroid/graphics/drawable/Drawable$ConstantState;
            ifnonnull 6
         5: .line 1097
            iconst_0
            ireturn
        end local 3 // android.graphics.drawable.Drawable dr
         6: .line 1094
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iconst_2
            if_icmplt 3
        end local 2 // int i
         8: .line 1102
            iconst_1
            ireturn
        end local 1 // android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable[] array
        end local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;
            1    9     1  array  [Landroid/graphics/drawable/AdaptiveIconDrawable$ChildDrawable;
            2    8     2      i  I
            4    6     3     dr  Landroid/graphics/drawable/Drawable;

  public void invalidateCache();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
         0: .line 1106
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mCheckedOpacity:Z
         1: .line 1107
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.AdaptiveIconDrawable$LayerState.mCheckedStateful:Z
         2: .line 1108
            return
        end local 0 // android.graphics.drawable.AdaptiveIconDrawable$LayerState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;
}
SourceFile: "AdaptiveIconDrawable.java"
NestHost: android.graphics.drawable.AdaptiveIconDrawable
InnerClasses:
  ChildDrawable = android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable of android.graphics.drawable.AdaptiveIconDrawable
  LayerState = android.graphics.drawable.AdaptiveIconDrawable$LayerState of android.graphics.drawable.AdaptiveIconDrawable
  public abstract ConstantState = android.graphics.drawable.Drawable$ConstantState of android.graphics.drawable.Drawable