public abstract class android.graphics.drawable.shapes.Shape implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.graphics.drawable.shapes.Shape
  super_class: java.lang.Object
{
  private float mWidth;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float mHeight;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.drawable.shapes.Shape this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.graphics.drawable.shapes.Shape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/shapes/Shape;

  public final float getWidth();
    descriptor: ()F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.drawable.shapes.Shape this
         0: .line 42
            aload 0 /* this */
            getfield android.graphics.drawable.shapes.Shape.mWidth:F
            freturn
        end local 0 // android.graphics.drawable.shapes.Shape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/shapes/Shape;

  public final float getHeight();
    descriptor: ()F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.drawable.shapes.Shape this
         0: .line 49
            aload 0 /* this */
            getfield android.graphics.drawable.shapes.Shape.mHeight:F
            freturn
        end local 0 // android.graphics.drawable.shapes.Shape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/shapes/Shape;

  public abstract void draw(android.graphics.Canvas, android.graphics.Paint);
    descriptor: (Landroid/graphics/Canvas;Landroid/graphics/Paint;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      canvas  
      paint   

  public final void resize(float, float);
    descriptor: (FF)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.graphics.drawable.shapes.Shape this
        start local 1 // float width
        start local 2 // float height
         0: .line 71
            fload 1 /* width */
            fconst_0
            fcmpg
            ifge 2
         1: .line 72
            fconst_0
            fstore 1 /* width */
         2: .line 74
      StackMap locals:
      StackMap stack:
            fload 2 /* height */
            fconst_0
            fcmpg
            ifge 4
         3: .line 75
            fconst_0
            fstore 2 /* height */
         4: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.drawable.shapes.Shape.mWidth:F
            fload 1 /* width */
            fcmpl
            ifne 5
            aload 0 /* this */
            getfield android.graphics.drawable.shapes.Shape.mHeight:F
            fload 2 /* height */
            fcmpl
            ifeq 8
         5: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 1 /* width */
            putfield android.graphics.drawable.shapes.Shape.mWidth:F
         6: .line 79
            aload 0 /* this */
            fload 2 /* height */
            putfield android.graphics.drawable.shapes.Shape.mHeight:F
         7: .line 80
            aload 0 /* this */
            fload 1 /* width */
            fload 2 /* height */
            invokevirtual android.graphics.drawable.shapes.Shape.onResize:(FF)V
         8: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 2 // float height
        end local 1 // float width
        end local 0 // android.graphics.drawable.shapes.Shape this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Landroid/graphics/drawable/shapes/Shape;
            0    9     1   width  F
            0    9     2  height  F
    MethodParameters:
        Name  Flags
      width   
      height  

  public boolean hasAlpha();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.drawable.shapes.Shape this
         0: .line 93
            iconst_1
            ireturn
        end local 0 // android.graphics.drawable.shapes.Shape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/shapes/Shape;

  protected void onResize(float, float);
    descriptor: (FF)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.graphics.drawable.shapes.Shape this
        start local 1 // float width
        start local 2 // float height
         0: .line 102
            return
        end local 2 // float height
        end local 1 // float width
        end local 0 // android.graphics.drawable.shapes.Shape this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/graphics/drawable/shapes/Shape;
            0    1     1   width  F
            0    1     2  height  F
    MethodParameters:
        Name  Flags
      width   
      height  

  public void getOutline(android.graphics.Outline);
    descriptor: (Landroid/graphics/Outline;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.graphics.drawable.shapes.Shape this
        start local 1 // android.graphics.Outline outline
         0: .line 112
            return
        end local 1 // android.graphics.Outline outline
        end local 0 // android.graphics.drawable.shapes.Shape this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/graphics/drawable/shapes/Shape;
            0    1     1  outline  Landroid/graphics/Outline;
    MethodParameters:
         Name  Flags
      outline  

  public android.graphics.drawable.shapes.Shape clone();
    descriptor: ()Landroid/graphics/drawable/shapes/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.drawable.shapes.Shape this
         0: .line 116
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast android.graphics.drawable.shapes.Shape
            areturn
        end local 0 // android.graphics.drawable.shapes.Shape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/shapes/Shape;
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual android.graphics.drawable.shapes.Shape.clone:()Landroid/graphics/drawable/shapes/Shape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "Shape.java"