interface android.widget.SmartSelectSprite$RoundedRectangleShape$ExpansionDirection extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2600) ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: android.widget.SmartSelectSprite$RoundedRectangleShape$ExpansionDirection
  super_class: java.lang.Object
{
  public static final int LEFT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int CENTER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int RIGHT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1
}
SourceFile: "SmartSelectSprite.java"
NestHost: android.widget.SmartSelectSprite
InnerClasses:
  private final RoundedRectangleShape = android.widget.SmartSelectSprite$RoundedRectangleShape of android.widget.SmartSelectSprite
  private abstract ExpansionDirection = android.widget.SmartSelectSprite$RoundedRectangleShape$ExpansionDirection of android.widget.SmartSelectSprite$RoundedRectangleShape
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.SOURCE:Ljava/lang/annotation/RetentionPolicy;)