class android.widget.RemoteViews$LayoutParamAction extends android.widget.RemoteViews$Action
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.RemoteViews$LayoutParamAction
  super_class: android.widget.RemoteViews$Action
{
  public static final int LAYOUT_MARGIN_END_DIMEN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

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

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

  final int mProperty;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int mValue;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.widget.RemoteViews$LayoutParamAction this
        start local 1 // int viewId
        start local 2 // int property
        start local 3 // int value
         0: .line 2021
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 2022
            aload 0 /* this */
            iload 1 /* viewId */
            putfield android.widget.RemoteViews$LayoutParamAction.viewId:I
         2: .line 2023
            aload 0 /* this */
            iload 2 /* property */
            putfield android.widget.RemoteViews$LayoutParamAction.mProperty:I
         3: .line 2024
            aload 0 /* this */
            iload 3 /* value */
            putfield android.widget.RemoteViews$LayoutParamAction.mValue:I
         4: .line 2025
            return
        end local 3 // int value
        end local 2 // int property
        end local 1 // int viewId
        end local 0 // android.widget.RemoteViews$LayoutParamAction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Landroid/widget/RemoteViews$LayoutParamAction;
            0    5     1    viewId  I
            0    5     2  property  I
            0    5     3     value  I
    MethodParameters:
          Name  Flags
      viewId    
      property  
      value     

  public void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.RemoteViews$LayoutParamAction this
        start local 1 // android.os.Parcel parcel
         0: .line 2027
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 2028
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$LayoutParamAction.viewId:I
         2: .line 2029
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$LayoutParamAction.mProperty:I
         3: .line 2030
            aload 0 /* this */
            aload 1 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$LayoutParamAction.mValue:I
         4: .line 2031
            return
        end local 1 // android.os.Parcel parcel
        end local 0 // android.widget.RemoteViews$LayoutParamAction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/widget/RemoteViews$LayoutParamAction;
            0    5     1  parcel  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      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$LayoutParamAction this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 2034
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$LayoutParamAction.viewId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 2035
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$LayoutParamAction.mProperty:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 2036
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$LayoutParamAction.mValue:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 2037
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.widget.RemoteViews$LayoutParamAction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/widget/RemoteViews$LayoutParamAction;
            0    4     1   dest  Landroid/os/Parcel;
            0    4     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=5, locals=8, args_size=4
        start local 0 // android.widget.RemoteViews$LayoutParamAction 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 2041
            aload 1 /* root */
            aload 0 /* this */
            getfield android.widget.RemoteViews$LayoutParamAction.viewId:I
            invokevirtual android.view.View.findViewById:(I)Landroid/view/View;
            astore 4 /* target */
        start local 4 // android.view.View target
         1: .line 2042
            aload 4 /* target */
            ifnonnull 3
         2: .line 2043
            return
         3: .line 2045
      StackMap locals: android.view.View
      StackMap stack:
            aload 4 /* target */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            astore 5 /* layoutParams */
        start local 5 // android.view.ViewGroup$LayoutParams layoutParams
         4: .line 2046
            aload 5 /* layoutParams */
            ifnonnull 6
         5: .line 2047
            return
         6: .line 2049
      StackMap locals: android.view.ViewGroup$LayoutParams
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RemoteViews$LayoutParamAction.mValue:I
            istore 6 /* value */
        start local 6 // int value
         7: .line 2050
            aload 0 /* this */
            getfield android.widget.RemoteViews$LayoutParamAction.mProperty:I
            tableswitch { // 1 - 4
                    1: 8
                    2: 18
                    3: 13
                    4: 9
              default: 21
          }
         8: .line 2052
      StackMap locals: int
      StackMap stack:
            aload 4 /* target */
            aload 0 /* this */
            getfield android.widget.RemoteViews$LayoutParamAction.mValue:I
            invokestatic android.widget.RemoteViews$LayoutParamAction.resolveDimenPixelOffset:(Landroid/view/View;I)I
            istore 6 /* value */
         9: .line 2055
      StackMap locals:
      StackMap stack:
            aload 5 /* layoutParams */
            instanceof android.view.ViewGroup$MarginLayoutParams
            ifeq 22
        10: .line 2056
            aload 5 /* layoutParams */
            checkcast android.view.ViewGroup$MarginLayoutParams
            iload 6 /* value */
            invokevirtual android.view.ViewGroup$MarginLayoutParams.setMarginEnd:(I)V
        11: .line 2057
            aload 4 /* target */
            aload 5 /* layoutParams */
            invokevirtual android.view.View.setLayoutParams:(Landroid/view/ViewGroup$LayoutParams;)V
        12: .line 2059
            goto 22
        13: .line 2061
      StackMap locals:
      StackMap stack:
            aload 5 /* layoutParams */
            instanceof android.view.ViewGroup$MarginLayoutParams
            ifeq 22
        14: .line 2062
            aload 4 /* target */
            aload 0 /* this */
            getfield android.widget.RemoteViews$LayoutParamAction.mValue:I
            invokestatic android.widget.RemoteViews$LayoutParamAction.resolveDimenPixelOffset:(Landroid/view/View;I)I
            istore 7 /* resolved */
        start local 7 // int resolved
        15: .line 2063
            aload 5 /* layoutParams */
            checkcast android.view.ViewGroup$MarginLayoutParams
            iload 7 /* resolved */
            putfield android.view.ViewGroup$MarginLayoutParams.bottomMargin:I
        16: .line 2064
            aload 4 /* target */
            aload 5 /* layoutParams */
            invokevirtual android.view.View.setLayoutParams:(Landroid/view/ViewGroup$LayoutParams;)V
        end local 7 // int resolved
        17: .line 2066
            goto 22
        18: .line 2068
      StackMap locals:
      StackMap stack:
            aload 5 /* layoutParams */
            aload 0 /* this */
            getfield android.widget.RemoteViews$LayoutParamAction.mValue:I
            putfield android.view.ViewGroup$LayoutParams.width:I
        19: .line 2069
            aload 4 /* target */
            aload 5 /* layoutParams */
            invokevirtual android.view.View.setLayoutParams:(Landroid/view/ViewGroup$LayoutParams;)V
        20: .line 2070
            goto 22
        21: .line 2072
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown property "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.widget.RemoteViews$LayoutParamAction.mProperty:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 2074
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int value
        end local 5 // android.view.ViewGroup$LayoutParams layoutParams
        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$LayoutParamAction this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   23     0          this  Landroid/widget/RemoteViews$LayoutParamAction;
            0   23     1          root  Landroid/view/View;
            0   23     2    rootParent  Landroid/view/ViewGroup;
            0   23     3       handler  Landroid/widget/RemoteViews$OnClickHandler;
            1   23     4        target  Landroid/view/View;
            4   23     5  layoutParams  Landroid/view/ViewGroup$LayoutParams;
            7   23     6         value  I
           15   17     7      resolved  I
    MethodParameters:
            Name  Flags
      root        
      rootParent  
      handler     

  private static int resolveDimenPixelOffset(android.view.View, int);
    descriptor: (Landroid/view/View;I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.view.View target
        start local 1 // int value
         0: .line 2077
            iload 1 /* value */
            ifne 2
         1: .line 2078
            iconst_0
            ireturn
         2: .line 2080
      StackMap locals:
      StackMap stack:
            aload 0 /* target */
            invokevirtual android.view.View.getContext:()Landroid/content/Context;
            invokevirtual android.content.Context.getResources:()Landroid/content/res/Resources;
            iload 1 /* value */
            invokevirtual android.content.res.Resources.getDimensionPixelOffset:(I)I
            ireturn
        end local 1 // int value
        end local 0 // android.view.View target
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  target  Landroid/view/View;
            0    3     1   value  I
    MethodParameters:
        Name  Flags
      target  
      value   

  public int getActionTag();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.RemoteViews$LayoutParamAction this
         0: .line 2085
            bipush 19
            ireturn
        end local 0 // android.widget.RemoteViews$LayoutParamAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViews$LayoutParamAction;

  public java.lang.String getUniqueKey();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.RemoteViews$LayoutParamAction this
         0: .line 2090
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.getUniqueKey:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.widget.RemoteViews$LayoutParamAction.mProperty:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // android.widget.RemoteViews$LayoutParamAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViews$LayoutParamAction;
}
SourceFile: "RemoteViews.java"
NestHost: android.widget.RemoteViews
InnerClasses:
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public MarginLayoutParams = android.view.ViewGroup$MarginLayoutParams of android.view.ViewGroup
  private abstract Action = android.widget.RemoteViews$Action of android.widget.RemoteViews
  private LayoutParamAction = android.widget.RemoteViews$LayoutParamAction of android.widget.RemoteViews
  public OnClickHandler = android.widget.RemoteViews$OnClickHandler of android.widget.RemoteViews