class android.widget.RemoteViews$ViewGroupActionAdd extends android.widget.RemoteViews$Action
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.RemoteViews$ViewGroupActionAdd
  super_class: android.widget.RemoteViews$Action
{
  private android.widget.RemoteViews mNestedViews;
    descriptor: Landroid/widget/RemoteViews;
    flags: (0x0002) ACC_PRIVATE

  private int mIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(android.widget.RemoteViews, int, android.widget.RemoteViews);
    descriptor: (Landroid/widget/RemoteViews;ILandroid/widget/RemoteViews;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
        start local 2 // int viewId
        start local 3 // android.widget.RemoteViews nestedViews
         0: .line 1572
            aload 0 /* this */
            aload 1
            iload 2 /* viewId */
            aload 3 /* nestedViews */
            iconst_m1
            invokespecial android.widget.RemoteViews$ViewGroupActionAdd.<init>:(Landroid/widget/RemoteViews;ILandroid/widget/RemoteViews;I)V
         1: .line 1573
            return
        end local 3 // android.widget.RemoteViews nestedViews
        end local 2 // int viewId
        end local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Landroid/widget/RemoteViews$ViewGroupActionAdd;
            0    2     2       viewId  I
            0    2     3  nestedViews  Landroid/widget/RemoteViews;
    MethodParameters:
             Name  Flags
      this$0       final
      viewId       
      nestedViews  

  void <init>(android.widget.RemoteViews, int, android.widget.RemoteViews, int);
    descriptor: (Landroid/widget/RemoteViews;ILandroid/widget/RemoteViews;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
        start local 2 // int viewId
        start local 3 // android.widget.RemoteViews nestedViews
        start local 4 // int index
         0: .line 1575
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$ViewGroupActionAdd.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 1576
            aload 0 /* this */
            iload 2 /* viewId */
            putfield android.widget.RemoteViews$ViewGroupActionAdd.viewId:I
         2: .line 1577
            aload 0 /* this */
            aload 3 /* nestedViews */
            putfield android.widget.RemoteViews$ViewGroupActionAdd.mNestedViews:Landroid/widget/RemoteViews;
         3: .line 1578
            aload 0 /* this */
            iload 4 /* index */
            putfield android.widget.RemoteViews$ViewGroupActionAdd.mIndex:I
         4: .line 1579
            aload 3 /* nestedViews */
            ifnull 6
         5: .line 1580
            aload 1
            aload 3 /* nestedViews */
            invokevirtual android.widget.RemoteViews.configureRemoteViewsAsChild:(Landroid/widget/RemoteViews;)V
         6: .line 1582
      StackMap locals: android.widget.RemoteViews$ViewGroupActionAdd android.widget.RemoteViews int android.widget.RemoteViews int
      StackMap stack:
            return
        end local 4 // int index
        end local 3 // android.widget.RemoteViews nestedViews
        end local 2 // int viewId
        end local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Landroid/widget/RemoteViews$ViewGroupActionAdd;
            0    7     2       viewId  I
            0    7     3  nestedViews  Landroid/widget/RemoteViews;
            0    7     4        index  I
    MethodParameters:
             Name  Flags
      this$0       final
      viewId       
      nestedViews  
      index        

  void <init>(android.os.Parcel, android.widget.RemoteViews$BitmapCache, android.content.pm.ApplicationInfo, int, java.util.Map<java.lang.Class, java.lang.Object>);
    descriptor: (Landroid/widget/RemoteViews;Landroid/os/Parcel;Landroid/widget/RemoteViews$BitmapCache;Landroid/content/pm/ApplicationInfo;ILjava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
        start local 2 // android.os.Parcel parcel
        start local 3 // android.widget.RemoteViews$BitmapCache bitmapCache
        start local 4 // android.content.pm.ApplicationInfo info
        start local 5 // int depth
        start local 6 // java.util.Map classCookies
         0: .line 1585
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$ViewGroupActionAdd.this$0:Landroid/widget/RemoteViews;
         1: .line 1584
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         2: .line 1586
            aload 0 /* this */
            aload 2 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$ViewGroupActionAdd.viewId:I
         3: .line 1587
            aload 0 /* this */
            aload 2 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$ViewGroupActionAdd.mIndex:I
         4: .line 1588
            aload 0 /* this */
            new android.widget.RemoteViews
            dup
            aload 2 /* parcel */
            aload 3 /* bitmapCache */
            aload 4 /* info */
            iload 5 /* depth */
            aload 6 /* classCookies */
            invokespecial android.widget.RemoteViews.<init>:(Landroid/os/Parcel;Landroid/widget/RemoteViews$BitmapCache;Landroid/content/pm/ApplicationInfo;ILjava/util/Map;)V
            putfield android.widget.RemoteViews$ViewGroupActionAdd.mNestedViews:Landroid/widget/RemoteViews;
         5: .line 1589
            return
        end local 6 // java.util.Map classCookies
        end local 5 // int depth
        end local 4 // android.content.pm.ApplicationInfo info
        end local 3 // android.widget.RemoteViews$BitmapCache bitmapCache
        end local 2 // android.os.Parcel parcel
        end local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Landroid/widget/RemoteViews$ViewGroupActionAdd;
            0    6     2        parcel  Landroid/os/Parcel;
            0    6     3   bitmapCache  Landroid/widget/RemoteViews$BitmapCache;
            0    6     4          info  Landroid/content/pm/ApplicationInfo;
            0    6     5         depth  I
            0    6     6  classCookies  Ljava/util/Map<Ljava/lang/Class;Ljava/lang/Object;>;
    Signature: (Landroid/os/Parcel;Landroid/widget/RemoteViews$BitmapCache;Landroid/content/pm/ApplicationInfo;ILjava/util/Map<Ljava/lang/Class;Ljava/lang/Object;>;)V
    MethodParameters:
              Name  Flags
      this$0        final
      parcel        
      bitmapCache   
      info          
      depth         
      classCookies  

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 1592
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd.viewId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 1593
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd.mIndex:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 1594
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd.mNestedViews:Landroid/widget/RemoteViews;
            aload 1 /* dest */
            iload 2 /* flags */
            invokevirtual android.widget.RemoteViews.writeToParcel:(Landroid/os/Parcel;I)V
         3: .line 1595
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/widget/RemoteViews$ViewGroupActionAdd;
            0    4     1   dest  Landroid/os/Parcel;
            0    4     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public boolean hasSameAppInfo(android.content.pm.ApplicationInfo);
    descriptor: (Landroid/content/pm/ApplicationInfo;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
        start local 1 // android.content.pm.ApplicationInfo parentInfo
         0: .line 1599
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd.mNestedViews:Landroid/widget/RemoteViews;
            aload 1 /* parentInfo */
            invokevirtual android.widget.RemoteViews.hasSameAppInfo:(Landroid/content/pm/ApplicationInfo;)Z
            ireturn
        end local 1 // android.content.pm.ApplicationInfo parentInfo
        end local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/widget/RemoteViews$ViewGroupActionAdd;
            0    1     1  parentInfo  Landroid/content/pm/ApplicationInfo;
    MethodParameters:
            Name  Flags
      parentInfo  

  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=6, args_size=4
        start local 0 // android.widget.RemoteViews$ViewGroupActionAdd 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 1604
            aload 1 /* root */
            invokevirtual android.view.View.getContext:()Landroid/content/Context;
            astore 4 /* context */
        start local 4 // android.content.Context context
         1: .line 1605
            aload 1 /* root */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd.viewId:I
            invokevirtual android.view.View.findViewById:(I)Landroid/view/View;
            checkcast android.view.ViewGroup
            astore 5 /* target */
        start local 5 // android.view.ViewGroup target
         2: .line 1607
            aload 5 /* target */
            ifnonnull 4
         3: .line 1608
            return
         4: .line 1612
      StackMap locals: android.content.Context android.view.ViewGroup
      StackMap stack:
            aload 5 /* target */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd.mNestedViews:Landroid/widget/RemoteViews;
            aload 4 /* context */
            aload 5 /* target */
            aload 3 /* handler */
            invokevirtual android.widget.RemoteViews.apply:(Landroid/content/Context;Landroid/view/ViewGroup;Landroid/widget/RemoteViews$OnClickHandler;)Landroid/view/View;
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd.mIndex:I
            invokevirtual android.view.ViewGroup.addView:(Landroid/view/View;I)V
         5: .line 1613
            return
        end local 5 // android.view.ViewGroup target
        end local 4 // android.content.Context context
        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 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Landroid/widget/RemoteViews$ViewGroupActionAdd;
            0    6     1        root  Landroid/view/View;
            0    6     2  rootParent  Landroid/view/ViewGroup;
            0    6     3     handler  Landroid/widget/RemoteViews$OnClickHandler;
            1    6     4     context  Landroid/content/Context;
            2    6     5      target  Landroid/view/ViewGroup;
    MethodParameters:
            Name  Flags
      root        
      rootParent  
      handler     

  public android.widget.RemoteViews$Action initActionAsync(android.widget.RemoteViews$ViewTree, android.view.ViewGroup, android.widget.RemoteViews$OnClickHandler);
    descriptor: (Landroid/widget/RemoteViews$ViewTree;Landroid/view/ViewGroup;Landroid/widget/RemoteViews$OnClickHandler;)Landroid/widget/RemoteViews$Action;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
        start local 1 // android.widget.RemoteViews$ViewTree root
        start local 2 // android.view.ViewGroup rootParent
        start local 3 // android.widget.RemoteViews$OnClickHandler handler
         0: .line 1619
            aload 1 /* root */
            invokevirtual android.widget.RemoteViews$ViewTree.createTree:()V
         1: .line 1620
            aload 1 /* root */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd.viewId:I
            invokevirtual android.widget.RemoteViews$ViewTree.findViewTreeById:(I)Landroid/widget/RemoteViews$ViewTree;
            astore 4 /* target */
        start local 4 // android.widget.RemoteViews$ViewTree target
         2: .line 1621
            aload 4 /* target */
            ifnull 3
            aload 4 /* target */
            getfield android.widget.RemoteViews$ViewTree.mRoot:Landroid/view/View;
            instanceof android.view.ViewGroup
            ifne 4
         3: .line 1622
      StackMap locals: android.widget.RemoteViews$ViewTree
      StackMap stack:
            getstatic android.widget.RemoteViews.ACTION_NOOP:Landroid/widget/RemoteViews$Action;
            areturn
         4: .line 1624
      StackMap locals:
      StackMap stack:
            aload 4 /* target */
            getfield android.widget.RemoteViews$ViewTree.mRoot:Landroid/view/View;
            checkcast android.view.ViewGroup
            astore 5 /* targetVg */
        start local 5 // android.view.ViewGroup targetVg
         5: .line 1627
            aload 1 /* root */
            getfield android.widget.RemoteViews$ViewTree.mRoot:Landroid/view/View;
            invokevirtual android.view.View.getContext:()Landroid/content/Context;
            astore 6 /* context */
        start local 6 // android.content.Context context
         6: .line 1628
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd.mNestedViews:Landroid/widget/RemoteViews;
         7: .line 1629
            aload 6 /* context */
            aload 5 /* targetVg */
            aconst_null
            aload 3 /* handler */
         8: .line 1628
            invokevirtual android.widget.RemoteViews.getAsyncApplyTask:(Landroid/content/Context;Landroid/view/ViewGroup;Landroid/widget/RemoteViews$OnViewAppliedListener;Landroid/widget/RemoteViews$OnClickHandler;)Landroid/widget/RemoteViews$AsyncApplyTask;
            astore 7 /* task */
        start local 7 // android.widget.RemoteViews$AsyncApplyTask task
         9: .line 1630
            aload 7 /* task */
            iconst_0
            anewarray java.lang.Void
            invokevirtual android.widget.RemoteViews$AsyncApplyTask.doInBackground:([Ljava/lang/Void;)Landroid/widget/RemoteViews$ViewTree;
            astore 8 /* tree */
        start local 8 // android.widget.RemoteViews$ViewTree tree
        10: .line 1632
            aload 8 /* tree */
            ifnonnull 12
        11: .line 1633
            new android.widget.RemoteViews$ActionException
            dup
            aload 7 /* task */
            getfield android.widget.RemoteViews$AsyncApplyTask.mError:Ljava/lang/Exception;
            invokespecial android.widget.RemoteViews$ActionException.<init>:(Ljava/lang/Exception;)V
            athrow
        12: .line 1638
      StackMap locals: android.widget.RemoteViews$ViewGroupActionAdd android.widget.RemoteViews$ViewTree android.view.ViewGroup android.widget.RemoteViews$OnClickHandler android.widget.RemoteViews$ViewTree android.view.ViewGroup android.content.Context android.widget.RemoteViews$AsyncApplyTask android.widget.RemoteViews$ViewTree
      StackMap stack:
            aload 4 /* target */
            aload 8 /* tree */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd.mIndex:I
            invokevirtual android.widget.RemoteViews$ViewTree.addChild:(Landroid/widget/RemoteViews$ViewTree;I)V
        13: .line 1640
            new android.widget.RemoteViews$ViewGroupActionAdd$1
            dup
            aload 0 /* this */
            aload 7 /* task */
            aload 8 /* tree */
            aload 5 /* targetVg */
            invokespecial android.widget.RemoteViews$ViewGroupActionAdd$1.<init>:(Landroid/widget/RemoteViews$ViewGroupActionAdd;Landroid/widget/RemoteViews$AsyncApplyTask;Landroid/widget/RemoteViews$ViewTree;Landroid/view/ViewGroup;)V
            areturn
        end local 8 // android.widget.RemoteViews$ViewTree tree
        end local 7 // android.widget.RemoteViews$AsyncApplyTask task
        end local 6 // android.content.Context context
        end local 5 // android.view.ViewGroup targetVg
        end local 4 // android.widget.RemoteViews$ViewTree target
        end local 3 // android.widget.RemoteViews$OnClickHandler handler
        end local 2 // android.view.ViewGroup rootParent
        end local 1 // android.widget.RemoteViews$ViewTree root
        end local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Landroid/widget/RemoteViews$ViewGroupActionAdd;
            0   14     1        root  Landroid/widget/RemoteViews$ViewTree;
            0   14     2  rootParent  Landroid/view/ViewGroup;
            0   14     3     handler  Landroid/widget/RemoteViews$OnClickHandler;
            2   14     4      target  Landroid/widget/RemoteViews$ViewTree;
            5   14     5    targetVg  Landroid/view/ViewGroup;
            6   14     6     context  Landroid/content/Context;
            9   14     7        task  Landroid/widget/RemoteViews$AsyncApplyTask;
           10   14     8        tree  Landroid/widget/RemoteViews$ViewTree;
    MethodParameters:
            Name  Flags
      root        
      rootParent  
      handler     

  public void setBitmapCache(android.widget.RemoteViews$BitmapCache);
    descriptor: (Landroid/widget/RemoteViews$BitmapCache;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
        start local 1 // android.widget.RemoteViews$BitmapCache bitmapCache
         0: .line 1652
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd.mNestedViews:Landroid/widget/RemoteViews;
            aload 1 /* bitmapCache */
            invokevirtual android.widget.RemoteViews.setBitmapCache:(Landroid/widget/RemoteViews$BitmapCache;)V
         1: .line 1653
            return
        end local 1 // android.widget.RemoteViews$BitmapCache bitmapCache
        end local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Landroid/widget/RemoteViews$ViewGroupActionAdd;
            0    2     1  bitmapCache  Landroid/widget/RemoteViews$BitmapCache;
    MethodParameters:
             Name  Flags
      bitmapCache  

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

  public boolean prefersAsyncApply();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
         0: .line 1662
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionAdd.mNestedViews:Landroid/widget/RemoteViews;
            invokevirtual android.widget.RemoteViews.prefersAsyncApply:()Z
            ireturn
        end local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViews$ViewGroupActionAdd;

  public int getActionTag();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
         0: .line 1667
            iconst_4
            ireturn
        end local 0 // android.widget.RemoteViews$ViewGroupActionAdd this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViews$ViewGroupActionAdd;
}
SourceFile: "RemoteViews.java"
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
  private BitmapCache = android.widget.RemoteViews$BitmapCache of android.widget.RemoteViews
  public OnClickHandler = android.widget.RemoteViews$OnClickHandler of android.widget.RemoteViews
  public abstract OnViewAppliedListener = android.widget.RemoteViews$OnViewAppliedListener 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