final class android.widget.RemoteViews$ViewContentNavigation extends android.widget.RemoteViews$Action
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.widget.RemoteViews$ViewContentNavigation
  super_class: android.widget.RemoteViews$Action
{
  final boolean mNext;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

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

  void <init>(android.widget.RemoteViews, int, boolean);
    descriptor: (Landroid/widget/RemoteViews;IZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.widget.RemoteViews$ViewContentNavigation this
        start local 2 // int viewId
        start local 3 // boolean next
         0: .line 1117
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$ViewContentNavigation.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 1118
            aload 0 /* this */
            iload 2 /* viewId */
            putfield android.widget.RemoteViews$ViewContentNavigation.viewId:I
         2: .line 1119
            aload 0 /* this */
            iload 3 /* next */
            putfield android.widget.RemoteViews$ViewContentNavigation.mNext:Z
         3: .line 1120
            return
        end local 3 // boolean next
        end local 2 // int viewId
        end local 0 // android.widget.RemoteViews$ViewContentNavigation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/widget/RemoteViews$ViewContentNavigation;
            0    4     2  viewId  I
            0    4     3    next  Z
    MethodParameters:
        Name  Flags
      this$0  final
      viewId  
      next    

  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$ViewContentNavigation this
        start local 2 // android.os.Parcel in
         0: .line 1122
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViews$ViewContentNavigation.this$0:Landroid/widget/RemoteViews;
            aload 0 /* this */
            invokespecial android.widget.RemoteViews$Action.<init>:()V
         1: .line 1123
            aload 0 /* this */
            aload 2 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.widget.RemoteViews$ViewContentNavigation.viewId:I
         2: .line 1124
            aload 0 /* this */
            aload 2 /* in */
            invokevirtual android.os.Parcel.readBoolean:()Z
            putfield android.widget.RemoteViews$ViewContentNavigation.mNext:Z
         3: .line 1125
            return
        end local 2 // android.os.Parcel in
        end local 0 // android.widget.RemoteViews$ViewContentNavigation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/widget/RemoteViews$ViewContentNavigation;
            0    4     2    in  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      this$0  final
      in      

  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$ViewContentNavigation this
        start local 1 // android.os.Parcel out
        start local 2 // int flags
         0: .line 1128
            aload 1 /* out */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewContentNavigation.viewId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 1129
            aload 1 /* out */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewContentNavigation.mNext:Z
            invokevirtual android.os.Parcel.writeBoolean:(Z)V
         2: .line 1130
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel out
        end local 0 // android.widget.RemoteViews$ViewContentNavigation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/widget/RemoteViews$ViewContentNavigation;
            0    3     1    out  Landroid/os/Parcel;
            0    3     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      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=6, args_size=4
        start local 0 // android.widget.RemoteViews$ViewContentNavigation 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 1134
            aload 1 /* root */
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewContentNavigation.viewId:I
            invokevirtual android.view.View.findViewById:(I)Landroid/view/View;
            astore 4 /* view */
        start local 4 // android.view.View view
         1: .line 1135
            aload 4 /* view */
            ifnonnull 2
            return
         2: .line 1138
      StackMap locals: android.view.View
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewContentNavigation.this$0:Landroid/widget/RemoteViews;
            aload 4 /* view */
         3: .line 1139
            aload 0 /* this */
            getfield android.widget.RemoteViews$ViewContentNavigation.mNext:Z
            ifeq 4
            ldc "showNext"
            goto 5
      StackMap locals: android.widget.RemoteViews$ViewContentNavigation android.view.View android.view.ViewGroup android.widget.RemoteViews$OnClickHandler android.view.View
      StackMap stack: android.widget.RemoteViews android.view.View
         4: ldc "showPrevious"
      StackMap locals: android.widget.RemoteViews$ViewContentNavigation android.view.View android.view.ViewGroup android.widget.RemoteViews$OnClickHandler android.view.View
      StackMap stack: android.widget.RemoteViews android.view.View java.lang.String
         5: aconst_null
            iconst_0
         6: .line 1138
            invokevirtual android.widget.RemoteViews.getMethod:(Landroid/view/View;Ljava/lang/String;Ljava/lang/Class;Z)Ljava/lang/invoke/MethodHandle;
         7: .line 1139
            aload 4 /* view */
            invokevirtual java.lang.invoke.MethodHandle.invoke:(Landroid/view/View;)V
         8: .line 1140
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 5 /* ex */
        start local 5 // java.lang.Throwable ex
        10: .line 1141
            new android.widget.RemoteViews$ActionException
            dup
            aload 5 /* ex */
            invokespecial android.widget.RemoteViews$ActionException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.Throwable ex
        11: .line 1143
      StackMap locals:
      StackMap stack:
            return
        end local 4 // android.view.View view
        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$ViewContentNavigation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Landroid/widget/RemoteViews$ViewContentNavigation;
            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        view  Landroid/view/View;
           10   11     5          ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     8       9  Class java.lang.Throwable
    MethodParameters:
            Name  Flags
      root        
      rootParent  
      handler     

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

  public int getActionTag();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.RemoteViews$ViewContentNavigation this
         0: .line 1151
            iconst_5
            ireturn
        end local 0 // android.widget.RemoteViews$ViewContentNavigation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViews$ViewContentNavigation;
}
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
  public OnClickHandler = android.widget.RemoteViews$OnClickHandler of android.widget.RemoteViews
  private final ViewContentNavigation = android.widget.RemoteViews$ViewContentNavigation of android.widget.RemoteViews