class android.graphics.drawable.VectorDrawable$VFullPath$1 extends java.util.HashMap<java.lang.String, java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.graphics.drawable.VectorDrawable$VFullPath$1
  super_class: java.util.HashMap
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.graphics.drawable.VectorDrawable$VFullPath$1 this
         0: .line 1739
            aload 0 /* this */
            invokespecial java.util.HashMap.<init>:()V
         1: .line 1741
            aload 0 /* this */
            ldc "strokeWidth"
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual android.graphics.drawable.VectorDrawable$VFullPath$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 1742
            aload 0 /* this */
            ldc "strokeColor"
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual android.graphics.drawable.VectorDrawable$VFullPath$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 1743
            aload 0 /* this */
            ldc "strokeAlpha"
            iconst_2
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual android.graphics.drawable.VectorDrawable$VFullPath$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 1744
            aload 0 /* this */
            ldc "fillColor"
            iconst_3
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual android.graphics.drawable.VectorDrawable$VFullPath$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 1745
            aload 0 /* this */
            ldc "fillAlpha"
            iconst_4
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual android.graphics.drawable.VectorDrawable$VFullPath$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 1746
            aload 0 /* this */
            ldc "trimPathStart"
            iconst_5
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual android.graphics.drawable.VectorDrawable$VFullPath$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 1747
            aload 0 /* this */
            ldc "trimPathEnd"
            bipush 6
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual android.graphics.drawable.VectorDrawable$VFullPath$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 1748
            aload 0 /* this */
            ldc "trimPathOffset"
            bipush 7
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual android.graphics.drawable.VectorDrawable$VFullPath$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 1739
            return
        end local 0 // android.graphics.drawable.VectorDrawable$VFullPath$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Landroid/graphics/drawable/VectorDrawable$VFullPath$1;
}
Signature: Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Integer;>;
SourceFile: "VectorDrawable.java"
EnclosingMethod: android.graphics.drawable.VectorDrawable$VFullPath
NestHost: android.graphics.drawable.VectorDrawable
InnerClasses:
  VFullPath = android.graphics.drawable.VectorDrawable$VFullPath of android.graphics.drawable.VectorDrawable
  android.graphics.drawable.VectorDrawable$VFullPath$1