final class android.graphics.drawable.ShapeDrawable$ShapeState extends android.graphics.drawable.Drawable$ConstantState
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.graphics.drawable.ShapeDrawable$ShapeState
  super_class: android.graphics.drawable.Drawable$ConstantState
{
  final android.graphics.Paint mPaint;
    descriptor: Landroid/graphics/Paint;
    flags: (0x0010) ACC_FINAL

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

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

  android.graphics.drawable.shapes.Shape mShape;
    descriptor: Landroid/graphics/drawable/shapes/Shape;
    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) 

  android.graphics.Rect mPadding;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0000) 

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

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

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

  android.graphics.drawable.ShapeDrawable$ShaderFactory mShaderFactory;
    descriptor: Landroid/graphics/drawable/ShapeDrawable$ShaderFactory;
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.graphics.drawable.ShapeDrawable$ShapeState this
         0: .line 553
            aload 0 /* this */
            invokespecial android.graphics.drawable.Drawable$ConstantState.<init>:()V
         1: .line 543
            aload 0 /* this */
            getstatic android.graphics.drawable.ShapeDrawable.DEFAULT_TINT_MODE:Landroid/graphics/PorterDuff$Mode;
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mTintMode:Landroid/graphics/PorterDuff$Mode;
         2: .line 547
            aload 0 /* this */
            sipush 255
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mAlpha:I
         3: .line 554
            aload 0 /* this */
            new android.graphics.Paint
            dup
            iconst_1
            invokespecial android.graphics.Paint.<init>:(I)V
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mPaint:Landroid/graphics/Paint;
         4: .line 555
            return
        end local 0 // android.graphics.drawable.ShapeDrawable$ShapeState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/graphics/drawable/ShapeDrawable$ShapeState;

  void <init>(android.graphics.drawable.ShapeDrawable$ShapeState);
    descriptor: (Landroid/graphics/drawable/ShapeDrawable$ShapeState;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.graphics.drawable.ShapeDrawable$ShapeState this
        start local 1 // android.graphics.drawable.ShapeDrawable$ShapeState orig
         0: .line 563
            aload 0 /* this */
            invokespecial android.graphics.drawable.Drawable$ConstantState.<init>:()V
         1: .line 543
            aload 0 /* this */
            getstatic android.graphics.drawable.ShapeDrawable.DEFAULT_TINT_MODE:Landroid/graphics/PorterDuff$Mode;
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mTintMode:Landroid/graphics/PorterDuff$Mode;
         2: .line 547
            aload 0 /* this */
            sipush 255
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mAlpha:I
         3: .line 564
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mChangingConfigurations:I
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mChangingConfigurations:I
         4: .line 565
            aload 0 /* this */
            new android.graphics.Paint
            dup
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mPaint:Landroid/graphics/Paint;
            invokespecial android.graphics.Paint.<init>:(Landroid/graphics/Paint;)V
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mPaint:Landroid/graphics/Paint;
         5: .line 566
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mThemeAttrs:[I
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mThemeAttrs:[I
         6: .line 567
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mShape:Landroid/graphics/drawable/shapes/Shape;
            ifnull 11
         7: .line 569
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mShape:Landroid/graphics/drawable/shapes/Shape;
            invokevirtual android.graphics.drawable.shapes.Shape.clone:()Landroid/graphics/drawable/shapes/Shape;
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mShape:Landroid/graphics/drawable/shapes/Shape;
         8: .line 570
            goto 11
      StackMap locals: android.graphics.drawable.ShapeDrawable$ShapeState android.graphics.drawable.ShapeDrawable$ShapeState
      StackMap stack: java.lang.CloneNotSupportedException
         9: pop
        10: .line 572
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mShape:Landroid/graphics/drawable/shapes/Shape;
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mShape:Landroid/graphics/drawable/shapes/Shape;
        11: .line 575
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mTint:Landroid/content/res/ColorStateList;
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mTint:Landroid/content/res/ColorStateList;
        12: .line 576
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mTintMode:Landroid/graphics/PorterDuff$Mode;
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mTintMode:Landroid/graphics/PorterDuff$Mode;
        13: .line 577
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mPadding:Landroid/graphics/Rect;
            ifnull 15
        14: .line 578
            aload 0 /* this */
            new android.graphics.Rect
            dup
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mPadding:Landroid/graphics/Rect;
            invokespecial android.graphics.Rect.<init>:(Landroid/graphics/Rect;)V
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mPadding:Landroid/graphics/Rect;
        15: .line 580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mIntrinsicWidth:I
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mIntrinsicWidth:I
        16: .line 581
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mIntrinsicHeight:I
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mIntrinsicHeight:I
        17: .line 582
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mAlpha:I
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mAlpha:I
        18: .line 586
            aload 0 /* this */
            aload 1 /* orig */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mShaderFactory:Landroid/graphics/drawable/ShapeDrawable$ShaderFactory;
            putfield android.graphics.drawable.ShapeDrawable$ShapeState.mShaderFactory:Landroid/graphics/drawable/ShapeDrawable$ShaderFactory;
        19: .line 587
            return
        end local 1 // android.graphics.drawable.ShapeDrawable$ShapeState orig
        end local 0 // android.graphics.drawable.ShapeDrawable$ShapeState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Landroid/graphics/drawable/ShapeDrawable$ShapeState;
            0   20     1  orig  Landroid/graphics/drawable/ShapeDrawable$ShapeState;
      Exception table:
        from    to  target  type
           7     8       9  Class java.lang.CloneNotSupportedException
    MethodParameters:
      Name  Flags
      orig  

  public boolean canApplyTheme();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.drawable.ShapeDrawable$ShapeState this
         0: .line 591
            aload 0 /* this */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mThemeAttrs:[I
            ifnonnull 3
         1: .line 592
            aload 0 /* this */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mTint:Landroid/content/res/ColorStateList;
            ifnull 2
            aload 0 /* this */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mTint:Landroid/content/res/ColorStateList;
            invokevirtual android.content.res.ColorStateList.canApplyTheme:()Z
            ifne 3
         2: .line 591
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // android.graphics.drawable.ShapeDrawable$ShapeState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/graphics/drawable/ShapeDrawable$ShapeState;

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

  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.ShapeDrawable$ShapeState this
        start local 1 // android.content.res.Resources res
         0: .line 602
            new android.graphics.drawable.ShapeDrawable
            dup
            aload 0 /* this */
            aload 1 /* res */
            invokespecial android.graphics.drawable.ShapeDrawable.<init>:(Landroid/graphics/drawable/ShapeDrawable$ShapeState;Landroid/content/res/Resources;)V
            areturn
        end local 1 // android.content.res.Resources res
        end local 0 // android.graphics.drawable.ShapeDrawable$ShapeState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/ShapeDrawable$ShapeState;
            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.ShapeDrawable$ShapeState this
         0: .line 607
            aload 0 /* this */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mChangingConfigurations:I
         1: .line 608
            aload 0 /* this */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mTint:Landroid/content/res/ColorStateList;
            ifnull 2
            aload 0 /* this */
            getfield android.graphics.drawable.ShapeDrawable$ShapeState.mTint:Landroid/content/res/ColorStateList;
            invokevirtual android.content.res.ColorStateList.getChangingConfigurations:()I
            goto 3
      StackMap locals:
      StackMap stack: int
         2: iconst_0
         3: .line 607
      StackMap locals: android.graphics.drawable.ShapeDrawable$ShapeState
      StackMap stack: int int
            ior
            ireturn
        end local 0 // android.graphics.drawable.ShapeDrawable$ShapeState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/graphics/drawable/ShapeDrawable$ShapeState;
}
SourceFile: "ShapeDrawable.java"
NestHost: android.graphics.drawable.ShapeDrawable
InnerClasses:
  public final Mode = android.graphics.PorterDuff$Mode of android.graphics.PorterDuff
  public abstract ConstantState = android.graphics.drawable.Drawable$ConstantState of android.graphics.drawable.Drawable
  public abstract ShaderFactory = android.graphics.drawable.ShapeDrawable$ShaderFactory of android.graphics.drawable.ShapeDrawable
  final ShapeState = android.graphics.drawable.ShapeDrawable$ShapeState of android.graphics.drawable.ShapeDrawable