public interface android.text.Layout$SelectionRectangleConsumer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.text.Layout$SelectionRectangleConsumer
  super_class: java.lang.Object
{
  public abstract void accept(float, float, float, float, int);
    descriptor: (FFFFI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                     Name  Flags
      left                 
      top                  
      right                
      bottom               
      textSelectionLayout  
}
SourceFile: "Layout.java"
NestHost: android.text.Layout
InnerClasses:
  public abstract SelectionRectangleConsumer = android.text.Layout$SelectionRectangleConsumer of android.text.Layout
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()