class android.graphics.drawable.VectorDrawable$VectorDrawableState extends android.graphics.drawable.Drawable$ConstantState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.graphics.drawable.VectorDrawable$VectorDrawableState
  super_class: android.graphics.drawable.Drawable$ConstantState
{
  int[] mThemeAttrs;
    descriptor: [I
    flags: (0x0000) 

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

  android.content.res.ColorStateList mTint;
    descriptor: Landroid/content/res/ColorStateList;
    flags: (0x0000) 

  android.graphics.PorterDuff$Mode mTintMode;
    descriptor: Landroid/graphics/PorterDuff$Mode;
    flags: (0x0000) 

  boolean mAutoMirrored;
    descriptor: Z
    flags: (0x0000) 

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

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

  float mViewportWidth;
    descriptor: F
    flags: (0x0000) 

  float mViewportHeight;
    descriptor: F
    flags: (0x0000) 

  android.graphics.Insets mOpticalInsets;
    descriptor: Landroid/graphics/Insets;
    flags: (0x0000) 

  java.lang.String mRootName;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  android.graphics.drawable.VectorDrawable$VGroup mRootGroup;
    descriptor: Landroid/graphics/drawable/VectorDrawable$VGroup;
    flags: (0x0000) 

  com.android.internal.util.VirtualRefBasePtr mNativeTree;
    descriptor: Lcom/android/internal/util/VirtualRefBasePtr;
    flags: (0x0000) 

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

  final android.util.ArrayMap<java.lang.String, java.lang.Object> mVGTargetsMap;
    descriptor: Landroid/util/ArrayMap;
    flags: (0x0010) ACC_FINAL
    Signature: Landroid/util/ArrayMap<Ljava/lang/String;Ljava/lang/Object;>;

  int[] mCachedThemeAttrs;
    descriptor: [I
    flags: (0x0000) 

  android.content.res.ColorStateList mCachedTint;
    descriptor: Landroid/content/res/ColorStateList;
    flags: (0x0000) 

  android.graphics.PorterDuff$Mode mCachedTintMode;
    descriptor: Landroid/graphics/PorterDuff$Mode;
    flags: (0x0000) 

  boolean mCachedAutoMirrored;
    descriptor: Z
    flags: (0x0000) 

  boolean mCacheDirty;
    descriptor: Z
    flags: (0x0000) 

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

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

  static final android.util.Property<android.graphics.drawable.VectorDrawable$VectorDrawableState, java.lang.Float> ALPHA;
    descriptor: Landroid/util/Property;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Landroid/util/Property<Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;Ljava/lang/Float;>;

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

  private static final int NATIVE_ALLOCATION_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 316

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 939
            new android.graphics.drawable.VectorDrawable$VectorDrawableState$1
            dup
            ldc "alpha"
            invokespecial android.graphics.drawable.VectorDrawable$VectorDrawableState$1.<init>:(Ljava/lang/String;)V
         1: .line 938
            putstatic android.graphics.drawable.VectorDrawable$VectorDrawableState.ALPHA:Landroid/util/Property;
         2: .line 961
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  android.util.Property getProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/util/Property;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
        start local 1 // java.lang.String propertyName
         0: .line 952
            getstatic android.graphics.drawable.VectorDrawable$VectorDrawableState.ALPHA:Landroid/util/Property;
            invokevirtual android.util.Property.getName:()Ljava/lang/String;
            aload 1 /* propertyName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 953
            getstatic android.graphics.drawable.VectorDrawable$VectorDrawableState.ALPHA:Landroid/util/Property;
            areturn
         2: .line 955
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String propertyName
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
            0    3     1  propertyName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      propertyName  

  public void <init>(android.graphics.drawable.VectorDrawable$VectorDrawableState);
    descriptor: (Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
        start local 1 // android.graphics.drawable.VectorDrawable$VectorDrawableState copy
         0: .line 965
            aload 0 /* this */
            invokespecial android.graphics.drawable.Drawable$ConstantState.<init>:()V
         1: .line 910
            aload 0 /* this */
            aconst_null
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
         2: .line 911
            aload 0 /* this */
            getstatic android.graphics.drawable.VectorDrawable.DEFAULT_TINT_MODE:Landroid/graphics/PorterDuff$Mode;
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTintMode:Landroid/graphics/PorterDuff$Mode;
         3: .line 914
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mBaseWidth:I
         4: .line 915
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mBaseHeight:I
         5: .line 916
            aload 0 /* this */
            fconst_0
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mViewportWidth:F
         6: .line 917
            aload 0 /* this */
            fconst_0
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mViewportHeight:F
         7: .line 918
            aload 0 /* this */
            getstatic android.graphics.Insets.NONE:Landroid/graphics/Insets;
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mOpticalInsets:Landroid/graphics/Insets;
         8: .line 919
            aload 0 /* this */
            aconst_null
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootName:Ljava/lang/String;
         9: .line 921
            aload 0 /* this */
            aconst_null
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mNativeTree:Lcom/android/internal/util/VirtualRefBasePtr;
        10: .line 923
            aload 0 /* this */
            sipush 160
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mDensity:I
        11: .line 924
            aload 0 /* this */
            new android.util.ArrayMap
            dup
            invokespecial android.util.ArrayMap.<init>:()V
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mVGTargetsMap:Landroid/util/ArrayMap;
        12: .line 935
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mLastSWCachePixelCount:I
        13: .line 936
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mLastHWCachePixelCount:I
        14: .line 959
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mAllocationOfAllNodes:I
        15: .line 966
            aload 1 /* copy */
            ifnull 32
        16: .line 967
            aload 0 /* this */
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mThemeAttrs:[I
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mThemeAttrs:[I
        17: .line 968
            aload 0 /* this */
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mChangingConfigurations:I
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mChangingConfigurations:I
        18: .line 969
            aload 0 /* this */
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
        19: .line 970
            aload 0 /* this */
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTintMode:Landroid/graphics/PorterDuff$Mode;
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTintMode:Landroid/graphics/PorterDuff$Mode;
        20: .line 971
            aload 0 /* this */
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mAutoMirrored:Z
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mAutoMirrored:Z
        21: .line 972
            aload 0 /* this */
            new android.graphics.drawable.VectorDrawable$VGroup
            dup
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mVGTargetsMap:Landroid/util/ArrayMap;
            invokespecial android.graphics.drawable.VectorDrawable$VGroup.<init>:(Landroid/graphics/drawable/VectorDrawable$VGroup;Landroid/util/ArrayMap;)V
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
        22: .line 973
            aload 0 /* this */
            aload 1 /* copy */
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
            invokevirtual android.graphics.drawable.VectorDrawable$VectorDrawableState.createNativeTreeFromCopy:(Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;Landroid/graphics/drawable/VectorDrawable$VGroup;)V
        23: .line 975
            aload 0 /* this */
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mBaseWidth:I
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mBaseWidth:I
        24: .line 976
            aload 0 /* this */
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mBaseHeight:I
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mBaseHeight:I
        25: .line 977
            aload 0 /* this */
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mViewportWidth:F
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mViewportHeight:F
            invokevirtual android.graphics.drawable.VectorDrawable$VectorDrawableState.setViewportSize:(FF)V
        26: .line 978
            aload 0 /* this */
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mOpticalInsets:Landroid/graphics/Insets;
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mOpticalInsets:Landroid/graphics/Insets;
        27: .line 980
            aload 0 /* this */
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootName:Ljava/lang/String;
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootName:Ljava/lang/String;
        28: .line 981
            aload 0 /* this */
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mDensity:I
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mDensity:I
        29: .line 982
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootName:Ljava/lang/String;
            ifnull 34
        30: .line 983
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mVGTargetsMap:Landroid/util/ArrayMap;
            aload 1 /* copy */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootName:Ljava/lang/String;
            aload 0 /* this */
            invokevirtual android.util.ArrayMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        31: .line 985
            goto 34
        32: .line 986
      StackMap locals: android.graphics.drawable.VectorDrawable$VectorDrawableState android.graphics.drawable.VectorDrawable$VectorDrawableState
      StackMap stack:
            aload 0 /* this */
            new android.graphics.drawable.VectorDrawable$VGroup
            dup
            invokespecial android.graphics.drawable.VectorDrawable$VGroup.<init>:()V
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
        33: .line 987
            aload 0 /* this */
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
            invokevirtual android.graphics.drawable.VectorDrawable$VectorDrawableState.createNativeTree:(Landroid/graphics/drawable/VectorDrawable$VGroup;)V
        34: .line 989
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.graphics.drawable.VectorDrawable$VectorDrawableState.onTreeConstructionFinished:()V
        35: .line 990
            return
        end local 1 // android.graphics.drawable.VectorDrawable$VectorDrawableState copy
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   36     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
            0   36     1  copy  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
    MethodParameters:
      Name  Flags
      copy  

  private void createNativeTree(android.graphics.drawable.VectorDrawable$VGroup);
    descriptor: (Landroid/graphics/drawable/VectorDrawable$VGroup;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
         0: .line 995
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tVMRuntime cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
    MethodParameters:
           Name  Flags
      rootGroup  

  private void createNativeTreeFromCopy(android.graphics.drawable.VectorDrawable$VectorDrawableState, android.graphics.drawable.VectorDrawable$VGroup);
    descriptor: (Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;Landroid/graphics/drawable/VectorDrawable$VGroup;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
         0: .line 1004
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tVMRuntime cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
    MethodParameters:
           Name  Flags
      copy       
      rootGroup  

  void onTreeConstructionFinished();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
         0: .line 1012
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tVMRuntime cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;

  long getNativeRenderer();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
         0: .line 1016
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mNativeTree:Lcom/android/internal/util/VirtualRefBasePtr;
            ifnonnull 2
         1: .line 1017
            lconst_0
            lreturn
         2: .line 1019
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mNativeTree:Lcom/android/internal/util/VirtualRefBasePtr;
            invokevirtual com.android.internal.util.VirtualRefBasePtr.get:()J
            lreturn
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;

  public boolean canReuseCache();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
         0: .line 1023
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mCacheDirty:Z
            ifne 6
         1: .line 1024
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mCachedThemeAttrs:[I
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mThemeAttrs:[I
            if_acmpne 6
         2: .line 1025
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mCachedTint:Landroid/content/res/ColorStateList;
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
            if_acmpne 6
         3: .line 1026
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mCachedTintMode:Landroid/graphics/PorterDuff$Mode;
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTintMode:Landroid/graphics/PorterDuff$Mode;
            if_acmpne 6
         4: .line 1027
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mCachedAutoMirrored:Z
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mAutoMirrored:Z
            if_icmpne 6
         5: .line 1028
            iconst_1
            ireturn
         6: .line 1030
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.graphics.drawable.VectorDrawable$VectorDrawableState.updateCacheStates:()V
         7: .line 1031
            iconst_0
            ireturn
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;

  public void updateCacheStates();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
         0: .line 1037
            aload 0 /* this */
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mThemeAttrs:[I
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mCachedThemeAttrs:[I
         1: .line 1038
            aload 0 /* this */
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mCachedTint:Landroid/content/res/ColorStateList;
         2: .line 1039
            aload 0 /* this */
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTintMode:Landroid/graphics/PorterDuff$Mode;
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mCachedTintMode:Landroid/graphics/PorterDuff$Mode;
         3: .line 1040
            aload 0 /* this */
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mAutoMirrored:Z
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mCachedAutoMirrored:Z
         4: .line 1041
            aload 0 /* this */
            iconst_0
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mCacheDirty:Z
         5: .line 1042
            return
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;

  public void applyTheme(android.content.res.Resources$Theme);
    descriptor: (Landroid/content/res/Resources$Theme;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
        start local 1 // android.content.res.Resources$Theme t
         0: .line 1045
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
            aload 1 /* t */
            invokevirtual android.graphics.drawable.VectorDrawable$VGroup.applyTheme:(Landroid/content/res/Resources$Theme;)V
         1: .line 1046
            return
        end local 1 // android.content.res.Resources$Theme t
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
            0    2     1     t  Landroid/content/res/Resources$Theme;
    MethodParameters:
      Name  Flags
      t     

  public boolean canApplyTheme();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
         0: .line 1050
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mThemeAttrs:[I
            ifnonnull 5
         1: .line 1051
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
            ifnull 2
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
            invokevirtual android.graphics.drawable.VectorDrawable$VGroup.canApplyTheme:()Z
            ifne 5
         2: .line 1052
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
            ifnull 3
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
            invokevirtual android.content.res.ColorStateList.canApplyTheme:()Z
            ifne 5
         3: .line 1053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial android.graphics.drawable.Drawable$ConstantState.canApplyTheme:()Z
            ifne 5
         4: .line 1050
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;

  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.VectorDrawable$VectorDrawableState this
         0: .line 1058
            new android.graphics.drawable.VectorDrawable
            dup
            aload 0 /* this */
            aconst_null
            invokespecial android.graphics.drawable.VectorDrawable.<init>:(Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;Landroid/content/res/Resources;)V
            areturn
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;

  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.VectorDrawable$VectorDrawableState this
        start local 1 // android.content.res.Resources res
         0: .line 1063
            new android.graphics.drawable.VectorDrawable
            dup
            aload 0 /* this */
            aload 1 /* res */
            invokespecial android.graphics.drawable.VectorDrawable.<init>:(Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;Landroid/content/res/Resources;)V
            areturn
        end local 1 // android.content.res.Resources res
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
            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.VectorDrawable$VectorDrawableState this
         0: .line 1068
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mChangingConfigurations:I
         1: .line 1069
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
            ifnull 2
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
            invokevirtual android.content.res.ColorStateList.getChangingConfigurations:()I
            goto 3
      StackMap locals:
      StackMap stack: int
         2: iconst_0
         3: .line 1068
      StackMap locals: android.graphics.drawable.VectorDrawable$VectorDrawableState
      StackMap stack: int int
            ior
            ireturn
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;

  public boolean isStateful();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
         0: .line 1073
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
            ifnull 1
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
            invokevirtual android.content.res.ColorStateList.isStateful:()Z
            ifne 3
         1: .line 1074
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
            ifnull 2
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
            invokevirtual android.graphics.drawable.VectorDrawable$VGroup.isStateful:()Z
            ifne 3
         2: .line 1073
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;

  public boolean hasFocusStateSpecified();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
         0: .line 1078
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
            ifnull 1
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mTint:Landroid/content/res/ColorStateList;
            invokevirtual android.content.res.ColorStateList.hasFocusStateSpecified:()Z
            ifne 3
         1: .line 1079
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
            ifnull 2
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
            invokevirtual android.graphics.drawable.VectorDrawable$VGroup.hasFocusStateSpecified:()Z
            ifne 3
         2: .line 1078
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;

  void setViewportSize(float, float);
    descriptor: (FF)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
        start local 1 // float viewportWidth
        start local 2 // float viewportHeight
         0: .line 1083
            aload 0 /* this */
            fload 1 /* viewportWidth */
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mViewportWidth:F
         1: .line 1084
            aload 0 /* this */
            fload 2 /* viewportHeight */
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mViewportHeight:F
         2: .line 1085
            aload 0 /* this */
            invokevirtual android.graphics.drawable.VectorDrawable$VectorDrawableState.getNativeRenderer:()J
            fload 1 /* viewportWidth */
            fload 2 /* viewportHeight */
            invokestatic android.graphics.drawable.VectorDrawable.nSetRendererViewportSize:(JFF)V
         3: .line 1086
            return
        end local 2 // float viewportHeight
        end local 1 // float viewportWidth
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
            0    4     1   viewportWidth  F
            0    4     2  viewportHeight  F
    MethodParameters:
                Name  Flags
      viewportWidth   
      viewportHeight  

  public final boolean setDensity(int);
    descriptor: (I)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
        start local 1 // int targetDensity
         0: .line 1089
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mDensity:I
            iload 1 /* targetDensity */
            if_icmpeq 5
         1: .line 1090
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mDensity:I
            istore 2 /* sourceDensity */
        start local 2 // int sourceDensity
         2: .line 1091
            aload 0 /* this */
            iload 1 /* targetDensity */
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mDensity:I
         3: .line 1092
            aload 0 /* this */
            iload 2 /* sourceDensity */
            iload 1 /* targetDensity */
            invokevirtual android.graphics.drawable.VectorDrawable$VectorDrawableState.applyDensityScaling:(II)V
         4: .line 1093
            iconst_1
            ireturn
        end local 2 // int sourceDensity
         5: .line 1095
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int targetDensity
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
            0    6     1  targetDensity  I
            2    5     2  sourceDensity  I
    MethodParameters:
               Name  Flags
      targetDensity  

  private void applyDensityScaling(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
        start local 1 // int sourceDensity
        start local 2 // int targetDensity
         0: .line 1099
            aload 0 /* this */
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mBaseWidth:I
            iload 1 /* sourceDensity */
            iload 2 /* targetDensity */
            iconst_1
            invokestatic android.graphics.drawable.Drawable.scaleFromDensity:(IIIZ)I
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mBaseWidth:I
         1: .line 1100
            aload 0 /* this */
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mBaseHeight:I
            iload 1 /* sourceDensity */
            iload 2 /* targetDensity */
         2: .line 1101
            iconst_1
         3: .line 1100
            invokestatic android.graphics.drawable.Drawable.scaleFromDensity:(IIIZ)I
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mBaseHeight:I
         4: .line 1104
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mOpticalInsets:Landroid/graphics/Insets;
            getfield android.graphics.Insets.left:I
            iload 1 /* sourceDensity */
            iload 2 /* targetDensity */
            iconst_0
         5: .line 1103
            invokestatic android.graphics.drawable.Drawable.scaleFromDensity:(IIIZ)I
            istore 3 /* insetLeft */
        start local 3 // int insetLeft
         6: .line 1106
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mOpticalInsets:Landroid/graphics/Insets;
            getfield android.graphics.Insets.top:I
            iload 1 /* sourceDensity */
            iload 2 /* targetDensity */
            iconst_0
         7: .line 1105
            invokestatic android.graphics.drawable.Drawable.scaleFromDensity:(IIIZ)I
            istore 4 /* insetTop */
        start local 4 // int insetTop
         8: .line 1108
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mOpticalInsets:Landroid/graphics/Insets;
            getfield android.graphics.Insets.right:I
            iload 1 /* sourceDensity */
            iload 2 /* targetDensity */
            iconst_0
         9: .line 1107
            invokestatic android.graphics.drawable.Drawable.scaleFromDensity:(IIIZ)I
            istore 5 /* insetRight */
        start local 5 // int insetRight
        10: .line 1110
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mOpticalInsets:Landroid/graphics/Insets;
            getfield android.graphics.Insets.bottom:I
            iload 1 /* sourceDensity */
            iload 2 /* targetDensity */
            iconst_0
        11: .line 1109
            invokestatic android.graphics.drawable.Drawable.scaleFromDensity:(IIIZ)I
            istore 6 /* insetBottom */
        start local 6 // int insetBottom
        12: .line 1111
            aload 0 /* this */
            iload 3 /* insetLeft */
            iload 4 /* insetTop */
            iload 5 /* insetRight */
            iload 6 /* insetBottom */
            invokestatic android.graphics.Insets.of:(IIII)Landroid/graphics/Insets;
            putfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mOpticalInsets:Landroid/graphics/Insets;
        13: .line 1112
            return
        end local 6 // int insetBottom
        end local 5 // int insetRight
        end local 4 // int insetTop
        end local 3 // int insetLeft
        end local 2 // int targetDensity
        end local 1 // int sourceDensity
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
            0   14     1  sourceDensity  I
            0   14     2  targetDensity  I
            6   14     3      insetLeft  I
            8   14     4       insetTop  I
           10   14     5     insetRight  I
           12   14     6    insetBottom  I
    MethodParameters:
               Name  Flags
      sourceDensity  
      targetDensity  

  public boolean onStateChange(int[]);
    descriptor: ([I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
        start local 1 // int[] stateSet
         0: .line 1115
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup;
            aload 1 /* stateSet */
            invokevirtual android.graphics.drawable.VectorDrawable$VGroup.onStateChange:([I)Z
            ireturn
        end local 1 // int[] stateSet
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
            0    1     1  stateSet  [I
    MethodParameters:
          Name  Flags
      stateSet  

  public void finalize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
         0: .line 1122
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tVMRuntime cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
    Exceptions:
      throws java.lang.Throwable

  public boolean setAlpha(float);
    descriptor: (F)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
        start local 1 // float alpha
         0: .line 1131
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mNativeTree:Lcom/android/internal/util/VirtualRefBasePtr;
            invokevirtual com.android.internal.util.VirtualRefBasePtr.get:()J
            fload 1 /* alpha */
            invokestatic android.graphics.drawable.VectorDrawable.nSetRootAlpha:(JF)Z
            ireturn
        end local 1 // float alpha
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
            0    1     1  alpha  F
    MethodParameters:
       Name  Flags
      alpha  

  public float getAlpha();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
         0: .line 1136
            aload 0 /* this */
            getfield android.graphics.drawable.VectorDrawable$VectorDrawableState.mNativeTree:Lcom/android/internal/util/VirtualRefBasePtr;
            invokevirtual com.android.internal.util.VirtualRefBasePtr.get:()J
            invokestatic android.graphics.drawable.VectorDrawable.nGetRootAlpha:(J)F
            freturn
        end local 0 // android.graphics.drawable.VectorDrawable$VectorDrawableState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;
}
SourceFile: "VectorDrawable.java"
NestHost: android.graphics.drawable.VectorDrawable
InnerClasses:
  public final Theme = android.content.res.Resources$Theme of android.content.res.Resources
  public final Mode = android.graphics.PorterDuff$Mode of android.graphics.PorterDuff
  public abstract ConstantState = android.graphics.drawable.Drawable$ConstantState of android.graphics.drawable.Drawable
  VGroup = android.graphics.drawable.VectorDrawable$VGroup of android.graphics.drawable.VectorDrawable
  VectorDrawableState = android.graphics.drawable.VectorDrawable$VectorDrawableState of android.graphics.drawable.VectorDrawable
  android.graphics.drawable.VectorDrawable$VectorDrawableState$1