class android.widget.RemoteViews$ViewGroupActionRemove extends android.widget.RemoteViews$Action
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.RemoteViews$ViewGroupActionRemove
  super_class: android.widget.RemoteViews$Action
{
  private static final int REMOVE_ALL_VIEWS_ID;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  private int mViewIdToKeep;
    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);
    descriptor: (Landroid/widget/RemoteViews;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.widget.RemoteViews$ViewGroupActionRemove this
        start local 2 // int viewId
         0: .line 1685
            aload 0 /* this */
            aload 1
            iload 2 /* viewId */
            bipush -2
            invokespecial android.widget.RemoteViews$ViewGroupActionRemove.<init>:(Landroid/widget/RemoteViews;II)V
         1: .line 1686
            return
        end local 2 // int viewId
        end local 0 // android.widget.RemoteViews$ViewGroupActionRemove this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/widget/RemoteViews$ViewGroupActionRemove;
            0    2     2  viewId  I
    MethodParameters:
        Name  Flags
      this$0  final
      viewId  

  void <init>(android.widget.RemoteViews, int, int);
    descriptor: (Landroid/widget/RemoteViews;II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.widget.RemoteViews$ViewGroupActionRemove this
        start local 2 // int viewId
        start local 3 // int viewIdToKeep
         0: .line 1688
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$ViewGroupActionRemove.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 1689
            aload 0 /* this */
            iload 2 /* viewId */
            putfield android.widget.RemoteViews$ViewGroupActionRemove.viewId:I
         2: .line 1690
            aload 0 /* this */
            iload 3 /* viewIdToKeep */
            putfield android.widget.RemoteViews$ViewGroupActionRemove.mViewIdToKeep:I
         3: .line 1691
            return
        end local 3 // int viewIdToKeep
        end local 2 // int viewId
        end local 0 // android.widget.RemoteViews$ViewGroupActionRemove this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Landroid/widget/RemoteViews$ViewGroupActionRemove;
            0    4     2        viewId  I
            0    4     3  viewIdToKeep  I
    MethodParameters:
              Name  Flags
      this$0        final
      viewId        
      viewIdToKeep  

  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$ViewGroupActionRemove this
        start local 2 // android.os.Parcel parcel
         0: .line 1693
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$ViewGroupActionRemove.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 1694
            aload 0 /* this */
            aload 2 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$ViewGroupActionRemove.viewId:I
         2: .line 1695
            aload 0 /* this */
            aload 2 /* parcel */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$ViewGroupActionRemove.mViewIdToKeep:I
         3: .line 1696
            return
        end local 2 // android.os.Parcel parcel
        end local 0 // android.widget.RemoteViews$ViewGroupActionRemove this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/widget/RemoteViews$ViewGroupActionRemove;
            0    4     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$ViewGroupActionRemove this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 1699
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionRemove.viewId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 1700
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionRemove.mViewIdToKeep:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 1701
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.widget.RemoteViews$ViewGroupActionRemove this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/widget/RemoteViews$ViewGroupActionRemove;
            0    3     1   dest  Landroid/os/Parcel;
            0    3     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=2, locals=5, args_size=4
        start local 0 // android.widget.RemoteViews$ViewGroupActionRemove 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 1705
            aload 1 /* root */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionRemove.viewId:I
            invokevirtual android.view.View.findViewById:(I)Landroid/view/View;
            checkcast android.view.ViewGroup
            astore 4 /* target */
        start local 4 // android.view.ViewGroup target
         1: .line 1707
            aload 4 /* target */
            ifnonnull 3
         2: .line 1708
            return
         3: .line 1711
      StackMap locals: android.view.ViewGroup
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionRemove.mViewIdToKeep:I
            bipush -2
            if_icmpne 6
         4: .line 1712
            aload 4 /* target */
            invokevirtual android.view.ViewGroup.removeAllViews:()V
         5: .line 1713
            return
         6: .line 1716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* target */
            invokevirtual android.widget.RemoteViews$ViewGroupActionRemove.removeAllViewsExceptIdToKeep:(Landroid/view/ViewGroup;)V
         7: .line 1717
            return
        end local 4 // android.view.ViewGroup 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$ViewGroupActionRemove this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Landroid/widget/RemoteViews$ViewGroupActionRemove;
            0    8     1        root  Landroid/view/View;
            0    8     2  rootParent  Landroid/view/ViewGroup;
            0    8     3     handler  Landroid/widget/RemoteViews$OnClickHandler;
            1    8     4      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=4, locals=6, args_size=4
        start local 0 // android.widget.RemoteViews$ViewGroupActionRemove 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 1723
            aload 1 /* root */
            invokevirtual android.widget.RemoteViews$ViewTree.createTree:()V
         1: .line 1724
            aload 1 /* root */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionRemove.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 1726
            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 1727
      StackMap locals: android.widget.RemoteViews$ViewTree
      StackMap stack:
            getstatic android.widget.RemoteViews.ACTION_NOOP:Landroid/widget/RemoteViews$Action;
            areturn
         4: .line 1730
      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 1733
            aload 4 /* target */
            aconst_null
            putfield android.widget.RemoteViews$ViewTree.mChildren:Ljava/util/ArrayList;
         6: .line 1734
            new android.widget.RemoteViews$ViewGroupActionRemove$1
            dup
            aload 0 /* this */
            aload 5 /* targetVg */
            invokespecial android.widget.RemoteViews$ViewGroupActionRemove$1.<init>:(Landroid/widget/RemoteViews$ViewGroupActionRemove;Landroid/view/ViewGroup;)V
            areturn
        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$ViewGroupActionRemove this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Landroid/widget/RemoteViews$ViewGroupActionRemove;
            0    7     1        root  Landroid/widget/RemoteViews$ViewTree;
            0    7     2  rootParent  Landroid/view/ViewGroup;
            0    7     3     handler  Landroid/widget/RemoteViews$OnClickHandler;
            2    7     4      target  Landroid/widget/RemoteViews$ViewTree;
            5    7     5    targetVg  Landroid/view/ViewGroup;
    MethodParameters:
            Name  Flags
      root        
      rootParent  
      handler     

  private void removeAllViewsExceptIdToKeep(android.view.ViewGroup);
    descriptor: (Landroid/view/ViewGroup;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.widget.RemoteViews$ViewGroupActionRemove this
        start local 1 // android.view.ViewGroup viewGroup
         0: .line 1754
            aload 1 /* viewGroup */
            invokevirtual android.view.ViewGroup.getChildCount:()I
            iconst_1
            isub
            istore 2 /* index */
        start local 2 // int index
         1: .line 1755
            goto 5
         2: .line 1756
      StackMap locals: int
      StackMap stack:
            aload 1 /* viewGroup */
            iload 2 /* index */
            invokevirtual android.view.ViewGroup.getChildAt:(I)Landroid/view/View;
            invokevirtual android.view.View.getId:()I
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewGroupActionRemove.mViewIdToKeep:I
            if_icmpeq 4
         3: .line 1757
            aload 1 /* viewGroup */
            iload 2 /* index */
            invokevirtual android.view.ViewGroup.removeViewAt:(I)V
         4: .line 1759
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ -1
         5: .line 1755
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            ifge 2
         6: .line 1761
            return
        end local 2 // int index
        end local 1 // android.view.ViewGroup viewGroup
        end local 0 // android.widget.RemoteViews$ViewGroupActionRemove this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Landroid/widget/RemoteViews$ViewGroupActionRemove;
            0    7     1  viewGroup  Landroid/view/ViewGroup;
            1    7     2      index  I
    MethodParameters:
           Name  Flags
      viewGroup  

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

  public int mergeBehavior();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.RemoteViews$ViewGroupActionRemove this
         0: .line 1770
            iconst_1
            ireturn
        end local 0 // android.widget.RemoteViews$ViewGroupActionRemove this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViews$ViewGroupActionRemove;
}
SourceFile: "RemoteViews.java"
NestHost: android.widget.RemoteViews
InnerClasses:
  private abstract Action = android.widget.RemoteViews$Action of android.widget.RemoteViews
  public OnClickHandler = android.widget.RemoteViews$OnClickHandler of android.widget.RemoteViews
  private ViewGroupActionRemove = android.widget.RemoteViews$ViewGroupActionRemove of android.widget.RemoteViews
  android.widget.RemoteViews$ViewGroupActionRemove$1
  private ViewTree = android.widget.RemoteViews$ViewTree of android.widget.RemoteViews