class android.widget.RemoteViews$ViewGroupActionAdd$1 extends android.widget.RemoteViews$RuntimeAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.RemoteViews$ViewGroupActionAdd$1
  super_class: android.widget.RemoteViews$RuntimeAction
{
  final android.widget.RemoteViews$ViewGroupActionAdd this$1;
    descriptor: Landroid/widget/RemoteViews$ViewGroupActionAdd;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final android.widget.RemoteViews$AsyncApplyTask val$task;
    descriptor: Landroid/widget/RemoteViews$AsyncApplyTask;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final android.widget.RemoteViews$ViewTree val$tree;
    descriptor: Landroid/widget/RemoteViews$ViewTree;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final android.view.ViewGroup val$targetVg;
    descriptor: Landroid/view/ViewGroup;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.widget.RemoteViews$ViewGroupActionAdd, android.widget.RemoteViews$AsyncApplyTask, android.widget.RemoteViews$ViewTree, android.view.ViewGroup);
    descriptor: (Landroid/widget/RemoteViews$ViewGroupActionAdd;Landroid/widget/RemoteViews$AsyncApplyTask;Landroid/widget/RemoteViews$ViewTree;Landroid/view/ViewGroup;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.widget.RemoteViews$ViewGroupActionAdd$1 this
         0: .line 1640
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$ViewGroupActionAdd$1.this$1:Landroid/widget/RemoteViews$ViewGroupActionAdd;
            aload 0 /* this */
            aload 2
            putfield android.widget.RemoteViews$ViewGroupActionAdd$1.val$task:Landroid/widget/RemoteViews$AsyncApplyTask;
            aload 0 /* this */
            aload 3
            putfield android.widget.RemoteViews$ViewGroupActionAdd$1.val$tree:Landroid/widget/RemoteViews$ViewTree;
            aload 0 /* this */
            aload 4
            putfield android.widget.RemoteViews$ViewGroupActionAdd$1.val$targetVg:Landroid/view/ViewGroup;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$RuntimeAction.<init>:()V
            return
        end local 0 // android.widget.RemoteViews$ViewGroupActionAdd$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViews$ViewGroupActionAdd$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$task      final
      val$tree      final
      val$targetVg  final

  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=4, args_size=4
        start local 0 // android.widget.RemoteViews$ViewGroupActionAdd$1 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 1644
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd$1.val$task:Landroid/widget/RemoteViews$AsyncApplyTask;
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd$1.val$tree:Landroid/widget/RemoteViews$ViewTree;
            invokevirtual android.widget.RemoteViews$AsyncApplyTask.onPostExecute:(Landroid/widget/RemoteViews$ViewTree;)V
         1: .line 1645
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd$1.val$targetVg:Landroid/view/ViewGroup;
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd$1.val$task:Landroid/widget/RemoteViews$AsyncApplyTask;
            getfield android.widget.RemoteViews$AsyncApplyTask.mResult:Landroid/view/View;
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd$1.this$1:Landroid/widget/RemoteViews$ViewGroupActionAdd;
            getfield android.widget.RemoteViews$ViewGroupActionAdd.mIndex:I
            invokevirtual android.view.ViewGroup.addView:(Landroid/view/View;I)V
         2: .line 1646
            return
        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$ViewGroupActionAdd$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Landroid/widget/RemoteViews$ViewGroupActionAdd$1;
            0    3     1        root  Landroid/view/View;
            0    3     2  rootParent  Landroid/view/ViewGroup;
            0    3     3     handler  Landroid/widget/RemoteViews$OnClickHandler;
    Exceptions:
      throws android.widget.RemoteViews$ActionException
    MethodParameters:
            Name  Flags
      root        
      rootParent  
      handler     
}
SourceFile: "RemoteViews.java"
EnclosingMethod: android.widget.RemoteViews$ViewGroupActionAdd.initActionAsync:(Landroid/widget/RemoteViews$ViewTree;Landroid/view/ViewGroup;Landroid/widget/RemoteViews$OnClickHandler;)Landroid/widget/RemoteViews$Action;
NestHost: android.widget.RemoteViews
InnerClasses:
  private abstract Action = android.widget.RemoteViews$Action of android.widget.RemoteViews
  public ActionException = android.widget.RemoteViews$ActionException of android.widget.RemoteViews
  private AsyncApplyTask = android.widget.RemoteViews$AsyncApplyTask of android.widget.RemoteViews
  public OnClickHandler = android.widget.RemoteViews$OnClickHandler of android.widget.RemoteViews
  private abstract RuntimeAction = android.widget.RemoteViews$RuntimeAction of android.widget.RemoteViews
  private ViewGroupActionAdd = android.widget.RemoteViews$ViewGroupActionAdd of android.widget.RemoteViews
  android.widget.RemoteViews$ViewGroupActionAdd$1
  private ViewTree = android.widget.RemoteViews$ViewTree of android.widget.RemoteViews