class android.widget.RemoteViewsAdapter$LoadingViewTemplate$1 implements android.widget.RemoteViews$OnViewAppliedListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.RemoteViewsAdapter$LoadingViewTemplate$1
  super_class: java.lang.Object
{
  final android.widget.RemoteViewsAdapter$LoadingViewTemplate this$1;
    descriptor: Landroid/widget/RemoteViewsAdapter$LoadingViewTemplate;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.widget.RemoteViewsAdapter$LoadingViewTemplate);
    descriptor: (Landroid/widget/RemoteViewsAdapter$LoadingViewTemplate;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.RemoteViewsAdapter$LoadingViewTemplate$1 this
         0: .line 1254
            aload 0 /* this */
            aload 1
            putfield android.widget.RemoteViewsAdapter$LoadingViewTemplate$1.this$1:Landroid/widget/RemoteViewsAdapter$LoadingViewTemplate;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.widget.RemoteViewsAdapter$LoadingViewTemplate$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViewsAdapter$LoadingViewTemplate$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onViewApplied(android.view.View);
    descriptor: (Landroid/view/View;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.widget.RemoteViewsAdapter$LoadingViewTemplate$1 this
        start local 1 // android.view.View v
         0: .line 1258
            aload 1 /* v */
         1: .line 1259
            iconst_0
            iconst_0
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
         2: .line 1260
            iconst_0
            iconst_0
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
         3: .line 1258
            invokevirtual android.view.View.measure:(II)V
         4: .line 1261
            aload 0 /* this */
            getfield android.widget.RemoteViewsAdapter$LoadingViewTemplate$1.this$1:Landroid/widget/RemoteViewsAdapter$LoadingViewTemplate;
            aload 1 /* v */
            invokevirtual android.view.View.getMeasuredHeight:()I
            putfield android.widget.RemoteViewsAdapter$LoadingViewTemplate.defaultHeight:I
         5: .line 1262
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Exception
         6: astore 2 /* e */
        start local 2 // java.lang.Exception e
         7: .line 1263
            aload 0 /* this */
            aload 2 /* e */
            invokevirtual android.widget.RemoteViewsAdapter$LoadingViewTemplate$1.onError:(Ljava/lang/Exception;)V
        end local 2 // java.lang.Exception e
         8: .line 1265
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.view.View v
        end local 0 // android.widget.RemoteViewsAdapter$LoadingViewTemplate$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/widget/RemoteViewsAdapter$LoadingViewTemplate$1;
            0    9     1     v  Landroid/view/View;
            7    8     2     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     5       6  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      v     

  public void onError(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.RemoteViewsAdapter$LoadingViewTemplate$1 this
        start local 1 // java.lang.Exception e
         0: .line 1270
            ldc "RemoteViewsAdapter"
            ldc "Error inflating first RemoteViews"
            aload 1 /* e */
            invokestatic android.util.Log.w:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
         1: .line 1271
            return
        end local 1 // java.lang.Exception e
        end local 0 // android.widget.RemoteViewsAdapter$LoadingViewTemplate$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/RemoteViewsAdapter$LoadingViewTemplate$1;
            0    2     1     e  Ljava/lang/Exception;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "RemoteViewsAdapter.java"
EnclosingMethod: android.widget.RemoteViewsAdapter$LoadingViewTemplate.loadFirstViewHeight:(Landroid/widget/RemoteViews;Landroid/content/Context;Ljava/util/concurrent/Executor;)V
NestHost: android.widget.RemoteViewsAdapter
InnerClasses:
  public MeasureSpec = android.view.View$MeasureSpec of android.view.View
  public abstract OnViewAppliedListener = android.widget.RemoteViews$OnViewAppliedListener of android.widget.RemoteViews
  private LoadingViewTemplate = android.widget.RemoteViewsAdapter$LoadingViewTemplate of android.widget.RemoteViewsAdapter
  android.widget.RemoteViewsAdapter$LoadingViewTemplate$1