public interface android.view.autofill.IAutofillWindowPresenter extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.view.autofill.IAutofillWindowPresenter
  super_class: java.lang.Object
{
  public abstract void show(android.view.WindowManager$LayoutParams, android.graphics.Rect, boolean, int);
    descriptor: (Landroid/view/WindowManager$LayoutParams;Landroid/graphics/Rect;ZI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                     Name  Flags
      p                    
      transitionEpicenter  
      fitsSystemWindows    
      layoutDirection      

  public abstract void hide(android.graphics.Rect);
    descriptor: (Landroid/graphics/Rect;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                     Name  Flags
      transitionEpicenter  
}
SourceFile: "IAutofillWindowPresenter.java"
NestMembers:
  android.view.autofill.IAutofillWindowPresenter$Stub  android.view.autofill.IAutofillWindowPresenter$Stub$Proxy
InnerClasses:
  public LayoutParams = android.view.WindowManager$LayoutParams of android.view.WindowManager
  public abstract Stub = android.view.autofill.IAutofillWindowPresenter$Stub of android.view.autofill.IAutofillWindowPresenter