public class android.graphics.drawable.ClipDrawable extends android.graphics.drawable.DrawableWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.graphics.drawable.ClipDrawable
  super_class: android.graphics.drawable.DrawableWrapper
{
  public static final int HORIZONTAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int VERTICAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

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

  private final android.graphics.Rect mTmpRect;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.graphics.drawable.ClipDrawable$ClipState mState;
    descriptor: Landroid/graphics/drawable/ClipDrawable$ClipState;
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.graphics.drawable.ClipDrawable this
         0: .line 64
            aload 0 /* this */
            new android.graphics.drawable.ClipDrawable$ClipState
            dup
            aconst_null
            aconst_null
            invokespecial android.graphics.drawable.ClipDrawable$ClipState.<init>:(Landroid/graphics/drawable/ClipDrawable$ClipState;Landroid/content/res/Resources;)V
            aconst_null
            invokespecial android.graphics.drawable.ClipDrawable.<init>:(Landroid/graphics/drawable/ClipDrawable$ClipState;Landroid/content/res/Resources;)V
         1: .line 65
            return
        end local 0 // android.graphics.drawable.ClipDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/graphics/drawable/ClipDrawable;

  public void <init>(android.graphics.drawable.Drawable, int, int);
    descriptor: (Landroid/graphics/drawable/Drawable;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // android.graphics.drawable.ClipDrawable this
        start local 1 // android.graphics.drawable.Drawable drawable
        start local 2 // int gravity
        start local 3 // int orientation
         0: .line 77
            aload 0 /* this */
            new android.graphics.drawable.ClipDrawable$ClipState
            dup
            aconst_null
            aconst_null
            invokespecial android.graphics.drawable.ClipDrawable$ClipState.<init>:(Landroid/graphics/drawable/ClipDrawable$ClipState;Landroid/content/res/Resources;)V
            aconst_null
            invokespecial android.graphics.drawable.ClipDrawable.<init>:(Landroid/graphics/drawable/ClipDrawable$ClipState;Landroid/content/res/Resources;)V
         1: .line 79
            aload 0 /* this */
            getfield android.graphics.drawable.ClipDrawable.mState:Landroid/graphics/drawable/ClipDrawable$ClipState;
            iload 2 /* gravity */
            putfield android.graphics.drawable.ClipDrawable$ClipState.mGravity:I
         2: .line 80
            aload 0 /* this */
            getfield android.graphics.drawable.ClipDrawable.mState:Landroid/graphics/drawable/ClipDrawable$ClipState;
            iload 3 /* orientation */
            putfield android.graphics.drawable.ClipDrawable$ClipState.mOrientation:I
         3: .line 82
            aload 0 /* this */
            aload 1 /* drawable */
            invokevirtual android.graphics.drawable.ClipDrawable.setDrawable:(Landroid/graphics/drawable/Drawable;)V
         4: .line 83
            return
        end local 3 // int orientation
        end local 2 // int gravity
        end local 1 // android.graphics.drawable.Drawable drawable
        end local 0 // android.graphics.drawable.ClipDrawable this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Landroid/graphics/drawable/ClipDrawable;
            0    5     1     drawable  Landroid/graphics/drawable/Drawable;
            0    5     2      gravity  I
            0    5     3  orientation  I
    MethodParameters:
             Name  Flags
      drawable     
      gravity      
      orientation  

  public void inflate(android.content.res.Resources, XmlPullParser, android.util.AttributeSet, android.content.res.Resources$Theme);
    descriptor: (Landroid/content/res/Resources;LXmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.graphics.drawable.ClipDrawable this
         0: .line 86
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXmlPullParser cannot be resolved to a type\n\tXmlPullParserException cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tThe method verifyRequiredAttributes(TypedArray) from the type ClipDrawable refers to the missing type XmlPullParserException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.drawable.ClipDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/ClipDrawable;
    Exceptions:
      throws XmlPullParserException, java.io.IOException
    MethodParameters:
        Name  Flags
      r       
      parser  
      attrs   
      theme   

  public void applyTheme(android.content.res.Resources$Theme);
    descriptor: (Landroid/content/res/Resources$Theme;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.graphics.drawable.ClipDrawable this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tR cannot be resolved to a variable\n\tThe method verifyRequiredAttributes(TypedArray) from the type ClipDrawable refers to the missing type XmlPullParserException\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.drawable.ClipDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/ClipDrawable;
    MethodParameters:
      Name  Flags
      t     

  private void verifyRequiredAttributes(android.content.res.TypedArray);
    descriptor: (Landroid/content/res/TypedArray;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.graphics.drawable.ClipDrawable this
         0: .line 121
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXmlPullParserException cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tXmlPullParserException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.drawable.ClipDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/ClipDrawable;
    Exceptions:
      throws XmlPullParserException
    MethodParameters:
      Name  Flags
      a     

  private void updateStateFromTypedArray(android.content.res.TypedArray);
    descriptor: (Landroid/content/res/TypedArray;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.graphics.drawable.ClipDrawable this
         0: .line 144
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.graphics.drawable.ClipDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/drawable/ClipDrawable;
    MethodParameters:
      Name  Flags
      a     

  protected boolean onLevelChange(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.drawable.ClipDrawable this
        start local 1 // int level
         0: .line 151
            aload 0 /* this */
            iload 1 /* level */
            invokespecial android.graphics.drawable.DrawableWrapper.onLevelChange:(I)Z
            pop
         1: .line 152
            aload 0 /* this */
            invokevirtual android.graphics.drawable.ClipDrawable.invalidateSelf:()V
         2: .line 153
            iconst_1
            ireturn
        end local 1 // int level
        end local 0 // android.graphics.drawable.ClipDrawable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/graphics/drawable/ClipDrawable;
            0    3     1  level  I
    MethodParameters:
       Name  Flags
      level  

  public int getOpacity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // android.graphics.drawable.ClipDrawable this
         0: .line 158
            aload 0 /* this */
            invokevirtual android.graphics.drawable.ClipDrawable.getDrawable:()Landroid/graphics/drawable/Drawable;
            astore 1 /* dr */
        start local 1 // android.graphics.drawable.Drawable dr
         1: .line 159
            aload 1 /* dr */
            invokevirtual android.graphics.drawable.Drawable.getOpacity:()I
            istore 2 /* opacity */
        start local 2 // int opacity
         2: .line 160
            iload 2 /* opacity */
            bipush -2
            if_icmpeq 3
            aload 1 /* dr */
            invokevirtual android.graphics.drawable.Drawable.getLevel:()I
            ifne 4
         3: .line 161
      StackMap locals: android.graphics.drawable.Drawable int
      StackMap stack:
            bipush -2
            ireturn
         4: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.graphics.drawable.ClipDrawable.getLevel:()I
            istore 3 /* level */
        start local 3 // int level
         5: .line 165
            iload 3 /* level */
            sipush 10000
            if_icmplt 7
         6: .line 166
            aload 1 /* dr */
            invokevirtual android.graphics.drawable.Drawable.getOpacity:()I
            ireturn
         7: .line 170
      StackMap locals: int
      StackMap stack:
            bipush -3
            ireturn
        end local 3 // int level
        end local 2 // int opacity
        end local 1 // android.graphics.drawable.Drawable dr
        end local 0 // android.graphics.drawable.ClipDrawable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Landroid/graphics/drawable/ClipDrawable;
            1    8     1       dr  Landroid/graphics/drawable/Drawable;
            2    8     2  opacity  I
            5    8     3    level  I

  public void draw(android.graphics.Canvas);
    descriptor: (Landroid/graphics/Canvas;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // android.graphics.drawable.ClipDrawable this
        start local 1 // android.graphics.Canvas canvas
         0: .line 175
            aload 0 /* this */
            invokevirtual android.graphics.drawable.ClipDrawable.getDrawable:()Landroid/graphics/drawable/Drawable;
            astore 2 /* dr */
        start local 2 // android.graphics.drawable.Drawable dr
         1: .line 176
            aload 2 /* dr */
            invokevirtual android.graphics.drawable.Drawable.getLevel:()I
            ifne 3
         2: .line 177
            return
         3: .line 180
      StackMap locals: android.graphics.drawable.Drawable
      StackMap stack:
            aload 0 /* this */
            getfield android.graphics.drawable.ClipDrawable.mTmpRect:Landroid/graphics/Rect;
            astore 3 /* r */
        start local 3 // android.graphics.Rect r
         4: .line 181
            aload 0 /* this */
            invokevirtual android.graphics.drawable.ClipDrawable.getBounds:()Landroid/graphics/Rect;
            astore 4 /* bounds */
        start local 4 // android.graphics.Rect bounds
         5: .line 182
            aload 0 /* this */
            invokevirtual android.graphics.drawable.ClipDrawable.getLevel:()I
            istore 5 /* level */
        start local 5 // int level
         6: .line 184
            aload 4 /* bounds */
            invokevirtual android.graphics.Rect.width:()I
            istore 6 /* w */
        start local 6 // int w
         7: .line 186
            aload 0 /* this */
            getfield android.graphics.drawable.ClipDrawable.mState:Landroid/graphics/drawable/ClipDrawable$ClipState;
            getfield android.graphics.drawable.ClipDrawable$ClipState.mOrientation:I
            iconst_1
            iand
            ifeq 9
         8: .line 187
            iload 6 /* w */
            iload 6 /* w */
            iconst_0
            isub
            sipush 10000
            iload 5 /* level */
            isub
            imul
            sipush 10000
            idiv
            isub
            istore 6 /* w */
         9: .line 190
      StackMap locals: android.graphics.drawable.ClipDrawable android.graphics.Canvas android.graphics.drawable.Drawable android.graphics.Rect android.graphics.Rect int int
      StackMap stack:
            aload 4 /* bounds */
            invokevirtual android.graphics.Rect.height:()I
            istore 7 /* h */
        start local 7 // int h
        10: .line 192
            aload 0 /* this */
            getfield android.graphics.drawable.ClipDrawable.mState:Landroid/graphics/drawable/ClipDrawable$ClipState;
            getfield android.graphics.drawable.ClipDrawable$ClipState.mOrientation:I
            iconst_2
            iand
            ifeq 12
        11: .line 193
            iload 7 /* h */
            iload 7 /* h */
            iconst_0
            isub
            sipush 10000
            iload 5 /* level */
            isub
            imul
            sipush 10000
            idiv
            isub
            istore 7 /* h */
        12: .line 196
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.graphics.drawable.ClipDrawable.getLayoutDirection:()I
            istore 8 /* layoutDirection */
        start local 8 // int layoutDirection
        13: .line 197
            aload 0 /* this */
            getfield android.graphics.drawable.ClipDrawable.mState:Landroid/graphics/drawable/ClipDrawable$ClipState;
            getfield android.graphics.drawable.ClipDrawable$ClipState.mGravity:I
            iload 6 /* w */
            iload 7 /* h */
            aload 4 /* bounds */
            aload 3 /* r */
            iload 8 /* layoutDirection */
            invokestatic android.view.Gravity.apply:(IIILandroid/graphics/Rect;Landroid/graphics/Rect;I)V
        14: .line 199
            iload 6 /* w */
            ifle 19
            iload 7 /* h */
            ifle 19
        15: .line 200
            aload 1 /* canvas */
            invokevirtual android.graphics.Canvas.save:()I
            pop
        16: .line 201
            aload 1 /* canvas */
            aload 3 /* r */
            invokevirtual android.graphics.Canvas.clipRect:(Landroid/graphics/Rect;)Z
            pop
        17: .line 202
            aload 2 /* dr */
            aload 1 /* canvas */
            invokevirtual android.graphics.drawable.Drawable.draw:(Landroid/graphics/Canvas;)V
        18: .line 203
            aload 1 /* canvas */
            invokevirtual android.graphics.Canvas.restore:()V
        19: .line 205
      StackMap locals: int
      StackMap stack:
            return
        end local 8 // int layoutDirection
        end local 7 // int h
        end local 6 // int w
        end local 5 // int level
        end local 4 // android.graphics.Rect bounds
        end local 3 // android.graphics.Rect r
        end local 2 // android.graphics.drawable.Drawable dr
        end local 1 // android.graphics.Canvas canvas
        end local 0 // android.graphics.drawable.ClipDrawable this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   20     0             this  Landroid/graphics/drawable/ClipDrawable;
            0   20     1           canvas  Landroid/graphics/Canvas;
            1   20     2               dr  Landroid/graphics/drawable/Drawable;
            4   20     3                r  Landroid/graphics/Rect;
            5   20     4           bounds  Landroid/graphics/Rect;
            6   20     5            level  I
            7   20     6                w  I
           10   20     7                h  I
           13   20     8  layoutDirection  I
    MethodParameters:
        Name  Flags
      canvas  

  android.graphics.drawable.DrawableWrapper$DrawableWrapperState mutateConstantState();
    descriptor: ()Landroid/graphics/drawable/DrawableWrapper$DrawableWrapperState;
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.graphics.drawable.ClipDrawable this
         0: .line 209
            aload 0 /* this */
            new android.graphics.drawable.ClipDrawable$ClipState
            dup
            aload 0 /* this */
            getfield android.graphics.drawable.ClipDrawable.mState:Landroid/graphics/drawable/ClipDrawable$ClipState;
            aconst_null
            invokespecial android.graphics.drawable.ClipDrawable$ClipState.<init>:(Landroid/graphics/drawable/ClipDrawable$ClipState;Landroid/content/res/Resources;)V
            putfield android.graphics.drawable.ClipDrawable.mState:Landroid/graphics/drawable/ClipDrawable$ClipState;
         1: .line 210
            aload 0 /* this */
            getfield android.graphics.drawable.ClipDrawable.mState:Landroid/graphics/drawable/ClipDrawable$ClipState;
            areturn
        end local 0 // android.graphics.drawable.ClipDrawable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/graphics/drawable/ClipDrawable;

  private void <init>(android.graphics.drawable.ClipDrawable$ClipState, android.content.res.Resources);
    descriptor: (Landroid/graphics/drawable/ClipDrawable$ClipState;Landroid/content/res/Resources;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.graphics.drawable.ClipDrawable this
        start local 1 // android.graphics.drawable.ClipDrawable$ClipState state
        start local 2 // android.content.res.Resources res
         0: .line 235
            aload 0 /* this */
            aload 1 /* state */
            aload 2 /* res */
            invokespecial android.graphics.drawable.DrawableWrapper.<init>:(Landroid/graphics/drawable/DrawableWrapper$DrawableWrapperState;Landroid/content/res/Resources;)V
         1: .line 59
            aload 0 /* this */
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            putfield android.graphics.drawable.ClipDrawable.mTmpRect:Landroid/graphics/Rect;
         2: .line 237
            aload 0 /* this */
            aload 1 /* state */
            putfield android.graphics.drawable.ClipDrawable.mState:Landroid/graphics/drawable/ClipDrawable$ClipState;
         3: .line 238
            return
        end local 2 // android.content.res.Resources res
        end local 1 // android.graphics.drawable.ClipDrawable$ClipState state
        end local 0 // android.graphics.drawable.ClipDrawable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/graphics/drawable/ClipDrawable;
            0    4     1  state  Landroid/graphics/drawable/ClipDrawable$ClipState;
            0    4     2    res  Landroid/content/res/Resources;
    MethodParameters:
       Name  Flags
      state  
      res    
}
SourceFile: "ClipDrawable.java"
NestMembers:
  android.graphics.drawable.ClipDrawable$ClipState
InnerClasses:
  public final Theme = android.content.res.Resources$Theme of android.content.res.Resources
  final ClipState = android.graphics.drawable.ClipDrawable$ClipState of android.graphics.drawable.ClipDrawable
  abstract DrawableWrapperState = android.graphics.drawable.DrawableWrapper$DrawableWrapperState of android.graphics.drawable.DrawableWrapper