public interface com.android.internal.widget.IRemoteViewsFactory extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.android.internal.widget.IRemoteViewsFactory
  super_class: java.lang.Object
{
  public abstract void onDataSetChanged();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void onDataSetChangedAsync();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void onDestroy(android.content.Intent);
    descriptor: (Landroid/content/Intent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      intent  

  public abstract int getCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract android.widget.RemoteViews getViewAt(int);
    descriptor: (I)Landroid/widget/RemoteViews;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      position  

  public abstract android.widget.RemoteViews getLoadingView();
    descriptor: ()Landroid/widget/RemoteViews;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract int getViewTypeCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract long getItemId(int);
    descriptor: (I)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      position  

  public abstract boolean hasStableIds();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract boolean isCreated();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
}
SourceFile: "IRemoteViewsFactory.java"
NestMembers:
  com.android.internal.widget.IRemoteViewsFactory$Stub  com.android.internal.widget.IRemoteViewsFactory$Stub$Proxy
InnerClasses:
  public abstract Stub = com.android.internal.widget.IRemoteViewsFactory$Stub of com.android.internal.widget.IRemoteViewsFactory