class android.widget.RemoteViews$SetDrawableTint extends android.widget.RemoteViews$Action
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.RemoteViews$SetDrawableTint
  super_class: android.widget.RemoteViews$Action
{
  boolean targetBackground;
    descriptor: Z
    flags: (0x0000) 

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

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

  final android.widget.RemoteViews this$0;
    descriptor: Landroid/widget/RemoteViews;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.widget.RemoteViews, int, boolean, int, android.graphics.PorterDuff$Mode);
    descriptor: (Landroid/widget/RemoteViews;IZILandroid/graphics/PorterDuff$Mode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // android.widget.RemoteViews$SetDrawableTint this
        start local 2 // int id
        start local 3 // boolean targetBackground
        start local 4 // int colorFilter
        start local 5 // android.graphics.PorterDuff$Mode mode
         0: .line 1064
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$SetDrawableTint.this$0:Landroid/widget/RemoteViews;
         1: .line 1063
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         2: .line 1065
            aload 0 /* this */
            iload 2 /* id */
            putfield android.widget.RemoteViews$SetDrawableTint.viewId:I
         3: .line 1066
            aload 0 /* this */
            iload 3 /* targetBackground */
            putfield android.widget.RemoteViews$SetDrawableTint.targetBackground:Z
         4: .line 1067
            aload 0 /* this */
            iload 4 /* colorFilter */
            putfield android.widget.RemoteViews$SetDrawableTint.colorFilter:I
         5: .line 1068
            aload 0 /* this */
            aload 5 /* mode */
            putfield android.widget.RemoteViews$SetDrawableTint.filterMode:Landroid/graphics/PorterDuff$Mode;
         6: .line 1069
            return
        end local 5 // android.graphics.PorterDuff$Mode mode
        end local 4 // int colorFilter
        end local 3 // boolean targetBackground
        end local 2 // int id
        end local 0 // android.widget.RemoteViews$SetDrawableTint this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Landroid/widget/RemoteViews$SetDrawableTint;
            0    7     2                id  I
            0    7     3  targetBackground  Z
            0    7     4       colorFilter  I
            0    7     5              mode  Landroid/graphics/PorterDuff$Mode;
    MethodParameters:
                  Name  Flags
      this$0            final
      id                
      targetBackground  
      colorFilter       
      mode              

  void <init>(android.widget.RemoteViews, android.os.Parcel);
    descriptor: (Landroid/widget/RemoteViews;Landroid/os/Parcel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.RemoteViews$SetDrawableTint this
        start local 2 // android.os.Parcel parcel
         0: .line 1071
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$SetDrawableTint.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 1072
            aload 0 /* this */
            aload 2 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$SetDrawableTint.viewId:I
         2: .line 1073
            aload 0 /* this */
            aload 2 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 3
            iconst_1
            goto 4
      StackMap locals: android.widget.RemoteViews$SetDrawableTint android.widget.RemoteViews android.os.Parcel
      StackMap stack: android.widget.RemoteViews$SetDrawableTint
         3: iconst_0
      StackMap locals: android.widget.RemoteViews$SetDrawableTint android.widget.RemoteViews android.os.Parcel
      StackMap stack: android.widget.RemoteViews$SetDrawableTint int
         4: putfield android.widget.RemoteViews$SetDrawableTint.targetBackground:Z
         5: .line 1074
            aload 0 /* this */
            aload 2 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$SetDrawableTint.colorFilter:I
         6: .line 1075
            aload 0 /* this */
            aload 2 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            invokestatic android.graphics.PorterDuff.intToMode:(I)Landroid/graphics/PorterDuff$Mode;
            putfield android.widget.RemoteViews$SetDrawableTint.filterMode:Landroid/graphics/PorterDuff$Mode;
         7: .line 1076
            return
        end local 2 // android.os.Parcel parcel
        end local 0 // android.widget.RemoteViews$SetDrawableTint this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Landroid/widget/RemoteViews$SetDrawableTint;
            0    8     2  parcel  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      this$0  final
      parcel  

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.RemoteViews$SetDrawableTint this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 1079
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetDrawableTint.viewId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 1080
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetDrawableTint.targetBackground:Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack: android.os.Parcel
         2: iconst_0
      StackMap locals: android.widget.RemoteViews$SetDrawableTint android.os.Parcel int
      StackMap stack: android.os.Parcel int
         3: invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 1081
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetDrawableTint.colorFilter:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 1082
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetDrawableTint.filterMode:Landroid/graphics/PorterDuff$Mode;
            invokestatic android.graphics.PorterDuff.modeToInt:(Landroid/graphics/PorterDuff$Mode;)I
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 1083
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.widget.RemoteViews$SetDrawableTint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Landroid/widget/RemoteViews$SetDrawableTint;
            0    7     1   dest  Landroid/os/Parcel;
            0    7     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public void apply(android.view.View, android.view.ViewGroup, android.widget.RemoteViews$OnClickHandler);
    descriptor: (Landroid/view/View;Landroid/view/ViewGroup;Landroid/widget/RemoteViews$OnClickHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // android.widget.RemoteViews$SetDrawableTint this
        start local 1 // android.view.View root
        start local 2 // android.view.ViewGroup rootParent
        start local 3 // android.widget.RemoteViews$OnClickHandler handler
         0: .line 1087
            aload 1 /* root */
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetDrawableTint.viewId:I
            invokevirtual android.view.View.findViewById:(I)Landroid/view/View;
            astore 4 /* target */
        start local 4 // android.view.View target
         1: .line 1088
            aload 4 /* target */
            ifnonnull 2
            return
         2: .line 1091
      StackMap locals: android.view.View
      StackMap stack:
            aconst_null
            astore 5 /* targetDrawable */
        start local 5 // android.graphics.drawable.Drawable targetDrawable
         3: .line 1092
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetDrawableTint.targetBackground:Z
            ifeq 6
         4: .line 1093
            aload 4 /* target */
            invokevirtual android.view.View.getBackground:()Landroid/graphics/drawable/Drawable;
            astore 5 /* targetDrawable */
         5: .line 1094
            goto 9
      StackMap locals: android.graphics.drawable.Drawable
      StackMap stack:
         6: aload 4 /* target */
            instanceof android.widget.ImageView
            ifeq 9
         7: .line 1095
            aload 4 /* target */
            checkcast android.widget.ImageView
            astore 6 /* imageView */
        start local 6 // android.widget.ImageView imageView
         8: .line 1096
            aload 6 /* imageView */
            invokevirtual android.widget.ImageView.getDrawable:()Landroid/graphics/drawable/Drawable;
            astore 5 /* targetDrawable */
        end local 6 // android.widget.ImageView imageView
         9: .line 1099
      StackMap locals:
      StackMap stack:
            aload 5 /* targetDrawable */
            ifnull 11
        10: .line 1100
            aload 5 /* targetDrawable */
            invokevirtual android.graphics.drawable.Drawable.mutate:()Landroid/graphics/drawable/Drawable;
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetDrawableTint.colorFilter:I
            aload 0 /* this */
            getfield android.widget.RemoteViews$SetDrawableTint.filterMode:Landroid/graphics/PorterDuff$Mode;
            invokevirtual android.graphics.drawable.Drawable.setColorFilter:(ILandroid/graphics/PorterDuff$Mode;)V
        11: .line 1102
      StackMap locals:
      StackMap stack:
            return
        end local 5 // android.graphics.drawable.Drawable targetDrawable
        end local 4 // android.view.View target
        end local 3 // android.widget.RemoteViews$OnClickHandler handler
        end local 2 // android.view.ViewGroup rootParent
        end local 1 // android.view.View root
        end local 0 // android.widget.RemoteViews$SetDrawableTint this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Landroid/widget/RemoteViews$SetDrawableTint;
            0   12     1            root  Landroid/view/View;
            0   12     2      rootParent  Landroid/view/ViewGroup;
            0   12     3         handler  Landroid/widget/RemoteViews$OnClickHandler;
            1   12     4          target  Landroid/view/View;
            3   12     5  targetDrawable  Landroid/graphics/drawable/Drawable;
            8    9     6       imageView  Landroid/widget/ImageView;
    MethodParameters:
            Name  Flags
      root        
      rootParent  
      handler     

  public int getActionTag();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.RemoteViews$SetDrawableTint this
         0: .line 1106
            iconst_3
            ireturn
        end local 0 // android.widget.RemoteViews$SetDrawableTint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViews$SetDrawableTint;
}
SourceFile: "RemoteViews.java"
NestHost: android.widget.RemoteViews
InnerClasses:
  public final Mode = android.graphics.PorterDuff$Mode of android.graphics.PorterDuff
  private abstract Action = android.widget.RemoteViews$Action of android.widget.RemoteViews
  public OnClickHandler = android.widget.RemoteViews$OnClickHandler of android.widget.RemoteViews
  private SetDrawableTint = android.widget.RemoteViews$SetDrawableTint of android.widget.RemoteViews